home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16563 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  2.3 KB

  1. Path: sparky!uunet!europa.asd.contel.com!gatech!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!uknet!comlab.ox.ac.uk!jon
  2. From: jon@robots.ox.ac.uk (Jon Tombs)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Problems starting X
  5. Message-ID: <1992Nov13.055454.19092@diomedes.robots.ox.ac.uk>
  6. Date: 13 Nov 92 05:54:54 GMT
  7. References: <zxmsu01.721583934@studserv>
  8. Organization: Robotics Research Group, Engineering Science Dept, Oxford, UK.
  9. Lines: 36
  10. Originator: jon@diomedes.robots
  11.  
  12. In article <zxmsu01.721583934@studserv> zxmsu01@studserv.zdv.uni-tuebingen.de (Joost Schuur) writes:
  13. >Well.. I got myself the S3 chipset version of X386 1.1 from 
  14. >ftp.robots.ox.ac.uk, and set up all the right dirs, however when I
  15. >run X, I seem to be getting just the default (at least I hope its
  16. >default) blue 'desktop' background. I'm running 800x600 mode and
  17. >do have both Xconfig and .xinitrc in my home dir and I did setup
  18. >the DISPLAY variable and paths et al. 
  19.  
  20. Never understood why anyone set their DISPLAY variable, harmless I guess...
  21. The "blue 'desktop' background" is infact what you get by resting the S3
  22. registers for graphics mode then returning to text mode, the S3 server has
  23. failed to start up, probably because your Xconfig is incorrect or you are
  24. trying to use compressed fonts.  Start from the Xconfig on ftp.robots, and
  25. change the clocks line and modedb for your card and monitor.
  26.  
  27. >Like I said, I get this nice
  28. >screen with no mouse and no further disk activity, except about 30
  29. >seconds later, my hard disk does get active one last time (paging?)
  30. >Nothing works, not even Ctrl-Alt-Backspace, and I have to perform
  31. >a hard reset. When I start Linux, by the way, my Genius serial mouse
  32. >at COM1 is not recognized. Should I use the Microsoft setting in the
  33. >mouse entry of Xconfig (they are supposed to be compatible)? I even 
  34. >tried 'startx > err', but after a reboot, the err file is empty.
  35.  
  36. Errors are printed to stderr (standard error, surprise!), with
  37. csh or bash you can save these with:
  38.  
  39. startx >& err ;sync
  40.  
  41. I've started an FAQ on ftp.robots, but the Xserver is still very alpha,
  42. unless you know something about X386 and are prepared to work at it, then
  43. stick with the mono XFree86 server until you see different advice. I'd 
  44. hope to get the server integrated with XFree86 in the next couple of weeks
  45. this will make most these problems go away.
  46.  
  47. Jon.
  48.