Name | Modified | Size | Downloads / Week |
---|---|---|---|
untested | 2024-08-12 | ||
340.108 | 2024-05-06 | ||
418.113 | 2024-05-06 | ||
390.151 | 2024-05-06 | ||
README.md | 2024-05-06 | 2.6 kB | |
Totals: 5 Items | 2.6 kB | 10 |
Welcome to MeowIce's Official NVIDIA Legacy Drivers !
What is this project ?
This project includes patched legacy/dropped support nVIDIA drivers for newer Linux kernels.
Which versions and kernels are supported ?
- 340.108 (5.8^, 5.10, 5.15, 5.17^, 5.18/5.19, 6.0, 6.2, 6.3, 6.5, 6.6, 6.8.x)
Bold: latest patch for that kernel
How to use:
- Browse to your driver version for your card.
- Choose the correct kernel version that you're running.
- Click the filename to download.
- Install it:
Press
Ctrl
+Alt
+F1
(any from 1 - 6).
Login with your account.
cd
to your patched nVIDIA driver.
$ sudo su
# systemctl stop lightdm
# chmod +x blacklist.sh && ./blacklist.sh
# chmod +x <nvidia_filename>
# ./<nvidia_filename>
Reboot after installation.
Replace lightdm
with your window manager (GDM, LightDM, etc.).
Don't know if your GPU is out of date ?
See nVIDIA Legacy GPU/Drivers list
Known issues
Kernel panic during installation
- Newer kernels might spam kernel panic while installing Unified Memory Modules. This is alright and will not affect to the installation progress. If you cannot see the message box content, try pressing arrow left/right keys and it will refresh :)
For Ubuntu 22.04+:
- The default kernel must be 5.15.
- Try with 5.15 patch first. If you booted into
Oh no
screen or at low resolution, continue reading.
Oh no screen:
# apt update && apt upgrade -y
Reboot and re-install. If not working, try the Low Resolution method and replace gdm with lightdm.
Low resolution:
- Install 5.18 patch although you're on 5.15 (it should work).
- Delete the old
xorg.conf
and generate a new one withnvidia-xconfig
.
No TTY
After installing the driver. The screen will turn off and you won't be able to see anythingin TTY mode, thus TTY still working and recognizes keyboard input. (login with username and password in blind then you will see HDD light blinking).
To fix this:
- Open your grub file as root (/etc/default/grub
).
Remove the #
in
#GRUB_TERMINAL=console
#GRUB_GFXMODE=640x480
- You can change
640x480
to your screen resolution. - Save the file then update grub (
sudo update-grub
).
Graphics issues after suspend (sleep)
- This is a well-known issue for nvidia drivers. You can try to suspend via power menu instead of closing the lid. If it does not fix, restart the desktop via the command
r
(Alt
F2
).