|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
xterm -display
I am using this command but when I launch it, the font that comes up on the remote machine is very small. Is there a way to enlarge the font using some switch?
xterm -display remotemachine:0.0 & |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Did you do a man xterm ?
There is a -fs (for font size)... And under linux (not sure about the other platforms...) there is the command: xfontsel |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Yes I did do a man before posting.
The version of unix I am using doesn't mention a -fs switch there is an -fn for font and a -fb for bold font. but I am willing to try the -fs but where do I put it and whats the syntax ? something like this maybe ? xterm -display remotews:0.0 & -fs 12 and while we are on it......the zero zero....is that screen position to place the new term window ?? and what does the & do ? Thanks zapper |
|
#4
|
|||
|
|||
|
See http://www.unix.com/unix-advanced-ex...ts-larger.html for the general idea with -fn. Since you want the xterm on a remote display you need to find the fonts on the remote machine with Code:
xlsfonts -display remotews:0.0 Note that xlsfonts will probably give you a huge list so pipe the output through a pager. In xterm -display remotews:0.0 &, the argument to -display is the hostname, display number and screen number on which to show the X-window. This should match the DISPLAY environment variable on the remote machine. To set the position of the xterm on the screen you would use the -geometry flag. The & makes the command run in the background; you would have this at the end of your command. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Thanks man....
I haven't had a chance to try this yet but the piping you are talking about....something like this ? xlsfonts -display remotews:0.0 | more Zapper |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Yes..
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DISPLAY=local_host:0.0 ; export DISPLAY | big123456 | UNIX for Advanced & Expert Users | 12 | 12-15-2010 08:15 AM |
| xterm display options | gogol_bordello | UNIX for Dummies Questions & Answers | 2 | 08-28-2009 07:33 AM |
| Display output of one xterm on another | Vi-Curious | UNIX for Dummies Questions & Answers | 8 | 11-07-2008 03:14 PM |
| xterm and display | macdonto | UNIX for Dummies Questions & Answers | 1 | 08-16-2001 03:24 PM |
|
|