[UP] can install now
[arrow.git] / conf_slk120 / xorg / xorg.conf
blob4734e570daefb3f176d6dd7f7e4e86f61be78331
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     "/usr/share/fonts/TTF"
12         FontPath     "/work/tools/xfonts/wqy"
13         FontPath     "/usr/share/fonts/OTF"
14         FontPath     "/usr/share/fonts/Type1"
15         FontPath     "/usr/share/fonts/misc"
16         FontPath     "/usr/share/fonts/75dpi/:unscaled"
17 EndSection
19 Section "Module"
20         Load  "glx"
21         Load  "extmod"
22         Load  "xtrap"
23         Load  "record"
24         Load  "GLcore"
25         Load  "dbe"
26         Load  "dri"
27         Load  "freetype"
28         Load  "type1"
29         Load  "synaptics"
30 EndSection
32 Section "InputDevice"
33         Identifier  "Keyboard0"
34         Driver      "kbd"
35         Option       "XkbModel"  "pc101"
36         Option       "XkbLayout"  "us"
37 EndSection
39 Section "InputDevice"
40         Identifier  "Mouse0"
41         #Driver      "mouse"
42         Driver      "synaptics"
43         Option      "Protocol" "auto"
44         Option      "Device" "/dev/input/mice"
45         Option      "ZAxisMapping" "4 5 6 7"
46 EndSection
48 Section "Monitor"
49         Identifier   "Monitor0"
50         VendorName   "Monitor Vendor"
51         ModelName    "Monitor Model"
52         HorizSync    31.5 - 50.0
53         VertRefresh  40-90
54 EndSection
56 Section "Device"
57         ### Available Driver options are:-
58         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
59         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
60         ### [arg]: arg optional
61         #Option     "AccelMethod"               # [<str>]
62         #Option     "SWcursor"                  # [<bool>]
63         #Option     "PciRetry"                  # [<bool>]
64         #Option     "NoAccel"                   # [<bool>]
65         #Option     "SetMClk"                   # <freq>
66         #Option     "MUXThreshold"              # <i>
67         #Option     "ShadowFB"                  # [<bool>]
68         #Option     "Rotate"                    # [<str>]
69         #Option     "VideoKey"                  # <i>
70         #Option     "NoMMIO"                    # [<bool>]
71         #Option     "NoPciBurst"                # [<bool>]
72         #Option     "MMIOonly"                  # [<bool>]
73         #Option     "CyberShadow"               # [<bool>]
74         #Option     "CyberStretch"              # [<bool>]
75         #Option     "XvHsync"                   # <i>
76         #Option     "XvVsync"                   # <i>
77         #Option     "XvBskew"                   # <i>
78         #Option     "XvRskew"                   # <i>
79         #Option     "FpDelay"                   # <i>
80         #Option     "Display1400"               # [<bool>]
81         #Option     "Display"                   # [<str>]
82         #Option     "GammaBrightness"           # [<str>]
83         #Option     "TVChipset"                 # [<str>]
84         #Option     "TVSignal"                  # <i>
85         Identifier  "Card0"
86         Driver      "trident"
87         VendorName  "Trident Microsystems"
88         BoardName   "CyberBlade/i1"
89         BusID       "PCI:1:0:0"
90 EndSection
92 Section "Screen"
93         Identifier "Screen0"
94         Device     "Card0"
95         Monitor    "Monitor0"
96         DefaultDepth 24
97         SubSection "Display"
98                 Viewport   0 0
99                 Depth     1
100                 Modes "1024x768" "800x600" "640x480"
101         EndSubSection
102         SubSection "Display"
103                 Viewport   0 0
104                 Depth     4
105                 Modes "1024x768" "800x600" "640x480"
106         EndSubSection
107         SubSection "Display"
108                 Viewport   0 0
109                 Depth     8
110                 Modes "1024x768" "800x600" "640x480"
111         EndSubSection
112         SubSection "Display"
113                 Viewport   0 0
114                 Depth     15
115                 Modes "1024x768" "800x600" "640x480"
116         EndSubSection
117         SubSection "Display"
118                 Viewport   0 0
119                 Depth     16
120                 Modes "1024x768" "800x600" "640x480"
121         EndSubSection
122         SubSection "Display"
123                 Viewport   0 0
124                 Depth     24
125                 Modes "1024x768" "800x600" "640x480"
126         EndSubSection
127 EndSection