-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Looks like my xorg.conf didn't get attached (or was stripped); inlining below. Cheers -d


Section "ServerLayout"
    Identifier     "dualhead"
    Screen         "screen1" 0 0
    Screen         "screen0" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection
Section "ServerFlags"
    Option      "Xinerama"    "on"
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.
# 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)
# # # FontPath "/usr/share/fonts/CID/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"
# The module search path.  The default path is shown here.
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/local/"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
#    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
#    EndSubSection
# This loads the font modules
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
    Load           "dbe"      # Double buffer extension
    Load           "type1"
#    Load        "speedo"
    Load           "freetype"
#    Load        "xtt"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Rotate"
# Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#    Option "NoTrapSignals"
# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.
#    Option "DontVTSwitch"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#    Option "DontZap"
# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.
#    Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
#    Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. # Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
#    Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc101"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "PS/2"
    Option         "Device" "/dev/psaux"
EndSection

Section "Monitor"
    Identifier     "1905fp"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 76.0
    Option         "dpms"
EndSection

Section "Monitor"
    Identifier     "1800fp"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 76.0
    Option         "dpms"
EndSection

Section "Device"

     Identifier "matrox0"
        Driver  "mga"         # xorg Matrox driver
#    Driver      "fglrx"      # binary ati driver from gentoo 'ati-drivers'
# Driver "ati" # xorg ati driver # Driver "nvidia" # binary nvidia driver from nvidia
#    Driver         "nv"      # xorg nvidia driver
EndSection

Section "Device"
        Identifier "matrox1"
        Driver  "mga"
EndSection

Section "Screen"
    Identifier     "screen0"
    Device         "matrox0"
    Monitor        "1905fp"
    DefaultDepth    24
    Option         "dpms"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "screen1"
    Device         "matrox1"
    Monitor        "1800fp"
    DefaultDepth    24
    Option         "dpms"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

- --
David Talkington

PGP key: http://www.prairienet.org/~dtalk/004B8F8B.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFy3e75FKhdwBLj4sRAq7mAJ4mRYZvrs74LB9A/eOQVXQtI34M7wCeKwKJ
8eAoMcy62l+lEzTcjO49ZkI=
=wKrM
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list

Reply via email to