I run Etch amd64 and glxinfo says

[EMAIL PROTECTED]:~/tmp/cmp$ glxinfo|grep direct
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Video card is Radeon 9550. I am using fglrx-driver. Here are some important parts of my xorg.conf

....

Section "Module"
   Load    "bitmap"
   Load    "dbe"
   Load    "ddc"
   Load    "dri"
   Load    "extmod"
   Load    "freetype"
   Load    "glx"
   Load    "int10"
   Load    "record"
   Load    "v4l"
   Load    "vbe"
EndSection

...

Section "Device"
   Identifier    "Radeon 9550"
   Driver        "fglrx"
   BusID        "PCI:1:0:0"
EndSection

...

Section "Screen"
   Identifier    "Default Screen"
   Device        "Radeon 9550"
   Monitor        "LCD"
   DefaultDepth    24
   SubSection "Display"
       Depth        1
       Modes        "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        4
       Modes        "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        8
       Modes        "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        15
       Modes        "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        16
       Modes        "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        24
       Modes        "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
EndSection

Section "DRI"
   Mode    0666
EndSection

Is there some way to handle this?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to