Звідси (ні, ні з якої софтпедії, з офсайту тільки) качаємо свіженькі дрівцята до вашої картки.
А чим nvidia.ru офіційніша за nvidia.com у моєму пості?
sudo apt-get install linux-headers-`uname -r`sudo apt-get install makesudo apt-get install binutilssudo apt-get install gccsudo apt-get install gcc-3.4sudo apt-get install libc6-devsudo apt-get install xserver-xorg-dev2. Необходимо выключить графический режим (то есть X'сы, предварительно перейдя в текстовую консоль CTRL+ALT+F1).sudo /etc/init.d/gdm stop3. Запускаем инсталлятор драйверов (из каталога куда вы их сохранили) от имени root, предварительно делаем файл NVIDIA-Linux-XXX-X.X-XXX-pkg1.run( тот что мы скачали с сайта nVidia.com) выполняемым:sudo chmod +x NVIDIA-Linux-XX-X.X-XXX-pkg1.runsudo ./NVIDIA-Linux-XX-X.X-XXX-pkg1.run4. Инсталлятор ругнётся на отсутствие precompiled headers для вашего ядра и предложит скачать их с сервера nVidia. Откажитесь.Он предложит скомпилировать их сам - соглашайтесь.Если все прошло успешно, то по окончанию установки вам предложать запустить утилиту nvidia-xonfig. Согласитесь.5. Перегрузим систему (хотя это не обязательно, но ..);sudo reboot
Section "ServerLayout"Identifier "Layout0"Screen 0 "Screen0"InputDevice "Keyboard0" "CoreKeyboard"InputDevice "Mouse0" "CorePointer"EndSectionSection "Files"EndSectionSection "Module"Load "dbe"Load "extmod"Load "type1"Load "freetype"Load "glx"EndSectionSection "InputDevice"# generated from defaultIdentifier "Mouse0"Driver "mouse"Option "Protocol" "auto"Option "Device" "/dev/psaux"Option "Emulate3Buttons" "no"Option "ZAxisMapping" "4 5"EndSectionSection "InputDevice"# generated from defaultIdentifier "Keyboard0"Driver "kbd"EndSectionSection "Monitor"Identifier "Monitor0"VendorName "Unknown"ModelName "Unknown"HorizSync 28.0 - 33.0VertRefresh 43.0 - 72.0Option "DPMS"EndSectionSection "Device"Identifier "Device0"Driver "nvidia"VendorName "NVIDIA Corporation"EndSectionSection "Screen"Identifier "Screen0"Device "Device0"Monitor "Monitor0"DefaultDepth 24SubSection "Display"Depth 24EndSubSectionEndSection
На 4 кроці отримую помилку Unable to load the kernel module 'nvidia.ko' і щось про те що немає Screen
перша команда каже, що gcc 4.3.1, а друга, що 4.3.2
а як в консолі текст з nvidia-installer.log передати сюди в форму вводу повідомлення? пишу з w3m
ще раз післяCC=gcc-4.1export CCперед третім кроком першого, описаного мною вище способу
Section "ServerLayout"Identifier "Layout0"Screen 0 "Screen0"InputDevice "Keyboard0" "CoreKeyboard"InputDevice "Mouse0" "CorePointer"EndSectionSection "InputDevice"# generated from defaultIdentifier "Mouse0"Driver "mouse"Option "Protocol" "auto"Option "Device" "/dev/psaux"Option "Emulate3Buttons" "no"Option "ZAxisMapping" "4 5"EndSectionSection "InputDevice"# generated from defaultIdentifier "Keyboard0"Driver "kbd"EndSectionSection "Monitor"Identifier "Monitor0"VendorName "Unknown"ModelName "Unknown"HorizSync 28.0 - 33.0VertRefresh 43.0 - 72.0Option "DPMS"EndSectionSection "Device"Identifier "Device0"Driver "nv"VendorName "NVIDIA Corporation"EndSectionSection "Screen"Identifier "Screen0"Device "Device0"Monitor "Monitor0"DefaultDepth 24SubSection "Display"Depth 24EndSubSectionEndSection