Gentoo Archives: gentoo-user-fr

From: Erwan <air1@×××××××××.net>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] dernier driver nvidia...
Date: Mon, 16 Oct 2006 21:48:03
Message-Id: 4533FDD2.2040202@imaginair.net
In Reply to: Re: [gentoo-user-fr] dernier driver nvidia... by EricS
1 EricS a écrit :
2 > Pourrais tu me passer ton fichier xorg.conf s'il te plait que je vois la
3 > difference avec le mien.
4 >
5 >
6 Voici
7
8 Section "ServerLayout"
9
10 Identifier "X.org Configured"
11
12 Screen 0 "Screen0" 0 0
13
14 InputDevice "Mouse0" "CorePointer"
15
16 InputDevice "Keyboard0" "CoreKeyboard"
17
18 EndSection
19
20 Section "ServerFlags"
21
22 Option "StandbyTime" "10"
23
24 Option "SuspendTime" "12"
25
26 Option "OffTime" "15"
27
28 EndSection
29
30 Section "Files"
31
32 FontPath "/usr/share/fonts/misc/"
33
34 FontPath "/usr/share/fonts/TTF/"
35
36 FontPath "/usr/share/fonts/Type1/"
37
38 FontPath "/usr/share/fonts/CID/"
39
40 FontPath "/usr/share/fonts/75dpi/"
41
42 FontPath "/usr/share/fonts/100dpi/"
43
44 EndSection
45
46 Section "Module"
47
48 Load "extmod"
49
50 # Load "dri"
51
52 Load "dbe"
53
54 Load "record"
55
56 Load "xtrap"
57
58 Load "glx"
59
60 Load "type1"
61
62 Load "freetype"
63
64 Load "RandR"
65
66 EndSection
67
68 Section "InputDevice"
69
70 Identifier "Keyboard0"
71
72 Driver "kbd"
73
74 Option "CoreKeyboard"
75
76 Option "XkbRules" "xorg"
77
78 Option "XkbModel" "pc105"
79
80 Option "XkbLayout" "fr"
81
82 EndSection
83
84 Section "InputDevice"
85
86 Identifier "Mouse0"
87
88 Driver "mouse"
89
90 Option "Protocol" "IMPS/2"
91
92 Option "Device" "/dev/input/mouse0"
93
94 Option "ZAxisMapping" "4 5"
95
96 EndSection
97
98 Section "Monitor"
99
100 #DisplaySize 370 300 # mm
101
102 Identifier "Monitor0"
103
104 VendorName "HIQ"
105
106 ModelName "L90D+ D-SUB"
107
108 HorizSync 31.0 - 80.0
109
110 VertRefresh 56.0 - 75.0
111
112 Option "DPMS"
113
114 EndSection
115
116 Section "Device"
117
118 ### Available Driver options are:-
119
120 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
121
122 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
123
124 ### [arg]: arg optional
125
126 #Option "SWcursor" # [<bool>]
127
128 #Option "HWcursor" # [<bool>]
129
130 #Option "NoAccel" # [<bool>]
131
132 #Option "ShadowFB" # [<bool>]
133
134 #Option "UseFBDev" # [<bool>]
135
136 #Option "Rotate" # [<str>]
137
138 #Option "VideoKey" # <i>
139
140 #Option "FlatPanel" # [<bool>]
141
142 #Option "FPDither" # [<bool>]
143
144 #Option "CrtcNumber" # <i>
145
146 #Option "FPScale" # [<bool>]
147
148 #Option "FPTweak" # <i>
149
150 Identifier "Card0"
151
152 Driver "nvidia"
153
154 VendorName "nVidia Corporation"
155
156 BoardName "NV34 [GeForce FX 5200]"
157
158 BusID "PCI:2:0:0"
159
160 Option "RenderAccel" "true"
161
162 Option "AllowGLXWithComposite" "True"
163
164 Option "RandRRotation" "on"
165
166 EndSection
167
168 Section "Screen"
169
170 Identifier "Screen0"
171
172 Device "Card0"
173
174 Monitor "Monitor0"
175
176 Option "AddARGBGLXVisuals" "true"
177
178 Option "DisableGLXRootClipping" "true"
179
180 Option "RenderAccel" "True"
181
182 DefaultDepth 24
183
184 SubSection "Display"
185
186 Viewport 0 0
187
188 Depth 1
189
190 EndSubSection
191
192 SubSection "Display"
193
194 Viewport 0 0
195
196 Depth 4
197
198 EndSubSection
199
200 SubSection "Display"
201
202 Viewport 0 0
203
204 Depth 8
205
206 EndSubSection
207
208 SubSection "Display"
209
210 Viewport 0 0
211
212 Depth 15
213
214 EndSubSection
215
216 SubSection "Display"
217
218 Viewport 0 0
219
220 Depth 16
221
222 Modes "1280x1024" "1024x768"
223
224 EndSubSection
225
226 SubSection "Display"
227
228 Viewport 0 0
229
230 Depth 24
231
232 Modes "1280x1024" "1024x768"
233
234 EndSubSection
235
236 Option "backingstore" "true"
237
238 EndSection
239
240 Section "Extensions"
241
242 Option "Composite" "Enable"
243
244 EndSection
245
246
247
248 --
249 Erwan Lehérissé - air1@×××××××××.net - www.imaginair.net
250
251 --
252 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] dernier driver nvidia... EricS <eric@×××××××.com>