You are not logged in.

#1 2008-06-03 16:25:32

UnplayedNamer
Member
Registered: 2007-04-06
Posts: 15

Annoying lines with Catalyst + compiz fusion

I'm running compiz-fusion-git with Catalyst 8.5 on my radeon x200m but I'm getting some randomly appearing and disappearing lines on all applications:

linesfv7.th.png

My xorg.conf:

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  "xtrap"
    Load  "glx"
    Load  "GLcore"
    Load  "dri"
    Load  "record"
    Load  "dbe"
    Load  "extmod"
    Load  "freetype"
    Load  "GLESX"
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 XPRESS 200M 5955 (PCIE)"
    Option        "XAANoOffscreenPixmaps" "on"
    Option        "BackingStore" "on"
    Option        "TexturedVideo" "on"
    Option        "VideoOverlay" "off"
    Option        "OpenGLOverlay" "off"
    Option        "Textured2D" "on"
    Option        "TexturedXrender" "off"
    Option        "UseFastTLS" "1"
    Option        "DesktopSetup" "single"
    BusID       "PCI:1:5: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

Thanks in advance.

Offline

#2 2008-06-04 16:47:53

trotos
Member
Registered: 2008-05-29
Posts: 28

Re: Annoying lines with Catalyst + compiz fusion

Under the

Section "Device"

add


    Option        "DRI" "true"
    Option        "mtrr" "on"
    Option        "TexturedVideoSync" "True"
Option        "MaxGARTSize" "256"
    Option        "BackingStore" "on"

maybe they will help

BTW

????BusID       "PCI:1:5:0"?????

first time seen a BusID as yours

Offline

#3 2008-06-04 21:53:39

UnplayedNamer
Member
Registered: 2007-04-06
Posts: 15

Re: Annoying lines with Catalyst + compiz fusion

I added that but it's still happening. hmm

trotos wrote:

BTW

????BusID       "PCI:1:5:0"?????

first time seen a BusID as yours

That's what aticonfig --initial gave me.

Offline

#4 2008-06-05 07:19:12

xdeusx
Member
Registered: 2007-10-15
Posts: 168

Re: Annoying lines with Catalyst + compiz fusion

I have the same graphics card and this started happening to me also, after I updated to 8.5

Offline

#5 2008-06-05 09:45:26

unixguru
Member
Registered: 2006-05-02
Posts: 85

Re: Annoying lines with Catalyst + compiz fusion

Add me to the list, I currently do not have compiz installed but the problem arises in doom 3 but it happens only after I have launched the game twice or thrice in the same session and invariably in the fifth or sixth time , doom3 hard locks the system. I am running a HD 3200 IGP.

Offline

Board footer

Powered by FluxBB