Adding specific OLPC xorg.conf
[openwrt/svn-archive/archive.git] / XOrg / server / xorg-server-X11R7.2 / files / xorg-olpc.conf
1 # xorg configuration
2
3 Section "ServerLayout"
4 Identifier "Default Layout"
5 Screen 0 "Screen0" 0 0
6 InputDevice "Mouse0" "CorePointer"
7 InputDevice "Keyboard0" "CoreKeyboard"
8 EndSection
9
10 Section "Files"
11 FontPath "/usr/lib/X11/fonts/misc"
12 EndSection
13
14 Section "Module"
15 Load "dbe"
16 Load "extmod"
17 Load "fbdevhw"
18 # Load "glx"
19 Load "record"
20 Load "freetype"
21 Load "type1"
22 EndSection
23
24 Section "InputDevice"
25 Identifier "Keyboard0"
26 Driver "keyboard"
27 Option "XkbModel" "pc105"
28 Option "XkbLayout" "us"
29 EndSection
30
31 Section "InputDevice"
32 Identifier "Mouse0"
33 Driver "mouse"
34 Option "Protocol" "PS/2"
35 # Option "Protocol" "IMPS/2"
36 Option "Device" "/dev/psaux"
37 # Option "Device" "/dev/input/mice"
38 Option "ZAxisMapping" "4 5"
39 Option "Emulate3Buttons" "yes"
40 EndSection
41
42 Section "Monitor"
43 Identifier "Monitor0"
44 VendorName "Monitor Vendor"
45 ModelName "OWRT"
46 Option "dpms"
47 EndSection
48
49 Section "Device"
50 Identifier "FBDev"
51 Driver "fbdev"
52 #Option "shadowfb" "off"
53 VideoRam 4096
54 EndSection
55
56 Section "Screen"
57 Identifier "Screen0"
58 Device "FBDev"
59 Monitor "Monitor0"
60 DefaultDepth 16
61
62 SubSection "Display"
63 Depth 16
64 Modes "1200x900"
65 EndSubsection
66
67 EndSection
68
69 Section "DRI"
70 Group 0
71 Mode 0666
72 EndSection
73