aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/olpc/base-files/etc/X11/xorg.conf
blob: d98a8f87a5ee8a660a423ab7bbce38bc117bd222 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
# xorg configuration

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	FontPath     "/usr/lib/X11/fonts/misc"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
#	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "OWRT"
	Option	     "dpms"
EndSection

Section "Device"
	Identifier  "FBDev"
	Driver      "fbdev"
	#Option     "shadowfb" "off"
	VideoRam    4096
EndSection

Section "Screen"
    Identifier	"Screen0"
    Device	"FBDev"
    Monitor	"Monitor0"
    DefaultDepth 16

    SubSection "Display"
        Depth		16
        Modes		"1200x900-75"
    EndSubsection

EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection