Bug#1008296: Workaround for my machine

2022-10-05 Thread Sebastián Lacuesta
Now added nvidia_drm.modeset=1 as a kernel parameter and doing cat /sys/module/nvidia_drm/parameters/modeset gives me: Y Still need to have the `ln -s /dev/null /etc/udev/rules.d/61-gdm.rules` hack in order to have Wayland properly. I do have the kms-modifiers activated too. Versions of libxcb,

Bug#1008296: Workaround for my machine

2022-09-19 Thread Alban Browaeys
About modeset, ie Kernel Mode Setting being required or not I found this about https://wiki.archlinux.org/title/Wayland#Requirements 5.1 that "Enabling DRM KMS is required.". THe next link points to https://download.nvidia.com/XFree86/Linux-x86_64/515.48.07/README/xwayland.html which tells that: "

Bug#1008296: Workaround for my machine

2022-09-19 Thread alban . browaeys
On Thu, 8 Sep 2022 17:22:00 -0300 =?UTF-8?Q?Sebasti=C3=A1n_Lacuesta?= wrote: > Hi Alban, > > My nvidia driver version: 510.85.02-1 > > cat /sys/module/nvidia_drm/parameters/modeset > N the gdm udev rules work how they ought to, ie: /lib/udev/rules.d/61-gdm.rules " # disable wayland if

Bug#1008296: Workaround for my machine

2022-09-08 Thread Sebastián Lacuesta
Hi Alban, My nvidia driver version: 510.85.02-1 cat /sys/module/nvidia_drm/parameters/modeset N grep nomodeset /proc/cmdline Cheers, Sebastián El sáb, 27 ago 2022 a las 3:20, escribió: > On Fri, 8 Apr 2022 18:19:06 -0300 =?UTF-8?Q?Sebasti=C3=A1n_Lacuesta?= > wrote: > > Overwritting

Bug#1008296: Workaround for my machine

2022-08-27 Thread alban . browaeys
On Fri, 8 Apr 2022 18:19:06 -0300 =?UTF-8?Q?Sebasti=C3=A1n_Lacuesta?= wrote: > Overwritting 61-gdm.rules with > > ln -s /dev/null /etc/udev/rules.d/61-gdm.rules > > solves the issue for me. regarding this file disables wayland if nvidia driver below 510 (which is not your case) or modesetting

Bug#1008296: Workaround for my machine

2022-04-08 Thread Sebastián Lacuesta
Overwritting 61-gdm.rules with ln -s /dev/null /etc/udev/rules.d/61-gdm.rules solves the issue for me. Now I have X11 and Wayland options back, tested Wayland and works great. I also can use new optimus environment variables to choose between discrete and integrated cards. For vulkan apps, the