Xorg

Xorg 配置备份 针对 Nvidia 显卡 …

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 260.19.44  ([email protected])  Sun Feb 27 21:50:39 PST 2011

Section "ServerLayout"
    InputDevice "irtouch" "SendCoreEvents"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
#   HorizSync       28.0 - 33.0
#   VertRefresh     43.0 - 72.0
    Option         "DPMS"
    Modeline "2560x1080_40.00" 147.10  2560 2680 2944 3328  1080 1081 1084 1105 -HSync +Vsync
    Modeline "2560x1080_50.00"  188.75  2560 2712 2976 3392  1080 1083 1093 1114 -hsync +vsync
    Modeline "2560x1080_60.00"  230.00  2560 2720 2992 3424  1080 1083 1093 1120 -hsync +vsync
    Modeline "2560x1080_45.00"  167.75  2560 2696 2960 3360  1080 1083 1093 1111 -hsync +vsync

EndSection

Section "Device"
#-> rotate label start -> Do not move
#    Option         "Rotate" "CW"
#-> rotate label end -> Do not move
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "UseEDIDFreqs" "False"
    Option         "ExactModeTimingsDVI" "True"
    Option         "ModeValidation" "NoDFPNativeResolutionCheck"
    Option         "FlatPanelProperties" "Scaling=Native"
EndSection

Section "Screen"
      Identifier     "Screen0"
      Device         "Device0"
      Monitor        "Monitor0"
      Option         "TwinView" "1"
      Option         "TwinViewXineramaInfoOrder" "DFP-1,DFP-2"
      Option         "metamodes" "DFP-1: 2560x1080_40.00 +0+1080, DFP-2: 2560X1080_40.00 +0+0"
      SubSection     "Display"
      Depth     24
      EndSubSection
EndSection

### Touch Configuration Beginning ###
Section "InputDevice"
    Identifier "irtouch"
    Driver "irtouch"
    Option "ScrenNumber" "0"
    Option "SendCoreEvents"
    Option "MinX" "0"
    Option "MinY" "0"
    Option "MaxX" "4095"
    Option "MaxY" "4095"
    Option "SwapXY" "0"
EndSection
### Touch Configuration End ##