xorg Radeon driver HOWTO
by
Homer
—
last modified
Jan 30, 2008 03:46 AM
—
filed under:
Video Solutions
A solution for those ATI GPU owners who cannot start an X server using the xorg Radeon driver.
Requirements
- Check the HCL to see which driver supports your card
Doing the work
Blank Screen with ATI graphics card?
- Owners of certain ATI graphics cards (or built-in chipsets) may have difficulty getting an X server running using the xorg radeon driver (as opposed to the proprietary fglrx driver). The solution is quite simple, and involves editing the xorg configuration file, as follows:
- Locate the line:
- And add the following underneath:
- Then locate the line:
- And comment out (place a # symbol at the beginning of) any lines which start with:
- Then locate the line:
- Ensure that the driver is "radeon" thus:
- And add the following options:
- Save and exit.
- So to save and exit vi, you would type:
- Now your xorg.conf has been changed, you can try to start X thus:
su -c vi /etc/X11/xorg.conf
Section "Module"
Load "ddc"
Section "Monitor"
HorizSync
VertRefresh
ModeLine
Option "DPMS"
Section "Device"
Driver "radeon"
Option "MonitorLayout" "LVDS,AUTO"
Option "MergedXinerama" "false"
Option "MergedFB" "false"
Note: For those unfamiliar with vi (vim), here are the essential keyboard shortcuts:
<ins> = insert text (i.e. - start editing)
Cursor keys = navigate (also <pg-up> and <pg-dn>)
<esc> = stop editing
: = enter command mode
w = write file
q = quit
<esc> :wq <enter>
startx
More Information
Disclaimer
We test this stuff on our own machines, really we do. But you may run into problems, if you do, come to #fedora on freenode.net
Added Reading
- http://rpm.livna.org/livna-switcher.html
- http://fedora.redhat.com/docs/yum/
- http://linux.duke.edu/projects/yum/
- http://rpm.livna.org/configuration.html
- http://apps.ati.com/linuxDfeedback/index.asp
- https://launchpad.net/distros/ubuntu/+source/xserver-xorg-video-ati/+bug/22985

