Xorg no screens found

After latest updates for unstable branch, X doesn’t start anymore, or login manager.
Trying to start it manually I ger:
(EE) Fatal server error:
(EE): no screens found (EE)

It happens only with kernel Linux manjaro 6.3.1-3-MANJARO.
With kernel manjaro 6.2.14-2-MANJARO boots back again.

This is part of Xorg.log:

[  7583.584] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  7583.584] (II) LoadModule: "glx"
[  7583.586] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  7583.594] (II) Module glx: vendor="X.Org Foundation"
[  7583.594] 	compiled for 1.21.1.8, module version = 1.0.0
[  7583.594] 	ABI class: X.Org Server Extension, version 10.0
[  7583.594] (II) LoadModule: "nvidia"
[  7583.594] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  7583.613] (II) Module nvidia: vendor="NVIDIA Corporation"
[  7583.613] 	compiled for 1.6.99.901, module version = 1.0.0
[  7583.613] 	Module class: X.Org Video Driver
[  7583.614] (II) NVIDIA dlloader X Driver  530.41.03  Thu Mar 16 19:25:45 UTC 2023
[  7583.614] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  7583.619] (II) Loading sub module "fb"
[  7583.619] (II) LoadModule: "fb"
[  7583.619] (II) Module "fb" already built-in
[  7583.619] (II) Loading sub module "wfb"
[  7583.619] (II) LoadModule: "wfb"
[  7583.619] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  7583.622] (II) Module wfb: vendor="X.Org Foundation"
[  7583.622] 	compiled for 1.21.1.8, module version = 1.0.0
[  7583.622] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7583.632] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[  7583.632] (EE) NVIDIA:     system's kernel log for additional error messages and
[  7583.632] (EE) NVIDIA:     consult the NVIDIA README for details.
[  7583.632] (EE) No devices detected.
[  7583.632] (EE) 
Fatal server error:
[  7583.632] (EE) no screens found(EE) 
[  7583.632] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  7583.632] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  7583.632] (EE) 
[  7583.637] (EE) Server terminated with error (1). Closing log file.

That means you are on unstable branch. Have you tried to manually install the module for the kernel?
sudo pacman -Syyu linux63-nvidia

I would even recommend to stick with 6.1 LTS kernel.

Are you by chance using nvidia-dkms.If you are boot with the 6.2 kernel open pamac and reinstall nvidia-dkms so it will build with the 6.3 kernel then reboot into 6.3.

Yeah recompiling did it. For some reason it’s not done automatically:


warning: nvidia-dkms-530.41.03-4 is up to date -- reinstalling

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.