From 850efa92bfdd4c27cdd5abd001a5bc429d700aa1 Mon Sep 17 00:00:00 2001 From: Lenard Spencer Date: Mon, 10 May 2021 20:09:20 +0200 Subject: system/nvidia-legacy390-driver: Updated for version 390.143. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- system/nvidia-legacy390-driver/douninst.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/nvidia-legacy390-driver/douninst.sh (limited to 'system/nvidia-legacy390-driver/douninst.sh') diff --git a/system/nvidia-legacy390-driver/douninst.sh b/system/nvidia-legacy390-driver/douninst.sh new file mode 100644 index 0000000000000..d9c58a7dc2263 --- /dev/null +++ b/system/nvidia-legacy390-driver/douninst.sh @@ -0,0 +1,14 @@ +( cd usr/libSUFFIX/xorg/modules/extensions + if [ -e libglx.so-xorg ]; then + mv libglx.so-xorg libglx.so + else + if [ ! -e libglx.so ]; then + echo -e "WARNING: libglx.so not found! Please reinstall xorg-server!\n" + fi + fi + ) +echo "The Nvidia legacy390 driver is removed. Make sure the Nvidia driver is" +echo "DISABLED in /etc/X11/xorg.conf as well as /etc/X11/xorg.conf.d/ and" +echo "/usr/share/X11/xorg.conf.d/. Otherwise, this may lead to improperly" +echo -e "working drivers.\n" + -- cgit v1.2.3