Multiple versions of the NVIDIA GRID driver are stored in this S3bucket. You can download all of the available versions in the bucket ifyou change the value of the $KeyPrefix variable from"windows/latest" to"windows".
Everything seems to be working correctly regarding CUDA, but when I move my windows around inside Ubuntu it's very laggy, despite being on a 120hz monitor it's super choppy (mouse movement is smooth, window movement is stuttering/choppy). For example, moving the terminal window around.
For my Linux counterparts (I'm running Debian testing), this just got me updated and running. If you aren't comfortable doing a system recovery from terminal should something go wrong, don't attempt this or you may break your system. This assumes you are currently running a non-free Nvidia driver and not the default nouveau driver:
Download 525.60.11 from the Nvidia website, save the driver to a location you can find via cd command later, then:
sudo apt -y install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config
sudo update-initramfs -u
sudo systemctl set-default multi-user.target
sudo systemctl reboot
If the bootloader hangs at reboot, enter recovery mode as root
apt-get purge nvidia.
Type the DOT after nvidia to purge all packages containing nvidia. If you don't purge all nvidia packages the installer will fail to run
cd directory where you downloaded the driver
bash NVIDIA-Linux-x86_64-525.60.11.run (or whatever driver version you downloaded)
Yes to all prompts
systemctl set-default graphical.target
systemctl reboot
Source: -drivers-debian
Nvidia 525.60 doesn't seem to be available on rpmfusion nonfree for Fedora/Ultramarine 36. I'm not moving to 37 because the pantheon desktop isn't available. B14 it is for me until Nvidia starts supporting linux as much as windows. Unless you have to add some PPA or repo. sudo dnf upgrade doesn't upgrade anything, niether does --refresh.
Note the cudatoolkit distributed by conda-forge is missing ptxas, whichJAX requires. You must therefore either install the cuda-nvcc package fromthe nvidia channel, or install CUDA on your machine separately so that ptxasis in your path. The channel order above is important (conda-forge beforenvidia).
Basic support for the DRM mode-setting interface in the form of a new kernel module named nvidia-modeset.ko has been available since version 358.09 beta.[50]The support Nvidia's display controller on the supported GPUs is centralized in nvidia-modeset.ko. Traditional display interactions (X11 modesets, OpenGL SwapBuffers, VDPAU presentation, SLI, stereo, framelock, G-Sync, etc.) initiate from the various user-mode driver components and flow to nvidia-modeset.ko.[51]
aa06259810