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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''NOTE: older cards are supported, newer cards only partially'''
Compile kernel with DRM support.
Compile kernel with DRM support.


Line 8: Line 10:
Then:
Then:
  emerge mesa
  emerge mesa
Remember to run
eselect opengl set xorg-x11


In /etc/X11/xorg make sure you have:
In /etc/X11/xorg make sure you have:
Line 24: Line 29:
         Option "AIGLX" "On"
         Option "AIGLX" "On"
  EndSection
  EndSection
=Links=
*http://www.gentoo.org/doc/en/ati-faq.xml

Latest revision as of 18:01, 16 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

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