Hi all !
I recently realize that my X server ( probably ) does not support transparency at all.
I think so because :
( I use gentoo + fluxbox )
1. in konsole if I do Settings->Schema->Transparent Console
my konsole gets black colored ( my wallpaper is white ) , and there is no sent of any transparency.
2. in xmms if I choose some cool skin, with rounded corners , the corners actually will be rounded, but also surrounded by black angles ( that I suppose must be transparent )
3. any theme files in karamba, has "black angles" , ...
I am right ? is this problem with X server transparency ?
If so ( or not ) how do I fix this ?
Here is an excerpt of my xorg.conf file:
Code:
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseBIOS" # [<bool>]
#Option "LCDClock" # <freq>
#Option "ShadowStatus" # [<bool>]
#Option "CrtOnly" # [<bool>]
#Option "TvOn" # [<bool>]
#Option "PAL" # [<bool>]
#Option "ForceInit" # [<bool>]
#Option "Overlay" # [<str>]
#Option "TransparencyKey" # [<str>]
Identifier "Card0"
Driver "savage"
Option "RenderAccel" "true"
Option "backingstore" "true"
Option "AllowGLXWithComposite" "true"
VendorName "S3 Inc."
BoardName "VT8375 [ProSavage8 KM266/KL266]"
BusID "PCI:1:0:0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Please help. Thanks in advance.