Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[urxvt] jak zrobić działający transparentny terminal
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sun Dec 31, 2006 10:46 am    Post subject: [urxvt] jak zrobić działający transparentny terminal Reply with quote

Witam,
czy ktoś posiada działający konfig dla urxvt aby był on transparentny?
Ja próbuję rózne konfigi, działające u innych osób, ale za nic nie udaj mi się uruchomić ani transparentnego xterma ani urxvt:/
Back to top
View user's profile Send private message
vermaden
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 168
Location: pl_PL.lodz

PostPosted: Sun Dec 31, 2006 2:28 pm    Post subject: Reply with quote

powinno pomoc, dodaj do ~/.Xdefaults a potem xrdb -merge ~/.Xdefaults:

Code:

urxvt.inheritPixmap: true
urxvt.shading:       50
urxvt.xftAntialias:  true
urxvt.tintColor:     white


btw: xterm nie moze byc przezroczysty, zeby nie wiem jak bardzo chcial ;)
_________________
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds
vermaden's: links spreadbsd
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sun Dec 31, 2006 3:11 pm    Post subject: Reply with quote

dzieki:) o to mi chodziło;) tyle że terminal jest przeźroczysty tylko po xrdb -merge ~/.Xdefaults, bez tego jest czarny:/ Jest jakiś sposób na automatyzację?
Back to top
View user's profile Send private message
Poe
Bodhisattva
Bodhisattva


Joined: 03 Apr 2004
Posts: 2155
Location: Mysłowice/Lublin, Poland

PostPosted: Sun Dec 31, 2006 3:30 pm    Post subject: Reply with quote

Code:

urxvt*saveLines:       10000
urxvt*perl-ext-common:      default,mark-urls
urxvt*urlLauncher:      seamonkey
urxvt*geometry:         68x23
urxvt*foreground:      #bbbbbb
urxvt*background:      #000000
urxvt*font:         xft:Courier:weight=medium:size=12
urxvt*boldFont:         xft:Courier:weight=bold:size=12
urxvt*cursorColor:      whitesmoke
urxvt*inheritPixmap:           true
!urxvt*tintColor:      white
urxvt*shading:         80
urxvt*scrollBar:      false
urxvt*tintColor:       white
urxvt*color0:                   black
urxvt*color1:              #ca4b39
urxvt*color2:              #007700
urxvt*color3:                #aaaa00
urxvt*color4:              #005599
urxvt*color5:              #773377
urxvt*color6:              #008888
urxvt*color7:              AntiqueWhite
urxvt*color8:              #444444
urxvt*color9:              #ca4b39
urxvt*color10:             #007700
urxvt*color11:             #DDDD00
urxvt*color12:             #005599
urxvt*color13:             #773377
urxvt*color14:             #00cccc
urxvt*color15:             White

moze to Ci pomoze :) ja nie musialem nic robic poza wklejeniem tego jako config
_________________
Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333
Back to top
View user's profile Send private message
rastman
Apprentice
Apprentice


Joined: 22 Jan 2007
Posts: 210

PostPosted: Sun Nov 11, 2007 11:35 pm    Post subject: Reply with quote

nie wiem czemu, ale u mnie zaden config nie pomaga.. i tak przezroczystosci nie ma :/
Back to top
View user's profile Send private message
timor
Guru
Guru


Joined: 25 May 2005
Posts: 517
Location: Poland

PostPosted: Sun Nov 11, 2007 11:39 pm    Post subject: Reply with quote

rastman wrote:
nie wiem czemu, ale u mnie zaden config nie pomaga.. i tak przezroczystosci nie ma :/
U mnie działa z opcjami:
Code:
#URXVT
urxvt*geometry: 110x35
urxvt*background: rgba:2000/2000/2000/dddd
#urxvt*background: rgba:2000/2000/2000/8888
urxvt*foreground: white
urxvt*depth: 32
urxvt*fading: 40
urxvt*shading: 40
urxvt*inheritPixmap: true
#urxvt*font: -misc-fixed-medium-r-*-*-12-*-*-*-*--iso10646-1
urxvt*font: xft:Terminus:pixelsize=14
urxvt*scrollBar: false
urxvt*saveLines: 30000
urxvt*tintColor: gray


