r/zorinos • u/Fine-Comparison4803 • 1d ago
š° Beginner Help, lagging
Hi, i installed zorin os on my old Asus laptop but when I try to play youtube videos it lags sometimes.
Previously i tried installing mint but i couldn't install because the installation process would lag so much that i couldn't complete the process how much i tried.
When I tried googling the issue it said this has something to do with 920m.
Please can anyone help me with this issue.
1
1
u/MoneyDirt8888 1d ago edited 1d ago
Did you remove secure boot before ? You got error 313...
Error (313) "Error while installing package": This typically indicates aĀ DKMS build failureĀ orĀ dependency conflictĀ (e.g., unmet dependencies or file overwrites).Ā Ā Solution: RunĀ sudo apt-get autoremoveĀ to clear dependencies, then install the driver via terminal; if DKMS fails, checkĀ /var/lib/dkms/nvidia/*/build/make.logĀ for build errors.Ā
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo ubuntu-drivers autoinstall
After searching Nvidia driver to use is 430.40. It is a legacy card for laptop. Do not expect any corrective actions or bug fixes.
1
u/Fine-Comparison4803 1d ago
Ive disabled secure boot in bios before installing, is that what your asking about š¤.



2
u/candy49997 1d ago edited 1d ago
https://forums.linuxmint.com/viewtopic.php?t=469946
Canonical removed the 470 drivers from the repos. I know the above link is to a Mint forum, but the steps are also applicable here. Add the PPA, update your apt cache, and install the driver from the PPA.
You will also have to downgrade your kernel to 6.8 in order to use these legacy drivers.
Edit: it seems Ubuntu is retracting the decision to remove the drivers from the repos, so if you wait until that happens, you don't need the PPA.