[Newbie]multiple monitors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I was wondering, I want to use two monitors using
xinerama.  I have a Gforce 2 MX and a Voodoo 4500.
Current settings are:

Section "Module"

# This loads the PEX extension module.

#    Load	"pex5"

# This loads the XIE extension module.

#    Load	"xie"

# This loads the GLX extension module.

    Load	"glx"

# This loads the DBE extension module.

    Load	"dbe"

# This loads the RECORD extension module.

    Load	"record"

# This loads the miscellaneous extensions module, and
disables
# initialisation of the XFree86-DGA extension within
that module.

    SubSection	"extmod"
	Option	"omit xfree86-dga"
    EndSubSection
#    Load	"extmod"

# This loads the Type1, Speedo and FreeType font
modules

    Load	"type1"
#    Load	"speedo"
    Load	"freetype"
    
EndSection

Section "Monitor"

# The identifier line must be present.

    Identifier	"ViewSonic"

# The VendorName and ModelName lines are optional.
    VendorName	"ViewSonic"
    ModelName	"ViewSonic EF70"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete
values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO
YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync	30-70  # typical for a single frequency
fixed-sync monitor

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync
frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync
frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of
discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO
YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh	50-160  # typical for a single
frequency fixed-sync monitor

#    VertRefresh	50-100        # multisync
#    VertRefresh	60, 65        # multiple fixed sync
frequencies
#    VertRefresh	40-50, 80-100 # multiple ranges of
sync frequencies

# Modes can be specified in two formats.  A compact
one-line format, or
# a multi-line format.

Modeline "1280x1024"   113.68   1280 1300 1412 1608  
1024 1025 1028 1046

# If a monitor has DPMS support, that can be indicated
here.  This will
# enable DPMS when the monitor is used with drivers
that support it.

    Option	"dpms"

# If a monitor requires that the sync signals be
superimposed on the
# green signal, the following option will enable this
when used with
# drivers that support it.  Only a relatively small
range of hardware
# (and drivers) actually support this.

    Option	"sync on green"

EndSection

Section "Monitor"

    Identifier "Multiscan 15sf"
    HorizSync 31-64
    VertRefresh 50-120
    Option "dpms"
EndSection    

Section "Device"
    Identifier	"NVidia"
    VendorName	"NVidia"
    BoardName	"NVidia"
    Driver	"nvidia"
    BusID	"PCI:1:00:0"
EndSection

Section "Device"
    Identifier	"Voodoo4500"
    VendorName	"3dFX"
    BoardName	"Voodoo4500"
    Driver	"tdfx"
    BusID	"PCI:0:08:0"
EndSection

Section "Screen"

# The Identifier, Device and Monitor lines must be
present

    Identifier	"Screen 1"
    Device	"NVidia"
    Monitor	"ViewSonic"
    
    DefaultDepth 16

    SubSection "Display"
        Depth		16
        Modes		"1280x1024" "1024x768" "800x600"
"640x480"
    EndSubsection
EndSection

Section "Screen"

    Identifier	"Screen 2"
    Device	"Voodoo4500"
    Monitor	"Multiscan 15sf"

    DefaultDepth 16

    SubSection "Display"
        Depth		16
        Modes		"1280x1024" "1024x768" "800x600"
"640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier	"simple layout"
    Screen	"Screen 1"
    InputDevice	"Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com


[Index of Archives]     [XFree86]     [Xfree86 Xpert]     [X.org]     [IETF Annouce]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Picture Sharing]     [Linux Security]     [Linux RAID]

  Powered by Linux