summaryrefslogtreecommitdiff
path: root/etc/X11.zaurus/xorg.conf
blob: 234ca0f51142d27da95f30d54d4259edd237b22c (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
52
53
54
55
56
57
58
Section "ServerLayout"
	Identifier	"wsfb"
	Screen	0	"Screen0" 0 0
	InputDevice    "TouchScreen0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
	
Section "Files"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/OTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "Protocol" 	  "standard"
	Option	    "XkbRules" 	  "xorg"
	Option	    "XkbModel" 	  "zaurus"
	Option	    "XkbLayout"   "us"
EndSection

Section "InputDevice"
	Identifier	"TouchScreen0"
	Driver		"ws"
	Option		"device"	"/dev/wsmouse"
	Option		"ZAxisMapping"	"4 5"
	# this can be used to use the screen in vertical mode
	# Option	"Rotate"	"CCW"
EndSection

Section "Device"
	Identifier	"Wsdisplay0"
	Driver		"wsfb"
	Option		"device" "/dev/ttyC0"
	# Comment out to use the screen in vertical mode
	Option		"rotate" "CW"
EndSection

Section "Monitor"
	Identifier   "Monitor"
	VendorName   "Sharp"
	ModelName    "Zaurus"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Wsdisplay0"
	Monitor    "Monitor"
	DefaultDepth 16
	SubSection "Display"
		Depth     16
	EndSubSection
EndSection