Nimrod wrote: > I need to show some movies on different monitors using a video card > with 8 HDMI ports on a workstation, and I need to have all done
perhaps reveal the make and model of this "misterious" card first. second you may need appropriate xorg configuration (either xorg.conf) or via xrandr from user space. For example xrandr --output HDMI-1 --auto --right-of HDMI-2 --auto and so on check with xrandr without arguments and post output here. regards