home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16760 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!utcsri!helios.physics.utoronto.ca!grindley
  3. From: grindley@helios.physics.utoronto.ca (Robin Grindley)
  4. Subject: S3 Server problems (and some solutions)
  5. Message-ID: <Bxs0oL.LH2@helios.physics.utoronto.ca>
  6. Sender: news@helios.physics.utoronto.ca (News Administrator)
  7. Organization: University of Toronto Physics/Astronomy/CITA
  8. Date: Sun, 15 Nov 1992 21:21:57 GMT
  9. Lines: 30
  10.  
  11. Well, i finally got 1024x768 mode working on my Diamond Stealth + MAG 15"
  12. monitor combo, but it was a battle. (1280x1024 interlaced also "sort of"
  13. works). The setting for Clocks in Xconfig was 25 50 75 80, with standard
  14. VESA parameters. The problems were:
  15.  
  16. 1) Font and pixmap caching aren't working too well. I had characters just
  17.    showing up as blocks due to screwed up font caches. I recompiled the
  18.    server with -DNO_FCACHE and it works. Note that trying to set Virtual
  19.    in Xconfig to anything generally screws up the video memory and mangles
  20.    the caches as well, so this line should be commented out. Pixmap caching
  21.    still leaves garbage lying around the screen, but i could not turn it
  22.    off.
  23.  
  24. 2) The only way to get the video modes working was to use the SMODE program
  25.    that came along with the Stealth card. This allowed me to set the timings
  26.    for the SVGA modes. Then i wrote a small program to do a SVGA set VESA
  27.    mode to the mode i wanted (using INT 10, AX=4F02 BX=mode), then 
  28.    ctrl-alt-del and start up LINUX. I would like to add code to the server
  29.    to do the INT 10 call the first time it moves to a new mode, but the
  30.    INT call crashes with a segv in LINUX. Does LINUX's memory mapping screw
  31.    up the BIOS calls?
  32.  
  33. Is anyone working on the font and pixmap caching, or are volunteers needed?
  34.  
  35.  
  36. -- 
  37. robin
  38.  
  39.          iNSANITY - It's only a state of mind
  40.  
  41.