xorg.conf - randomcrap - random crap programs of varying quality
 (HTM) git clone git://git.codemadness.org/randomcrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       xorg.conf (1483B)
       ---
            1 Section "Device"
            2         Identifier        "Intel Graphics"
            3         Driver                "modesetting"
            4 
            5         Option                "Tearfree" "true"
            6 #        Option                "DRI2" "false"
            7 EndSection
            8 
            9 #Section "ServerLayout"
           10 #        Identifier     "cfg"
           11 #        Screen      0  "Screen0" 0 0
           12 #        InputDevice    "Mouse0" "CorePointer"
           13 #EndSection
           14 
           15 #Section "ServerFlags"
           16 #        Option "DontVTSwitch" "true"
           17 #EndSection
           18 
           19 #Section "Extensions"
           20 #        Option  "Composite" "true"
           21 #EndSection
           22 
           23 #Section "Screen"
           24 #        Identifier "Screen0"
           25 #        Device     "Card0"
           26 #        Monitor    "Monitor"
           27 
           28 #        DefaultDepth 24
           29 #        SubSection "Display"
           30 #                Depth     8
           31 #                Modes     "1366x768"
           32 #        EndSubSection
           33 #        SubSection "Display"
           34 #                Depth     16
           35 #                Modes     "1366x768"
           36 #        EndSubSection
           37 #        SubSection "Display"
           38 #                Depth     15
           39 #                Modes     "1366x768"
           40 #        EndSubSection
           41 #        SubSection "Display"
           42 #                Depth     24
           43 #                Modes     "1366x768"
           44 #        EndSubSection
           45 #        SubSection "Display"
           46 #                Depth     32
           47 #                Modes     "1366x768"
           48 #        EndSubSection
           49 #EndSection
           50 
           51 Section "InputDevice"
           52         Identifier "Mouse0"
           53         Driver     "ws"
           54 
           55         Option "Protocol" "wsmouse"
           56         Option "CorePointer"
           57         Option "Device" "/dev/wsmouse"
           58 
           59         Option "SampleRate" "1600"
           60         Option "Resolution" "3600"
           61         Option "Sensitivity" "0.54545"
           62 #        Option "Sensitivity" "0.1"
           63 
           64         Option "Buttons" "7"
           65 #        Option "ButtonMapping" "1 2 3 6 7 4 5"
           66 
           67         Option "ButtonMapping" "1 2 3 8 9 4 5"
           68 
           69         Option     "XAxisMapping" "8 9"
           70         Option     "YAxisMapping" "6 7"
           71 
           72         Option     "ZAxisMapping" "6 7"
           73         Option     "WAxisMapping" "8 9"
           74 
           75         Option          "Emulate3Buttons"       "false"
           76 EndSection