vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Hello cljlk (<cljlk@hotmail.com>) wrote: > I just install RedHat9 into my Laptop. When it prompt the login, the > screen keep falshing. Eventually, I type in root and password, then > login into root account. A error show on the screen "couldn't start X > server". Please help. The X server writes a log file that will normally tell you why X can't start up. You can find in /var/log, and it should be called XFree86.0.log. You can also view the output by logging in on a text console and using "startx". best regards Andreas Janssen -- Andreas Janssen andreas.janssen@bigfoot.com PGP-Key-ID: 0xDC801674 Registered Linux User #267976 |
| |||
| cljlk wrote: > I just install RedHat9 into my Laptop. When it prompt the login, the > screen keep falshing. Eventually, I type in root and password, then > login into root account. A error show on the screen "couldn't start X > server". Please help. ... check the /var/log/XFree86.0.log file for clues .. -- /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\ \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" /// \\\ http://pages.sbcglobal.net/mtobler/mjt_linux_page.html /// "Reflections on Ice-Breaking" Candy Is dandy But liquor Is quicker. - Ogden Nash |
| |||
| I did check the /var/log/XFree86.0.log. The error are: (II) R128(0) Not using default mode "640x480" (hsync out of range) (II) R128(0): not using default mode "320x240" (bad mode clock/interlace/doublescan) What should I do to trigger the problem. I know the X server is running, when I reboot the system I notice that. Thanks. cljlk wrote: > I just install RedHat9 into my Laptop. When it prompt the login, the > screen keep falshing. Eventually, I type in root and password, then > login into root account. A error show on the screen "couldn't start X > server". Please help. > |
| |||
| Add one more thing here. I cat /proc/fb, the fb file is blank, contains 0 byte. Please help. cljlk wrote: > I did check the /var/log/XFree86.0.log. The error are: > (II) R128(0) Not using default mode "640x480" (hsync out of range) > (II) R128(0): not using default mode "320x240" (bad mode > clock/interlace/doublescan) > > What should I do to trigger the problem. > I know the X server is running, when I reboot the system I notice that. > Thanks. > > cljlk wrote: > >> I just install RedHat9 into my Laptop. When it prompt the login, the >> screen keep falshing. Eventually, I type in root and password, then >> login into root account. A error show on the screen "couldn't start X >> server". Please help. >> > |
| |||
| Hello cljlk (<cljlk@hotmail.com>) wrote: > Add one more thing here. I cat /proc/fb, the fb file is blank, > contains 0 byte. Please help. > > cljlk wrote: > >> I did check the /var/log/XFree86.0.log. The error are: >> (II) R128(0) Not using default mode "640x480" (hsync out of range) >> (II) R128(0): not using default mode "320x240" (bad mode >> clock/interlace/doublescan) >> >> What should I do to trigger the problem. >> I know the X server is running, when I reboot the system I notice >> that. Thanks. Maybe the configuration data for your graphic card is wrong. Take a look at the XFree configuration file (/etc/X11/XF86Config-4 or /etc/X11/XF86Config). especially the "Device" section. Also see if the XFree log file contains any lines beginning with (EE) or (WW). best regards Andreas Janssen -- Andreas Janssen andreas.janssen@bigfoot.com PGP-Key-ID: 0xDC801674 Registered Linux User #267976 |
| |||
| On Sat, 27 Sep 2003 14:08:03 -0400, cljlk wrote: > I did check the /var/log/XFree86.0.log. The error are: > (II) R128(0) Not using default mode "640x480" (hsync out of range) > (II) R128(0): not using default mode "320x240" (bad mode > clock/interlace/doublescan) > > What should I do to trigger the problem. > I know the X server is running, when I reboot the system I notice that. > Thanks. > > cljlk wrote: > >> I just install RedHat9 into my Laptop. When it prompt the login, the >> screen keep falshing. Eventually, I type in root and password, then >> login into root account. A error show on the screen "couldn't start X >> server". Please help. >> You're using an A21P, right? Perhaps this web site has info you need.? http://www.neurophys.wisc.edu/~cai/linux/a21p/ |
| |||
| In /var/log/XFree86.1.log contains: (WW) warning, (EE) error, (NI) not implented (??) unknown. (EE) R128(0): Virtual height (0) is too small for the hardware (min 128) (EE) Screens(s) found, but none have a usable configuration. How do I work it out from here..... Please advice. Thanks. Andreas Janssen wrote: > Hello > > cljlk (<cljlk@hotmail.com>) wrote: > > >>Add one more thing here. I cat /proc/fb, the fb file is blank, >>contains 0 byte. Please help. >> >>cljlk wrote: >> >> >>>I did check the /var/log/XFree86.0.log. The error are: >>>(II) R128(0) Not using default mode "640x480" (hsync out of range) >>>(II) R128(0): not using default mode "320x240" (bad mode >>>clock/interlace/doublescan) >>> >>>What should I do to trigger the problem. >>>I know the X server is running, when I reboot the system I notice >>>that. Thanks. > > > Maybe the configuration data for your graphic card is wrong. Take a look > at the XFree configuration file (/etc/X11/XF86Config-4 or > /etc/X11/XF86Config). especially the "Device" section. Also see if the > XFree log file contains any lines beginning with (EE) or (WW). > > best regards > Andreas Janssen > |
| |||
| cljlk wrote: > Please advice .... stop TOP-POSTING .. -- /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\ \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" /// \\\ http://pages.sbcglobal.net/mtobler/mjt_linux_page.html /// Death is Nature's way of recycling human beings. |
| ||||
| Hello cljlk (<cljlk@hotmail.com>) wrote: > In /var/log/XFree86.1.log contains: > (WW) warning, (EE) error, (NI) not implented (??) unknown. > (EE) R128(0): Virtual height (0) is too small for the hardware (min > 128) (EE) Screens(s) found, but none have a usable configuration. > > How do I work it out from here..... Please advice. Try to reconfigure the X server. Try to use the VESA driver instead the R128 driver and see if that works. Tell us the type of your graphic card, the Device and Monitor sections from your XFree config file. best regards Andreas Janssen -- Andreas Janssen andreas.janssen@bigfoot.com PGP-Key-ID: 0xDC801674 Registered Linux User #267976 |