blob: 83eaa0cb2ecccf1a1cfe48abc262595ad049e84e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Section "Monitor"
Identifier "LCD Panel"
EndSection
Section "Device"
Identifier "Fbdev"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Fbdev"
Monitor "LCD Panel"
EndSection
Section "InputDevice"
Identifier "Power Button"
Driver "evdev"
Option "Device" "/dev/input/event2"
EndSection
Section "InputDevice"
Identifier "AUX Button"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Identifier "Touchscreen"
Driver "evdev"
Option "Device" "/dev/input/event1"
Option "SwapAxes" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Power Button"
InputDevice "AUX Button"
InputDevice "Touchscreen"
EndSection
|