ATI OpenGL on Gentoo: Difference between revisions

From DWIKI
m (New page: 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" Dr...)
 
mNo edit summary
Line 1: Line 1:
'''NOTE: older cards are supported, newer cards only partially'''
Compile kernel with DRM support.
Compile kernel with DRM support.



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