[Bug 1926006] [NEW] Suspend, restart and power off don't work, crashes the system and logs me out.
Public bug reported: Suspend, restart and power off simply don't work. The system crashes, logs me out and takes me back to the log-in screen. It possibly has something to do with the Nvidia driver (460), but is the same with the Nouveau driver enabled. I used system76-power previously to set Nvidia On-demand, but this does not work any more, and conflicts with nvidia- prime. However, uninstalling both makes no difference - possibly the configuration is badly set and not re-set. The hardware I'm using is possibly a bit niche. The laptop is Huawei Matebook Pro X. I had the problem yesterday on 20.10, and updated today to 21.04 to see if the problem would be resolved, but no luck. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: gnome-power-manager 3.32.0-2 ProcVersionSignature: Ubuntu 5.11.0-7614.15~1618626693~20.10~ecb25cd~dev-generic 5.11.13 Uname: Linux 5.11.0-7614-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 12:12:43 2021 InstallationDate: Installed on 2020-11-12 (162 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) SourcePackage: gnome-power-manager UpgradeStatus: Upgraded to hirsute on 2021-04-24 (0 days ago) ** Affects: gnome-power-manager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute ** Description changed: Suspend, restart and power off simply don't work. The system crashes, logs me out and takes me back to the log-in screen. It possibly has something to do with the Nvidia driver (460), but is the same with the Nouveau driver enabled. I used system76-power previously to set Nvidia On-demand, but this does not work any more, and conflicts with nvidia- prime. However, uninstalling both makes no difference - possibly the configuration is badly set and not re-set. The hardware I'm using is - possibly a bit niche. The laptop is Huawei Matebook Pro X. + possibly a bit niche. The laptop is Huawei Matebook Pro X. I had the + problem yesterday on 20.10, and updated today to 21.04 to see if the + problem would be resolved, but no luck. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: gnome-power-manager 3.32.0-2 ProcVersionSignature: Ubuntu 5.11.0-7614.15~1618626693~20.10~ecb25cd~dev-generic 5.11.13 Uname: Linux 5.11.0-7614-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu65 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Sat Apr 24 12:12:43 2021 InstallationDate: Installed on 2020-11-12 (162 days ago) InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022) SourcePackage: gnome-power-manager UpgradeStatus: Upgraded to hirsute on 2021-04-24 (0 days ago) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926006 Title: Suspend, restart and power off don't work, crashes the system and logs me out. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1926006/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926006] Re: Suspend, restart and power off don't work, crashes the system and logs me out.
Thank you for responding. I tried to restart, but all I got was a flashing cursor in the top left of my screen. So, in the end, I had to reinstall Ubuntu from scratch. The same problem re-occurred again, and forced me to re-install from scratch a third time. This last time, from the very first boot after removing the installation media, I went to the Nvidia app and switched from "On-demand" to "Intel only". This time it rebooted in Wayland, while giving me also the option to boot into X.org or Classic Gnome, and everything worked perfectly, both in Wayland and in X.org. Finally, just to try once more to use my Nvidia card, prepared as I was to re-install fresh one last time, I set Nvidia to "On-demand" and booted into X.org (Wayland wasn't offered) without any problem persisting at all. Therefore, I think the problem is something to do with the Nvidia card not saving the relevant setting in on first boot into "On-demand" mode, and you need to set it to another mode and then switch for the settings to be saved correctly. Otherwise, I can't explain it. I did nothing strange with any other settings, installs or configurations. I believe, therefore, that it is the Nvidia card, with the Nvidia proprietary driver, that is preventing the computer from suspending, sleep, hibernating, starting, powering off (by command or GUI - only button physical button works), or whatever. It seems that the Nvidia card stays active, preventing the system from deactivating. Apart from that it could possibly have something to do with the HDPI screen, that requires fractional scaling to be usable, although I hadn't yet set fractional scaling when I had the problems. Of course I can add the log if you think it would help, but right now I have a perfectly functioning system (apart from the apt get installed Firefox which glitches in the menu and consumes excessive RAM - most likely unrelated - and is resolved by uninstalling the apt install and installing the Firefox Snap). Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926006 Title: Suspend, restart and power off don't work, crashes the system and logs me out. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1926006/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1776489] Re: libxmltooling7 depends on libcurl3, which has been replaced by libcurl4 in Bionic
OpenSSL 1.1 support should have been in the 3.0 release earlier this month. https://issues.shibboleth.net/jira/browse/CPPXT-110 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776489 Title: libxmltooling7 depends on libcurl3, which has been replaced by libcurl4 in Bionic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/moonshot-gss-eap/+bug/1776489/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1677947] Re: no SSL certificate verify
Can you share more information on this, such as the tool you used for static analysis or more detailed output? Ideal would be the code path that your tool believes exhibits the behaviour. libeap's internal method tls_connection_set_verify() should be called to set the verification callback for the context before SSL_connect() or SSL_accept() is reached - if there is a code path that makes this not be the case, it's not immediately obvious. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1677947 Title: no SSL certificate verify To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/moonshot-gss-eap/+bug/1677947/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, the cursor jumps backwards and forwards erratically
Xev correctly reports key presses. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] [NEW] When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, the cursor jumps backwards and forwards erratically
Public bug reported: This started happening recently. Perhaps after a kernel update. I'm now on Ubuntu 21.10, running kernel Linux 5.13.0-22-generic, on a Huawei Matebook Pro X (2020). ** Affects: ubuntu Importance: Undecided Status: New ** Tags: selection text ** Summary changed: - When selecting text with CTRL + LEFT ARROW or RIGHT, the cursor jumps backwards and forwards erratically + When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, the cursor jumps backwards and forwards erratically -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
** Summary changed: - When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, the cursor jumps backwards and forwards erratically + When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
This may be to do with fractional scaling in Xorg (not Wayland). I'm using fractional scaling at 150% - it has never been a problem until now. However, I will test to see if the problem appears at 100% or 200% scaling. It would be a shame if, because of this, I have to use 100 or 200% scaling, since 150% scaling is perfect for this HDPI screen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
With fractional scaling at 150%, it occurs only after some time. On a fresh reboot it isn't apparent, but it gradually gets worse when manipulating text. It's as if some error accumulates with time. After a while it becomes really annoying when working with text. The cursor position is correct, but often isn't where you see it. The cursor may appear at the end of a word while you are actually editing the beginning of the word. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
Have been testing at 100% and 200% scaling - so far the problem hasn't appeared at these scalings, which makes me suspect it is a problem with fractional scaling. It's a new problem, as, about a month ago, there was no such problem with the same fractional scaling - I have always preferred 150% on this system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
On 100% scaling it is certainly less noticeable, though the cursor sometimes appears slightly moved to the right of where it actually is. The screen resolution I am using is (and always has been) 3000x2000. Maybe it has something to do with this less common screen ratio. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
It seems to affect different apps. Certainly it affects Mozilla Firefox, Gnome Text Editor Gedit, a Java-based translation app I use called OmegaT, and Microsoft Office Word and Excel 2006 running under Wine32. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
A few days ago an Xorg update came in. After this update, the problem hasn't presented itself again. Therefore, I think we can consider this bug now resolved. Many thanks to Daniel and Brian for taking a look at it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically
The bug has returned unfortunately. Terribly annoying. Only restarting my computer seems to set it back to normal. Affects all text entry apps, including Terminal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954762 Title: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1954762/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs