[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread Daniel van Vugt
Thanks for searching. It appears this is now a problem in the nvidia driver only, if not a hardware/cable problem. So reassigning... ** Package changed: gdm3 (Ubuntu) => nvidia-graphics-drivers-390 (Ubuntu) ** No longer affects: mutter (Ubuntu) -- You received this bug notification because

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
Just did a locate for all xorg.conf: sudo locate -i xorg.conf /usr/share/X11/xorg.conf.d /usr/share/X11/xorg.conf.d/10-amdgpu.conf /usr/share/X11/xorg.conf.d/10-nvidia.conf /usr/share/X11/xorg.conf.d/10-quirks.conf /usr/share/X11/xorg.conf.d/10-radeon.conf

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread Daniel van Vugt
It appears the login screen processes are all running fine (gdms.txt). The only remaining problem I can see is that the nvidia driver can't find your monitor: Jun 19 21:46:18 little-black-box /usr/lib/gdm3/gdm-x-session[1441]: (II) NVIDIA(0): Validated MetaModes: Jun 19 21:46:18

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
The machine in question has a single monitor with a resolution of 1920x1080. And newjournal.txt for 4 from #34. ** Attachment added: "newjournal.txt" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154437/+files/newjournal.txt -- You received this bug notification

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
For 1 from #34. ** Attachment added: "gdms.txt" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154435/+files/gdms.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu.

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
For 2 from #34. ** Attachment added: "dpkgl.txt" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154436/+files/dpkgl.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu.

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread Daniel van Vugt
Thanks for doing all that. If there are no crash files then I wonder is everything actually running despite not being visible? 1. From ssh, please run: ps auxw | grep gdm > gdms.txt and send us the output. 2. Please also send the output of: dpkg -l > dpkgl.txt 3. How many monitors

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
As per #32: 1 Purged all nvidia packages. 2 apt autoremoved, autocleaned. 3 Removed ppa:graphics-drivers (added for a previous attempt to fix this bug) 4 Apt update 5 Apt Installed nvidia-driver-390 6 Rebooted machine Still no graphical login. ALso, strangely, no new or updated files in

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread Daniel van Vugt
It appears your crash reports are not being sent because the nvidia driver you're using is not the official Ubuntu one. Please remove your nvidia driver and install the official one from: sudo apt install nvidia-driver-390 When done, reboot. Assuming that doesn't fix the problem, please check

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
In reference to #29 regarding whoopsie: The ID is: 19b6b20813c4f5b05681f9895a0eea0b33c549b42c2877003a447f1dc2e2d71a1c819b59ac63fb1977d412a9b4c0adbc72585129337191e89a05d246c7bf0bb0 The links are: https://errors.ubuntu.com/oops/d69e209a-70f2-11e8-b67b-fa163ef911dc

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
In reference to #29. Attached is the contents of /var/crash. ** Attachment added: "var_crash.tar" https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154143/+files/var_crash.tar -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread Daniel van Vugt
Please let us know if the machine has any files in /var/crash/ and what they are. Please also copy /var/lib/whoopsie/whoopsie-id from the affected machine and paste its contents in place of ID in https://errors.ubuntu.com/user/ID on another machine where you can browse the web. If that page shows

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
Added nomodeset to the lines specified in #26. Ran "update-grub". Rebooted. Unfortunately, still no GDM login screen. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1777378 Title:

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
Answer to #24- make.log is attached. /proc/cmdline is - BOOT_IMAGE=/vmlinuz-4.15.0-23-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1 ** Attachment added: "nvidia_390_67_make_log.txt"

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread Daniel van Vugt
I wonder if the kernel upgrade on 2018-06-13 broke your kernel command line, which would prevent the nvidia driver from working... Please add "nomodeset" to the lines: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="" of /etc/default/grub and then run: sudo update-grub and