home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / astec_93.zip / 0710.TB < prev    next >
Text File  |  1991-10-28  |  2KB  |  53 lines

  1. =============================================================================
  2.  
  3. AST RESEARCH, INC.         TECHNICAL BULLETIN #0710A                 10-28-91
  4.  
  5. =============================================================================
  6.  
  7.  
  8.                    SCO OPEN DESKTOP IN 800X600 VIDEO MODE
  9.  
  10.  
  11. PROBLEM:     When using the Open Desktop release 1.0 and 1.11 in SuperVGA
  12.              (800x600x16) mode, vertical bars and multiple horizontal images
  13.              are displayed on the screen.  The 640x480 and 640x350 modes work
  14.              fine.
  15.  
  16. CAUSE:       The "grafinfo" file for the video contains some additional
  17.              information which is only required for the AST VGA Plus card.
  18.  
  19. SYSTEMS
  20. AFFECTED:    All systems with integrated video.
  21.  
  22. SOLUTION:    To fix this problem complete the following steps:
  23.              (Lines starting with the # sign indicate commands that should be
  24.              entered at the root prompt).
  25.  
  26.              1) Bring the system down to single user mode (init 1).
  27.              2) # cd /usr/lib/grafinfo/paradise.
  28.              3) # cp vgaplus.xgi vgaplus.orig (you are saving the
  29.                 file vgaplus.xgi as vgaplus.orig).
  30.              4) Edit the file vgaplus.xgi.
  31.              5) Search for, and remove the following two lines
  32.                 from the file:
  33.  
  34.              out (0x3CE,0x0B); out(0x3CF,0x44); / *256k 16 bit */
  35.              out (0x3CE,0x0C); out(0x3CF,0);
  36.  
  37.              6) Save the file and exit you editor.
  38.              7) # mkdev graphics.
  39.              8) Select "update" from the main menu.
  40.              9) Choose the Paradise VGA Plus from the list of
  41.                 Adapters.
  42.             10) Choose the VGA 800x600 16-color option from the
  43.                 list of Modes.
  44.             11) Press return twice to accept the Default
  45.                 configuration, and accept the current setting.
  46.             12) Choose "Quit" from the main menu, then "save".
  47.                 (This will update the grafinfo database to reflect
  48.                 the changes you have made to the file).
  49.  
  50. The system does not need to be re-booted, just go back to multiuser mode and
  51. ODT will now work in 800x600 mode.  This updated file will work correctly on
  52. the regular VGA Plus board also.
  53.