home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10755 < prev    next >
Encoding:
Text File  |  1992-12-30  |  3.5 KB  |  78 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!swrinde!gatech!destroyer!cs.ubc.ca!uw-beaver!newsfeed.rice.edu!rice!news.Rice.edu!rich
  3. From: rich@Rice.edu (& Murphey)
  4. Subject: Re: Minor XFree86 problems, long function key string bug in elvis
  5. In-Reply-To: jc@tackle.uucp's message of Wed, 30 Dec 1992 00:59:09 GMT
  6. Message-ID: <RICH.92Dec30003656@superego.Rice.edu>
  7. Sender: news@rice.edu (News)
  8. Reply-To: Rich@rice.edu
  9. Organization: Department of Electrical and Computer Engineering, Rice
  10.     University
  11. References: <1992Dec30.005909.15079@tackle.uucp>
  12. Date: Wed, 30 Dec 1992 06:36:55 GMT
  13. Lines: 63
  14.  
  15. >>>>> In article <1992Dec30.005909.15079@tackle.uucp>, jc@tackle.uucp (John Capo) writes:
  16.  
  17. J> I have XFree86 running and only have a few problems left to solve.
  18.  
  19. J>     1. Auto-repeat is very slow.  I can turn it on and off via command
  20. J>        line switches or in Xconfig but I can't change the repeat or
  21. J>        delay rate.
  22.  
  23. Well, xset can enable or disable the repeat but it doesn't have
  24. support for changing the rate or delay.  You should be able to use
  25. 'AutoRepeat 500 5' in your Xconfig to set the delay and rate.
  26.  
  27. J>     2. Num lock does not work at all.
  28.  
  29. try adding 'ServerNumLock' to your xconfig:
  30.  
  31.        servernumlock
  32.                forces the server to handle the numlock key inter-
  33.                nally.   The  server sends a different set of key-
  34.                codes for the  numpad  when  the  numlock  key  is
  35.                active.   This enables applications to make use of
  36.                the numpad.
  37.  
  38. J>     3. I have no bell.  I have tried various command line switches and
  39. J>        xset options but nothing.  Same hardware works fine with DOS and
  40. J>        ISC running ISC.
  41.  
  42. the bell requires support from the console driver.  Holger's console
  43. driver (codrv) already supports the bell, and patches to support the
  44. bell for 0.1 console driver (pccons) have been proposed for the next
  45. XFree86 release.  So you can either 1) install holger's console driver
  46. in your kernel and grab the appropriate X386 binry, or 2) just hang
  47. tight till the next XFree86 release when the bell is supported with
  48. pccons.
  49.  
  50. J> I have not seen these problems mentioned on the net.
  51.  
  52. J> Another thing I have noticed is that my machine is on its knees when
  53. J> I am compiling and running X at the same time.  It may take 20 seconds
  54. J> to expose a window. Same hardware with X386 and ISC only exibited this
  55. J> slowdown when compiling, running X, and my cron job that rebuilds the
  56. J> uucp paths file and uuwho database kicked in.  I added a second disk
  57. J> with 16M of swap but no difference.
  58.  
  59. Sounds like you need more memory.  Your memory (RAM) should be sized
  60. to according to the working set size of the processes you intend to
  61. run.  'ps axl' will report the resident set size (RSS) of each
  62. process.  The RSS is an instantaneous measure of the ammount of memory
  63. used by the process.  It tells you how much of the process is paged
  64. into RAM. 
  65.  
  66. J>     No name 386/33, 8M RAM, 128K cache.
  67. J>     Adaptec 1542B, 2 Maxtor 120MB, Archive 60MB tape, Julian's driver.
  68. J>     Compuadd generic ET4000 VGA card.
  69. J>     WD8000 ethernet card.
  70. J>     All of the kernel patches in Terry's patchkit.
  71.  
  72. J> Without X running the machine is very speedy, much better raw disk I/O
  73. J> performance than ISC with the same hardware.  My only conclusion is
  74. J> the ISC SysV kernel makes better use of the relatively small memory I
  75. J> have.  Any thoughts?  Is there a kernel parameter that wuld help?
  76.  
  77. shared libraries will help whenever they are added to 386bsd.  Rich
  78.