2016-06-15 23:57 UTC+03.00, Alex Santos <santosc...@me.com>: > > Section "Monitor" > Identifier "Configured Monitor" > HorizSync 58-62 > VertRefresh 75-117 > EndSection > Yes, that's it. The file in question is '/etc/X11/xorg.conf'. In addition to the Monitor section you would probably need at least a Screen section:
Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection This should connect the server to the correct monitor ("Configured Monitor"). If it still fails, take a look at '/var/log/Xorg.0.log'. Risto