View previous topic :: View next topic |
Author |
Message |
Dralnu Veteran
Joined: 24 May 2006 Posts: 1919
|
Posted: Sat Jun 21, 2008 4:28 am Post subject: urxvt and true transparency in Openbox |
|
|
I have been looking around at how to get true trans in urxvt, and havn't been able to do so on my new system.
I'm running xcompmgr, urxvt w/ background:rgda:0000/0000/0000/aaaa and depth:32. It isn't working, and I'm unsure as to why. _________________ The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner. |
|
Back to top |
|
|
semdornus n00b
Joined: 13 Sep 2007 Posts: 58 Location: Tokyo
|
Posted: Sat Jun 21, 2008 5:39 am Post subject: Re: urxvt and true transparency in Openbox |
|
|
Dralnu wrote: | background:rgda:0000/0000/0000/aaaa |
That's a typo, right? (=rgba)
You also have composite enabled in your xorg.conf? |
|
Back to top |
|
|
Dralnu Veteran
Joined: 24 May 2006 Posts: 1919
|
Posted: Sat Jun 21, 2008 4:18 pm Post subject: |
|
|
yeah, thats a typo (I'll make sure I didn't do it twice), and composite is enabled (xcompmgr refuses to start if it isn't enabled, oddly enough) _________________ The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner. |
|
Back to top |
|
|
semdornus n00b
Joined: 13 Sep 2007 Posts: 58 Location: Tokyo
|
Posted: Sun Jun 22, 2008 2:09 am Post subject: |
|
|
Well, those were the obvious points. Do you get transparency elsewhere (for example when using transset)?
Also see for more (obvious) checkpoints: http://www.gentoo-wiki.com/Xorg/Transparency |
|
Back to top |
|
|
Dralnu Veteran
Joined: 24 May 2006 Posts: 1919
|
Posted: Sun Jun 22, 2008 2:52 am Post subject: |
|
|
I'll try transset, and I followed that guide, which is why I am where I am now. _________________ The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner. |
|
Back to top |
|
|
ppurka Advocate
Joined: 26 Dec 2004 Posts: 3256
|
Posted: Mon Jun 23, 2008 11:04 pm Post subject: |
|
|
Urxvt is running fine with transparency. Using e17. And I have the following relevant lines in ~/.Xdefaults: Code: | URxvt*background: rgba:0000/0000/0000/eeee
URxvt*depth: 32
URxvt*transparent: False | With transparent set to 'true', urxvt is very slow in redrawing. Also, I have disabled the afterimage USE-flag. _________________ emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/ |
|
Back to top |
|
|
Dralnu Veteran
Joined: 24 May 2006 Posts: 1919
|
Posted: Tue Jun 24, 2008 7:05 pm Post subject: |
|
|
transset works fine.
I tried your settings, ppurka, and they didn't work either. All I got was a black term w/ white lettering. _________________ The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner. |
|
Back to top |
|
|
ppurka Advocate
Joined: 26 Dec 2004 Posts: 3256
|
Posted: Tue Jun 24, 2008 7:49 pm Post subject: |
|
|
It is possible that some setting on my machine is abetting urxvt. FYI, I am using bling module (which enables composite) with e17. I can provide my complete urxvt settings if you want. _________________ emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/ |
|
Back to top |
|
|
Dralnu Veteran
Joined: 24 May 2006 Posts: 1919
|
Posted: Tue Jun 24, 2008 7:58 pm Post subject: |
|
|
Sure. Never know if one of them may help. _________________ The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner. |
|
Back to top |
|
|
ppurka Advocate
Joined: 26 Dec 2004 Posts: 3256
|
Posted: Wed Jun 25, 2008 12:56 am Post subject: |
|
|
Ok. Here it is:
Xdefaults: Code: | ~> grep -i '^urxvt' .Xdefaults
URxvt*font: xft:monaco:size=9:antialias=true
URxvt*jumpScroll: True
URxvt*background: rgba:0000/0000/0000/eeee
URxvt*depth: 32
URxvt*transparent: False
URxvt*foreground: white
URxvt*cursorColor: grey
URxvt*loginShell: False
URxvt*visualBell: False
URxvt*scrollBar: False
URxvt*scrollTtyOutput: False
URxvt*scrollTtyKeypress: True
URxvt*scrollWithBuffer: True
URxvt*cursorBlink: False
URxvt*saveLines: 1000
URxvt*internalBorder: 0
URxvt*borderLess: True
URxvt*termName: rxvt-unicode
URxvt*fading: 20
URxvt*color12: #5eb8f3
URxvt*shading: 15
URxvt*color4: #5eb8f3
URxvt*perl-ext: matcher
URxvt*urlLauncher: opera | Emerge USE flags: Code: | ~> eix -e rxvt-unicode
[I] x11-terms/rxvt-unicode
Available versions: (~)9.02[1] 9.02-r1 (~)9.05 9.05[1] {afterimage iso14755 perl truetype}
Installed versions: 9.05(06:58:07 PM 06/23/2008)(perl truetype -afterimage -iso14755) | WM: e17 + bling (for composite), with nvidia drivers. _________________ emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/ |
|
Back to top |
|
|
Dralnu Veteran
Joined: 24 May 2006 Posts: 1919
|
Posted: Wed Jun 25, 2008 1:27 am Post subject: |
|
|
Hmm, I don't see anything that should make a diff, except that you use e16 and I don't. _________________ The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner. |
|
Back to top |
|
|
semdornus n00b
Joined: 13 Sep 2007 Posts: 58 Location: Tokyo
|
Posted: Wed Jun 25, 2008 2:50 am Post subject: |
|
|
How is your URxvt*inheritPixmap set? Try setting it to the alternative. Also have you tried to comment out the Depth setting? |
|
Back to top |
|
|
Dralnu Veteran
Joined: 24 May 2006 Posts: 1919
|
Posted: Wed Jun 25, 2008 6:31 am Post subject: |
|
|
Still nothing, using both. _________________ The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner. |
|
Back to top |
|
|
|