Meine (aus Halle2): GeForce GTX 780 (4GB)
RTX 4060TI: Ca. 5X so schnell. Juni 2024: 385 €
Juli 2024:
For AI applications, the Nvidia GeForce RTX 4090 currently offers the best price-to-performance ratio. ca 1800 €
If budget is a concern, the Nvidia GeForce RTX 4070 Ti is a solid alternative. ca 600 €
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]
Quelle1)
Short how to:
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:
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…