home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1921.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.4 KB  |  70 lines

  1. >>>>> "Phil" == Phil Kemp <kemp@convex1.convex.com> writes:
  2.  
  3.     Phil> Mat Hostetter writes:
  4.     >>  I haven't tried it with Executor yet, but apparently it's a
  5.     >> big improvement over svgalib 1.27 if you have an S3 chipset.
  6.     >> Even if you don't, the new release fixes some other bugs that
  7.     >> may affect you.
  8.  
  9.     Phil> I have the latest aout binary and usually run it under X. I
  10.                  ^^^^^^^^^^
  11.     Phil> would like to try it under SVGALIB.
  12.  
  13. Hi Folks,
  14.  
  15. I don't want to appear to be picking on Phil, but *please* always
  16. state explicitly which version of Executor you have, even though "the
  17. latest" may seem easier to type.  The problem with "the latest" is
  18. that a new version may have been released that you don't know about
  19. for one reason or another, and so at ARDI we automatically discount
  20. that term.
  21.  
  22. If you have Executor/Linux 1.99p installed then you should have
  23. /usr/local/bin/executor-svga installed, so all you need to do is get
  24. on the console and type:
  25.  
  26. executor-svga
  27.  
  28. However, the SVGAlib version needs root permission to access the
  29. graphics card directly.  So you can either run as root (not
  30. recommended) or make the program "setuid-root" (recommended starting
  31. with 1.99p, but NOT BEFORE 1.99p).  You can do the later by doing this:
  32.  
  33.  
  34.     beaut 4.1 su
  35.     Password:
  36.     beaut:/users/ctm# chown root /usr/local/bin/executor-svga 
  37.     beaut:/users/ctm# chmod u+s /usr/local/bin/executor-svga 
  38.     beaut:/users/ctm# ls -l /usr/local/bin/executor-svga 
  39.     -rwsr-xr-x   1 root 1595628 Sep 28 10:43 /usr/local/bin/executor-svga
  40.     beaut:/users/ctm# exit
  41.     exit
  42.     beaut 4.2 
  43.  
  44. (I've pared down the ls output slightly)
  45.  
  46. Once you've done that you can just run executor-svga as yourself and
  47. Executor will momentarily run as root, get access to your video card
  48. and then run as you again.
  49.  
  50.     Phil> How do I do this. If I execute executor from the shell
  51.     Phil> prompt I just get an error to the effect that the x server
  52.     Phil> could not be opened.
  53.  
  54.     Phil> BTW, the SVGALIB tests seem to work, although the best I can
  55.     Phil> do is 640x480x256 on my Diamond Stealth Pro (the S3 support
  56.     Phil> is not very complete yet...)
  57.  
  58.     Phil> I'm all ears.  PK
  59.  
  60. Good luck.  It makes a ton of difference for some of the shoot-em-up
  61. style games.
  62.  
  63.     Phil> -- Phil Kemp Voice:(214)-497-4671 CONVEX Computer
  64.     Phil> Corporation Fax:(214)-497-4141 Richardson, Texas
  65.     Phil> Internet:kemp@convex.com
  66.  
  67. --Cliff
  68. ctm@ardi.com
  69.  
  70.