- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trying to change CDE scrollbar size in 11i using X...
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
06-23-2009 05:26 AM
06-23-2009 05:26 AM
Trying to change CDE scrollbar size in 11i using Xresources
Dtterm*saveLines: 20000
Is there something else I need to do so that it reads this new config file? Thanks in advance for any help given.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 05:46 AM
06-23-2009 05:46 AM
Re: Trying to change CDE scrollbar size in 11i using Xresources
NB works in conjunction with the resource
Dtterm*scrollBar = True
workaround : run dtterm -sl 2000 -sb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 06:33 AM
06-23-2009 06:33 AM
Re: Trying to change CDE scrollbar size in 11i using Xresources
I added another line:
Dtterm*scrollBar: True
to the /etc/dt/config/C/Xresources file and restarted CDE with /sbin/init.d/dtlogin.rc stop and /sbin/init.d/dtlogin.rc start
There is still no change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 07:06 AM
06-23-2009 07:06 AM
Re: Trying to change CDE scrollbar size in 11i using Xresources
a) local Xresource file is over ridding things.
b) my memory fades but I wasn't aware of an Xresource file under /etc, yes there's an sys.resources
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 07:50 AM
06-23-2009 07:50 AM
Re: Trying to change CDE scrollbar size in 11i using Xresources
a)Besides the Xresources file I copied to /etc, the only other Xresources files are in /usr.
b)I copied the file to /etc after reading that the /usr files shouldn't be edited, but should be copied to /etc and then edited, that's what I did.