Zauważyłem natomiast, że po ustawieniu xorg.conf'a pod compiza nie działa przezroczystość bez compiza (np. pod fluxbox'em). Ciężko mi powiedzieć, jaka dokładnie opcja jest za to odpowiedzialna - nie testowałem tego jakoś szczególnie.
_________________
Nie lubię chomików.... budzą we mnie agresję...
Back to top
View user's profile Send private message
rastman
Apprentice
Apprentice


Joined: 22 Jan 2007
Posts: 210

PostPosted: Mon Nov 12, 2007 12:00 am    Post subject: Reply with quote

dalej nic..
Back to top
View user's profile Send private message
timor
Guru
Guru


Joined: 25 May 2005
Posts: 517
Location: Poland

PostPosted: Mon Nov 12, 2007 12:07 am    Post subject: Reply with quote

rastman wrote:
dalej nic..
Wywal z xorg.conf'a takie rzeczy jak:
Code:

#    Option "AddARGBGLXVisuals"      "true"

#Section "Extensions"
#    Option "Composite" "enable"
#EndSection

_________________
Nie lubię chomików.... budzą we mnie agresję...
Back to top
View user's profile Send private message
sebas86
Guru
Guru


Joined: 01 May 2005
Posts: 568
Location: Szczecinek / Szczecin

PostPosted: Mon Nov 12, 2007 6:54 am    Post subject: Reply with quote

rastman wrote:
dalej nic..

Niektóre biurka ładują info z Xresources zamiast Xdefaults, zrób sobie:
Code:
ln -s .Xdefaults .Xresources

timor wrote:
Wywal z xorg.conf'a takie rzeczy jak:
Code:

#    Option "AddARGBGLXVisuals"      "true"

#Section "Extensions"
#    Option "Composite" "enable"
#EndSection

Nie wiem czy urxvt korzysta z przezroczystości tak samo jak np. Tilda ale jeśli tak to powinno działać zarówno z włączonym jak i wyłączonym compsite i ARGBGLXVisuals.
_________________
Nieważne jaka dystrybucja, ważne, że Linux!
Back to top
View user's profile Send private message
timor
Guru
Guru


Joined: 25 May 2005
Posts: 517
Location: Poland

PostPosted: Mon Nov 12, 2007 9:54 am    Post subject: Reply with quote

sebas86 wrote:
Nie wiem czy urxvt korzysta z przezroczystości tak samo jak np. Tilda ale jeśli tak to powinno działać zarówno z włączonym jak i wyłączonym compsite i ARGBGLXVisuals.
U mnie nie działało to razem.
_________________
Nie lubię chomików.... budzą we mnie agresję...
Back to top
View user's profile Send private message
sebas86
Guru
Guru


Joined: 01 May 2005
Posts: 568
Location: Szczecinek / Szczecin

PostPosted: Mon Nov 12, 2007 10:04 am    Post subject: Reply with quote

timor wrote:
U mnie nie działało to razem.

Rzeczywiście, przed chwilą sprawdziłem, urxvt potrafi skorzystać z prawdziwej przezroczystości. :)
_________________
Nieważne jaka dystrybucja, ważne, że Linux!
Back to top
View user's profile Send private message
rastman
Apprentice
Apprentice


Joined: 22 Jan 2007
Posts: 210

PostPosted: Mon Nov 12, 2007 2:51 pm    Post subject: Reply with quote

działa. Powiedzcie mi jeszcze tylko, jak zamknac juz otwarta karte?
Back to top
View user's profile Send private message
szpil
Tux's lil' helper
Tux's lil' helper


Joined: 09 Oct 2005
Posts: 81

PostPosted: Mon Nov 12, 2007 6:23 pm    Post subject: Reply with quote

Code:
urxvt*perl-ext-common:      default,mark-urls
urxvt*urlLauncher:      seamonkey


Działa wam urlLauncher w urxvt? Za nic nie mogę zrobić aktywnych linków. Mój .Xdefaults

Code:

#### Urxvt ####

