You are not logged in.

#1 2008-11-19 18:57:06

Rognon
Member
Registered: 2006-10-05
Posts: 40

fglrx and kwin compositing

Hi!
I've got a problem with kwin's compositing and fglrx. Basically, resizing a window takes about 1-2 seconds. The problem occurs with both the OpenGL and XRender backend. I've tried playing with my xorg.conf file but could not get the problem fixed. I know that I'm not the only one with this problem but I was hoping that some of you might have found a solution.

Edit : Well, it seems that the problem is not related to kwin. I've got the same problem with compiz.

thanks,
Rognon

Last edited by Rognon (2008-11-19 22:01:37)

Offline

#2 2008-11-19 22:13:39

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: fglrx and kwin compositing

Wanna see how my xorg.conf is like, KWin perfomance is OK here (ATi Mobility Radeon X1600)

Section "Files"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/TTF"
EndSection

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

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"            "xorg"
    Option        "XkbModel"            "pc105"
    Option         "XkbLayout"            "us,gr"
    Option         "XkbOptions"            "grp:ctrl_shift_toggle,lv3:ralt_switch,eurosign:e"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"            "/dev/input/mice"
    Option        "Protocol"            "ExplorerPS/2"
    Option        "ZAxisMapping"            "4 5"
    Option        "Emulate3Buttons"        "true"
EndSection

Section "Module"
    Load    "dbe"
    Load    "type1"
    Load    "freetype"
    Load    "glx"
    Load    "dri"
    SubSection  "extmod"
            Option        "omit xfree86-dga"
    EndSubSection
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Device"
    Identifier    "My Graphics Card"
    Driver        "fglrx"
    BusID           "PCI:1:0:0"
    Option        "no_accel"         "no"
    Option        "no_dri"         "no"
    Option        "mtrr"             "off"
    Option        "DesktopSetup"         "clone"
    Option        "ScreenOverlap"     "0"
    Option        "Capabilities"         "0x00000800"
    Option        "CapabilitiesEx"     "0x00000000"
    Option          "VideoOverlay"         "on"
    Option          "OpenGLOverlay"     "off"
    Option          "CenterMode"         "off"
    Option          "PseudoColorVisuals"     "off"
    Option          "Stereo"         "off"
    Option          "StereoSyncEnable"     "1"
    Option          "FSAAEnable"         "no"
    Option          "FSAAScale"         "1"
    Option            "FSAADisableGamma"     "no"
    Option            "FSAACustomizeMSPos"     "no"
    Option            "FSAAMSPosX0"         "0.000000"
    Option            "FSAAMSPosY0"         "0.000000"
    Option            "FSAAMSPosX1"         "0.000000"
    Option            "FSAAMSPosY1"         "0.000000"
    Option            "FSAAMSPosX2"         "0.000000"
    Option            "FSAAMSPosY2"         "0.000000"
    Option            "FSAAMSPosX3"         "0.000000"
    Option            "FSAAMSPosY3"         "0.000000"
    Option            "FSAAMSPosX4"         "0.000000"
    Option            "FSAAMSPosY4"         "0.000000"
    Option            "FSAAMSPosX5"         "0.000000"
    Option            "FSAAMSPosY5"         "0.000000"
    Option            "UseFastTLS"         "1"
    Option            "BlockSignalsOnLock"     "on"
    Option            "UseInternalAGPGART"     "no"
    Option            "ForceGenericCPU"     "no"
    Option            "TVFormat"         "PAL-G"
    Option            "OverlayOnCRTC1"     "1"
    Option            "TexturedVideo"     "On"
    Option            "TexturedVideoSync"     "On"
    Option            "Textured2D"         "On"
    Option         "TexturedXrender"     "Off"
    Option            "MaxGARTSize"         "256"
    #Option          "BackingStore"          "on" 
EndSection

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

Section "Monitor"
    Identifier    "My Monitor"
    Option        "DPMS"                 "True"
    Option         "DPI"               "96 x 96"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "My Graphics Card"
    Monitor        "My Monitor"
    Option        "UseEvents"            "true"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1280x800"
        Viewport    0 0
    EndSubSection
    Option        "AddARGBGLXVisuals"        "true"
#    Option         "PixmapCacheSize"         "1000000"
#    Option         "AllowSHMPixmaps"         "0"
EndSection

Offline

#3 2008-11-20 01:09:00

Rognon
Member
Registered: 2006-10-05
Posts: 40

Re: fglrx and kwin compositing

Your configuration makes not difference at all, in both kwin and compiz. Thanks anyway.

Offline

Board footer

Powered by FluxBB