歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> 關於Unix >> freebsd 6.2開啟ATI 9800SE的3D

freebsd 6.2開啟ATI 9800SE的3D

日期:2017/2/28 11:18:05   编辑:關於Unix


精簡了一下:
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肯定打開了。
Copyright © Linux教程網 All Rights Reserved