- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Getting color to work with an xterm
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2004 12:06 AM
тАО07-29-2004 12:06 AM
I'm using an NT workstation, with Exceed 9.0.
I'd like to connect to our hp-ux 11.11 server
and get a color xterm. But whatever I do,
the session is always black and white.
I've pored all over the Exceed client, and it
seems fine. Then I read somewhere that not
all xterm servers support color.
Do I need to do something to the hp-ux
machine?
Any ideas would be much appreciated.
Regards.
Paul Stuart
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2004 12:12 AM
тАО07-29-2004 12:12 AM
Re: Getting color to work with an xterm
Should work
try
/usr/bin/X11/xterm -fg red -bg white
If that works then look at
whence xterm
or
alias|grep xterm
Maybe defined to be in blackwhite by a command or alias
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2004 12:36 AM
тАО07-29-2004 12:36 AM
Re: Getting color to work with an xterm
When I do that, the xterm does indeed
become white and red.
But the xterm itself doesn't become color, in the sense that it doesn't respond to
color escape sequences.
For instance, I have a color prompt and
normally VIM is in color. That works on
an ordinary telnet vt100. But not in the
xterm.
Paul S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2004 12:56 AM
тАО07-29-2004 12:56 AM
Re: Getting color to work with an xterm
after connecting on hp-ux, enter following command
xterm -bg red -fg blue
it will start new xterm with desired collors
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2004 01:39 AM
тАО07-29-2004 01:39 AM
SolutionCould be the Exceed since my reflection is OK
Try dtterm
/usr/bin/X11/dtterm -display $DISPLAY -tn vt100 -fg darkgreen -bg khaki -bs -bw
200 -fn courB24 -fb courB24 -kshMode -ls -mb -sb -sl 2000 -ms red -nb 10 & 2>/d
ev/null
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2004 01:50 AM
тАО07-29-2004 01:50 AM
Re: Getting color to work with an xterm
Some boxes do not work
Try to see if
http://www.cs.utk.edu/~shuford/terminal/xterm.html
Will help
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-29-2004 03:29 AM
тАО07-29-2004 03:29 AM
Re: Getting color to work with an xterm
Thanks Steve. dtterm works.
Paul S