I am working vian vnc viewer which is setup to use 1024x768:

[EMAIL PROTECTED] ~]# ps aux|grep vnc
root      6500  3.2  1.1  16912 12164 pts/1    S    12:24   0:11 Xvnc :1
-desktop redhat.eu.acmecorp.com:1 (root) -httpd /usr/share/vnc/classes -auth
/root/.Xauthority -geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth
/root/.vnc/passwd -rfbport 5901 -pn

I am using the ati driver and the LCD generic 1024x768 screen.
But every time i set the display to 1024x768 it reverts back to 800x600.

Here is my xorg.conf file:
[EMAIL PROTECTED] ~]# cat /etc/X11/xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "ilomouse" ""
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "ilomouse"
        Driver      "evdev"
        Option      "Device" "/dev/input/hp_ilo_mouse"
        Option      "MinX" "0"
        Option      "MinY" "0"
        Option      "MaxX" "3000"
        Option      "MaxY" "3000"
        Option      "SendCoreEvents" "True"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1024x768"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 48.0
        VertRefresh  56.0 - 65.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "ati"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection



2008/7/28 Sharpe, Sam J <[EMAIL PROTECTED]>

> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:rhelv5-list-
> > [EMAIL PROTECTED] On Behalf Of Mark Watts
> > Sent: 28 July 2008 11:16
> > On Monday 28 July 2008 11:01:13 Thomas Vito wrote:
> > > Hi,
> > >
> > > I just installed my first RHEL5U2 server on a proliant DL360g3 with an
> > ATI
> > > rage card. I cannot set a display higher than 800x600. I guess i have
> > to
> > > find the right driver (for the moment it shows ATI RAGE XL, built-in
> > driver
> > > i guess). Can someone advise?
> > >
> > > Thanks in advance.
> >
> > I think its just "ati".
>
> I think the driver will be correct (we have a lot of HP machines) - what I
> think has happened is that the Monitor auto-detect has failed (are you doing
> this over iLO with an iLO Advanced license?).
>
> Try manually setting the monitor to Generic LCD 1024x768 or something that
> supports the resolution you want.
>
> --
> Sam
>
> _______________________________________________
> rhelv5-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/rhelv5-list
>
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to