home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11006 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.3 KB  |  64 lines

  1. Path: sparky!uunet!pmafire!news.dell.com!natinst.com!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!umn.edu!noc.msc.net!uc.msc.edu!raistlin!shamash!runyon.cim.cdc.com!pbd
  2. From: pbd@runyon.cim.cdc.com (Paul Dokas)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Still more XFree86 problems
  5. Message-ID: <51098@shamash.cdc.com>
  6. Date: 7 Jan 93 17:39:16 GMT
  7. Sender: usenet@shamash.cdc.com
  8. Organization: ICEM Systems, Inc.
  9. Lines: 53
  10.  
  11. I'm still having problems with XFree86.  When ever I run 'startx'
  12. or 'xinit' or 'X386 :0' the X server starts up, puts the screen
  13. into graphics mode (not clear) and just hangs.
  14.  
  15. Using 'ps -alx' I get the following for the X server:
  16.  
  17.   UID   PID  PPID CPU PRI NI   VSZ  RSS WCHAN  STAT TT       TIME COMMAND
  18.     0   125   124   0   4  0  1536  516 ttyout S    ??    0:00.48 X :0
  19.  
  20. hung while trying to write to a tty...
  21.  
  22. So, using my ascii terminal, I ran X through gdb and stopped it with 'kill -9'
  23. and found the following stack:
  24.  
  25.   ioctl()
  26.   tcsetattr()
  27.   x386Io:x386SetSpeed()
  28.   x386MseProc()
  29.   EnableDevice()
  30.   InitAndStartDevices()
  31.   main()
  32.  
  33. Ok, hung while doing an ioctl() to my mouse via /dev/com1.  It's a Logitech
  34. mouse, and my Xconfig for my mouse is the following:
  35.  
  36.   Logitech        "/dev/com1"
  37.   #  BaudRate     9600
  38.   #  SampleRate   150
  39.   #  Emulate3Buttons
  40.  
  41. I've trying replacing the com driver with cgd's, but that was no help.
  42.  
  43. Has anyone ever seen this?  (or know of a fix :-)
  44.  
  45. BTW, my problems might be due to the com ports that I have in my system.
  46. Here is a section of my config file:
  47.  
  48.   device          com1    at isa? port "IO_COM1" tty irq 4 vector comintr
  49.   device          com2    at isa? port "IO_COM2" tty irq 3 vector comintr
  50.   device          com3    at isa? port 0x3e8 tty irq 4 vector comintr
  51.   device          com4    at isa? port 0x2e8 tty irq 3 vector comintr
  52.  
  53. com1 and com2 are on a multi-io board (ide, fd, 2serial, 1parallel, 1game)
  54. and com3 and com4 are on a serial io card.  Com3 is a 16450, and com4 is
  55. a 16550.  They are all found and configured correctly at boot time.  My mouse
  56. is on com1 and my ascii terminal is on com3.
  57.  
  58. Again, any help is greatly appreciated!
  59. -- 
  60. #include <std.disclaimer>
  61. #define FULL_NAME                          "Paul Dokas"
  62. #define EMAIL                              "pbd@runyon.cim.cdc.com"
  63. /*            Just remember, you *WILL* die someday.             */
  64.