You are not logged in.

#1 2007-12-18 07:49:50

songzi
Member
Registered: 2007-10-09
Posts: 2

Savage IX DRI not work

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

#2 2007-12-18 17:16:37

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: Savage IX DRI not work

Hi songzi,
sorry if it sounds stupid, but the correct driver should be "savage" not "Savage";
try to change it in Driver section

Offline

#3 2007-12-19 08:37:37

songzi
Member
Registered: 2007-10-09
Posts: 2

Re: Savage IX DRI not work

thanks luca ,i changed it,but still the same "direct rendering:  NO" .

Offline

#4 2007-12-19 13:57:27

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: Savage IX DRI not work

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.

http://forums.gentoo.org/viewtopic-t-43 … t8375.html


-- archlinux 是一个极好的 linux

Offline

Board footer

Powered by FluxBB