home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / INSTALL < prev    next >
Encoding:
Text File  |  2006-10-19  |  954 b   |  45 lines

  1. CONFIGURATION
  2. -------------
  3.  
  4. Run "./configure" and then "make".  This will create "bin/v9t9".  See
  5. "README.txt" for information on setting up a suitable "v9t9.cnf" file.
  6.  
  7. INSTALLATION
  8. ------------
  9.  
  10. Currently there is no provision to install V9t9, but since it has no
  11. dependent files, you can merely copy bin/v9t9 to a directory in your
  12. $PATH and bin/v9t9.gtkrc to your $HOME (or run from the source directory).
  13.  
  14. Problems you may encounter:
  15.  
  16. WARNING:
  17.  
  18. SVGAlib support is currently broken!  Run v9t9 from X11 instead.
  19.  
  20. -- cannot use SVGAlib:
  21.  
  22. svgalib: cannot get I/O permissions
  23.  
  24. Become root and execute:  "chown root:root bin/v9t9; chmod +s bin/v9t9"
  25.  
  26. -- when using SVGAlib, the error:
  27.  
  28. svgalib: mmap error in paged screen memory
  29.  
  30. or
  31.  
  32. svgalib: mmap error in shared screen memory
  33.  
  34. means you should reconfigure SVGAlib's Makefile.cfg to change this line:
  35.  
  36.     BACKGROUND = y
  37.  
  38. to
  39.  
  40.     # BACKGROUND = y
  41.  
  42. (Newer Linux kernels do not allow this kind of mmap()ing).
  43.  
  44.  
  45.