urxvt*termName: rxvt
urxvt*loginShell:true
urxvt*inheritPixmap: true
urxvt*tintColor: gray40
urxvt*shading: 90
!urxvt*borderLess: true
urxvt*foreground: White
urxvt*internalBorder: 0
urxvt*background: Black
urxvt*scrollBar: false
urxvt*saveLines: 30000
urxvt*font:-*-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-2
urxvt*boldFont:-*-fixed-bold-r-*-*-14-*-*-*-*-*-iso8859-2
urxvt*geometry: 90x35
urxvt*perl-ext-common: default,mark-urls
urxvt*urlLauncher: firefox
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Wed Nov 14, 2007 8:56 am    Post subject: Reply with quote

rastman wrote:
działa. Powiedzcie mi jeszcze tylko, jak zamknac juz otwarta karte?

ctrl+d ;-)
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Wed Nov 14, 2007 10:03 am    Post subject: Reply with quote

Skoro rozstrząsacie konfigurację urxvt to może wiecje jak zrobić, by tabbar był przezroczysty?
_________________
powered by power plant
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Thu Nov 15, 2007 3:41 pm    Post subject: Reply with quote

BeteNoire wrote:
Skoro rozstrząsacie konfigurację urxvt to może wiecje jak zrobić, by tabbar był przezroczysty?

tzn zeby nie był na czerwono?
Back to top
View user's profile Send private message
BeteNoire
Veteran
Veteran


Joined: 25 Sep 2005
Posts: 1827

PostPosted: Thu Nov 15, 2007 4:08 pm    Post subject: Reply with quote

Tak, chodzi o tło tabbara, zmieniłem sobie na czarne, ale nie wiem jak zrobić przezroczyste.
_________________
powered by power plant
Back to top
View user's profile Send private message
rastman
Apprentice
Apprentice


Joined: 22 Jan 2007
Posts: 210

PostPosted: Thu Nov 15, 2007 10:47 pm    Post subject: Reply with quote

Mu chodzi o tlo (taki pasek na gorze), a nie o same przyciski. W sumie to samo by mnei interesowalo. Nie rzuca sie w oczy, ale jak juz przeźroczysty, to niech caly ;-)
Back to top
View user's profile Send private message
v7n
Guru
Guru


Joined: 24 Jan 2006
Posts: 352

PostPosted: Fri Nov 16, 2007 7:26 pm    Post subject: Reply with quote

szpil wrote:
Code:
urxvt*perl-ext-common:      default,mark-urls
urxvt*urlLauncher:      seamonkey


Działa wam urlLauncher w urxvt? Za nic nie mogę zrobić aktywnych linków. Mój .Xdefaults

Code:

#### Urxvt ####

urxvt*termName: rxvt
urxvt*loginShell:true
urxvt*inheritPixmap: true
urxvt*tintColor: gray40
urxvt*shading: 90
!urxvt*borderLess: true
urxvt*foreground: White
urxvt*internalBorder: 0
urxvt*background: Black
urxvt*scrollBar: false
urxvt*saveLines: 30000
urxvt*font:-*-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-2
urxvt*boldFont:-*-fixed-bold-r-*-*-14-*-*-*-*-*-iso8859-2
urxvt*geometry: 90x35
urxvt*perl-ext-common: default,mark-urls
urxvt*urlLauncher: firefox


u mnie działa
http://www.wklej.org/txt/3bb7af6439
http://www.wklej.org/txt/d84e9b48f4
_________________
/~x86 /*-sources /oss /zsh /urxvt /vim /openbox /rox /xmms /Opera
Back to top
View user's profile Send private message
szpil
Tux's lil' helper
Tux's lil' helper


Joined: 09 Oct 2005
Posts: 81

PostPosted: Sat Nov 17, 2007 5:52 pm    Post subject: Reply with quote

Niestety nie działa. Gdy uruchamiam nowy terminal z konsoli dostaję taki komunikat
Code:
urxvt: perl hook 0 evaluation error: Undefined subroutine &Scalar::Util::weaken called at /usr/lib/urxvt/urxvt.pm line 1191.


Oto mój perl
Code:
[D] dev-lang/perl
     Available versions:  5.8.8-r2 {berkdb build debug doc gdbm ithreads perlsuid}
     Installed versions:  5.8.8-r3(18:28:15 14.11.2007)(berkdb gdbm -build -debug -doc -elibc_FreeBSD -ithreads -perlsuid)
     Homepage:            http://www.perl.org/
     Description:         Larry Wall's Practical Extraction and Report Language


nie wiem gdzi jeszcze szukać przyczyny
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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