- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Monitor, Linux and KVM help
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
10-08-2003 11:56 PM
10-08-2003 11:56 PM
We contacted Raritan for support and their solution was â during boot up and command mode linux is sending a CRT single to the monitor but once you enter the GUI mode linux switches to a driver for the graphic card and monitor. Install the correct driver for the monitor and graphics card in the command mode and this should solve the problem.â
I didnâ t know linux did monitor drivers in command mode. Anyone know how to do this or if it can be done? What I have found so far says linux doesnâ t do monitor drivers.
Points will be awarded to all answers and a 10 spot for the answer that gets this working.
I also wish to note that I will be working on converting other systems to the KVM today. But I will check this thread as often as possible throughout t
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 12:16 AM
10-09-2003 12:16 AM
SolutionTHe general rule is for Linux to use a CRT device as Raritan have said. When X is running for the GUI, it is true that the drivers are in X itself, not part of the linux kernel.
If, however, you use the Linux frame buffer, the situation changes so that the device driver is initialized and used for text mode and GUI stuff from boot to shutdown.
Maybe you should try using the linux framebuffer. Maybe it won't help but might point you in the right direction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 12:29 AM
10-09-2003 12:29 AM
Re: Monitor, Linux and KVM help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 03:37 AM
10-09-2003 03:37 AM
Re: Monitor, Linux and KVM help
Can you see the text boot up screen/grub menu?
Are you running any higher res text mode during boot up?
Everything from here on assumes you can see the grub boot menu.
You are using red hat so I assume you use grub, so you can try different text modes during boot if you add vga=ask to your kernel line, ie:
kernel /boot/vmlinuz-2.4.18-4 ro root=/dev/hda2 hdd=ide-scsi
becomes:
kernel /boot/vmlinuz-2.4.18-4 ro root=/dev/hda2 hdd=ide-scsi vga=ask
Then you should get a list of the available text video modes during boot up. Try them all with the KVM switch maybe you'll find one that works.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 07:09 AM
10-09-2003 07:09 AM
Re: Monitor, Linux and KVM help
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 03:16 AM
10-10-2003 03:16 AM
Re: Monitor, Linux and KVM help
Patrick, I gave you 3 points just for the 3D gaming at work line!
Dave, I have tried so many res settings in X to see if the KVM would hold but no luck. At one point I thouht we had it but if gaves out after about 5 minutes.
Thanks guys for the help here. Look for the new thread on lilo.conf.
--Jim