Quote:
Originally Posted by jmadero Thank you for offering me some advice from first hand experience but I have another issue, I can't change the refresh from the Screen Resolution Preferences, only 50 is available....is there any way around this ? (I'm sure there is but is it safe/easy/stable? Thanks all |
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_orig
$ sudo gedit /etc/X11/xorg.conf
Search for the following Section "Monitor"
You will need to increase HorizSync & VertRefresh.
Here is my current params:
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 72.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
After saving and making the change - hit <CTRL> <ALT> <BACKSPACE> or reboot your system.
If the GUI cannot start, then replace /etc/X11/xorg.conf with /etc/X11/xorg.conf_orig
As others have said you should check your monitor manual for correct values as trying to run a Refresh rate beyond the monitors ability can break it.
Good luck!