Re: Wayland and basic graphics mode

2021-05-06 Thread Gerd Hoffmann
Hi, > Do we want to support a "basic graphics mode"? If so (which I think we > do), are there any alternatives to disabling KMS entirely that we > could use? Perhaps vkms[2] is an option? If not, what do we do about > it? Hopefully we can ignore just fbdev soon ... https://patchwork.freedeskto

Re: Wayland and basic graphics mode

2021-05-05 Thread Samuel Sieb
On 5/5/21 9:42 AM, Neal Gompa wrote: Do we want to support a "basic graphics mode"? If so (which I think we do), are there any alternatives to disabling KMS entirely that we could use? Perhaps vkms[2] is an option? If not, what do we do about it? [2]: https://dri.freedesktop.org/docs/drm/gpu/vkm

Wayland and basic graphics mode

2021-05-05 Thread Neal Gompa
Hey all, During the final days of Fedora Linux 34 development, it was discovered that Plasma Wayland hangs when kernel modesetting isn't available[1]. It was resolved for F34 with a downstream change to sddm that checks if "nomodeset" is set and disables Wayland sessions accordingly. However, thi