some bugfixes and aesthetical changes regarding xserver
[openwrt/svn-archive/archive.git] / Xorg / xserver / xorg-xserver / files / tmp / 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/mice"
38 # Option "ZAxisMapping" "4 5"
39 # Option "Emulate3Buttons" "yes"
40 EndSection
41
42 Section "Monitor"
43 Identifier "Monitor0"
44 HorizSync 30-67
45 VertRefresh 48-52
46 DisplaySize 152 114
47 Mode "1200x900"
48 DotClock 57.275
49 HTimings 1200 1208 1216 1240
50 VTimings 900 905 908 912
51 Flags "-HSync" "-VSync"
52 EndMode
53 EndSection
54
55 Section "Device"
56 Identifier "Videocard0"
57 Driver "geode"
58 Option "PanelGeometry" "1200x900"
59 EndSection
60
61 Section "Screen"
62 Identifier "Screen0"
63 Device "Videocard0"
64 Monitor "Monitor0"
65 DefaultDepth 16
66
67 SubSection "Display"
68 Depth 16
69 Modes "1200x900"
70 EndSubsection
71
72 EndSection
73
74 Section "DRI"
75 Group 0
76 Mode 0666
77 EndSection
78