#System freezing
35 messages · Page 1 of 1 (latest)
Where exactly does it freeze?
So. I didn't do anything with it yesterday. Today I started it, started it up, and after 5-10 seconds it froze. Now I moved it to an older kernel (in grub) and write about it. I don't understand why the newer kernel does this (I tried 3, now only the oldest one will start) what can I do?
From the system info, it doesn't seem you have driver installed for gpu?
Can you show outut of inxi -G in the terminal?
user@User-System:~$ inxi -G
Graphics:
Device-1: NVIDIA TU106 [GeForce RTX 2060 SUPER] driver: N/A
Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X:
loaded: modesetting,nouveau,vesa unloaded: fbdev dri: swrast gpu: N/A
resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: kms_swrast,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.5 vendor: mesa v: 24.0.9-0ubuntu0.2 renderer: llvmpipe
(LLVM 17.0.6 256 bits)
API: Vulkan v: 1.3.275 drivers: N/A surfaces: xcb,xlib
user@User-System:~$
hm this is not good, i'm useing mesa now
It freezes 5 - 10 seconds after login on newest kernel, did I get it right?
Yes. I am now on the old kernel, as you can see in the info. I played yesterday, I was sure the Nvidia Driver was up
Ok, let's try cleaning up and reinstalling the driver: In the terminal, use those commands in order.
Sudo apt update
sudo apt purge ^nvidia*
sudo apt autopurge
sudo ubuntu-drivers install
If everything completed without errors, yes.
okey i understand
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.8.0-49-generic
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file /etc/default/grub' Sourcing file /etc/default/grub.d/50_linuxmint.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-49-generic
Found initrd image: /boot/initrd.img-6.8.0-49-generic
Found linux image: /boot/vmlinuz-6.8.0-48-generic
Found initrd image: /boot/initrd.img-6.8.0-48-generic
Found linux image: /boot/vmlinuz-6.8.0-38-generic
Found initrd image: /boot/initrd.img-6.8.0-38-generic
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found LMDE 6 (faye) on /dev/sdb3
Adding boot menu entry for UEFI Firmware Settings ...
done
user@User-System:~$
can i reboot?
Yes.
you have mint and lmde installed?
Yes. But I use mint
Ok, anyway reboot and see how it goes.
user@User-System:~$ inxi -G
Graphics:
Device-1: NVIDIA TU106 [GeForce RTX 2060 SUPER] driver: nvidia v: 550.120
Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X:
loaded: nvidia unloaded: fbdev,modesetting,nouveau,vesa
gpu: nvidia,nvidia-nvswitch resolution: 1920x1080
API: EGL v: 1.5 drivers: nvidia,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 550.120
renderer: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2
API: Vulkan v: 1.3.275 drivers: N/A surfaces: xcb,xlib
user@User-System:~$
now i'm using nvidia driver
Seems correct now
thank you very much man <3
Does it boot ok on the latest kernel?