精簡了一下:
Code:
USE_GLX=yes
2、編譯內核,改動如下
Code:
# Direct Rendering modules for 3D acceleration.
device drm # DRM core module required by DRM drivers
device radeondrm # ATI Radeon
3、安裝dri
Code:
portinstall dri
Code:
Section "Module"
Load "dri"
Load "glx"
EndSection
Section "Device"
Driver "radeon"
EndSection
Section "DRI"
Mode 0666
EndSection
這麼做後glxinfo報錯,但從跑tuxracer看3d肯定打開了。