After installing the nvidia-driver should I exclude in /etc/slapt-get/slapt-getrc for a fool-proof system?
And what has to be excluded?
Should I exclude in slapt-getrc?
Re: Should I exclude in slapt-getrc?
Let me explain something firstly : slapt-get/Gslapt handles packages.
The proprietary nvidia driver (I think you speak about it) is not in a package, just some files installed in the system. So this will not be handle by any package manager.
If you update your system deeply (for example if you change the kernel) you need to recompile these drivers by yourself.
Is it a bit more clear now ?
The proprietary nvidia driver (I think you speak about it) is not in a package, just some files installed in the system. So this will not be handle by any package manager.
If you update your system deeply (for example if you change the kernel) you need to recompile these drivers by yourself.
Is it a bit more clear now ?

Re: Should I exclude in slapt-getrc?
But what about if there is a new xserver, shouldn't I first remove the nvidia-driver, before installing it.
To avoid this to happen, I thought about excluding everything starting whit xorg and xserver, like the kernel and other thinks that are already excluded. Like ^kernel-.* and others.
This is the computer from my nephews. They know how to click on the update-notifier, but not about the rest behind it.
To avoid this to happen, I thought about excluding everything starting whit xorg and xserver, like the kernel and other thinks that are already excluded. Like ^kernel-.* and others.
This is the computer from my nephews. They know how to click on the update-notifier, but not about the rest behind it.
Re: Should I exclude in slapt-getrc?
AFAIK you have to reinstall the nvidia driver after updating kernel, xorg-server and mesa.
If you don't want this to happen you have to exclude these packages in slapt-getrc.
If you don't want this to happen you have to exclude these packages in slapt-getrc.
Re: Should I exclude in slapt-getrc?
But any of those will happen only if you're upgrading to a new Salix/Slackware version. So, in my opinion, no, you should not blacklist any of the xorg packages.thenktor wrote:AFAIK you have to reinstall the nvidia driver after updating kernel, xorg-server and mesa.
Re: Should I exclude in slapt-getrc?
Or if there is a security fixgapan wrote:But any of those will happen only if you're upgrading to a new Salix/Slackware version. So, in my opinion, no, you should not blacklist any of the xorg packages.thenktor wrote:AFAIK you have to reinstall the nvidia driver after updating kernel, xorg-server and mesa.


Re: Should I exclude in slapt-getrc?
Security fixes are usually applied as patches to the existing versions, so no danger upgrading there.thenktor wrote:Or if there is a security fix![]()
Re: Should I exclude in slapt-getrc?
AFAIK the nvidia driver overwrites some files of mesa, so any upgrade or reinstall of the mesa package will break opengl acceleration of the nvidia driver.
Re: Should I exclude in slapt-getrc?
No at all.thenktor wrote:AFAIK the nvidia driver overwrites some files of mesa, so any upgrade or reinstall of the mesa package will break opengl acceleration of the nvidia driver.
ATI do it, but not nvidia.
The nvidia driver consist only of a module for the kernel and a driver for Xorg, that's all.
