You are not logged in.
I just did today the migration to plasma 6 and it looks like the a regular (although big) update.
I was asked to replace some packages in the process (said yes to all of them) but after reboot, my system reached the graphical user interface but the display is clearly wrong.
Low resolution, huge mouse pointer, black desktop without any background, and some aplications do not open. Some others do but fonts are huge.
Here is the the journal output:
https://0x0.st/H7gu.txt
I guess I need to remove old config files from plasma 5.
Any help would be appreciated.
Last edited by doblerone (2024-03-06 18:32:55)
Offline
I'm having a black screen with just a cursor. any fix? I'm on AMD
Last edited by gothmog123 (2024-03-06 18:05:12)
Offline
Offline
Thanks @Scimmia. After doing
sudo modprobe nvidia_drm modeset=1and reboot, it seems that the value was not set properly as I got "N" when executing
# cat /sys/module/nvidia_drm/parameters/modHow this value can be persistent?
Offline
You need to set it on the kernel command line
For NVIDIA driver version < 545 or when not also using fbdev=1, the nvidia_drm.modeset=1 option must be set through kernel parameters, in order to disable simpledrm [1] (for more information, refer to FS#73720).
Last edited by Scimmia (2024-03-06 18:17:02)
Offline
Thanks again @Scimmia.
I modified the kernel parameters by adding `nvidia_drm.modeset=1` to GRUB_CMDLINE_LINUX_DEFAULT line in /etc/default/grub, regenerated grub.cfg and rebooted into a nice looking plasma 6 DE.
I'll mark it as solved.
Offline