Attached is my working XF86Config-4 file for my Indy.

-- 
Words of the day:             quarter Leitrim Oil deals 64 Vauxhall Cross AIEWS
# ***************************************************************************
# This is a configuration file for the Indy's / I2's Newport Graphics and the
# SGI GDM17E11 Monitor other monitors should work as well
# Guido Guenther <[EMAIL PROTECTED]>
# ***************************************************************************

Section "ServerFlags"
        Option "BlankTime"  "10"
EndSection

Section "Files"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "pex5"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "xie"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc102"
        Option          "XkbLayout"     "us"
# for a german layout use:
#    Option     "XkbLayout"     "de"
#    Option     "XkbVariant"    "nodeadkeys"
# if you don't like caps lock:
#    Option     "XkbOptions"    "ctrl:swapcaps"
    Option      "XkbOptions"    "ctrl:nocaps"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "CorePointer"
# use /dev/psaus if you don't run gpm
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "SGI Newport"
        Driver          "newport"
# I2 XL users need this one:
#       Option          "BusID" "1"
# Use this to disable the hardware cursor
#       Option          "HWCursor"      "false"
# Use this if autodetection of bitplanes fails:
#       Option          "bitplanes" "24"
EndSection

Section "Monitor"
        Identifier      "SGI GDM17e11"

# This Information can be found at http://www.si87.com/
    HorizSync   30-82  # multiple ranges of sync frequencies
    VertRefresh 50-120  # typical for a single frequency fixed-sync monitor

# A single modeline is sufficient, we don't use it at all, but it might be
# handy if you connect this monitor to a PC:
    ModeLine "[EMAIL PROTECTED]" 130  1280 1320 1480 1728  1024 1029 1036 1077  
  
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "SGI Newport"
        Monitor         "SGI GDM17e11"
        DefaultDepth    8
# use this for 24bpp mode
#       DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Generic Mouse"
        Option          "AllowMouseOpenFail" "1"
EndSection

Section "DRI"
        Mode    0666
EndSection

Attachment: signature.asc
Description: Digital signature

Reply via email to