Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fglrx and xcomposite cause graphic glitch
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
JayCee
n00b
n00b


Joined: 18 Feb 2005
Posts: 29

PostPosted: Sun Sep 23, 2007 1:48 pm    Post subject: fglrx and xcomposite cause graphic glitch Reply with quote

Hi!

I'm trying to use KDE desktop effects like window shadows. My ATI Radeon 9800 Pro card works well with fglrx:

Code:
jaycee@nemesis > !502 > ~ $ glxinfo | grep direct
direct rendering: Yes


When I enable the composite extension in xorg.conf, direct rendering is still present. Activating window shadows works, too, but after activating them I get graphic errors in nearly every application. Some parts of the windows are completely transparent, some text parts are displayed twices and the fonts look realy ugly. It's unusable! Here is a screenshot: http://familie-clemens.com/jaycee/composite.jpg

I have tried to enable the effects in kcontrol (enabled only shadows, disable all other things and GUI effects, too) and I have tried xcompmgr, too. Both cause the same errors.

Here are the relevant parts of my xorg.conf:
Code:
Section "dri"
        Mode 0666
EndSection

Section "Device"
    Identifier                          "Card0"
    Driver                              "fglrx"
### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "yes"     
    Option "TVStandard"                 "NTSC-M"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000800"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "on"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "yes"
    Option "FSAAScale"                  "6"
    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"
# === Misc Options ===
    Option "UseFastTLS"                 "1"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
                Option "EnablePrivateBackZ"                                     "on"
# === xcomposite ===
#               Option "backingstore" "true"
#               Option "RenderAccel" "true"
#               Option "AGPFastWrite" "true"
# === Mplayer test ===
                #Option "XaaNoOffscreenPixmaps"

    BusID "PCI:3:0:0"    # vendor=1002, device=4e48
    Screen 0
EndSection

Section "Extensions"
       Option "Composite" "Enable"
EndSection


And the output of lspci for my video card:
Code:
03:00.0 VGA compatible controller: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (prog-if 00 [VGA])
        Subsystem: ATI Technologies Inc Unknown device 0002
        Flags: bus master, stepping, 66MHz, medium devsel, latency 255, IRQ 11
        Memory at d0000000 (32-bit, prefetchable) [size=128M]
        I/O ports at c000 [size=256]
        Memory at e6000000 (32-bit, non-prefetchable) [size=64K]
        [virtual] Expansion ROM at e5000000 [disabled] [size=128K]
        Capabilities: [58] AGP version 3.0
        Capabilities: [50] Power Management version 2


xorg-server 1.3.0.0
xorg-x11 7.2
ati-drivers 8.40.4
kwin 3.5.7
xcompmgr 1.1.3-r1

Any ideas?

Thanks and greets,
JayCee
_________________
++++[>++++<-]>+[>++++>++++++>+>++++++<<<<-]>+++.>-.>>>
+++[>+++<-]>[<<+>>-]<<-.<--[<+>-]<.>>+..>>>+++[<+++>-]<+.
Back to top
View user's profile Send private message
beso_1717
Apprentice
Apprentice


Joined: 19 Jul 2007
Posts: 263

PostPosted: Mon Sep 24, 2007 4:32 pm    Post subject: Reply with quote

the 8.40 don't work well with xcomposite for what i know. you'd best wait for next month's release and try with that or try out the opensource drivers, which should be quite mature for your board.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum