<p>Hello,
<br>here I have F9 with X1900 card and using radeon driver.</p><p>Just released so I try to post here, marking [OT], thanks.<br></p><p>
I'm using/testing kde4
<br>I found the script compiz-check at <a href="http://forlong.blogage.de/article/pages/Compiz-Check">http://forlong.blogage.de/article/pages/Compiz-Check</a></p><p>It tells mr that all is ok....</p>

<p>[gcecchi@tekkaman ~]$ ./compiz-check 
<br>./compiz-check: line 65: lspci: command not found</p>

<p>Gathering information about your system...</p>

<p> Distribution:          Fedora release 9 (Sulphur) 
<br> Desktop environment:   KDE
<br> Graphics chip:         ATI Technologies Inc R580 [Radeon X1900 XT] (Primary)
<br> Driver in use:         radeon
<br> Rendering method:      AIGLX</p>

<p>Checking if it's possible to run Compiz on your system...</p>

<p> Checking for texture_from_pixmap...               [ OK ]
<br> Checking for non power of two support...          [ OK ]
<br> Checking for composite extension...               [ OK ]
<br> Checking for FBConfig...                          [ OK ]
<br> Checking for hardware/setup problems...           [ OK ]</p>

<p>lspci as root gives:
<br>01:00.0 VGA compatible controller: ATI Technologies Inc R580 [Radeon X1900 XT] (Primary) (prog-if 00 [V
<br>GA controller])
<br>        Subsystem: ATI Technologies Inc Unknown device 0d02
<br>        Flags: bus master, fast devsel, latency 0, IRQ 16
<br>        Memory at 80000000 (64-bit, prefetchable) [size=256M]
<br>        Memory at 90200000 (64-bit, non-prefetchable) [size=64K]
<br>        I/O ports at 2000 [size=256]
<br>        Expansion ROM at 90220000 [disabled] [size=128K]
<br>        Capabilities: [50] Power Management version 2
<br>        Capabilities: [58] Express Endpoint, MSI 00
<br>        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-</p>

<p>but when running fusion-icon I get no title bars.
<br>I can switch between metacity and kwin as windows managers but when I use compiz, I get no title bars.
<br>Also no effects at all.
<br>Alrady tried to enable windows decorations.
<br>If running fusion-icon inside an xterm I get this:</p>

<p>[gcecchi@tekkaman ~]$ fusion-icon 
<br> * Detected Session: kde
<br> * Searching for installed applications...
<br> * Using the GTK Interface
<br> * Interface not installed
<br> ... Trying another interface
<br> * Using the Qt4 Interface
<br> * KWin is already running</p>

<p>then I set compiz as window manager:
<br>* Setting window manager to Compiz
<br> ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering</p>

<p>and no titles, no ability to switch between desktops, no minimize windows, etc....</p>

<p>Here below my xorg.conf relevant parts. Thanks in advance for help</p>

<p>Section "ServerFlags"
<br>        Option      "AIGLX" "on"
<br>EndSection
<br></p><p>Section "Device"
<br>        Identifier  "Videocard0"
<br>        Driver      "radeon"
<br>        Option      "AccelMethod" "EXA"
<br>        Option      "XAANoOffscreenPixmaps" "True"
<br>        Option      "ColorTiling" "on"
<br>EndSection
<br></p><p>Section "Screen"
<br>        Identifier "Screen0"
<br>        Device     "Videocard0"
<br>        DefaultDepth     24
<br>        SubSection "Display"
<br>                Viewport   0 0
<br>                Depth     24
<br>        EndSubSection
<br>EndSection</p>

<p>Section "Extensions"
<br>        Option      "Composite" "Enable"
<br>        Option      "DAMAGE" "Enable"
<br>        Option      "RENDER" "Enable"
<br>        Option      "RandR" "on"
<br>EndSection
<br></p><p>Section "Module"
<br>  Load         "drm"
<br>  Load         "v4l"
<br>  Load         "GLcore"
<br>  Load         "type1"
<br>  Load         "vbe"
<br>EndSection</p>

<p>Section "DRI"
<br>  Mode 0666
<br>EndSection</p>