- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DTTERM options
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
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
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
09-08-2005 07:26 AM
09-08-2005 07:26 AM
DTTERM options
I'm currently seeting up some dtterm things and have begun editing the .Xdefaults file. I have placed the normal things in there but wanted to make some "fun" changes such as:
Dtterm*pointerShape: gumby
or
Dtterm*pointerShape: shuttle
Where can I find the "names" of the available pointerShapes? Where can I find the list of available colors?
Obviously this is merely for fun and not a functional requirement.
Thanks,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 07:34 AM
09-08-2005 07:34 AM
Re: DTTERM options
To get the appropriate name just remove the XC_ from the name that is there.
# man 1 dtterm
and scroll until you get to the pointerShape section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 07:55 AM
09-08-2005 07:55 AM
Re: DTTERM options
Thank you for pointing that the man page entry, in all honesty, I had missed it. However, the file /usr/include/X11/cursorfont.h does not exist. The only thing in that directory is a subdirectory called "bitmaps".
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 08:05 AM
09-08-2005 08:05 AM
Re: DTTERM options
Perhaps you didn't install the X11 packages when you installed HP-UX?
Those files are in the X11MotifDevKit fileset.
Do an 'swlist -l fileset | grep X11' and see if anything shows up. If not, that is your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 08:14 AM
09-08-2005 08:14 AM
Re: DTTERM options
Again, thank you for the follow up. I am currently using the "gumby" pointer and have set many options in my .Xdefaults file. All is working well so I know the files exist somewhere. The output from swlist is attached as well as a list of the directory.
Thank you,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 04:32 AM
09-15-2005 04:32 AM
Re: DTTERM options
Dave