Jdam
October 3, 2022, 11:49pm
#1
Booting stops on black screen with:
/dev/nvme0n1p2: clean, 375397/6406144 files, 7386159/25600000 blocks
Same as:
I can ctrl
+ alt
+ F2
to run a shell and perform tasks.
When I remove nvidia drivers with:
sudo mhwd -r pci video-nvidia
and install:
sudo mhwd -a pci nonfree 0300
Its start my desktop view, but when i reboot PC, i get this message again:
/dev/nvme0n1p2: clean, 375397/6406144 files, 7386159/25600000 blocks
and need to reinstall nvidia drivers like before.
$ sudo mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-nvidia 2021.11.04 false PCI
Warning: No installed USB configs!
$ sudo mhwd -l
> 0000:01:00.0 (0300:10de:1c03) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-nvidia 2021.11.04 false PCI
video-nvidia-470xx 2021.11.04 false PCI
video-nvidia-390xx 2021.11.26 false PCI
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
I have same situation like Stav from topic nVidia display failure after update: clean… files… blocks but i cant add link to post. I don`t know why.
brahma
October 4, 2022, 6:43am
#3
there was a recent post with the same issue you have, he had to reinstall video drivers everytime he booted, otherwise he would end up stuck at the clean display… the reason was, he had installed bumblebee/bbswitch … so post output from:
ls /etc/modprobe.d
find /etc/X11/ -name "*.conf"
pacman -Qs 'bumblebee|bbswitch'
Jdam
October 4, 2022, 4:39pm
#4
Thanks for quick respond.
➜ ~ ls /etc/modprobe.d
blacklist.conf mhwd-gpu.conf
➜ ~ find /etc/X11 -name "*.conf"
/etc/X11/mhwd.d/nvidia.conf
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/X11/xorg.conf.d/90-mhwd.conf
➜ ~ pacman -Qs 'bumblebee|bbswitch'
local/bumblebee 3.2.1-22
NVIDIA Optimus support for Linux through Primus/VirtualGL
local/lib32-primus 20151110-4
Faster OpenGL offloading for Bumblebee (32-bit)
local/primus 20151110-9
Faster OpenGL offloading for Bumblebee
What is a solution for this output should I uninstall it?
brahma
October 4, 2022, 5:02pm
#5
first provide output from this:
cat /etc/modprobe.d/blacklist.conf
Jdam
October 4, 2022, 6:19pm
#6
➜ ~ cat /etc/modprobe.d/blacklist.conf
blacklist iTCO_wdt
blacklist iTCO_vendor_support
I add those lines, because I saw this topic
brahma
October 4, 2022, 6:21pm
#7
ok so they are for disabling watchdog… so uninstall the bumblebee:
pamac remove bumblebee lib32-primus primus
reboot and that should fix the stuck screen issue
Jdam
October 4, 2022, 6:31pm
#8
To be sure, I restarted my computer twice, but still I have change to tty2 and install drivers. Tty stops on cleaning/files.
brahma
October 4, 2022, 6:32pm
#9
so post again output from:
ls /etc/modprobe.d
find /etc/X11/ -name "*.conf"
pacman -Qs optimus
inxi -G
Jdam
October 4, 2022, 6:33pm
#10
➜ ~ ls /etc/modprobe.d
blacklist.conf mhwd-gpu.conf
➜ ~ find /etc/X11/ -name "*.conf"
/etc/X11/mhwd.d/nvidia.conf
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/X11/xorg.conf.d/90-mhwd.conf
➜ ~ pacman -Qs optimus
local/optimus-manager 1.4+r12-2
Management utility to handle GPU switching for Optimus laptops (Git
version)
➜ ~ inxi -G
Graphics:
Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia
v: 515.65.01
Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver:
X: loaded: nvidia gpu: nvidia resolution: 1: 1920x1080~60Hz
2: 1920x1080~60Hz
OpenGL: renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 v: 4.6.0
NVIDIA 515.65.01
Maybe this is a problem now? I have PC
Optimus laptops
brahma
October 4, 2022, 6:35pm
#11
you have also optimus installed
so remove it:
pamac remove optimus-manager
reboot
2 Likes
system
Closed
October 7, 2022, 8:35am
#12
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.