Personal tools
You are here: Home Fedora Solved Video Solutions xorg Radeon driver HOWTO

xorg Radeon driver HOWTO

by Homer last modified Jan 30, 2008 02:46 AM
— filed under:

A solution for those ATI GPU owners who cannot start an X server using the xorg Radeon driver.

Requirements

  1. Check the HCL to see which driver supports your card

Doing the work

Blank Screen with ATI graphics card?

  1. 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:
  2. su -c vi /etc/X11/xorg.conf
  3. Locate the line:
  4. Section "Module"
  5. And add the following underneath:
  6.    Load   "ddc"
  7. Then locate the line:
  8. Section "Monitor"
  9. And comment out (place a # symbol at the beginning of) any lines which start with:
  10. HorizSync
    VertRefresh
    ModeLine
    Option "DPMS"
  11. Then locate the line:
  12. Section "Device"
  13. Ensure that the driver is "radeon" thus:
  14. Driver   "radeon"
  15. And add the following options:
  16.    Option   "MonitorLayout" "LVDS,AUTO"
    Option "MergedXinerama" "false"
    Option "MergedFB" "false"
  17. Save and exit.
  18. 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

  19. So to save and exit vi, you would type:
  20. <esc> :wq <enter>
  21. Now your xorg.conf has been changed, you can try to start X thus:
  22. 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 

Document Actions
Log in


Forgot your password?
New user?