added new XOrg folders/makefiles
[openwrt/svn-archive/archive.git] / XOrg / server / xorg-server-X11R7.2 / files / xorg.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 "Videocard0"
51 Driver "vesa"
52 VendorName "Videocard vendor"
53 BoardName "Vesa driver"
54 EndSection
55
56 Section "Device"
57 Identifier "FBDev"
58 Driver "fbdev"
59 #Option "shadowfb" "off"
60 VideoRam 4096
61 EndSection
62
63 Section "Screen"
64 Identifier "Screen0"
65 Device "Videocard0"
66 Monitor "Monitor0"
67 DefaultDepth 8
68 # DefaultDepth 16
69 # DefaultDepth 24
70
71 SubSection "Display"
72 Depth 8
73 Modes "1024x768" "800x600" "640x480"
74 EndSubsection
75
76 SubSection "Display"
77 Depth 16
78 Modes "1024x768" "800x600" "640x480"
79 EndSubsection
80
81 SubSection "Display"
82 Depth 24
83 FbBpp 32
84 Modes "1024x768" "800x600" "640x480"
85 EndSubsection
86
87 EndSection
88
89 Section "DRI"
90 Group 0
91 Mode 0666
92 EndSection
93