DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Supported video adapters

Notes on older video adapters

ATI Mach64 chip set based adapters

ATI Rage 128 video adapter hangs

If you are using an older ATI Rage 128 video adapter, the system might hang upon the first reboot after installing or upgrading.

Contact ATI Technical Support to obtain a BIOS update.

ATI Ultra Pro or Ultra Plus

ATI Ultra Pro or Ultra Plus -- Early 92

This grafinfo file is identical to the version provided in earlier operating system releases. It has been provided in this release for backwards compatibility. This version of the grafinfo file does not require that you initialize the adapter with the ATI DOS setup program, but ATI recommends it.

This version of the grafinfo file does not cause the X server to use the BIOS on these graphics adapters to set graphics and text modes. Instead, it sets graphics and text modes directly by initializing registers on the card.

Use this version of the grafinfo file if your ATI Ultra Pro or ATI Ultra Plus adapter hangs when accessing the Root Menu of the window manager.

Chips & Technology 6430x chip set based adapters including BOCA Voyager

Cirrus Logic GD 5428 chip set based adapters

You might notice an unusual cursor appearance in some graphical applications, such as scomail(XC). The cursor might appear as a block of scrambled bits rather than the I-beam cursor. To fix this behavior, use this procedure:


NOTE: This fix might result in a small degradation of X server performance.

  1. Determine the mode you are using.

    If you are not sure of the mode, start the Video Configuration Manager and look for the mode information in the ``Video Adapter and Resolution'' field. Alternatively, you can look up the mode information in the /usr/lib/grafinfo/grafdev file.

  2. Edit the file /usr/lib/grafinfo/cirrus/gd5428.xgi.

    Find the entry for the mode in use. For example, the entry for 1024x768-256 is similar to:

       MODE   1024x768-256-70 "1024x768 256 colors 70Hz non interlaced"
    
    Then, find the Data section for that mode description, which is similar to:
        DATA
          {
          XDRIVER     = "gd6_8";
          VISUAL      = "PseudoColor";
          DEPTH       = 8;
          PIXWIDTH    = 1024;
          PIXHEIGHT   = 768;
          WINDOWADDR  = 0xC0000;  /* address of memory window in GD5428 */
          CURSORADDR  = 0xFE000;  /* address of cursor data */
          CURSORSIZE  = 0x02000;
          }
    

  3. Add the definition:
       GD5434  = 1;
    
    The example DATA section would look like this:
        DATA
          {
          XDRIVER     = "gd6_8";
          GD5434      = 1;
          VISUAL      = "PseudoColor";
          DEPTH       = 8;
          PIXWIDTH    = 1024;
          PIXHEIGHT   = 768;
          WINDOWADDR  = 0xC0000;  /* address of memory window in GD5428 */
          CURSORADDR  = 0xFE000;  /* address of cursor data */
          CURSORSIZE  = 0x02000;
          }
    

  4. The cursor problem disappears the next time you start the X server.

Compaq QVision 1280 (2MB)

Diamond SpeedStar PRO

Diamond Viper PCI (2MB VRAM)

STB Horizon VL

Some versions of this adapter exhibit video noise in the hardware cursor at high refresh rates.


Next topic: Graphics devices removed from SCO OpenServer
Previous topic: Getting full graphical functionality for the NCR VGA adapter

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003