Hello out there, Im still struggle with my new Nvidia GeForce RTX 4060
Ti and it seems that it's not the problem with the SecureBoot system. I
switched off SecureBoot and it's still not working.
First of all again the system consists of MSI Z690-A board with a Intel
Core I7-14700, 64GB RAM. I installed Debian stable, testing and unstable
but the symptoms are everwhere the same. With Debian stable I was able
to boot with a Display Manger (lightdm) but only with standard
resolution (so Nouveau or Vesa driver). When I build the proprietary
with DKMS it fails finding a display. With Testing and Unstable is the
same. I build the driver from the original Nvidia driver and this worked
(build on Testing and Unstable)
When the system boots up it produces 2 Xorg.log files in an order. It
finishes the 1st one with the lines:
[ 149.799] (II) UnloadSubModule: "glxserver_nvidia"
[ 149.799] (II) Unloading glxserver_nvidia
[ 149.799] (II) UnloadSubModule: "wfb"
[ 149.799] (EE) Screen(s) found, but none have a usable configuration.
[ 149.799] (EE)
Fatal server error:
[ 149.799] (EE) no screens found(EE)
[ 149.799] (EE)
Please consult the The X.Org Foundation support
And then closes this log file, renames it to Xorg.o.log.old (according
to stat) and opens a new Xorg.o.log which finishes with:
(II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 151.047] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 151.047] (==) NVIDIA(0): RGB weight 888
[ 151.047] (==) NVIDIA(0): Default visual is TrueColor
[ 151.047] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 151.047] (**) NVIDIA(0): Enabling 2D acceleration
[ 151.047] (II) Loading sub module "glxserver_nvidia"
[ 151.047] (II) LoadModule: "glxserver_nvidia"
[ 151.047] (II) Loading
/usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 151.055] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 151.055] compiled for 1.6.99.901, module version = 1.0.0
[ 151.055] Module class: X.Org Server Extension
[ 151.055] (II) NVIDIA GLX Module 535.216.01 Tue Sep 17 16:51:05 UTC
2024
[ 151.056] (II) NVIDIA: The X server supports PRIME Render Offload.
Without any error or warning but no display finding phase neither.
There is no Xorg.conf file !!!
1st Xorg.0.log (Xorg.0.log.old): https://pastebin.com/EbyAZjQC
2nd. Xorg.0.log : https://pastebin.com/bd7ia3pZ
Display manager is actually running:
● lightdm.service - Light Display Manager
Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled;
preset: enabled)
Active: active (running) since Tue 2024-11-19 16:37:55 CET; 7s ago
Invocation: 21cfed9bb7cd424d91b3f464035c04cd
Docs: man:lightdm(1)
Main PID: 5448 (lightdm)
Tasks: 6 (limit: 76613)
Memory: 8.6M (peak: 10.4M)
CPU: 7.028s
CGroup: /system.slice/lightdm.service
├─5448 /usr/sbin/lightdm
└─5455 /usr/lib/xorg/Xorg :0 -seat seat0 -auth
/var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
Nov 19 16:37:55 jupiter systemd[1]: lightdm.service: Scheduled restart
job, restart counter is at 235.
Nov 19 16:37:55 jupiter systemd[1]: Starting lightdm.service - Light
Display Manager...
Nov 19 16:37:55 jupiter lightdm[5448]: Could not enumerate user data
directory /var/lib/lightdm/data: Error opening directory
'/var/lib/lightdm/data': No such file or directory
Nov 19 16:37:55 jupiter systemd[1]: Started lightdm.service - Light
Display Manager.
nvidia-detect gives me:
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD106
[GeForce RTX 4060 Ti] [10de:2803] (rev a1)
Checking card: NVIDIA Corporation AD106 [GeForce RTX 4060 Ti] (rev a1)
Your card is supported by all driver versions.
Your card is also supported by the Tesla 535 drivers series.
It is recommended to install the
nvidia-driver
package.
nvidia-smi gives me:
No devices were found
dmesg doesn't give me much:
[ 4.402786] nvidia: module license 'NVIDIA' taints kernel.
[ 4.544061] NVRM: loading NVIDIA UNIX x86_64 Kernel Module
535.216.01 Tue Sep 17 16:54:04 UTC 2024
[ 5.311434] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver
for UNIX platforms 535.216.01 Tue Sep 17 16:46:49 UTC 2024
but then lots of
[ 57.307869] NVRM: GPU 0000:01:00.0: RmInitAdapter failed!
(0x23:0x65:1438)
[ 57.307948] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device
minor number 0
[ 62.579863] NVRM: GPU 0000:01:00.0: RmInitAdapter failed!
(0x23:0x65:1438)
[ 62.579964] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device
minor number 0
full dmesg: https://pastebin.com/VrWUEZM2
Can anyone tell me what part of the GFX stack doesn't work here?
Thank you in advance
BR Christian