[UP] will makeup my archlinux config.
[arrow.git] / conf_slk120 / xorg / xorg.conf.DELL
blob9e90dc7bb94af65ec3cc67a6d26b8011d872902e
1 Section "ServerLayout"
2         Identifier     "X.org Configured"
3         Screen      0  "Screen0" 0 0
4         InputDevice    "Mouse0" "CorePointer"
5         InputDevice    "Keyboard0" "CoreKeyboard"
6 EndSection
8 Section "Files"
9         RgbPath      "/usr/share/X11/rgb"
10         ModulePath   "/usr/lib/xorg/modules"
11         FontPath     "/opt/fonts/fonts_windows"
12         FontPath     "/work/tools/xfonts/wqy-bitmapfont"
13         FontPath     "/opt/fonts/symbol"
14         FontPath     "/opt/tools/xfont/ms"
15         FontPath     "/usr/share/fonts/TTF"
16         FontPath     "/usr/share/fonts/OTF"
17         FontPath     "/usr/share/fonts/Type1"
18         FontPath     "/usr/share/fonts/misc"
19         FontPath     "/usr/share/fonts/75dpi/:unscaled"
20 EndSection
22 Section "Module"
23         Load  "glx"
24         Load  "extmod"
25         Load  "xtrap"
26         Load  "record"
27         Load  "GLcore"
28         Load  "dbe"
29         Load  "dri"
30         Load  "freetype"
31         Load  "type1"
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         Option      "Protocol" "auto"
45         Option      "Device" "/dev/input/mice"
46         Option      "ZAxisMapping" "4 5 6 7"
47 EndSection
49 Section "Monitor"
50 #         DisplaySize     300   230     # mm
51 #         DisplaySize     270   210
52         Identifier   "Monitor0"
53         VendorName   "DEL"
54         ModelName    "DELL E153FP"
55  ### Comment all HorizSync and VertRefresh values to use DDC:
56         HorizSync    30.0 - 63.0
57         VertRefresh  56.0 - 76.0
58         Option      "DPMS"
59 #         DisplaySize  200   170
60 EndSection
62 Section "Device"
63         ### Available Driver options are:-
64         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
65         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
66         ### [arg]: arg optional
67         #Option     "NoAccel"                   # [<bool>]
68         #Option     "SWcursor"                  # [<bool>]
69         #Option     "ColorKey"                  # <i>
70         #Option     "CacheLines"                # <i>
71         #Option     "Dac6Bit"                   # [<bool>]
72         #Option     "DRI"                       # [<bool>]
73         #Option     "NoDDC"                     # [<bool>]
74         #Option     "ShowCache"                 # [<bool>]
75         #Option     "XvMCSurfaces"              # <i>
76         #Option     "PageFlip"                  # [<bool>]
77         Identifier  "Card0"
78         Driver      "intel"
79         VendorName  "Intel Corporation"
80         BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
81         BusID       "PCI:0:2:0"
82 EndSection
84 Section "Screen"
85         Identifier "Screen0"
86         Device     "Card0"
87         Monitor    "Monitor0"
88         DefaultDepth 24
89         SubSection "Display"
90                 Viewport   0 0
91                 Depth     1
92         EndSubSection
93         SubSection "Display"
94                 Viewport   0 0
95                 Depth     4
96         EndSubSection
97         SubSection "Display"
98                 Viewport   0 0
99                 Depth     8
100         EndSubSection
101         SubSection "Display"
102                 Viewport   0 0
103                 Depth     15
104         EndSubSection
105         SubSection "Display"
106                 Viewport   0 0
107                 Depth     16
108         EndSubSection
109         SubSection "Display"
110                 Viewport   0 0
111                 Depth     24
112         EndSubSection
113 EndSection