FS#77603 - [linux][linux-zen] 6.2 kernel enables `CONFIG_FB_SIMPLEFB` which breaks (some) nvidia platform.
Attached to Project:
Arch Linux
Opened by Akatsuki Rui (akiirui) - Tuesday, 21 February 2023, 17:44 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 26 February 2023, 04:24 GMT
Opened by Akatsuki Rui (akiirui) - Tuesday, 21 February 2023, 17:44 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 26 February 2023, 04:24 GMT
|
Details
Description:
Ref: https://bugs.archlinux.org/task/72645 Nvidia still hasn't fixed the driver. For 6.2 and 525.89.02, there is no black screen. But it still has an non-exists unknown display. Additional info: * package version(s) - linux 6.2 - linux-zen 6.2 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Sunday, 26 February 2023, 04:24 GMT
Reason for closing: Fixed
Additional comments about closing: linux 6.2.1.arch1-1
Sunday, 26 February 2023, 04:24 GMT
Reason for closing: Fixed
Additional comments about closing: linux 6.2.1.arch1-1
[1] https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341#issuecomment-1401092032
---
UPDATE: It doesn't work, TTY remains black screen.
Your comment seems to be in conflict with the bug description.
If no kernel parameters are added:
TTY works fine, no black screen. but it has an unknown monitor:
$ xrandr --listmonitors
Monitors: 2
0: +*XWAYLAND0 3840/600x2160/340+0+0 XWAYLAND0
1: +XWAYLAND1 3840/1016x2160/571+3840+0 XWAYLAND1
$ ls /dev/dri/
by-path card0 card1 renderD128
If kernel parameter "initcall_blacklist=simpledrm_platform_driver_init" is added:
TTY shows black screen. but no unknown monitor.
It may not be a big problem, We can disable this unknown monitor in settings.
But if users don't kown they have that unkown monitor, some applications and the cursor may "disappear" (they show in that unknown display)