Commit 7d2677ab authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

epm play switch-to-nvidia: use modprobe -r for unload nouveau

parent e9d1fcbf
......@@ -59,7 +59,7 @@ a= ldconfig # обновляет кэш информации о новейших
# отключаем nouveau
echo "blacklist nouveau" > /etc/modprobe.d/blacklist-nvidia-x11.conf
a= rmmod nouveau
a= modprobe -r nouveau
# удаляем /etc/X11/xorg.conf если он есть и в нём содержится nouveau или fbdev
if [ -e "/etc/X11/xorg.conf" ] && [ "$(grep -E 'nouveau|fbdev|vesa' "/etc/X11/xorg.conf")" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment