LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Fglrx - I can't set refresh rate in catalyst cc (https://www.linuxquestions.org/questions/linux-hardware-18/fglrx-i-cant-set-refresh-rate-in-catalyst-cc-617212/)

sloteel 01-29-2008 02:01 PM

Fglrx - I can't set refresh rate in catalyst cc
 
The problem is that with this tool I can set the refresh rate to 60hz, but every time I reboot the value changes to 75hz, so I have to set it again at 60hz: I can't store it, like in the past.
What I can do to avoid this?

(I'm very sorry for my poor english)

Mega Man X 01-30-2008 07:19 AM

I've completely given up setting up the refresh rate with an ATI card through CCC or any other tool in Linux. It won't work (good job ATI). My best tip for you is to google search your monitor model, find the correct specifications for vertical and horizontal refresh rate and set them up manually at your /etc/X11/xorg.conf.

Here is an example of mine:

Code:

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        Horizsync        30-83
        Vertrefresh        56-75
EndSection

That keeps my monitor at 75Hz all the time, but the same values may not apply to yours. Again, google search for you monitor (if you don't know the number or don't have the manual), backup and edit that file manually.

Regards!


All times are GMT -5. The time now is 10:44 PM.