Re: Dual monitors in F9 ?

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

 



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@800x600,800x600@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@800x600,800x600@800x600;1680x1050;1280x1024@1280x1024,1280x1024@1280x1024;1680x1050@1680x1050,1280x1024@1680x1050;1280x1024@1680x1050,1680x1050@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

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux