De acordo com as Leis 12.965/2014 e 13.709/2018, que regulam o uso da Internet e o tratamento de dados pessoais no Brasil, ao me inscrever na newsletter do portal DICAS-L, autorizo o envio de notificações por e-mail ou outros meios e declaro estar ciente e concordar com seus Termos de Uso e Política de Privacidade.
Colaboração: Juan Carlos Castro y Castro
Data de Publicação: 26 de Janeiro de 2005
Quem usa os drivers proprietários da NVIDIA está acostumado a ter que rodar o instalador da NVIDIA toda vez que o kernel (ou o próprio driver) é atualizado.
Usando este trecho de script no /etc/rc.local (ou o equivalente para outras distribuições) você pode mandar o Linux fazer isso para você, só quando e se necessário.
if [ ! -f /lib/modules/``uname -r``/kernel/drivers/video/nvidia.o ]; then { echo "NVIDIA driver update needed" if < -d /home/nvidia >; then cd /home/nvidia NVPACKAGE=``ls -t NVIDIA-Linux-x86-*.run | head -1`` if [ "$NVPACKAGE" != "" ]; then sh $NVPACKAGE -aqn --ui=none else echo "No NVIDIA package found" fi else echo "No NVIDIA package found" fi } >/var/log/nvidia-auto-update.log 2>&1 fi
How To Write Unmaintainable Code: Camouflage
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Comentários