You are not logged in.
Pages: 1
Hi ,all
i 've been having problems with my savage IX video card, i installed "xf86-video-savage" driver, when i was input "glxinfo" it's show:
glxinfo | grep rendering
......
libGL:OpenDriver: trying /usr/lib/xorg/modules/dri//savage_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri//savage_dri.so failed(/usr/lib/xorg/modules/dri//savage_dri.so:undefined symbol: _glapi_tls_Context)
libGL error: unable to load driver: savage_dri.so
direct rendering: NO
.......
so , i cann't run 3D game ,just like tuxkart, any help me....???
my xorg.conf
Section "Files"
ModulePath "/usr/lib/xorg/modules/"
EndSection
Section "Module"
Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Emulate3Buttons"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "Monitor0"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Card0"
Driver "Savage"
Card "** S3 (not ViRGE or Savage) (generic) [s3]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Last edited by songzi (2007-12-18 08:20:49)
Offline
Hi songzi,
sorry if it sounds stupid, but the correct driver should be "savage" not "Savage";
try to change it in Driver section
Offline
thanks luca ,i changed it,but still the same "direct rendering: NO" .
Offline
Welcome to arch songzi. I think you might need to add more info to Section "Device" your BusID etc...
This gentoo thread might help you, especially twards the end, someone name vitamin had similar trouble as you.
-- archlinux 是一个极好的 linux。
Offline
Pages: 1