Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
This may be an easy question, but how do I change my Vertical Refresh Rate? If I go to System -> Preferences -> Screen Resolution it says my Resolution is 1280 x 1024 and my Refresh Rate is 50 Hz, but it won't let me change the Refresh Rate. Do I have to do something in xorg.conf?
This may be an easy question, but how do I change my Vertical Refresh Rate? If I go to System -> Preferences -> Screen Resolution it says my Resolution is 1280 x 1024 and my Refresh Rate is 50 Hz, but it won't let me change the Refresh Rate. Do I have to do something in xorg.conf?
Don't know if I would actually believe that when I look in KDE it tells me my LCD is running at 50 but if I use the on-screen display it says 60 for my CRT it tells me again 50 but its on-screen display tells me it is running at 85. I get the same higher values using the nvidia-settings app as well so check your settings using the monitor display or if using nvidia driver use nvidia-settings to check.
The two lines below come from the monitor section in xorg.conf. Adjust both of them to the specs of your monitor (the given values are for my monitor).
Code:
HorizSync 31.0 - 92.0
VertRefresh 50.0 - 150.0
I've found that you're sometimes still limited to 75Hz (depending on videocard and/or driver); if your monitor can do better and if you want better, add the following line to the device section in your xorg.conf
You can also force refresh rate instead of giving the rage:
Code:
VertRefresh 85
But you should use this carefully. Knowing monitor bandwidth (assuming you have CRT) you can calculate from this formula:
Bandwidth [MHz] = 1.35*width*height*VertRefresh
Ok, I used this code: Option "UseEdidFreqs" "FALSE" in my xorg.conf and it works, but now I have a screen resolution of 640x480 and it won't let me change it. I mean, this is the modeline I have:
The advice Wim Sturkenboom gave is the one that always works for me. Just have the two frequency ranges matching the manufacturer data and you can't go wrong, unless you video driver is way out of line.
The xorg.conf is always stored in /etc/X11 subdirectory. Some distros allow you to run it manually at terminal by command "xongconfig".
I'm having a very similar problem to the one described above. I am using the Nvidia drivers and the refresh rate seems stuck on 50Hz, despite my nvidia-settings claiming its 60Hz.
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "Monitor 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 79.0
VertRefresh 60.0 - 60.0
Option "dpms"
EndSection
Those comments are automatically generated, and it seems to happen every time I'm on Linux -- I have had to delete hundreds of lines of them before.
I've not had this refreshing problem with previous releases. I find my laptop screen is making a buzzing sound -- which does not occur when im on Windows. When I'm using the internet I can see the screen refresh, lines of text start to overlap and become distorted and sometimes it will freeze completely and I need to hard boot.
I presume the DynamicTwinView option goes in the Screen section, rather than the Device section?
Although the comments are not shown above:
### Comment all HorizSync and VertSync values to use DDC:
They are still being generated every time X starts, is there any way to stop this?
ModelePath is something completely different (it sets fonts paths).
You can simply include the modules Section in your xorg.conf. Best to make a backup first though, and make sure that you know how to replace it (from the command line) just in case X starts acting weird.
By the way, which distro are you using? Suse?
Oh, and why have you got such rigid VertRefresh rates. Only 60? Are you sure this is the only one that is supported by your monitor?
I decided to set the vertical refresh to 60Hz as it seemed to be the only way to force the monitor to use it. If I tried using a range it seemed to keep going to 50Hz and there wouldnt be any other options in the drop down list to select from. I am only using 60Hz as that is what it appears to be on my Windows OS and I know that works fine (no overlapping of text, no buzzing sound). Although perhaps different OS's have different requirements.
I can only assume that the buzzing sound is the screen, before you ask I am almost certain its not a fan or the HD or something like that. It seems to go away for a few seconds if I'm doing something intense, but then if I just use Emacs or whatever it comes back. I'm not THAT bothered about the noise, more about the freezing and the overlapping text -- that's so frustrating.
The Modules section you mentioned...should I just copy yours or specific lines from it?
Last edited by woodpecka_04; 08-13-2007 at 01:15 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.