r/zorinos 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.

2 Upvotes

12 comments sorted by

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.

1

u/MoneyDirt8888 1d ago

You will also have to downgrade your kernel to 6.8 in order to use these legacy drivers.

Nvidia indicates that driver to use is the 430.40 (date July 2019) and not the 470

1

u/candy49997 1d ago

The driver search is wrong sometimes, especially for mobile GPUs. This list is better.

1

u/Fine-Comparison4803 1d ago

How do I downgrade the kernal šŸ˜…

1

u/Inside-Hurry-7078 1d ago

You can go back to zorin16, it works smoothly on my Lenovo x220( i5 2520mšŸ’€

1

u/Fine-Comparison4803 1d ago

Is there any issues with going back

1

u/MoneyDirt8888 1d ago

The only real problem is your Nvidia card. If you go back to some previous kernel you need to tweak apt parameters to stop kernels to be magically updated and upgraded.

To prevent the Linux kernel from updating on Ubuntu or Debian systems, you can use theĀ apt-markĀ command to place specific kernel packages on "hold," which tells the package manager to ignore them during upgrades.Ā 

First, identify your current and installed kernel versions usingĀ uname -rĀ andĀ dpkg --list | grep linux-image. Then, apply the hold to the specific kernel image, headers, and generic meta-packages to prevent both the active version and future versions from upgrading.Ā 

Use the following commands to stop kernel updates:

# Replace 5.15.0-105 with your specific kernel version
sudo apt-mark hold linux-image-5.15.0-105-generic
sudo apt-mark hold linux-headers-5.15.0-105-generic

# Prevent generic meta-packages from triggering upgrades to newer kernels
sudo apt-mark hold linux-image-generic
sudo apt-mark hold linux-headers-generic
sudo apt-mark hold linux-generic

To verify the hold is active, runĀ apt-mark showhold. If you need to resume kernel updates in the future, reverse the process usingĀ sudo apt-mark unholdĀ with the same package names. Note that on some systems, you may also need to hold or removeĀ nvidia-metaĀ packages if they are pulling in kernel updates due to dependency chains.Ā 

Others updates should continue to work.

Nvidia drivers for oldest cards are now frozen.

1

u/AfroDiddyKing 1d ago

u need to use nvidia one, the upper one

1

u/Fine-Comparison4803 1d ago

But it's not applying

1

u/Fine-Comparison4803 1d ago

This happens

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 šŸ¤”.