Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
urxvt and true transparency in Openbox
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Dralnu
Veteran
Veteran


Joined: 24 May 2006
Posts: 1919

PostPosted: Sat Jun 21, 2008 4:28 am    Post subject: urxvt and true transparency in Openbox Reply with quote

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
View user's profile Send private message
semdornus
n00b
n00b


Joined: 13 Sep 2007
Posts: 58
Location: Tokyo

PostPosted: Sat Jun 21, 2008 5:39 am    Post subject: Re: urxvt and true transparency in Openbox Reply with quote

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
View user's profile Send private message
Dralnu
Veteran
Veteran


Joined: 24 May 2006
Posts: 1919

PostPosted: Sat Jun 21, 2008 4:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
semdornus
n00b
n00b


Joined: 13 Sep 2007
Posts: 58
Location: Tokyo

PostPosted: Sun Jun 22, 2008 2:09 am    Post subject: Reply with quote

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
View user's profile Send private message
Dralnu
Veteran
Veteran


Joined: 24 May 2006
Posts: 1919

PostPosted: Sun Jun 22, 2008 2:52 am    Post subject: Reply with quote

semdornus wrote:
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


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
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Mon Jun 23, 2008 11:04 pm    Post subject: Reply with quote

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
View user's profile Send private message
Dralnu
Veteran
Veteran


Joined: 24 May 2006
Posts: 1919

PostPosted: Tue Jun 24, 2008 7:05 pm    Post subject: Reply with quote

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
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Tue Jun 24, 2008 7:49 pm    Post subject: Reply with quote

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
View user's profile Send private message
Dralnu
Veteran
Veteran


Joined: 24 May 2006
Posts: 1919

PostPosted: Tue Jun 24, 2008 7:58 pm    Post subject: Reply with quote

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
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 3256

PostPosted: Wed Jun 25, 2008 12:56 am    Post subject: Reply with quote

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
View user's profile Send private message
Dralnu
Veteran
Veteran


Joined: 24 May 2006
Posts: 1919

PostPosted: Wed Jun 25, 2008 1:27 am    Post subject: Reply with quote

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
View user's profile Send private message
semdornus
n00b
n00b


Joined: 13 Sep 2007
Posts: 58
Location: Tokyo

PostPosted: Wed Jun 25, 2008 2:50 am    Post subject: Reply with quote

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
View user's profile Send private message
Dralnu
Veteran
Veteran


Joined: 24 May 2006
Posts: 1919

PostPosted: Wed Jun 25, 2008 6:31 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum