====== Nvidia ====== Ist Cuda da? nvidia-smi +-----------------------------------------------------------------------------+ | NVIDIA-SMI 470.223.02 Driver Version: 470.223.02 CUDA Version: 11.4 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |===============================+======================+======================| | 0 NVIDIA GeForce ... Off | 00000000:07:00.0 N/A | N/A | | 26% 40C P8 N/A / N/A | 2022MiB / 3011MiB | N/A Default | | | | N/A | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | No running processes found | +-----------------------------------------------------------------------------+ Grafikkarte ansehen: lspci -vnn | grep VGA -A 12 07:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK110 [GeForce GTX 780] [10de:1004] (rev a1) (prog-if 00 [VGA controller]) Subsystem: NVIDIA Corporation GK110 [GeForce GTX 780] [10de:104b] Flags: bus master, fast devsel, latency 0, IRQ 65, IOMMU group 13 Memory at f5000000 (32-bit, non-prefetchable) [size=16M] Memory at e8000000 (64-bit, prefetchable) [size=128M] ===== Are the Nvidia Geforce 9600GT supported on Kubuntu 9.04? ===== Quelle((http://kubuntuforums.net/forums/index.php?topic=3103151.0)) Short how to: - dowload driver here: http://us.download.nvidia.com/XFree86/Linux-x86/180.51/NVIDIA-Linux-x86-180.51-pkg1.run - press ctrl-alt-f1 - login using you're username and password - do 'sudo /etc/init.d/kdm stop' - cd to the directory where you downloaded the driver - there, do 'sudo sh NVIDIA-Linux-x86-180.51.pkg1.run' and follow instructions (it's mostly just a matter of pressing ok and yes a bunch of times) - when the installer is finished, do ctrl-alt-f7 or 'sudo reboot' ---- one thing that I used to have to do is add the boot options noapic and nolapic. You can do this at boot time by going to the grub menu to see if it works...if it does, then you can add it as default...I'm grasping at straws here, but it is worth a try...if you need help on how to add these, let me know... ---- I reviewed the thread -- I don't see a couple of things mentioned, that might make a difference: 1. Before running the downloaded installer, you should have installed the linux-headers-`uname -r` and build-essential packages. 2. After running the downloaded installer, and BEFORE issuing the startx command, you should run the sudo nvidia-xconfig utility. If you're not sure about whether you did these, back up your xorg.conf file sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak28apr09 and then run through the driver installation process again and make sure not to skip the sudo nvidia-xconfig step. ---- 1. Before running the downloaded installer, you should have installed the linux-headers-`uname -r` and build-essential packages. 2. After running the downloaded installer, and BEFORE issuing the startx command, you should run the sudo nvidia-xconfig utility. If you're not sure about whether you did these, back up your xorg.conf file sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak28apr09 and then run through the driver installation process again and make sure not to skip the sudo nvidia-xconfig step. ---- Are you exiting the GUI with Ctrl-Alt-F1, and shutting down the X server with sudo /etc/init.d/kdm stop before you run the installer? ---- When you try again, this is how I do it: - Download the nvidia driver you want. leave it in your home directory. - sudo apt-get install build-essential linux-headers-'uname-r' (not sure on the 'linux-headers') - boot into recovery mode, and drop to root shell - enter cd /home/username - enter sh NV {and press tab} - go through the install process, and allow the installer to update your xorg. a couple things...I know that I shouldn't use a root shell on my /home directory...but I have never had a problem doing it this way...also, the installer will throw a few warnings, but again, it always works. works for me...