- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE mouse pointer
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-18-2002 09:02 AM
09-18-2002 09:02 AM
CDE mouse pointer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 10:35 AM
09-18-2002 10:35 AM
Re: CDE mouse pointer
read the documentation of the latest X-Windows patches. I seem to remember a feature to "zoom" the pointer.
Another way would be to paint your own pointer of choice and size, and instruct your Xclients to use it (with "xsetroot" and in your "$HOME/.Xdefaults" file).
Tell me if you need more details.
Regards,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 03:39 AM
09-19-2002 03:39 AM
Re: CDE mouse pointer
Here is an extract about the Scaled Cursors feature:
Cursor Scaling in the HP X Server
==============================================================================
There are times when the standard X11 cursors are difficult to see on the
screen. The effect is compounded on large displays created via either
Single Logical Screen (SLS) or Distributed Single Logical Screen (SLS/d).
A new Server Option has been added to the HP X server that instructs the
X server to scale all X11 cursors (both user-defined and built-in cursors)
by a user-defined value.
The Scaled Cursor is indicated with the following syntax in the X*screens
file:
ServerOptions
HpCursorScaleFactor n
where n = 2, 3, ...
For example,
ServerOptions
HpCursorScaleFactor 2
If the scaled width or height of any cursor is greater than 64, the
scale factor is reduced so that the net size of the cursor fits into a
64x64 rectangle.
To achieve maximum scaling for all cursors, specify "n" to be a large
value (for example: 15) and all cursors created will be scaled at
their maximum viewable size.
The default value for "n" is 1, or no scaling.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 03:49 AM
09-19-2002 03:49 AM
Re: CDE mouse pointer
If logging in via a PC try this
http://cometcursor.cometsystems.com/
Gives lots of cursors.
steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 04:31 AM
09-19-2002 04:31 AM
Re: CDE mouse pointer
xsetroot -cursor /usr/include/X11/bitmaps/xlogo64 /usr/include/X11/bitmaps/xlogo64 -fg white -bg black &
For on the root window. You need to progarm per window for the rest
Steve steel