---> When it comes to graphics kernel modules, I only have i915kms and nvidia-drm set in kld_list
What about installing "drm-515-kmod" instead of "nvidia-drm-515-kmod" ? Is it mandatory to use both i915 and nVidia ? On Thu, Nov 14, 2024 at 1:44 PM Mohammad Noureldin < moham...@thelightbird.com> wrote: > Hi Mario, > > On Thu, Nov 14, 2024 at 11:45 AM Mario Marietto <marietto2...@gmail.com> > wrote: > >> Hello bro. >> >> I'm not sure if I should report a bug that afflicts KDE 6.0 + Wayland on >> FreeBSD 14.1. It works for some time but then suddenly it crashes. It's not >> rare that everything disappears on the screen and a hard reboot is >> required. I would like to know if you have seen this error before : >> >> <snip> >> >> # nano /etc/X11/xorg.conf : >> >> Code: >> >> Section "Device" >> Identifier "Card0" >> Driver "modesetting" >> BusID "PCI:0:2:0" >> EndSection >> >> Section "Device" >> Identifier "Card1" >> Driver "modesetting" >> BusID "PCI:2:0:0" >> EndSection >> >> I am not sure if this is directly related, but this doesn't look like the > recommended way to leverage the auto-configuration features in X sever > explained in [1] and specially in the context of having to work with > systems equipped with 2 GPU(s). > > I've been running a Lenovo Thinkpad P52s for few months (almost a year) > now and it works like a charm. I can also set any of the iGPU exclusive-or > dGPU as the Primary GPU. > > Worth mentioning though that I am using i3wm. > > >> >> # nano /etc/rc.conf : >> >> Code: >> >> kld_list="i915kms nvidia nvidia-modeset nvidia-drm linux linux64 ext2fs" >> >> <sip> >> >> > When it comes to graphics kernel modules, I only have i915kms and > nvidia-drm set in kld_list > > -- >> Mario. >> > > [1] https://badland.io/prime-configuration.md > > > -- > Thanks > - Mohammad Noureldin > -- > "Life is like riding a bicycle. To keep your balance you must keep moving" > - Albert Einstein > > -- Mario.