fixes, t11, install in ad-hoc network
[automated-distro-installer] / fai / config / scripts / IANK / 11-iank
index 5245b35ae7a210dd1bf4733f61a86d4f2dfe417f..e77eb8f8ca3081bd7f5ce0902c90d976f69c7d2d 100755 (executable)
@@ -143,7 +143,9 @@ esac
 # xorg stopped load nouveau
 #  https://www.linuxquestions.org/questions/slackware-14/kernel-modules-conflicting-with-nouveau-driver-4175623867/
 # https://nouveau.freedesktop.org/InstallNouveau.html
-if lspci|grep -q 'GeForce GTX 6[0-9][0-9]\]'; then
+# And now in t11, things got worse with a newer card also not loading
+# nouveau when it did in t10.
+if lspci|grep -q 'VGA compatible controller: NVIDIA'; then
   mkdir -p $target/etc/X11/xorg.conf.d/
   cat >$target/etc/X11/xorg.conf.d/10-nouveau.conf <<'EOF'
 Section "Device"