- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP rx2620 and 15" monitor
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
11-17-2005 05:27 PM
11-17-2005 05:27 PM
I have a HP rx2620 Itanium server running HP UX 11.23. I also have a HP 1502 monitor which I think is a 15" monitor. I was not able to have a CDE output when using this monitor. Is there a way to be able to produce CDE output using this monitor? I was only able to go to the login prompt in text mode.
Note that when I use a 17" monitor, I was able to produce the CDE.
Thanks.
Regards,
Kenrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 05:37 PM
11-17-2005 05:37 PM
Re: HP rx2620 and 15" monitor
run dr_dt and check for errors and warning messages.
Have you set monitor resolution correctly, when you connected 15" monitor?? setmon for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 05:45 PM
11-17-2005 05:45 PM
Re: HP rx2620 and 15" monitor
Yes dtlogin is running. I tried to run X window manually. The monitor displays "out of frequency range".
So far I dont have any problems using 17" monitor.
Regards,
Kenrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 05:51 PM
11-17-2005 05:51 PM
Re: HP rx2620 and 15" monitor
setmon -r would report what monitor supports and what should settings be.
Excercise a caution when you do this, else it may render the monitor useless.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 07:19 PM
11-22-2005 07:19 PM
SolutionTry this ..it has worked for me..
In the command prompt vi the following file..
.. "/etc/X11/XF86Config"
Go to the following section "Screen" as ashown far below and replace "1280x1024"(or any other) with "1024x768".. and reboot the box.. Voila..you will end up with CDE on a 15" monitor. (Nothing wrong to apply a linux concept in HPUX a bit, never kills ;).
Section "Screen"
Identifier "Screen 0"
Device "Console"
Monitor "Monitor 0"
#
# Set the default depth.
#
DefaultDepth 24
#
# The subsection associates a buffer depth with a screen size.
#
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 05:14 PM
11-23-2005 05:14 PM
Re: HP rx2620 and 15" monitor
Kenrick,
If 1024x768 entry doesn't work ..don't be disheartened, try using 800x600
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2005 06:08 PM
11-23-2005 06:08 PM