So to make #101 permanent, you have to "patch" line 335 of
/etc/grub.d/10_Linux

from:
                set vt_handoff=vt.handoff=7
to:
                set vt_handoff=vt.handoff=1


Not sure though the same "patch" is also to be applied in other files like 
10_linuxzfs, etc...

Patch attached:
$ cat 10_linux.patch 
--- 10_linux_orig       2020-07-13 09:06:55.593140059 +0200
+++ 10_linux    2020-07-13 09:08:57.799858927 +0200
@@ -332,7 +332,7 @@
 if [ "$vt_handoff" = 1 ]; then
   cat << 'EOF'
        if [ "${1}" = "keep" ]; then
-               set vt_handoff=vt.handoff=7
+               set vt_handoff=vt.handoff=1
        else
                set vt_handoff=
        fi


** Patch added: "Patching /etc/grub.d/10_linux so that #101 becomes permanent."
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1845801/+attachment/5392219/+files/10_linux.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1845801

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1845801/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to