summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf')
-rw-r--r--meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
new file mode 100644
index 000000000..de6ed1c14
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
@@ -0,0 +1,55 @@
1Section "Module"
2 Load "glx"
3 Load "dri2"
4EndSection
5
6
7Section "Monitor"
8 Identifier "LCD Panel"
9EndSection
10
11
12Section "Device"
13 Identifier "Glamo Graphics Chip"
14 Driver "glamo"
15EndSection
16
17
18Section "Screen"
19 Identifier "Default Screen"
20 Device "Glamo Graphics Chip"
21 Monitor "LCD Panel"
22EndSection
23
24
25Section "InputDevice"
26 Identifier "Power Button"
27 Driver "evdev"
28 Option "Device" "/dev/input/event0"
29EndSection
30
31
32Section "InputDevice"
33 Identifier "AUX Button"
34 Driver "evdev"
35 Option "Device" "/dev/input/event2"
36EndSection
37
38
39Section "InputDevice"
40 Identifier "Touchscreen"
41 Driver "evdev"
42 Option "Device" "/dev/input/event1"
43EndSection
44
45Section "ServerFlags"
46 Option "AutoAddDevices" "False"
47EndSection
48
49Section "ServerLayout"
50 Identifier "Default Layout"
51 Screen "Default Screen"
52 InputDevice "Power Button"
53 InputDevice "AUX Button"
54 InputDevice "Touchscreen"
55EndSection