snippet: view plain - save this
1 Section "ServerLayout"
2 Identifier "Xandros"
3 Screen 0 "Screen1"
4 InputDevice "keyboard"
5 InputDevice "mouse"
6 InputDevice "synaptics"
7 EndSection
8
9 Section "Files"
10 ModulePath "/usr/lib/xorg/modules"
11 FontPath "/usr/share/fonts/X11/misc"
12 FontPath "/usr/share/fonts/X11/Type1"
13 FontPath "/usr/share/fonts/X11/75dpi"
14 FontPath "/usr/X11R6/lib/X11/fonts/Type1"
15 EndSection
16
17 Section "Module"
18 Load "glx"
19 Load "dri"
20 Load "extmod"
21 Load "synaptics"
22 EndSection
23
24 Section "ServerFlags"
25 Option "AllowMouseOpenFail"
26 Option "BlankTime" "5"
27 Option "DontVTSwitch" "true"
28 Option "AIGLX" "false"
29 EndSection
30
31 Section "InputDevice"
32 Identifier "keyboard"
33 Driver "kbd"
34 Option "CoreKeyboard"
35 Option "XkbRules" "xorg"
36 Option "XkbModel" "pc105"
37 Option "XkbLayout" "fr"
38 Option "XkbVariant" "eeepc"
39 EndSection
40
41 Section "InputDevice"
42 Identifier "mouse"
43 Driver "mouse"
44 Option "Device" "/dev/input/mice"
45 Option "Protocol" "IMPS/2"
46 Option "Emulate3Buttons" "yes"
47 Option "ZAxisMapping" "4 5"
48 Option "CorePointer"
49 EndSection
50
51 Section "InputDevice"
52 Identifier "synaptics"
53 Driver "synaptics"
54 Option "Device" "/dev/psaux"
55 Option "Protocol" "auto-dev"
56 Option "LeftEdge" "1000"
57 Option "RightEdge" "5400"
58 Option "TopEdge" "1000"
59 Option "BottomEdge" "4900"
60 Option "PalmDetect" "0"
61 Option "SHMConfig" "true"
62 Option "SendCoreEvents" "yes"
63 Option "HorizScrollDelta" "0"
64 Option "RBCornerButton" "0"
65 Option "RTCornerButton" "0"
66 Option "MaxSpeed" "0.1"
67 EndSection
68
69 Section "Monitor"
70 Identifier "Monitor1"
71 VendorName "ASUS"
72 ModelName "eeePC P701"
73 Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync # 60 Hz
74 EndSection
75
76 Section "Device"
77 Identifier "Device1"
78 Driver "intel"
79 VendorName "Intel Corporation"
80 BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
81 BusID "PCI:0:2:0"
82 EndSection
83
84 Section "Screen"
85 Identifier "Screen1"
86 Device "Device1"
87 Monitor "Monitor1"
88 DefaultDepth 16
89 SubSection "Display"
90 Depth 8
91 Virtual 1024 768
92 EndSubSection
93 SubSection "Display"
94 Depth 15
95 Virtual 1024 768
96 EndSubSection
97 SubSection "Display"
98 Depth 16
99 Virtual 1024 768
100 EndSubSection
101 SubSection "Display"
102 Depth 24
103 Virtual 1024 768
104 EndSubSection
105 EndSection
106
107 Section "DRI"
108 Mode 0666
109 EndSection
110
111 Section "Extensions"
112 Option "Composite" "Disable"
113 EndSection
114
115 Section "Module"
116 Load "glx"
117 Load "dri"
118 Load "dbe"
119 EndSection
120
121 Section "DRI"
122 Mode 0666
123 EndSection

0 comments