ATI OpenGL on Gentoo

From DWIKI
Revision as of 18:01, 16 August 2009 by Tony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NOTE: older cards are supported, newer cards only partially

Compile kernel with DRM support.

emerge xf86-video-ati

TO /etc/make.conf add:

VIDEO_CARDS="radeon"

Then:

emerge mesa

Remember to run

eselect opengl set xorg-x11

In /etc/X11/xorg make sure you have:

Section "Device"
    Driver "radeon"
EndSection


Section "Extensions"
       Option "Composite" "1"
EndSection


Section "ServerFlags"
       Option "AIGLX" "On"
EndSection

Links