All pastes #2076452 Raw Edit

Unnamed

public text v1 · immutable
#2076452 ·published 2011-06-07 23:23 UTC
rendered paste body
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen	1  "Screen1" 1700 0
    Option         "Xinerama" "0"
EndSection



Section "InputClass"
	Identifier		"Keyboard Defaults"
	MatchIsKeyboard		"yes"
	Option			"XkbLayout" "cadymap"
	Option			"xkb_options" "terminate:ctrl_alt_bksp,ctrl:nocaps"
EndSection

Section "InputClass"
	Identifier		"Pointer Defaults"
	MatchIsPointer		"True"
	Option 			"AccelerationProfile" "-1"
	Option 			"AccelerationScheme"  "none"
EndSection


Section "Module"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
EndSection


Section "Extensions"
	Option "Composite" "Disable"
EndSection



Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option         "FlatPanelProperties" "Scaling = aspect-scaled, Dithering = Disabled"
   Option         "DynamicTwinView" "False"
    Option         "NoLogo" "True"
    Option         "OnDemandVBlankInterrupts" "True"
    Screen		0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
   Option         "DynamicTwinView" "False"
    Option         "NoLogo" "True"
    Option         "OnDemandVBlankInterrupts" "True"
    Option "FlatPanelProperties" "Scaling = Native"
    Screen          1
EndSection

Section "Screen"
    Identifier	   "Screen0"
    Device         "Device0"
    Monitor	"Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
  #  Option "MetaModes" "DFP-0: 1680x1050 +0+0, DFP-1: 1920x1080_24 +1680+0; DFP-0: 1680x1050 +0+0, DFP-1: NULL"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    SubSection     "Display"
        Depth       24
	Modes     "1920x1080_24"
    EndSubSection
EndSection




Section "Monitor"
    Identifier     "Monitor1"
    Option         "Enable" "false"
    ModelName      "LG Electronics LG TV"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    ModelName      "NEC 20WGX2"
    Option         "DPMS"