[UP] sync acer
[arrow.git] / conf_slk120 / xorg / xorg.conf.ACER
blob99e746893e49e0221457dfb42bef6f161afc411c
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-unibit"
13         FontPath     "/work/tools/xfonts/wqy-bitmapfont"
14         FontPath     "/usr/share/fonts/OTF"
15         FontPath     "/usr/share/fonts/Type1"
16         FontPath     "/usr/share/fonts/misc"
17         FontPath     "/usr/share/fonts/100dpi:unscaled"
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 EndSection
50 Section "Monitor"
51         Identifier   "Monitor0"
52         VendorName   "Monitor Vendor"
53         ModelName    "Monitor Model"
54         HorizSync    31.5 - 50.0
55         VertRefresh  40-90
56 EndSection
58 Section "Device"
59         ### Available Driver options are:-
60         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
61         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
62         ### [arg]: arg optional
63         #Option     "AccelMethod"               # [<str>]
64         #Option     "SWcursor"                  # [<bool>]
65         #Option     "PciRetry"                  # [<bool>]
66         #Option     "NoAccel"                   # [<bool>]
67         #Option     "SetMClk"                   # <freq>
68         #Option     "MUXThreshold"              # <i>
69         #Option     "ShadowFB"                  # [<bool>]
70         #Option     "Rotate"                    # [<str>]
71         #Option     "VideoKey"                  # <i>
72         #Option     "NoMMIO"                    # [<bool>]
73         #Option     "NoPciBurst"                # [<bool>]
74         #Option     "MMIOonly"                  # [<bool>]
75         #Option     "CyberShadow"               # [<bool>]
76         #Option     "CyberStretch"              # [<bool>]
77         #Option     "XvHsync"                   # <i>
78         #Option     "XvVsync"                   # <i>
79         #Option     "XvBskew"                   # <i>
80         #Option     "XvRskew"                   # <i>
81         #Option     "FpDelay"                   # <i>
82         #Option     "Display1400"               # [<bool>]
83         #Option     "Display"                   # [<str>]
84         #Option     "GammaBrightness"           # [<str>]
85         #Option     "TVChipset"                 # [<str>]
86         #Option     "TVSignal"                  # <i>
87         Identifier  "Card0"
88         Driver      "trident"
89         VendorName  "Trident Microsystems"
90         BoardName   "CyberBlade/i1"
91         BusID       "PCI:1:0:0"
92         VideoRam    32000
93 #         Option      "UseFBDev"                "true"
94 EndSection
96 Section "Screen"
97         Identifier "Screen0"
98         Device     "Card0"
99         Monitor    "Monitor0"
100         DefaultDepth 24
101         SubSection "Display"
102                 Viewport   0 0
103                 Depth     1
104                 Modes "1024x768" "800x600" "640x480"
105         EndSubSection
106         SubSection "Display"
107                 Viewport   0 0
108                 Depth     4
109                 Modes "1024x768" "800x600" "640x480"
110         EndSubSection
111         SubSection "Display"
112                 Viewport   0 0
113                 Depth     8
114                 Modes "1024x768" "800x600" "640x480"
115         EndSubSection
116         SubSection "Display"
117                 Viewport   0 0
118                 Depth     15
119                 Modes "1024x768" "800x600" "640x480"
120         EndSubSection
121         SubSection "Display"
122                 Viewport   0 0
123                 Depth     16
124                 Modes "1024x768" "800x600" "640x480"
125         EndSubSection
126         SubSection "Display"
127                 Viewport   0 0
128                 Depth     24
129                 Modes "1024x768" "800x600" "640x480"
130         EndSubSection
131 EndSection
133 Section "DRI"
134         Mode 0666
135 EndSection