home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text7111.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  2.9 KB  |  80 lines

  1.     id m0uTvMI-0007tqa; Wed, 12 Jun 96 13:13 MDT
  2. Sender: owner-executor
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0uTvLk-0007tkn; Wed, 12 Jun 96 13:13 MDT
  5. Path: sloth.swcp.com!usenet
  6. From: Clifford T. Matthews <ctm@ardi.com>
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: Mouse with linux SVGAlib (1.3.99 kernel)
  9. Date: 12 Jun 1996 12:42:55 -0600
  10. Organization: ARDI
  11. Lines: 56
  12. Message-ID: <ufpw743lu8.fsf@ftp.ardi.com>
  13. References: <j6zq6kveuj.fsf@ftp.ardi.com> <31bd755b.5421374@super.win.or.jp>
  14.     <31be94a1.2367014@super.win.or.jp>
  15. NNTP-Posting-Host: 204.134.3.198
  16. In-reply-to: cdodd@super.win.or.jp's message of Wed, 12 Jun 1996 10:02:57 GMT
  17. X-Newsreader: Gnus v5.0
  18. To: executor@ardi.com
  19. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  20. Sender: owner-executor@ardi.com
  21. Precedence: bulk
  22.  
  23. >>>>> "Chris" == Chris Dodd <cdodd@super.win.or.jp> writes:
  24. In article <31be94a1.2367014@super.win.or.jp> cdodd@super.win.or.jp (Chris Dodd) writes:
  25.  
  26.  
  27.     Chris> cdodd@super.win.or.jp (Chris Dodd) wrote:
  28.     >> Hi there,
  29.     >> 
  30.     >> Just wondering if the patch mentioned in the faq would make the
  31.     >> mouse work in executor-svga, and kernel 1.3.99.  The faq writes
  32.     >> about 1.2.13, I believe.
  33.     >> 
  34.     >> Perhaps I need a newer SVGAlib?  If so, just tell me and I will
  35.     >> go check the comp.os.linux.misc.
  36.     >> 
  37.     >> Thanks, Chris
  38.     >> 
  39.     >> Chris Dodd cdodd@super.win.or.jp
  40.     >> 
  41.     >> Passing my senior year at Waseda University in Japan.
  42.     Chris> Hello,
  43.  
  44.     Chris> I solved this one myself.  If anyone has this problem,
  45.     Chris> their config file is probably not complete.  Make sure you
  46.     Chris> have your mouse specified correctly in it...it was
  47.     Chris> defaulting to microsoft for me even though I use a PS/2
  48.     Chris> style mouse in kernel, etc.  Just set the mouse in the
  49.     Chris> config, and it works fine.
  50.  
  51. Yay.  Glad to hear it.
  52.  
  53.     Chris> Also seems faster in svgalib than in X.  Or is that just
  54.     Chris> me?
  55.  
  56. Currently E/L/SVGAlib *is* faster than E/L/X, for a few reasons, the
  57. first of which is that E/L/SVGAlib can, on many graphics cards, write
  58. directly to the frame buffer, while the X version has to write to an
  59. ofscreen pixmap and then pass that to the X-server to display.  This
  60. means that you have both extra memory copies and extra context
  61. switches with the X version.  Additionally, the X server itself takes
  62. up some memory, so on memory starved systems you'll page more if
  63. you're running E/L/X.
  64.  
  65. Most of this will change when we support the new X optional feature
  66. that allows programs to write directly to the screen.  Then, except
  67. for memory starved machines (and at the price of memory, fewer people
  68. will have that problem), the X version will be superior in almost all
  69. ways.
  70.  
  71.     Chris> Chris
  72.  
  73.     Chris> Chris Dodd cdodd@super.win.or.jp
  74.  
  75.     Chris> Passing my senior year at Waseda University in Japan.
  76.  
  77. --Cliff
  78. ctm@ardi.com
  79.  
  80.