Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 377525

Summary: x11-drivers/ati-drivers cannot set refresh rate higher
Product: Gentoo Linux Reporter: Ferenc Sandor <sasf54>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ferenc Sandor 2011-08-03 10:28:02 UTC
Xorg cannot set to higher refresh rate, but finds proper resolutions

This is solved, but I write it, to give a hint for other users, and I'm writing it from work, so some details may not be exact.
I have:

Amd64 Phenom,
ASUS motherboard, with onboard ATI Radeon HD 4250 video, with HDMI + VGA output. I want to use the VGA output with a CRT monitor.

I've installed:
xorg-server-1.10.3
ati-drivers-11.6

So, I run the 
aticonfig --initial, what have created the xorg.conf.
(You should add to the end the DRI mode 0666, to be able to run with other user (otherwise I experience system froze :( ))
So, with this config, I'm able to startx, and run amdcccle (ati catalyst), but cannot change resolution.
I added modelines with cvt and gtf but no use (keep the modelines, see below)
I found a tiny record in the Xorg.log.0, after many tries:
For some reason fglrx wants to use a monitor named "CRT1" (which is not registered in the xorg.conf!, and xorg.conf is setup to use a different one).
After that, it was easy: rename your aticonfig-monitor1[0] monitor to CRT1, restart the X, and give it a try. It should work now.

Have fun
Comment 1 Ferenc Sandor 2011-08-03 10:29:13 UTC
See bug report, it contains the solution too.