红联Linux门户
Linux帮助

freebsd 6.2开启ATI 9800SE的3D

发布时间:2007-06-11 00:18:15来源:红联作者:Gseain
精简了一下:
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肯定打开了。
文章评论

共有 0 条评论