Today I have seen a lot of unfortunate events. After I installed python extension for vsCode I noted that the apps started to glitch; first slack, then firefox until my PC freezed. When I rebooted I saw an error like:
/dev/nvme0n1p5: clean x/x files, x/x blocks
I googled it and people were saying that it was a problem with Nvidia so I reinstalled the nvidia drivers in a secure boot with:
sudo apt-get purge nvidia*
sudo ubuntu-drivers autoinstall
Doing this I was able to boot normally, but then I recieved this for a brief moments:
/dev/nvme0n1p5: clean x/x files, x/x blocks
[ 6.78546] Bluetooth: hci0: alformed MSFT vendor event: 0x02
And after my login I tried to open firefox and slack and recieved this in the console:
cmd_run.go:1055: WARNING: cannot start document portal: Expected portal at "/run/user/1000/doc", got "home/user/.cache/doc"
/user.slice/user-1000.slice/session-2.scope is not a snap cgroup
Extra: Ubuntu doesnt recognize audio output/input devices nor the bluetooth.
When I executed:
/etc/X11/default-display-manager
I recieved outputs and this error:
runtime directory '/run/user/1000' is not owned by uid 1000 as it should
pls save me