<br clear="all">Hi,<br><br>i am trying to set up RHEL 5.1 client in my IBM netvista Client.<br>When i tried to intall in GUI mode,i got the Error "mini-wm: Fatal IO Error ( Connection reset bye peer) on X server :1:0"<br>
So then i installed inn command mode.installation was successful.then i gave startx command,i got the following error<br><br>"<br>X Window System Version 7.1.1<br>Release Date: 12 May 2006<br>X Protocol Version 11, Revision 0, Release 7.1.1<br>
Build Operating System: Linux 2.6.9-55.0.2.ELsmp i686 Red Hat, Inc.<br>Current Operating System: Linux desktop 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:02 EDT 2007 i686<br>Build Date: 05 September 2007<br>Build ID: xorg-x11-server 1.1.1-48.26.el5<br>
        Before reporting problems, check <a href="http://wiki.x.org">http://wiki.x.org</a><br>        to make sure that you have the latest version.<br>Module Loader present<br>Markers: (--) probed, (**) from config file, (==) default setting,<br>
        (++) from command line, (!!) notice, (II) informational,<br>        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br>(==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug  3 12:15:29 2011<br>
(==) Using config file: "/etc/X11/xorg.conf"<br>(EE) I810(0): No Video BIOS modes for chosen depth.<br>(EE) Screen(s) found, but none have a usable configuration.<br><br>Fatal server error:<br>no screens found<br>
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"<br>      after 0 requests (0 known processed) with 0 events remaining.<br>"<br>Then i tried 915resolution,but no use.<br><br>then i tried X -configure command, now i am able to boot in GUI,new configuration file also created.But i am not able to change the <a href="http://resolution.it">resolution.it</a> stays in 640x480,nothing else listed.<br>
<br>My system details...<br><br>Processor P4 2.4GHZ,<br>Chipset Intel 845G<br>Monitor HP7450 CRT<br>RAM 1GB<br><br>any one faced and fixied this kind of issue?<br>Thanks in advance<br>Hemanth<br> <br>This is the content of the xorg.conf.new file after X -configure<br>
<br>[root@desktop ~]# vi /root/xorg.conf.new<br>Section "ServerLayout"<br>        Identifier     "X.org Configured"<br>        Screen      0  "Screen0" 0 0<br>        InputDevice    "Mouse0" "CorePointer"<br>
        InputDevice    "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<br>        RgbPath      "/usr/share/X11/rgb"<br>        ModulePath   "/usr/lib/xorg/modules"<br>
        FontPath     "unix/:7100"<br>        FontPath     "built-ins"<br>EndSection<br><br>Section "Module"<br>        Load  "dri"<br>        Load  "dbe"<br>        Load  "extmod"<br>
        Load  "vnc"<br>        Load  "record"<br>        Load  "glx"<br>        Load  "xtrap"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier  "Keyboard0"<br>
        Driver      "kbd"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier  "Mouse0"<br>        Driver      "mouse"<br>        Option      "Protocol" "auto"<br>
        Option      "Device" "/dev/input/mice"<br>        Option      "ZAxisMapping" "4 5 6 7"<br>EndSection<br><br>Section "Monitor"<br>        #DisplaySize      320   240     # mm<br>
        Identifier   "Monitor0"<br>        VendorName   "HWP"<br>        ModelName    "HP 7540"<br> ### Comment all HorizSync and VertSync values to use DDC:<br>### Comment all HorizSync and VertSync values to use DDC:<br>
        HorizSync    30.0 - 70.0<br>        VertRefresh  50.0 - 160.0<br>        Option      "DPMS"<br>EndSection<br><br>Section "Device"<br>        ### Available Driver options are:-<br>        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",<br>
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"<br>        ### [arg]: arg optional<br>        #Option     "NoAccel"                   # [<bool>]<br>        #Option     "SWcursor"                  # [<bool>]<br>
        #Option     "ColorKey"                  # <i><br>        #Option     "CacheLines"                # <i><br>        #Option     "Dac6Bit"                   # [<bool>]<br>
        #Option     "DRI"                       # [<bool>]<br>        #Option     "NoDDC"                     # [<bool>]<br>        #Option     "ShowCache"                 # [<bool>]<br>
        #Option     "XvMCSurfaces"              # <i><br>        #Option     "PageFlip"                  # [<bool>]<br>        Identifier  "Card0"<br>        Driver      "intel"<br>
        VendorName  "Intel Corporation"<br>        BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"<br>        BusID       "PCI:0:2:0"<br>EndSection<br><br>Section "Screen"<br>
        Identifier "Screen0"<br>        Device     "Card0"<br>        Monitor    "Monitor0"<br>        SubSection "Display"<br>                Viewport   0 0<br>                       Depth     1<br>
        EndSubSection<br>        SubSection "Display"<br>                Viewport   0 0<br>                Depth     4<br>        EndSubSection<br>        SubSection "Display"<br>                Viewport   0 0<br>
                Depth     8<br>        EndSubSection<br>        SubSection "Display"<br>                Viewport   0 0<br>                Depth     15<br>        EndSubSection<br>        SubSection "Display"<br>
                Viewport   0 0<br>                Depth     16<br>        EndSubSection<br>        SubSection "Display"<br>                Viewport   0 0<br>                Depth     24<br>        EndSubSection<br>
EndSection<br>