aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/iphone3g/xorg.conf
blob: 83ac9c14864219199b8f799f6d3f8a3e935b97ab (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
Section "Device"
	Identifier "Builtin Default fbdev Device 0"
	Driver  "fbdev"
	Option "ShadowFB" "on"
EndSection

Section "Screen"
	Identifier "Builtin Default fbdev Screen 0"
	Device "Builtin Default fbdev Device 0"
EndSection


Section "InputDevice"
	Identifier "touchscreen"
	Driver "evdev"
	Option "Device" "/dev/input/event2"
	Option "ReportingMode" "Raw"
	Option "SendCoreEvents" "On"
	Option "GrabDevices" "True"
	Option "InvertY" "0"
	Option "SwapAxes" "0"
EndSection


Section "ServerLayout"
	Identifier      "Builtin Default Layout"
	Screen  "Builtin Default fbdev Screen 0"
	InputDevice "touchscreen" "CorePointer" "AlwaysCore"
EndSection