[EMAIL PROTECTED] wrote on 06/23/2008 09:11:54 AM:
> How can I force the screen resolution to 1024x768 in the Xserver?
> It will detect 1024x768 without any trouble when I have a monitor
> directly connected to it, but if I use my KVM switchbox or NO
> monitor it will default to 800x600. I am using ILO for remote
> management, so I don't need a monitor directly connected.
>
> I tried adding the following modeline to xorg.conf but the xserver
> just ignored them.
>
>
> ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806
> -hsync -vsync
> # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
> ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800
> +hsync +vsync
>
>
>
> Here is a snippet of the log.
>
> (II) RADEON(0): Not using default mode "400x300" (hsync out of range)
> (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)
> (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode
> clock/interlace/doublescan)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode
> clock/interlace/doublescan)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode
> clock/interlace/doublescan)
> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
> (II) RADEON(0): Not using default mode "512x384" (bad mode
> clock/interlace/doubl
>
>
> Thanks,
>
> Bill
>
Bill,
I would start by exploring 2 paths. The quick one is to comment out the
ModeLines above and make sure that you specify a Modes line like this under
your Screen section in your xorg.conf:
Section "Screen"
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Does it give a similar error? And if that doesn't work then I would look
into whether or not the switchbox has upgradable firmware. I know some of
the more data center oriented KVMs that I've worked with have need an
upgrade on occasion for issues such as this, I just don't know if the more
desktop centric ones would provide that ability.
-greg
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list