ATI OpenGL on Gentoo: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 26: Line 26:
         Option "AIGLX" "On"
         Option "AIGLX" "On"
  EndSection
  EndSection
=Links=
*http://www.gentoo.org/doc/en/ati-faq.xml

Revision as of 12:38, 6 August 2009

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

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