Results 1 to 5 of 5
I'm on Suse Linux 10.0, using a Samsung SyncMaster 1100p Plus + nVIDIA GeFORCE FX 5950 Ultra.
I've tried to set the same resolution I use when I'm on M$ ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-23-2006 #1
How to force to change the refresh rate
I'm on Suse Linux 10.0, using a Samsung SyncMaster 1100p Plus + nVIDIA GeFORCE FX 5950 Ultra.
I've tried to set the same resolution I use when I'm on M$ Windows
since I know that resolution and that refresh rate works very good on this monitor (1152 x 864 @85 Hz).
The problem is Suse is not leting me to change the refresh rate. It has been set @ 118 Hz and cannot be changed, at least not from "Desktop Preferences".
How chan I change or force to change that value for the refresh rate to 85 Hz which is the one I use in windows environment ???
PD: I have already updated my nvidia drivers (just in case this is useful for the answer)
Last edited by rax; 07-23-2006 at 07:46 PM. Reason: syntaxis error
- 07-23-2006 #2
You can edit /etc/X11/xorg.conf (very delicate file, BACKUP FIRST) and set HorzSync and VertSync as your user manual specifies (changing it wrongly can damage PERMANENTLY your monitor)
- 07-23-2006 #3
... gulp! man then I'll be better extra careful.
Originally Posted by Juan Pablo
But I have checked that file, but I dont find the line where you can specifically change the "refresh rate".
The closest line I have found is the one I bolded. But that's not specific. I just can put there 85 right ??? (To set it to 85 Hz)Code:Section "Monitor" DisplaySize 400 300 HorizSync 30-115 Identifier "Monitor[0]" ModelName "SYNCMASTER 1100P PLUS(T)" Option "DPMS" VendorName "SAMSUNG" VertRefresh 50-160 UseModes "Modes[0]" EndSection
I wonder why in Linux this kind of simple tasks are so complicated
, why you just can select from a combox box or drop down menu the desired refresh rate, so simple!
PD: Gracias por tu ayuda Juan Pablo!
- 08-05-2006 #4
See in you monitor manual, it should specify the HorzSync and VertSync ...
No escribo en español porque las reglas los prohiben
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 08-07-2006 #5Just Joined!
- Join Date
- May 2006
- Posts
- 20
Read the manual or look it up on google
Seems to me its able to be set up at various refresh rates ,try the bracketed changes and see. They wont damage it if its within the limits given
Section "Monitor"
DisplaySize 400 300 (1152 864)
HorizSync 30-115
Identifier "Monitor[0]"
ModelName "SYNCMASTER 1100P PLUS(T)"
Option "DPMS"
VendorName "SAMSUNG"
VertRefresh 50-160 (85)
UseModes "Modes[0]"
EndSection


Reply With Quote
