[UP] can install now
[arrow.git] / conf_slk120 / xorg / xorg.conf.aspire2920z
blob22684466c4424420268163900b4dd41caf1d92f2
1 Section "ServerLayout"
2         Identifier     "X.org Configured"
3         Screen      0  "Screen0" 0 0
4 #         InputDevice    "Mouse0" "CorePointer"
5         InputDevice    "Keyboard0" "CoreKeyboard"
6         InputDevice    "Mouse0"  "SendCoreEvents"
7 EndSection
9 Section "Files"
10         RgbPath      "/usr/share/X11/rgb"
11         ModulePath   "/usr/lib/xorg/modules"
12         FontPath     "/usr/share/fonts/TTF"
13         FontPath     "/work/tools/xfonts/wqy-bitmapfont"
14         FontPath     "/work/tools/xfonts/ms"
15         FontPath     "/usr/share/fonts/OTF"
16         FontPath     "/usr/share/fonts/Type1"
17         FontPath     "/usr/share/fonts/misc"
18         FontPath     "/usr/share/fonts/75dpi/:unscaled"
19 EndSection
21 Section "Module"
22         Load  "glx"
23         Load  "extmod"
24         Load  "xtrap"
25         Load  "record"
26         Load  "GLcore"
27         Load  "dbe"
28         Load  "dri"
29         Load  "freetype"
30         Load  "type1"
31         Load  "synaptics"
32 EndSection
34 Section "InputDevice"
35         Identifier  "Keyboard0"
36         Driver      "kbd"
37         Option       "XkbModel"  "pc101"
38         Option       "XkbLayout"  "us"
39 EndSection
41 Section "InputDevice"
42         Identifier  "Mouse0"
43 #         Driver      "mouse"
44         Driver      "synaptics"
45         Option      "Protocol" "auto"
46         Option      "Device" "/dev/input/mice"
47         Option      "ZAxisMapping" "4 5 6 7"
48 #         Option      "Emulate3Buttons" "on"
49 #         Option            "Emulate3Timeout" "50"
50 #         Option            "ChordMiddle"
51 EndSection
53 Section "Monitor"
54         #DisplaySize      260   160     # mm
55         Identifier   "Monitor0"
56         VendorName   "AUO"
57         ModelName    "3714"
58 EndSection
60 Section "Device"
61         ### Available Driver options are:-
62         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
63         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
64         ### [arg]: arg optional
65         #Option     "NoAccel"                   # [<bool>]
66         #Option     "SWcursor"                  # [<bool>]
67         #Option     "ColorKey"                  # <i>
68         #Option     "CacheLines"                # <i>
69         #Option     "Dac6Bit"                   # [<bool>]
70         #Option     "DRI"                       # [<bool>]
71         #Option     "NoDDC"                     # [<bool>]
72         #Option     "ShowCache"                 # [<bool>]
73         #Option     "XvMCSurfaces"              # <i>
74         #Option     "PageFlip"                  # [<bool>]
75         Identifier  "Card0"
76         Driver      "intel"
77         VendorName  "Intel Corporation"
78         BoardName   "Mobile Integrated Graphics Controller"
79         BusID       "PCI:0:2:0"
80 #         BusID       "PCI:0:2:1"
81 EndSection
83 Section "Screen"
84         Identifier "Screen0"
85         Device     "Card0"
86         Monitor    "Monitor0"
87         DefaultDepth 24
88         SubSection "Display"
89                 Viewport   0 0
90                 Depth     1
91         EndSubSection
92         SubSection "Display"
93                 Viewport   0 0
94                 Depth     4
95         EndSubSection
96         SubSection "Display"
97                 Viewport   0 0
98                 Depth     8
99         EndSubSection
100         SubSection "Display"
101                 Viewport   0 0
102                 Depth     15
103         EndSubSection
104         SubSection "Display"
105                 Viewport   0 0
106                 Depth     16
107         EndSubSection
108         SubSection "Display"
109                 Viewport   0 0
110                 Depth     24
111         EndSubSection
112 EndSection
114 Section "DRI"
115         Mode 0666
116 EndSection