Using Fedora 36 with kernel 5.17.0 rc5 here.
The linux driver version 510.54 is installed.
The machine does not use Wayland or XWindows, just plain text console.
I noticed that when it is booting, the console is scrolling normally.
But when it load the Nvidia Linux kernel module, the console is corrupted.
The machine is UEFI. If I am correct, the console is corrupted when it load the kernel, after this part:
[ 7.597942] nvidia: loading out-of-tree module taints kernel.
[ 7.598744] nvidia: module license ‘NVIDIA’ taints kernel.
[ 7.599421] Disabling lock debugging due to kernel taint
[ 7.610317] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 7.625543] nvidia-nvlink: Nvlink Core is being initialized, major device number 507
[ 7.627910] nvidia 0000:09:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 7.838140] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 510.54 Tue Feb 8 04:42:21 UTC 2022
[ 7.868059] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 510.54 Tue Feb 8 04:34:06 UTC 2022
[ 7.874176] [drm] [nvidia-drm] [GPU ID 0x00000900] Loading driver
[ 8.637012] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:09:00.0 on minor 1
I had blacklisted and not loading novueau. nvidia-drm.modeset=1 is set.
Finally, I do not have problem when using with Fedora 35, kernel 5.16 and previous Nvidia Linux graphic drivers.
Edit: Adding a screenshot showing the problem.
Thanks.