You are not logged in.

#1 2009-04-09 16:38:54

fixu
Member
Registered: 2008-05-29
Posts: 27

catalyst 9.3 with radeon mobility x300

hi,

today i installed the catalyst driver from aur (version 9.3) and the desktop effects from kde dont work anymore.

Before i had the catalyst 9.2 direct from the amd/ati site and the desktop effects worked without any problem.

i tried this:

[felix@saitenscheitel ~]$ glxinfo | grep direct
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  146 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  18
  Current serial number in output stream:  18

But i dont understand this output and i have no clue what the problem is.

here is my xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection
 
Section "Module"
    Load  "extmod"
    Load  "dbe"
    Load  "xtrap"
    Load  "record"
    Load  "dri"
    Load  "glx"
    Load  "GLcore"
    Load  "freetype"
EndSection
 
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection
 
Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection
 
Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection
 
Section "Device"
    Identifier  "Card0"
    Driver      "fglrx"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon Mobility X1400"
    BusID       "PCI:1:0:0"
EndSection
 
Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
 
Section "DRI"
    Mode 0666
EndSection

Can someone help me?

Thanks,

Felix

Offline

Board footer

Powered by FluxBB