summaryrefslogtreecommitdiff
path: root/60-cando-evdevmultitouch.conf
blob: 3d6657f7e14feaa6f2761cb8bbde9ed6aa4210c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Section "Monitor"
	Identifier	"Monitor0"
	Option	"DPMS"	"true"
	Option	"Rotate"	"left"
EndSection

Section "InputClass"
        Identifier              "Cando Multi Touch Panel"
        MatchVendor 		"Cando"
        MatchDevicePath 	"/dev/input/event*"
        Driver                  "evdevmultitouch"
        Option                  "Ignore"                "off"
	Option			"MultiTouch"		"2"
	Option			"Resolution"		"0 4095 0 4095
	Option			"SwapAxes"		"true"
	Option			"InvertX"		"true"
EndSection