summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
blob: 356bc9fafcc287301e717f892f415ba3a77263a9 (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
48
49
50
51
Section "Module"
        Load    "extmod"
        Load    "dbe"
	Load	"glx"
        Load    "freetype"
        Load    "type1"
        Load    "record"
	Load	"dri"
EndSection

Section "Monitor"
        Identifier      "Default Monitor"
EndSection

Section "Device"
        Identifier      "Default omapfb Device"
        Driver		"omapfb"
EndSection

Section "InputDevice"
	Identifier      "Power Button"
	Driver          "evdev"
	Option          "Device"        "/dev/input/event0"
EndSection

Section "InputDevice"
	Identifier      "Keyboard"
	Driver          "evdev"
	Option		"Device"	"/dev/input/event1"
	Option		"XkbModel"	"nokiarx51"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier      "Touchscreen"
	Driver          "evdev"
	Option          "Device"        "/dev/input/event3"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device		"Default omapfb Device"
EndSection

Section "ServerLayout"
	Identifier      "Default Layout"
	Screen		"Default Screen"
	InputDevice     "Touchscreen"
	InputDevice     "Power Button"
	InputDevice     "Keyboard"
EndSection