Home | History | Annotate | only in /xsrc/external/mit/xf86-video-i128/dist
Up to higher level directory
NameDateSize
aclocal.m419-Jun-2023449K
ChangeLog19-Jun-202330.9K
compile19-Jun-20237.2K
config.guess19-Jun-202348.8K
config.h.in19-Jun-20232.2K
config.sub19-Jun-202335K
configure19-Jun-2023626.4K
configure.ac19-Jun-20234K
COPYING14-Aug-20102.3K
depcomp19-Jun-202323K
INSTALL29-Dec-201815.4K
install-sh19-Jun-202315K
ltmain.sh19-Jun-2023325.2K
Makefile.am14-Aug-20101.3K
Makefile.in19-Jun-202327.4K
man/19-Feb-2026
missing19-Jun-20236.7K
README14-Aug-20103.2K
src/19-Feb-2026

README

      1   Information for Number Nine I128 Users
      2   The XFree86 Project Inc.
      3   25 March 2004
      4   ____________________________________________________________
      5 
      6   Table of Contents
      7 
      8 
      9   1. Supported hardware
     10   2. Features:
     11   3. Configuration:
     12   4. Mode lines for the Silicon Graphics flat panel display:
     13   5. Author(s)
     14 
     15 
     16   ______________________________________________________________________
     17 
     18   1.  Supported hardware
     19 
     20   The current accelerated I128 server supports
     21 
     22 
     23   o  Imagine 128 (I128 with Texas Instruments TVP3025 or IBM528 RAMDAC).
     24      It has been tested with with 4MB of VRAM.
     25 
     26   o  Imagine 128 Ticket 2 Ride (I128-T2R with IBM526 or 528 RAMDAC). It
     27      has been tested with 4 MB and 8 MB of VRAM and DRAM.
     28 
     29   o  Imagine 128 Revolution 3D (I128-R3D with IBM526 RAMDAC). It has
     30      been tested with 4 MB, 8 MB, and 16 MB of WRAM or SGRAM.
     31 
     32   o  Imagine 128 Revolution IV (I128-R4 with SILVERHAMMER RAMDAC). It
     33      has been tested with 32 MB.
     34 
     35 
     36   2.  Features:
     37 
     38 
     39   o  uses linear frame buffer
     40 
     41   o  Resolutions up to the maximum supported by the card should be
     42      possible.
     43 
     44   o  8 bpp, 16 bpp (depth 15 and 16), and 32 bpp (depth 24, sparse) are
     45      supported.
     46 
     47   o  supports RGB Sync-on-Green
     48 
     49   o  Makes use of the graphics accelerator.
     50 
     51 
     52   3.  Configuration:
     53 
     54   The I128 driver should auto-detect all supported hardware so you
     55   needn't have anything other than the Identifier in the Section
     56   "Device" of the xorg.conf file. When running the xorgcfg or xorgconfig
     57   programs one merely needs to select an I128 card so that the correct
     58   server will be used. One need not and should not specify a RAMDAC,
     59   clockchip or allow the setup program to probe for clocks. The driver
     60   will auto-detect the amount of video ram present.
     61 
     62   The following Section "Device" options are supported by the I128
     63   driver:
     64 
     65   o  Option "Dac6Bit"
     66 
     67      Will enable 6-bit DAC support.
     68 
     69   o  Option "NoAccel"
     70 
     71      Will disable all hardware acceleration.
     72 
     73   o  Option "SyncOnGreen"
     74 
     75      Will enable syncing on green for sync-on-green monitors (these are
     76      typically fixed frequency workstation monitors).
     77 
     78 
     79   4.  Mode lines for the Silicon Graphics flat panel display:
     80 
     81 
     82   o  These mode lines are required for use with the T2R4 (Rev 4) and the
     83      Silicon Graphics Flat Panel display.
     84 
     85   o  Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029
     86      1030 HSkew 7 +Hsync +Vsync
     87 
     88   o  Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029
     89      1030 HSkew 5 +Hsync +Vsync
     90 
     91   o  Modeline "1600x1024d08" 103.125 1600 1600 1656 1664 1024 1024 1029
     92      1030 HSkew 1 +Hsync +Vsync
     93 
     94   o  Modeline "800x512d32" 54.375 800 800 840 848 512 512 514 515 HSkew
     95      7 DoubleScan +Hsync +Vsync
     96 
     97   o  Modeline "800x512d16" 54.375 800 800 840 848 512 512 514 515 HSkew
     98      5 DoubleScan +Hsync +Vsync
     99 
    100   o  Modeline "800x512d08" 54.375 800 800 840 848 512 512 514 515 HSkew
    101      1 DoubleScan +Hsync +Vsync
    102 
    103 
    104 
    105   o  These lines are required for use with the SGI Multilink Adapter and
    106      the SiliconGraphics Flat Panel display.
    107 
    108   o  Modeline "1600x1024g" 108.0 1600 1616 1656 1704 1024 1027 1030 1056
    109      -Hsync -Vsync
    110 
    111   o  Option "OverridePolarity" "1"
    112 
    113 
    114   5.  Author(s)
    115 
    116 
    117   Robin Cutshaw,  <mailto:robin (a] XFree86.Org>
    118 
    119   and special help from:
    120 
    121 
    122   o  Galen Brooks,  <mailto:galen (a] interlabs.com>
    123 
    124 
    125 
    126