Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xterm woes.
View unanswered posts
View posts from last 24 hours

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


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Wed Jul 28, 2004 9:56 am    Post subject: xterm woes. Reply with quote

I've recently switched over to Xterm from Eterm and it looks MUCH nicer...

But.. I'm having technical issues..

When I'm in irssi I can't switch windows alt+2 or whatnot just spits out symbols.. and doesn't do anything!

and to get mike@tokyo mike$ to show up I have to "source /etc/profile"..

I'm using Xorg and here's my Xdefaults..

Code:

xterm*faceName: Monospace
xterm*faceSize: 7

xterm*background: #000000
xterm*foreground: #FFFFFF

*cursorColor: #a5a5a5
*cursorColor2: #303030

xterm*colorBD: #a9a9aa
xterm*colorUL: #a9a9aa

! black
xterm*color0: #303030
xterm*color8: #868889

! red
xterm*color1: #c18b72
xterm*color9: #d19d87

! green
xterm*color2: #B9EF05
xterm*color10: #B9EF05

! yellow
xterm*color3: #a8a783
xterm*color11: #bfbe9c

! blue
xterm*color4: #5A5AFF
xterm*color12: #7995c6

! magenta
xterm*color5: #987d99
xterm*color13: #bc95bc

! cyan
xterm*color6: #7a9b9b
xterm*color14: #93bab9

! white
xterm*color7: #a9a9aa
xterm*color15: #ffffff
Back to top
View user's profile Send private message
Highlands
Guru
Guru


Joined: 22 Apr 2003
Posts: 366
Location: Sundsvall, Sweden

PostPosted: Wed Jul 28, 2004 10:43 am    Post subject: Reply with quote

try aterm ist
Code:

emerge x11-terms/aterm

_________________
If Windows is the answer, you don't understand the question!
http://counter.li.org/cgi-bin/certificate.cgi/339446
Back to top
View user's profile Send private message
miqorz
Veteran
Veteran


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Wed Jul 28, 2004 10:45 am    Post subject: Reply with quote

Uhh huhh...

I'm not wanting to switch terms. I'd just like to know if I can change the behaviour of xterm first..

Can aterm even use antialiased text?
Back to top
View user's profile Send private message
Celtis
l33t
l33t


Joined: 05 Jul 2003
Posts: 737

PostPosted: Wed Jul 28, 2004 10:52 am    Post subject: Re: xterm woes. Reply with quote

miqorz wrote:
and to get mike@tokyo mike$ to show up I have to "source /etc/profile"..
Sorry, I don't know about the rest (I'm an Aterm-er) but to get this working you could try (as user) echo "source /etc/profile" >> ~/.bashrc

And no, aterm doesn't support anti-aliased fonts :(
Back to top
View user's profile Send private message
miqorz
Veteran
Veteran


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Wed Jul 28, 2004 11:14 am    Post subject: Reply with quote

Eh, sorry.. Antialiased text is kinda why I switched to Xterm in the first place.

:wink:

And thanks for the tip man! I had considered doing that but thought it was kind of hackish but hey! if it works!
Back to top
View user's profile Send private message
malloc
l33t
l33t


Joined: 19 Sep 2003
Posts: 762

PostPosted: Wed Jul 28, 2004 12:11 pm    Post subject: Reply with quote

Code:
XTerm*eightBitInput:   false
XTerm*metaSendsEscape: true

Put these lines in your .Xdefaults and it should do the trick
Back to top
View user's profile Send private message
diabx0r
Apprentice
Apprentice


Joined: 08 Jan 2004
Posts: 207

PostPosted: Sat Jul 31, 2004 1:31 am    Post subject: Reply with quote

Holy crap.

This is the most amazing .Xdefaults I have ever seen.

Thank yoooooooou!!!!
Back to top
View user's profile Send private message
miqorz
Veteran
Veteran


Joined: 04 Apr 2004
Posts: 1170
Location: Pissing into the wind.

PostPosted: Sat Jul 31, 2004 1:58 am    Post subject: Reply with quote

Heh, Glad you like it. :D
Back to top
View user's profile Send private message
diabx0r
Apprentice
Apprentice


Joined: 08 Jan 2004
Posts: 207

PostPosted: Sat Jul 31, 2004 2:01 am    Post subject: Reply with quote

Like it? Dude, never have I thought that one could LOVE a terminal config, but I have in fact FALLEN IN LOVE with this terminal.

I thank you again.

:D
Back to top
View user's profile Send private message
felixo
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2004
Posts: 88

PostPosted: Wed Jan 26, 2005 5:09 am    Post subject: ew Reply with quote

wow i did not like it at all, but thank you for the xterm alt key fix to the other dude :D
Back to top
View user's profile Send private message
float-
Apprentice
Apprentice


Joined: 31 Aug 2003
Posts: 174

PostPosted: Sun Feb 13, 2005 4:43 pm    Post subject: Reply with quote

you can always use ESC as a meta key :lol:
Back to top
View user's profile Send private message
deadaim
Guru
Guru


Joined: 27 Oct 2003
Posts: 467
Location: Florida

PostPosted: Tue Mar 01, 2005 5:15 am    Post subject: Re: xterm woes. Reply with quote

miqorz wrote:
and to get mike@tokyo mike$ to show up I have to "source /etc/profile"..

Use "xterm -ls":
Code:

       -ls     This option indicates that the shell that  is  started  in  the
               xterm  window  will be a login shell (i.e., the first character
               of argv[0] will be a dash, indicating  to  the  shell  that  it
               should read the user's .login or .profile).

               The  -ls  flag and the loginShell resource are ignored if -e is
               also given, because xterm does not know how to make  the  shell
               start  the  given  command  after whatever it does when it is a
               login shell - the user's shell of choice need not be  a  Bourne
               shell  after all.  Also, xterm -e is supposed to provide a con-
               sistent functionality for other applications that need to start
               text-mode  programs  in  a  window,  and if loginShell were not
               ignored, the result of ~/.profile might interfere with that.

               If you do want the effect of -ls and -a simultaneously, you may
               get away with something like
                      xterm -e /bin/bash -l -c "my command here"

               Finally,  -ls  is  not completely ignored, because xterm -ls -e
               does write a /etc/wtmp entry (if configured to do so),  whereas
               xterm -e does not.
Back to top
View user's profile Send private message
allucid
Veteran
Veteran


Joined: 02 Nov 2002
Posts: 1314
Location: atlanta

PostPosted: Tue Mar 01, 2005 5:54 am    Post subject: Reply with quote

or put
Code:
XTerm*loginshell:       true
in ~/.Xdefaults
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