# Mike,

# Try this one out:

# File generated by xf86config.
Section "Module" 
# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"
 
# This loads the GLX module
#    Load       "glx"
 
EndSection 
Section "Files"
 
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
 
    RgbPath     "/usr/X11R6/lib/X11/rgb"
 
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
 
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
 
#    ModulePath "/usr/X11R6/lib/modules"
 
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
 
    Identifier  "Keyboard1"
    Driver      "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
 
#    Option     "Protocol"      "Xqueue"
 
    Option "AutoRepeat" "500 30"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option     "Xleds"      "1 2 3"
 
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
#    Option "XkbDisable"
 
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"
 
EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
 
Section "InputDevice"
 
# Identifier and driver
 
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
 
    Option "Emulate3Buttons"
    Option "Emulate3Timeout"    "50"
 
# ChordMiddle is an option for some 3-button Logitech mice
 
#    Option "ChordMiddle"
 
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
    Identifier  "Monitor1"
    VendorName  "Compaq"
    ModelName   "P910"
    HorizSync   30-108
    VertRefresh 50-140
EndSection
 
Section "Monitor"
    Identifier  "Monitor2"
    VendorName  "Compaq"
    ModelName   "P910"
    HorizSync   30-108
    VertRefresh 50-140
EndSection
  
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
        Identifier      "G450-1"
        Driver          "mga"
        VideoRam        16384
        BusID           "PCI:1:0:0"
        Screen          0
        Option          "sw cursor" "on"
        Option          "backingstore" "on"
EndSection
 
Section "Device"
       Identifier      "G450-2"
        Driver          "mga"
        VideoRam        16384
        BusID           "PCI:1:0:0"
        Screen          1
        Option          "sw cursor" "on"
        Option          "backingstore" "on"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************
 
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
 
Section  "Screen"
        Identifier      "Screen1"
        Device          "G450-1"
        Monitor         "Monitor1"
        DefaultDepth    24
        Subsection "Display"
                Depth   24
                Modes   "1280x1024"
                ViewPort 0 0
        EndSubSection
EndSection
 
Section  "Screen"
        Identifier      "Screen2"
        Device          "G450-2"
        Monitor         "Monitor2"
        DefaultDepth    24
        Subsection "Display"
                Depth   24
                Modes   "1280x1024"
                ViewPort 0 1
        EndSubSection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
        Identifier      "Simple Layout"
        Screen          "Screen1"
        Screen          "Screen2" RightOf "Screen1"
        Option      "Xinerama" "on"
    InputDevice     "Mouse1" "CorePointer"
        InputDevice     "Keyboard1" "CoreKeyboard"
EndSection
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to