| View previous topic :: View next topic |
| Author |
Message |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4946
|
Posted: Sun Apr 22, 2012 1:30 am Post subject: urxvt only transparent at shading=100 [SOLVED] |
|
|
Would anyone know why urxvt is only transparent when shading=100? If it's 99, 101, or anything other than 100, there is no transparency at all.
| Code: |
*background: #000000
*foreground: #ffffff
URxvt*font: xft:Terminus:size=14
URxvt*urlLauncher: firefox
URxvt*perl-ext-common: default,matcher,tabbed
URxvt*urlLauncher: /usr/bin/firefox
URxvt*matcher.button: 1
URxvt*scrollBar: false
URxvt*transparent: true
URxvt*shading: 100
Xcursor*theme: Obsidian
|
_________________ Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees
A cloud is evaporated water in the sky, thanks.
Last edited by audiodef on Mon May 07, 2012 12:48 am; edited 1 time in total |
|
| Back to top |
|
 |
gorkypl Guru

Joined: 04 Oct 2010 Posts: 440 Location: Kraków, PL
|
Posted: Mon Apr 23, 2012 1:37 pm Post subject: |
|
|
Strange. Maybe you could use true transparency instead? _________________ BTW, TWM FTW! |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4946
|
|
| Back to top |
|
 |
gorkypl Guru

Joined: 04 Oct 2010 Posts: 440 Location: Kraków, PL
|
Posted: Mon Apr 23, 2012 8:03 pm Post subject: |
|
|
You can give compton a try, I use it with awesome without problems.
I know it's not a solution to your question, but I have no problems with fake/true transparency so the only thing that comes to my mind is recommending the latter  _________________ BTW, TWM FTW! |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4946
|
|
| Back to top |
|
 |
gorkypl Guru

Joined: 04 Oct 2010 Posts: 440 Location: Kraków, PL
|
Posted: Tue Apr 24, 2012 10:46 am Post subject: |
|
|
Close to nothing, on my system urxvtd uses ten times more resources with one client spawned.
I run compton in background with 'compton -b', without any shadows or transitions (it can do them, though). _________________ BTW, TWM FTW! |
|
| Back to top |
|
 |
barul Guru


Joined: 28 May 2010 Posts: 413 Location: France
|
Posted: Wed Apr 25, 2012 6:49 am Post subject: |
|
|
Dude, fluxbox can handle composite now. I think it was one of the two projects of the GSoC last year. It's even included in the main branch.
I just run xcompmgr while I've got the correct settings in my .Xdefaults, and that's it. _________________ Save the penguins, burn the flags! |
|
| Back to top |
|
 |
gorkypl Guru

Joined: 04 Oct 2010 Posts: 440 Location: Kraków, PL
|
Posted: Wed Apr 25, 2012 11:05 am Post subject: |
|
|
barul, you might want to know that compton is a fork of xcompmgr which does not have problems with memory leaks
Also unagi might be worth a try, though it seems that noone have made an ebuild yet. _________________ BTW, TWM FTW! |
|
| Back to top |
|
 |
colo-des n00b

Joined: 20 May 2011 Posts: 10
|
Posted: Sat Apr 28, 2012 9:02 pm Post subject: Re: urxvt only transparent at shading=100 |
|
|
$ equery uses rxvt-unicode
- - afterimage : Enable transparency support using media-libs/libafterimage (deprecated in 9.14)
+ + pixbuf : Enable transparency support using gtk's pixbuf
Disable afterimage and enable pixbuf in you /etc/portage/package.use
$ eix -Ic rxvt-unicode
[I] x11-terms/rxvt-unicode (9.15@12/04/12): rxvt clone with xft and unicode support
Regards |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4946
|
|
| Back to top |
|
 |
smartass Tux's lil' helper

Joined: 04 Jul 2011 Posts: 142 Location: right behind you ... (you did turn around, didn't you?)
|
Posted: Wed May 09, 2012 8:42 am Post subject: |
|
|
Same problem here, just did an excruciating world update after several months.
Works with shading at 100 only.
I tried enabling pixbuf and reemerging gdk-pixbuf, no luck so far.
While reading the FAQ at /usr/share/doc/rxvt-unicode-9.15/README.FAQ.bz2 I tried the second mentioned method with -pixmap and that worked, including shading, setting it by -sh or in .Xdefaults did work.
However, that's just a workaround.
I think I'll just emerge -e world overnight, revdep-rebuld may have missed some libs. |
|
| Back to top |
|
 |
|