For whatever reason (old config, or nvidia unreasonable default) the new
driver got installed with `PreserveVideoMemoryAllocations=1`, which
without additional nvidia services doesn't work, and so suspend breaks.
To fix:
```shell
echo 'options nvidia NVreg_PreserveVideoMemoryAllocations=0' | sudo
Installed nvidia drivers
`sudo apt install nvidia-driver-470 --install-recommends`
suspend broke. Did `sudo prime-select on-demand`, but no luck.
```
user@myLaptop:~$ journalctl -b | grep suspend
Dec 06 23:01:18 myLaptop ModemManager[1620]: [sleep-monitor] system is
about to suspend
Dec 06
Reverted to the mainline kernel and hwe:
`sudo apt install linux-generic-hwe-20.04 --install-recommends`
suspend still works
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed-hwe-5.11 in Ubuntu.
https://bugs.launchpad.net/bugs
Sorta solved it.
So, after all the above shenanigans `sudo pm-suspend` finally started
working from GNOME.
So I went after `systemctl suspend`.
`journalctl -b | grep suspend`
was throwing a bunch of
```
Could not acquire inhibitor lock:
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message
Downgraded using bazooka method.
```shell
sudo apt install linux-generic
sudo apt purge '.*-hwe-.*'
dpkg -l | grep -i 5.11.0- | awk '{print $2}' | xargs -n1 sudo apt purge -y
sudo apt autoremove
```
Didn't help.
--
You received this bug notification because you are a member of Kernel
Packages,
Decided to get rid of nvidia just in case. Didn't help.
```shell
sudo apt remove --purge '.*nvidia.*'
sudo apt reinstall --install-recommends linux-generic-hwe-20.04
```
---
> `linux-generic-hwe-20.04` this thing being rolling is really not
helpful. Can't even downgrade.
--
You received this b
This bug stills persists!
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873325
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1850654
Title:
update-initramfs complains o
Still affects me!
```
$ uname -v
#49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021
```
```
$ uname -r
5.8.0-43-generic
```
```
$ sudo lshw -c CPU
*-cpu
description: CPU
product: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx
```
While `apt dist-upgrade` to
`sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bckp`
`sudo apt install nvidia-driver-` (check in GUI "Additional Drivers",
mine is `430`)
everything works. Even the screen layout wasn't broken.
Thx to Dmitrii!
--
You received this bug notification because you are a member of Kernel
Packages, w
Dell Precision 5520 freeze cuz of Nvidia confirmed.
`sudo apt purge 'nvidia*'` solved it. Let's see what happens after I install it
again.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1
WORKAROUND: https://askubuntu.com/a/1052418/308869
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1757008
Title:
Broadcom wireless drivers failed to build [error: implicit declaration
WORKAROUND: https://askubuntu.com/a/1052418/308869
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1757008
Title:
Broadcom wireless drivers failed to build [error: implicit declaration
got this bug on xubuntu 14.04.03 with the recent update. The WORKAROUND
--
Edit (or create) as root or sudo a file named /etc/X11/xorg.conf as follows
(there should be a tab before each line except the first and the l
I am not sure if there is a newer version of the same bug. My mouse
freezes sometimes as well. It happens only when I use the touchpad. I
found a workaround, and will leave it here for the time being.
```
sudo rmmod psmouse
sudo modprobe psmouse
```
--
You received this bug notification
14 matches
Mail list logo