Re: console-kit-daemon[5142]: GLib-GIO-CRITICAL: g_dbus_message_new_signal: assertion 'g_variant_is_object_path (path)' failed
- Reply: Mohammad Noureldin : "Re: console-kit-daemon[5142]: GLib-GIO-CRITICAL: g_dbus_message_new_signal: assertion 'g_variant_is_object_path (path)' failed"
- In reply to: Mohammad Noureldin : "Re: console-kit-daemon[5142]: GLib-GIO-CRITICAL: g_dbus_message_new_signal: assertion 'g_variant_is_object_path (path)' failed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 13:09:34 UTC
---> 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 server explained in [1] and especially in the context of having to work with systems equipped with 2 GPU(s). Can you copy and paste here your xorg.conf file,please ? I didn't understand if I should not use modesetting,but maybe driver "i915kms" ? or maybe I should not create xorg.conf at all ? In this way I suppose wayland will work,but if I want to use X,does it work even without xorg.conf ? I have some doubts. Anyway my xorg.conf file has been generated automatically by Xorg -configure ----> When it comes to graphics kernel modules, I only have i915kms and nvidia-drm set in kld_list So,if you have nvidia-drm in kld_list,It means that you have installed the nvidia-driver. Infact : [root@marietto /usr/home/marietto/Desktop]==> pkg install nvidia-drm-515-kmod Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. The following 3 package(s) will be affected (of 0 checked): New packages to be INSTALLED: nvidia-driver: 550.127.05 nvidia-drm-515-kmod: 550.127.05_1 On Thu, Nov 14, 2024 at 1:44 PM Mohammad Noureldin < mohammad@thelightbird.com> wrote: > Hi Mario, > > On Thu, Nov 14, 2024 at 11:45 AM Mario Marietto <marietto2008@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.