Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-23-2005, 06:46 AM
|
#1
|
|
Member
Registered: Jun 2005
Location: Bucharest
Distribution: Debian,Knoppix,Slackware
Posts: 91
Rep:
|
Transparency issue
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.
|
|
|
|
07-23-2005, 03:36 PM
|
#2
|
|
Senior Member
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170
Rep:
|
You can check it if you add [config](config) to your ~/.fluxbox/menu file. After that you will have configuration options in your menu. You can change "alpha" in there which should make things transparent if you set it to 0.
|
|
|
|
07-23-2005, 05:38 PM
|
#3
|
|
Member
Registered: Dec 2003
Location: UK
Distribution: Gentoo
Posts: 81
Rep:
|
May or may not be related, but how are you setting your desktop wallpaper?, as this can affect transparency in some cases 
|
|
|
|
07-23-2005, 05:53 PM
|
#4
|
|
Member
Registered: Jun 2005
Location: Bucharest
Distribution: Debian,Knoppix,Slackware
Posts: 91
Original Poster
Rep:
|
ALMOST SOLVED
I set my wallpaper as this.
fbsetbg /opt/images/wallpapers/alien.jpg
by the way:
I just installed other WM : KDE 3.4.1
within it the transparency works OK , I mean running
xcompmgr -c &
gets desired shadows, and trasset works as must.
( but really slooooooow )
So I think the problem lies in fluxbox....
Anyway , even if I fix this , this would run much more slower on my video card.
So I give up with this.
Thanks guys anyway.
Last edited by puishor; 07-23-2005 at 05:54 PM.
|
|
|
|
07-23-2005, 06:04 PM
|
#5
|
|
Member
Registered: Dec 2003
Location: UK
Distribution: Gentoo
Posts: 81
Rep:
|
Well, if you want to eliminate the wallpaper idea you could try setting it with either:
Code:
Esetroot path-to-picture
(requires you to emerge eterm, which has a few dependencies) or
Code:
feh --bg-scale pth-to-picture
as these both have worked for me with *fake* transparency.
As for using xcompmgr, I'm not sure if KDE has it's own version or not but I've had it working in Pekwm (like Fluxbox, another light window manager). You can probably find a tutorial here or on the gentoo.org site  (in case you feel like trying again, I mean  )
Last edited by cb_linus; 07-23-2005 at 06:06 PM.
|
|
|
|
07-23-2005, 06:14 PM
|
#6
|
|
Member
Registered: Jun 2005
Location: Bucharest
Distribution: Debian,Knoppix,Slackware
Posts: 91
Original Poster
Rep:
|
I've just tried that out , does not work ....
this is not related to wallpaper changing 
|
|
|
|
07-23-2005, 07:51 PM
|
#7
|
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,544
Rep:
|
Quote:
Originally posted by puishor
I've just tried that out , does not work ....
this is not related to wallpaper changing
|
Uh, I really wouldn't be too sure about that. If you still want fake transparency (which is fast, it's nothing like the composite extension) then post the output of this:
|
|
|
|
07-24-2005, 04:15 AM
|
#8
|
|
Member
Registered: Jun 2005
Location: Bucharest
Distribution: Debian,Knoppix,Slackware
Posts: 91
Original Poster
Rep:
|
If by "fake transparency " you mean modifying alpha in fluxbox -> makes its menus and tool bar transparent then it works ( I just must to restart WM , because I modify alpha , do not restart fluxbox , and didn't see the result  ).
Is that fake transparency ?
I think it looks "eye candy too", and runs fast and OK 
Thanks guys for help.
|
|
|
|
07-24-2005, 09:42 AM
|
#9
|
|
Member
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931
Rep:
|
if you want to use real transparency set the composite option in. it looks like this:
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Transparency
|
megadeth |
Linux - Software |
3 |
06-12-2005 10:40 PM |
|
transparency
|
darkraider |
Debian |
1 |
05-05-2005 02:56 AM |
|
Transparency
|
Xios |
Linux - Newbie |
2 |
02-06-2005 12:06 AM |
|
Transparency
|
lil213 |
Mandriva |
3 |
01-08-2004 09:54 AM |
|
transparency?
|
Aman9090 |
Linux - Newbie |
1 |
10-18-2003 09:13 AM |
All times are GMT -5. The time now is 10:03 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|