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

  1. >>>>> "Chris" == Chris Dodd <cdodd@super.win.or.jp> writes:
  2. In article <31be94a1.2367014@super.win.or.jp> cdodd@super.win.or.jp (Chris Dodd) writes:
  3.  
  4.  
  5.     Chris> cdodd@super.win.or.jp (Chris Dodd) wrote:
  6.     >> Hi there,
  7.     >> 
  8.     >> Just wondering if the patch mentioned in the faq would make the
  9.     >> mouse work in executor-svga, and kernel 1.3.99.  The faq writes
  10.     >> about 1.2.13, I believe.
  11.     >> 
  12.     >> Perhaps I need a newer SVGAlib?  If so, just tell me and I will
  13.     >> go check the comp.os.linux.misc.
  14.     >> 
  15.     >> Thanks, Chris
  16.     >> 
  17.     >> Chris Dodd cdodd@super.win.or.jp
  18.     >> 
  19.     >> Passing my senior year at Waseda University in Japan.
  20.     Chris> Hello,
  21.  
  22.     Chris> I solved this one myself.  If anyone has this problem,
  23.     Chris> their config file is probably not complete.  Make sure you
  24.     Chris> have your mouse specified correctly in it...it was
  25.     Chris> defaulting to microsoft for me even though I use a PS/2
  26.     Chris> style mouse in kernel, etc.  Just set the mouse in the
  27.     Chris> config, and it works fine.
  28.  
  29. Yay.  Glad to hear it.
  30.  
  31.     Chris> Also seems faster in svgalib than in X.  Or is that just
  32.     Chris> me?
  33.  
  34. Currently E/L/SVGAlib *is* faster than E/L/X, for a few reasons, the
  35. first of which is that E/L/SVGAlib can, on many graphics cards, write
  36. directly to the frame buffer, while the X version has to write to an
  37. ofscreen pixmap and then pass that to the X-server to display.  This
  38. means that you have both extra memory copies and extra context
  39. switches with the X version.  Additionally, the X server itself takes
  40. up some memory, so on memory starved systems you'll page more if
  41. you're running E/L/X.
  42.  
  43. Most of this will change when we support the new X optional feature
  44. that allows programs to write directly to the screen.  Then, except
  45. for memory starved machines (and at the price of memory, fewer people
  46. will have that problem), the X version will be superior in almost all
  47. ways.
  48.  
  49.     Chris> Chris
  50.  
  51.     Chris> Chris Dodd cdodd@super.win.or.jp
  52.  
  53.     Chris> Passing my senior year at Waseda University in Japan.
  54.  
  55. --Cliff
  56. ctm@ardi.com
  57.  
  58.