- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- changing the display frequency (refresh)
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
03-05-2006 06:11 PM
03-05-2006 06:11 PM
How can i change the display frequency on my hpux 11i CDE.
TIA
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 06:16 PM
03-05-2006 06:16 PM
SolutionBy "Frequency" if you meant "Resolution"..check the below link,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=555631
You will have to do necessary changes in /etc/X11/XF86Config file.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 06:28 PM
03-05-2006 06:28 PM
Re: changing the display frequency (refresh)
checked my monitor section in /etc/X11/XF86Config ....
Section "Monitor"
Identifier "Monitor 0"
HorizSync 30.0 - 107.0
VertRefresh 50.0 - 75.0
EndSection
This indicates U indeed can tweek frequency setting. U need reboot after the change.But be careful, wrong entries could render CDE subsystem not to start in the next reboot(can revert the change from single user mode), or worse case, could cause issues with the monitor, if the frequency setting is wrong, thereby probing the monitor with wrong frequency range. Also consult the Monitor manual's before you attempt this activity.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 10:39 PM
03-05-2006 10:39 PM
Re: changing the display frequency (refresh)
I checked the monitor and it only supports 60 Mhz. when i gave setmon -r the folllwing out was displayed:
setmon -r
Using device file /dev/crt
The HPA4982B graphics device supports the following monitor entries.
Entry Width Height Hz Font Description
----- ----- ------ --- ----- --------------------
-> 1 1280 1024 75 10x20 VESA
2 1024 768 75 8x16 VESA
3 1600 1200 75 10x20 VESA
4 1600 1024 76 10x20
The current monitor selection is entry 1.
does this mean that it only supports the above configuration.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 11:14 PM
03-05-2006 11:14 PM
Re: changing the display frequency (refresh)
Seeing your previous output, if you were interested in choosing the index 4, you need to specify..
#setmon -s 4 -t
-t, because, that way the setting is temperory and will be reverted beack after reboot in case you encounter any problems. Anyway , it appears though that you have only these choices to choose amonst.
Regards,
Senthil Kumar .A