Dual monitors in F9 ?

linuxguy linuxguy123 at gmail.com
Wed Jun 11 15:07:53 UTC 2008


On Tue, 2008-06-10 at 11:17 -0700, stan wrote:
> Could you post your working xorg.conf?  Might help future searchers
> for 
> solution.

Sure...  its not pretty, but it works.  I should clean it up sometime.

LG


Section "ServerLayout"

	#Option "Clone" "on"
    Identifier     "Dual head configuration"
    Screen      0  "Screen0" LeftOf "Screen1"
    Screen      1  "Screen1" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is 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 (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"
EndSection

Section "Module"
    Load           "dbe"		# Double buffering
    Load           "extmod"
    Load           "fbdevhw"
    Load           "glx"
    Load           "record"
    Load           "freetype"
    Load           "type1"
    Load           "synaptics"	# Touchpad driver
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
    Identifier     "Synaptics"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "auto-dev"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Generic"
    ModelName      "Flat Panel 1680x1050"
    HorizSync       31.5 - 90.0
    VertRefresh     60.0
    ModeLine       "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054
1087
    Option         "dpms"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Generic"
    ModelName      "Flat Panel 1680x1050"
    HorizSync       31.5 - 90.0
    VertRefresh     60.0
    ModeLine       "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054
1087
    Option         "dpms"
EndSection

Section "Device"

     #;800x600 at 800x600,800x600 at 800x600" 
     # Option "HWCursor" "1" 
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NVIDIA GeForce FX (generic)"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "DPMS"
    Option         "MetaModes" "1680x1050,1680x1050"

#"800x600 at 800x600,800x600 at 800x600;1680x1050;1280x1024 at 1280x1024,1280x1024 at 1280x1024;1680x1050 at 1680x1050,1280x1024 at 1680x1050;1280x1024 at 1680x1050,1680x1050 at 1680x1050"
    Option         "TVStandard" "NTSC-M"
    Option         "CursorShadow" "0"
     #Option "IgnoreEDID" "1" 
    Option         "NoLogo" "0"
    Option         "NvAGP" "1"
     #Option "renderAccel" "1" 
    Option         "SWCursor" "1"
     #Option "DigitalVibrance" "0" 
    Option         "TwinView" "1"
    Option         "SecondMonitorVertRefresh" "50-160"
    Option         "SecondMonitorHorizSync" "30-70"
    Option         "TwinViewOrientation" "RightOf"
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1680x1050" "1280x1024" "1280x960" "1024x768"
"800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device0"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1680x1050" "1280x1024" "1280x960" "1024x768"
"800x600" "640x480"
    EndSubSection
EndSection




More information about the fedora-list mailing list