You are not logged in.

#1 2008-12-14 05:34:24

hk2717
Member
From: China
Registered: 2007-09-13
Posts: 217

Cannot start compiz after upgrading catalyst to 8.12

Hi all, I just upgraded my catalyst to 8.12 from 8.11 today and found that I could not start compiz, while X works with Slim the login manager. Here is my xorg.conf, which works perfectly for 8.11:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option        "AIGLX" "on"
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  "record"
    Load  "extmod"
    Load  "dri"
    Load  "dbe"
    Load  "GLcore"
    Load  "glx"
    Load  "xtrap"
    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   "AOC"
    ModelName    "FW913"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "fglrx"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon HD4650"
    Option        "AccelMethod" "EXA"
    #Option        "XAANoOffscreenPixmaps" "on"
    Option        "AccelDFS" "on"
    Option        "EnablePageFlip" "on"
    Option        "TexturedVideo" "on"
    Option        "VideoOverlay" "off"
    Option        "OpenGLOverlay" "off"
    Option        "Textured2D" "on"
    Option        "TexturedXrender" "on"
    Option        "UseFastTLS" "1"
    Option        "BackingStore" "on"
    Option        "AGPMode" "4"
    Option        "GARTSize" "64"
    Option        "ColorTiling" "true"
    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

Section "Extensions"
    Option        "RENDER" "Enable"
    Option        "DAMAGE" "Enable"
    Option        "Composite" "Enable"
EndSection

For now I have to switch back to 8.11. Anyone has a solution?

Offline

#2 2008-12-14 17:44:51

naoki
Member
Registered: 2008-12-07
Posts: 3

Re: Cannot start compiz after upgrading catalyst to 8.12

You could try playing with your options in the device section. I was not able to start X after upgrading catalyst to 8.12 but disabling the "TexturedXrender" option got it working again.

Offline

Board footer

Powered by FluxBB