Gentoo Archives: gentoo-user-ru

From: Vladimir Solomatin <littleslash@×××××.ru>
To: gentoo-user-ru@l.g.o
Subject: Re: [gentoo-user-ru] nvidia glx driver + xorg
Date: Fri, 27 Jan 2006 09:53:01
Message-Id: 43D9ED13.2030804@relex.ru
In Reply to: Re: [gentoo-user-ru] nvidia glx driver + xorg by Anatoly Shipitsin
1 Anatoly Shipitsin wrote:
2
3 >> ÉÍÅÅÔÓÑ ÍÁÔØ Intel 815 + NVIDIA GeForce2 MX/MX 400
4 >> × Xorg ÎÅ ÒÁÂÏÔÁÅÔ glx driver ÏÔ NVIDIA.
5 > ÷ ËÏÎÆÉÇÅ Xorg ÎÅ ÕËÁÚÁÎ ÄÒÁÊ×ÅÒ ÏÔ Nvidia
6
7 ÕËÁÚÁÌ. ÔÅÐÅÒØ ÉËÓÙ ÎÅ ÇÒÕÚÑÔÓÑ:
8
9 (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
10
11 ËÏÎÆÉÇ xorg:
12 # cat /etc/X11/xorg.conf
13
14 Section "ServerLayout"
15 Identifier "X.org Configured"
16 Screen 0 "Default Screen" 0 0
17 InputDevice "Generic Mouse" "CorePointer"
18 InputDevice "Generic Keyboard" "CoreKeyboard"
19 EndSection
20
21 Section "Files"
22 RgbPath "/usr/lib/X11/rgb"
23 ModulePath "/usr/lib/modules"
24 FontPath "/usr/share/fonts/misc/"
25 FontPath "/usr/share/fonts/TTF/"
26 FontPath "/usr/share/fonts/Type1/"
27 FontPath "/usr/share/fonts/CID/"
28 FontPath "/usr/share/fonts/75dpi/"
29 FontPath "/usr/share/fonts/100dpi/"
30 EndSection
31
32 Section "Module"
33 Load "extmod"
34 # Load "dri"
35 Load "dbe"
36 Load "record"
37 Load "xtrap"
38 Load "glx"
39 Load "type1"
40 Load "freetype"
41 EndSection
42
43 Section "InputDevice"
44 Identifier "Generic Keyboard"
45 Driver "kbd"
46 EndSection
47
48 Section "InputDevice"
49 Identifier "Generic Mouse"
50 Driver "mouse"
51 Option "Protocol" "PS/2"
52 Option "Device" "/dev/psaux"
53 EndSection
54
55 Section "Monitor"
56 #DisplaySize 280 210 # mm
57 Identifier "Generic Monitor"
58 VendorName "SAM"
59 ModelName "1055"
60 # HorizSync 31.5 - 69.6
61 HorizSync 30.0 - 70.0
62 VertRefresh 50.0 - 160.0
63 # Option "DPMS"
64 EndSection
65
66 Section "Device"
67 # Identifier "Generic Card"
68 # Driver "nv"
69 Identifier "nVidia Inc. GeForce2"
70 Driver "nvidia"
71 # VendorName "nVidia Corporation"
72 # BoardName "NV11 [GeForce2 MX/MX 400]"
73 # ChipSet "GeForce2 MX/MX 400"
74 # BusID "PCI:1:0:0"
75 VideoRam 65536
76 EndSection
77
78 Section "Screen"
79 Identifier "Default Screen"
80 Device "nVidia Inc. GeForce2"
81 Monitor "Generic Monitor"
82 DefaultDepth 24
83 SubSection "Display"
84 Viewport 0 0
85 Depth 24
86 Modes "1024x768"
87 EndSubSection
88 EndSection
89
90
91 ÌÏÇÉ xorg:
92 # cat /var/log/Xorg.0.log
93
94 X Window System Version 6.8.2
95 Release Date: 9 February 2005
96 X Protocol Version 11, Revision 0, Release 6.8.2
97 Build Operating System: Linux 2.6.14-gentoo-r4 i686 [ELF]
98 Current Operating System: Linux gremlin 2.6.14-gentoo-r4 #3 Mon Jan 16
99 00:07:13 Local time zone must be set--see zic manu i686
100 Build Date: 13 January 2006
101 Before reporting problems, check http://wiki.X.Org
102 to make sure that you have the latest version.
103 Module Loader present
104 Markers: (--) probed, (**) from config file, (==) default setting,
105 (++) from command line, (!!) notice, (II) informational,
106 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
107 (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 26 22:59:35 2006
108 (==) Using config file: "/etc/X11/xorg.conf"
109 (==) ServerLayout "X.org Configured"
110 (**) |-->Screen "Default Screen" (0)
111 (**) | |-->Monitor "Generic Monitor"
112 (**) | |-->Device "nVidia Inc. GeForce2"
113 (**) |-->Input Device "Generic Mouse"
114 (**) |-->Input Device "Generic Keyboard"
115 (WW) The directory "/usr/share/fonts/CID/" does not exist.
116 Entry deleted from font path.
117 (**) FontPath set to
118 "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
119 (**) RgbPath set to "/usr/lib/X11/rgb"
120 (**) ModulePath set to "/usr/lib/modules"
121 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
122 (II) Module ABI versions:
123 X.Org ANSI C Emulation: 0.2
124 X.Org Video Driver: 0.7
125 X.Org XInput driver : 0.4
126 X.Org Server Extension : 0.2
127 X.Org Font Renderer : 0.4
128 (II) Loader running on linux
129 (II) LoadModule: "bitmap"
130 (II) Loading /usr/lib/modules/fonts/libbitmap.a
131 (II) Module bitmap: vendor="X.Org Foundation"
132 compiled for 6.8.2, module version = 1.0.0
133 Module class: X.Org Font Renderer
134 ABI class: X.Org Font Renderer, version 0.4
135 (II) Loading font Bitmap
136 (II) LoadModule: "pcidata"
137 (II) Loading /usr/lib/modules/libpcidata.a
138 (II) Module pcidata: vendor="X.Org Foundation"
139 compiled for 6.8.2, module version = 1.0.0
140 ABI class: X.Org Video Driver, version 0.7
141 Using vt 7
142 (--) using VT number 7
143
144 (II) PCI: PCI scan (all values are in hex)
145 (II) PCI: 00:00:0: chip 8086,1130 card 1043,8027 rev 04 class 06,00,00
146 hdr 00
147 (II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 04 class 06,04,00
148 hdr 01
149 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class 06,04,00
150 hdr 01
151 (II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05 class 06,01,00
152 hdr 80
153 (II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 05 class 01,01,80
154 hdr 00
155 (II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 05 class 0c,03,00
156 hdr 00
157 (II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 05 class 0c,05,00
158 hdr 00
159 (II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 05 class 0c,03,00
160 hdr 00
161 (II) PCI: 01:00:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00
162 hdr 00
163 (II) PCI: 02:0b:0: chip 14f1,10b6 card 14f1,10b6 rev 89 class 07,80,00
164 hdr 00
165 (II) PCI: 02:0d:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00
166 hdr 00
167 (II) PCI: End of PCI scan
168 (II) Host-to-PCI bridge:
169 (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
170 (II) Bus 0 I/O range:
171 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
172 (II) Bus 0 non-prefetchable memory range:
173 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
174 (II) Bus 0 prefetchable memory range:
175 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
176 (II) PCI-to-PCI bridge:
177 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
178 (II) Bus 1 non-prefetchable memory range:
179 [0] -1 0 0xee000000 - 0xefdfffff (0x1e00000) MX[B]
180 (II) Bus 1 prefetchable memory range:
181 [0] -1 0 0xeff00000 - 0xf7ffffff (0x8100000) MX[B]
182 (II) PCI-to-PCI bridge:
183 (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is
184 cleared)
185 (II) Bus 2 I/O range:
186 [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
187 [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
188 [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
189 [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
190 (II) Bus 2 non-prefetchable memory range:
191 [0] -1 0 0xed800000 - 0xedffffff (0x800000) MX[B]
192 (II) Bus 2 prefetchable memory range:
193 [0] -1 0 0xefe00000 - 0xefefffff (0x100000) MX[B]
194 (II) PCI-to-ISA bridge:
195 (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
196 (--) PCI:*(1:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178,
197 Mem @ 0xee000000/24, 0xf0000000/27, BIOS @ 0xefff0000/16
198 (II) Addressable bus resource ranges are
199 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
200 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
201 (II) OS-reported resource ranges:
202 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
203 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
204 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
205 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
206 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
207 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
208 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
209 (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to
210 0xf7ffffff
211 (II) Active PCI resource ranges:
212 [0] -1 0 0xed800000 - 0xed80ffff (0x10000) MX[B]
213 [1] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
214 [2] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B)
215 [3] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
216 [4] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
217 [5] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
218 [6] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
219 [7] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
220 [8] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
221 [9] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
222 [10] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
223 (II) Active PCI resource ranges after removing overlaps:
224 [0] -1 0 0xed800000 - 0xed80ffff (0x10000) MX[B]
225 [1] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
226 [2] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B)
227 [3] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
228 [4] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
229 [5] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
230 [6] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
231 [7] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
232 [8] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
233 [9] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
234 [10] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
235 (II) OS-reported resource ranges after removing overlaps with PCI:
236 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
237 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
238 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
239 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
240 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
241 [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
242 [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
243 (II) All system resource ranges:
244 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
245 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
246 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
247 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
248 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
249 [5] -1 0 0xed800000 - 0xed80ffff (0x10000) MX[B]
250 [6] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
251 [7] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B)
252 [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
253 [9] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
254 [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
255 [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
256 [12] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
257 [13] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
258 [14] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
259 [15] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
260 [16] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
261 [17] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
262 (II) LoadModule: "extmod"
263 (II) Loading /usr/lib/modules/extensions/libextmod.a
264 (II) Module extmod: vendor="X.Org Foundation"
265 compiled for 6.8.2, module version = 1.0.0
266 Module class: X.Org Server Extension
267 ABI class: X.Org Server Extension, version 0.2
268 (II) Loading extension SHAPE
269 (II) Loading extension MIT-SUNDRY-NONSTANDARD
270 (II) Loading extension BIG-REQUESTS
271 (II) Loading extension SYNC
272 (II) Loading extension MIT-SCREEN-SAVER
273 (II) Loading extension XC-MISC
274 (II) Loading extension XFree86-VidModeExtension
275 (II) Loading extension XFree86-Misc
276 (II) Loading extension XFree86-DGA
277 (II) Loading extension DPMS
278 (II) Loading extension TOG-CUP
279 (II) Loading extension Extended-Visual-Information
280 (II) Loading extension XVideo
281 (II) Loading extension XVideo-MotionCompensation
282 (II) Loading extension X-Resource
283 (II) LoadModule: "dbe"
284 (II) Loading /usr/lib/modules/extensions/libdbe.a
285 (II) Module dbe: vendor="X.Org Foundation"
286 compiled for 6.8.2, module version = 1.0.0
287 Module class: X.Org Server Extension
288 ABI class: X.Org Server Extension, version 0.2
289 (II) Loading extension DOUBLE-BUFFER
290 (II) LoadModule: "record"
291 (II) Loading /usr/lib/modules/extensions/librecord.a
292 (II) Module record: vendor="X.Org Foundation"
293 compiled for 6.8.2, module version = 1.13.0
294 Module class: X.Org Server Extension
295 ABI class: X.Org Server Extension, version 0.2
296 (II) Loading extension RECORD
297 (II) LoadModule: "xtrap"
298 (II) Loading /usr/lib/modules/extensions/libxtrap.a
299 (II) Module xtrap: vendor="X.Org Foundation"
300 compiled for 6.8.2, module version = 1.0.0
301 Module class: X.Org Server Extension
302 ABI class: X.Org Server Extension, version 0.2
303 (II) Loading extension DEC-XTRAP
304 (II) LoadModule: "glx"
305 (II) Loading /usr/lib/modules/extensions/libglx.so
306 (II) Module glx: vendor="NVIDIA Corporation"
307 compiled for 4.0.2, module version = 1.0.6629
308 Module class: XFree86 Server Extension
309 ABI class: XFree86 Server Extension, version 0.1
310 (II) Loading extension GLX
311 (II) LoadModule: "type1"
312 (II) Loading /usr/lib/modules/fonts/libtype1.a
313 (II) Module type1: vendor="X.Org Foundation"
314 compiled for 6.8.2, module version = 1.0.2
315 Module class: X.Org Font Renderer
316 ABI class: X.Org Font Renderer, version 0.4
317 (II) Loading font Type1
318 (II) Loading font CID
319 (II) LoadModule: "freetype"
320 (II) Loading /usr/lib/modules/fonts/libfreetype.so
321 (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
322 compiled for 6.8.2, module version = 2.1.0
323 Module class: X.Org Font Renderer
324 ABI class: X.Org Font Renderer, version 0.4
325 (II) Loading font FreeType
326 (II) LoadModule: "nvidia"
327 (II) Loading /usr/lib/modules/drivers/nvidia_drv.o
328 (II) Module nvidia: vendor="NVIDIA Corporation"
329 compiled for 4.0.2, module version = 1.0.6629
330 Module class: XFree86 Video Driver
331 (II) LoadModule: "mouse"
332 (II) Loading /usr/lib/modules/input/mouse_drv.o
333 (II) Module mouse: vendor="X.Org Foundation"
334 compiled for 6.8.2, module version = 1.0.0
335 Module class: X.Org XInput Driver
336 ABI class: X.Org XInput driver, version 0.4
337 (II) LoadModule: "kbd"
338 (II) Loading /usr/lib/modules/input/kbd_drv.o
339 (II) Module kbd: vendor="X.Org Foundation"
340 compiled for 6.8.2, module version = 1.0.0
341 Module class: X.Org XInput Driver
342 ABI class: X.Org XInput driver, version 0.4
343 (II) NVIDIA X Driver 1.0-6629 Wed Nov 3 13:14:07 PST 2004
344 (II) NVIDIA Unified Driver for all NVIDIA GPUs
345 (II) Primary Device is: PCI 01:00:0
346 (--) Assigning device section with no busID to primary device
347 (--) Chipset NVIDIA GPU found
348 (II) resource ranges after xf86ClaimFixedResources() call:
349 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
350 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
351 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
352 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
353 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
354 [5] -1 0 0xed800000 - 0xed80ffff (0x10000) MX[B]
355 [6] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
356 [7] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B)
357 [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
358 [9] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
359 [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
360 [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
361 [12] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
362 [13] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
363 [14] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
364 [15] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
365 [16] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
366 [17] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
367 (II) resource ranges after probing:
368 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
369 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
370 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
371 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
372 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
373 [5] -1 0 0xed800000 - 0xed80ffff (0x10000) MX[B]
374 [6] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
375 [7] -1 0 0xefff0000 - 0xefffffff (0x10000) MX[B](B)
376 [8] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
377 [9] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
378 [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
379 [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
380 [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
381 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
382 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
383 [15] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
384 [16] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
385 [17] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
386 [18] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
387 [19] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
388 [20] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
389 [21] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
390 [22] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
391 (II) Setting vga for screen 0.
392 (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
393 (==) NVIDIA(0): RGB weight 888
394 (==) NVIDIA(0): Default visual is TrueColor
395 (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
396 (--) NVIDIA(0): Linear framebuffer at 0xF0000000
397 (--) NVIDIA(0): MMIO registers at 0xEE000000
398 (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
399 (EE) NVIDIA(0): *** Aborting ***
400 (II) UnloadModule: "nvidia"
401 (EE) Screen(s) found, but none have a usable configuration.
402
403 Fatal server error:
404 no screens found
405
406 Please consult the The X.Org Foundation support
407 at http://wiki.X.Org
408 for help.
409 Please also check the log file at "/var/log/Xorg.0.log" for additional
410 information.
411
412
413
414 --
415 Vladimir Solomatin (littleslash@×××××.ru)
416 Phone: + 7 (0732) 711711
417 Relex Inc, Voronezh.
418
419 --
420 gentoo-user-ru@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-ru] nvidia glx driver + xorg Gleb Litvjak <blaster999@×××××.com>