On Sun, 21 Oct 2001, A. R. Petterborg wrote:

> I followed the instructions for the Xinerama-HOWTO, with some
> modification, I'm running XFree86 4.0.1, and multiheaded configuration
> hasn't yielded success yet.

well, for xinerama you need:

Section "ServerFlags"
        Option "Xinerama" "on"
EndSection

under each [Section "Device"] you need (one for each monitor):
Screen 0
Screen 1

i think that's it.  my config is below (i'm using a radeon ve w/ kernel
2.4.8 and xfree86 cvs) for example.

-dave
----------------------------------------------------

Section "ServerFlags"
        Option "Xinerama" "on"
EndSection

Section "ServerLayout"
        Identifier     "Layout 1"
        Screen         0 "Screen0"
        Screen        1  "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option        "BlankTime" "5"
EndSection

Section "Monitor"
        Identifier   "Compaq"
        VendorName   "Compaq"
        ModelName    "140"
        HorizSync   31-49
        VertRefresh 48-80
EndSection

Section "Monitor"
        Identifier   "Samsung"
        VendorName   "Samsung"
        ModelName    "3"
        HorizSync   31.5-35.1
        VertRefresh 50-70
EndSection

Section "Device"
        Identifier   "Radeon0"
        Driver       "radeon"
        VendorName   "ATI"
        BoardName     "Radeon"
        Option             "AGPMode" "4"
        BusID              "PCI:1:0:0"
        Screen             0
EndSection

Section "Device"
        Identifier   "Radeon1"
        Driver       "radeon"
        VendorName   "ATI"
        BoardName     "Radeon"
        Option             "AGPMode" "4"
        BusID              "PCI:1:0:0"
        Screen             1
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "Radeon0"
        Monitor      "Compaq"
        DefaultDepth    16

        Subsection "Display"
                Depth       16
                Modes       "800x600" "1024x768"
#                Virtual     1600 1200
        EndSubsection

EndSection

Section "Screen"
        Identifier   "Screen1"
        Device       "Radeon1"
        Monitor      "Samsung"
        DefaultDepth    16

        Subsection "Display"
                Depth       16
                Modes       "800x600"
#                Virtual     1600 1200
        EndSubsection

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 (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:7100"
#####    ModulePath   
"/usr/X11R6/lib/modules/dri,/usr/X11R6/lib/modules/codeconv,/usr/X11R6/lib/modules/drivers,/usr/X11R6/lib/modules/extensions,/usr/X11R6/lib/modules/fonts,/usr/X11R6/lib/modules/input,/usr/X11R6/lib/modules/linux,/usr/X11R6/lib/modules/drivers/linux,/usr/X11R6/lib/modules/"

EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"

#       Option  "AutoRepeat"    "500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#       Option  "Protocol"      "Xqueue"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc104"
        Option  "XkbLayout"     "us"
        Option  "XkbVariant"    "nodeadkeys"
        #Option "XkbOptions"    ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Mouseman"
        Option      "Device" "/dev/ttyS0"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load "fbdevhw"
        Load  "glx"
        Load "dri"
        Load  "record"
EndSection

Section "DRI"
        Mode 0666
EndSection

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to