View Full Version : Black bars instead of drop shadow
zoho
December 17th, 2007, 03:12 PM
Hello:
I am running compiz from sid on debian and everything is wroking, as far as I can tell, except for drop shadows. I am attaching a screenshot to illustrate the problem. Does anyone have ideas on what might be causing the problem?
here is my video section of my xorg.conf
Section "Device"
Identifier "ATI Radeon 9250"
BusID "PCI:1:8:0"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "ColorTiling" "true"
Option "DDCMode" "true"
Option "EnablePageFlip" "true"
Option "EXANoOffscreenPixmaps" "true"
Option "GARTSize" "64"
EndSection
I am using a radeon PCI 9250 graphics card on a PPC. Thank you for any suggestions!
adamk
December 17th, 2007, 04:46 PM
Does it happen if you use emerald? If not, this is probably the same as this bug: https://bugs.freedesktop.org/show_bug.cgi?id=11268
zoho
December 17th, 2007, 05:52 PM
Debian sid does not package emerald as far as I can tell so I have no way to try it unless I complie from source :(
adamk
December 17th, 2007, 06:36 PM
What version of xorg do you have installed?
Adam
zoho
December 17th, 2007, 08:21 PM
The first few lines in my /var/log/Xorg.0.log are as follows:
X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20071212-1)
Current Operating System: Linux subotai 2.6.23-1-powerpc #1 Wed Dec 5 06:36:58 UTC 2007 ppc
Build Date: 13 December 2007 02:54:27AM
and from the command line:
apt-cache show xserver-xorg
Package: xserver-xorg
Priority: optional
Section: x11
Installed-Size: 744
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Source: xorg
Version: 1:7.3+8
adamk
December 17th, 2007, 08:28 PM
Well that means it' sdefinitely not the same bug as what I linked to...
Try this... Start up ccsm, go into the window decoration plugin, and set the "Shadow windows" line to "!any", and see if that makes the black bars go away.
That's clearly not a solution, but it's at least a work around (assuming it works).
Adam
zoho
December 17th, 2007, 09:24 PM
unfortunately changing "any" to "!any" in ccsm -> window decoration -> shadow windows had no effect.
zoho
December 17th, 2007, 09:42 PM
After playing with my xorg.conf and switching the AccelMethod to XAA as well as setting XAANoOffscreenPixmaps, the black boarders went away however everything is dog slow. I have switched back to EXA and everything is fine and normal speed except that the bars are back.
I guess we can narrow down the culprits :D
zoho
December 19th, 2007, 02:16 PM
After reporting this bug to the Debian Bug Tracking System I was given the advice to try adding "EXANoCompsite" to my xorg.conf.
It works !
<- snippet of xorg.conf ->
Section "Device"
Identifier "ATI Radeon 9250"
BusID "PCI:1:8:0"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "ColorTiling" "true"
Option "DDCMode" "true"
Option "EnablePageFlip" "true"
Option "EXANoComposite" "true"
Option "EXANoOffscreenPixmaps" "true"
Option "GARTSize" "64"
EndSection
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.