LINUX.ORG.RU

не запускается KDE и Gnom после установки NVIDIA драйвера


0

0

Установил драйвер nvidia-9629-1plf2007.0.src.rpm на Mandriva 2007

при запуске Х-ксов появляется заставка Nvidia, а затем белый экран пустой.

Вот конфиг

Section "ServerLayout" Identifier "layout1" Screen "screen1" 0 0 InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" EndSection

Section "Files"

# font server independent of the X server to render fonts. # minimal fonts to allow X to run without xfs # FontPath "unix/:-1" # FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc/" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" EndSection

Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "/usr/lib/xorg/modules/extensions/libglx.so" Load "glx" # 3D layer EndSection

Section "ServerFlags"

#DontZap # disable <Crtl><Alt><BS> (server abort) # allows the server to start up even if the mouse does not work #Dont:Zoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) Option "allowmouseopenfail" EndSection

Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru(winkeys)" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin" EndSection

Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" EndSection

Section "Monitor"

# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4) Identifier "monitor1" VendorName "Plug'n Play" ModelName "SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630 ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616 EndSection

Section "Device" Identifier "device1" Driver "nvidia" VendorName "nVidia Corp." BoardName "NVIDIA GeForce 7 Series" EndSection

Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultDepth 24 Option "DPMS" SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection EndSection

Section "Extensions" Option "Composite" EndSection

anonymous

Ответ на: комментарий от Envel

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure (EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and (EE) NVIDIA(0): that the NVIDIA device files have been created properly. (EE) NVIDIA(0): Please consult the NVIDIA README for details. (EE) NVIDIA(0): *** Aborting *** (EE) Screen(s) found, but none have a usable configuration.

anonymous
()

У меня эта же проблема. По всей вероятности она связана с тем, что не все драйверы видео поддерживают правильно 3D-декстоп , который у тебя по всей видимости установлен. Смотри мой пост ранее на этом форуме http://www.linux.org.ru/profile/VasilchukMax/jump-message.jsp?msgid=1693136&a...

VasilchukMax
()
Ответ на: комментарий от SI

пардон неправильно указал дрова NVIDIA-Linux-x86-1.0-9629-pkg1.run устанавливал как в инструкции написано

su

./NVIDIA-Linux-x86-1.0-9629-pkg1.run

и дальше ... кстати в процессе установки он долго ругался, что No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)

потом вот

No precompiled kernel interface was found to match your kernel; this means that the installer will need to compile a new kernel interface. -> Performing CC sanity check with CC="cc". -> Performing CC version check with CC="cc". -> Kernel source path: '/lib/modules/2.6.19/source' -> Kernel output path: '/lib/modules/2.6.19/build' -> Performing rivafb check. -> Performing nvidiafb check. -> Cleaning kernel module build directory. executing: 'cd ./usr/src/nv; make clean'... rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nv.o nv -vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvidia.mod.o rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags} rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~ rm -f -f stprof stprof.o symtab.h Modules.symvers rm -f -rf .tmp_versions -> Building kernel module: executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.19/source S YSOUT=/lib/modules/2.6.19/build'...

в итоге

Your X configuration file has been successfully updated. Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86 (version: 1.0-9629) is now complete.

Результат выше писал....кстати пробовал удалять драйвер ./NVIDIA-Linux-x86-1.0-9629-pkg1.run --uninstall не помогло....

как мне Х-сы запустить ?

anonymous
()
Ответ на: комментарий от anonymous

> (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!

Прочти внимательно вот это сообщение. Оно гласит, что у тебя не загружена "ядерная" часть комлекта драйверов NVidia, или

> Please ensure (EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system

То есть какая видяшка у тебя, и есть ли она в списке поддерживаемых этой версией дравера, ну и напоследок

> (EE) NVIDIA(0): that the NVIDIA device files have been created properly.

То есть сначала смотришь вывод lsmod на предмет модуля nvidia, если он не загружен, говоришь modprobe nvidia. Затем смотришь ls -l /dev/nv*, если их нет - ставишь драйвер заново и идешь в FAQ читать на предмет "скопировать файлы /dev/nv* в каталог /etc/udev/devices". Если драйвер загружен, файлы устройствсозданы, то идешь читать доку на предмет "supported devices" (дока находится в /usr/share/doc/NVIDIA_GLX-1.0), и если твоя карточка совсем старая, тащишь и пытаешься поставить самые новые драйверы из версии 7XYZ.

no-dashi ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.