home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text5254.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  3.4 KB

  1. Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id JAA08880 for <executor@nacm.com>; Sun, 8 Oct 1995 09:03:37 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id KAA09205; Sun, 8 Oct 1995 10:03:35 -0600
  3. Received: from beaut.ardi.com by mailhost  with smtp
  4.     (nextstep Smail3.1.29.0 #11) id m0t1y9g-000Yc8C; Sun, 8 Oct 95 10:00 MDT
  5. Received: by beaut.ardi.com (linux Smail3.1.28.1 #5)
  6.     id m0t1y9g-00000OC; Sun, 8 Oct 95 10:00 MDT
  7. Message-Id: <m0t1y9g-00000OC@beaut.ardi.com>
  8. Date: Sun, 8 Oct 95 10:00 MDT
  9. From: ctm@ardi.com (Clifford T. Matthews)
  10. To: kemp@convex1.convex.com (Phil Kemp)
  11. Cc: mat@ardi.com (Mat Hostetter), executor@nacm.com
  12. Subject: Re: Executor/Linux users: svgalib 1.28 was just released
  13. In-Reply-To: <9510081517.AA21322@convex1.convex.com>
  14. References: <m0t1nZH-000GOwC@gwar.ardi.com>
  15.     <9510081517.AA21322@convex1.convex.com>
  16. Sender: owner-paper@nacm.com
  17. Precedence: bulk
  18.  
  19. >>>>> "Phil" == Phil Kemp <kemp@convex1.convex.com> writes:
  20.  
  21.     Phil> Mat Hostetter writes:
  22.     >>  I haven't tried it with Executor yet, but apparently it's a
  23.     >> big improvement over svgalib 1.27 if you have an S3 chipset.
  24.     >> Even if you don't, the new release fixes some other bugs that
  25.     >> may affect you.
  26.  
  27.     Phil> I have the latest aout binary and usually run it under X. I
  28.                  ^^^^^^^^^^
  29.     Phil> would like to try it under SVGALIB.
  30.  
  31. Hi Folks,
  32.  
  33. I don't want to appear to be picking on Phil, but *please* always
  34. state explicitly which version of Executor you have, even though "the
  35. latest" may seem easier to type.  The problem with "the latest" is
  36. that a new version may have been released that you don't know about
  37. for one reason or another, and so at ARDI we automatically discount
  38. that term.
  39.  
  40. If you have Executor/Linux 1.99p installed then you should have
  41. /usr/local/bin/executor-svga installed, so all you need to do is get
  42. on the console and type:
  43.  
  44. executor-svga
  45.  
  46. However, the SVGAlib version needs root permission to access the
  47. graphics card directly.  So you can either run as root (not
  48. recommended) or make the program "setuid-root" (recommended starting
  49. with 1.99p, but NOT BEFORE 1.99p).  You can do the later by doing this:
  50.  
  51.  
  52.     beaut 4.1 su
  53.     Password:
  54.     beaut:/users/ctm# chown root /usr/local/bin/executor-svga 
  55.     beaut:/users/ctm# chmod u+s /usr/local/bin/executor-svga 
  56.     beaut:/users/ctm# ls -l /usr/local/bin/executor-svga 
  57.     -rwsr-xr-x   1 root 1595628 Sep 28 10:43 /usr/local/bin/executor-svga
  58.     beaut:/users/ctm# exit
  59.     exit
  60.     beaut 4.2 
  61.  
  62. (I've pared down the ls output slightly)
  63.  
  64. Once you've done that you can just run executor-svga as yourself and
  65. Executor will momentarily run as root, get access to your video card
  66. and then run as you again.
  67.  
  68.     Phil> How do I do this. If I execute executor from the shell
  69.     Phil> prompt I just get an error to the effect that the x server
  70.     Phil> could not be opened.
  71.  
  72.     Phil> BTW, the SVGALIB tests seem to work, although the best I can
  73.     Phil> do is 640x480x256 on my Diamond Stealth Pro (the S3 support
  74.     Phil> is not very complete yet...)
  75.  
  76.     Phil> I'm all ears.  PK
  77.  
  78. Good luck.  It makes a ton of difference for some of the shoot-em-up
  79. style games.
  80.  
  81.     Phil> -- Phil Kemp Voice:(214)-497-4671 CONVEX Computer
  82.     Phil> Corporation Fax:(214)-497-4141 Richardson, Texas
  83.     Phil> Internet:kemp@convex.com
  84.  
  85. --Cliff
  86. ctm@ardi.com
  87.  
  88.