Date: Thu, 14 Nov 2024 17:03:51 +0100 From: Mario Marietto <marietto2008@gmail.com> To: Gleb Popov <arrowd@freebsd.org> Cc: Mohammad Noureldin <mohammad@thelightbird.com>, freebsd-desktop@freebsd.org, FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: console-kit-daemon[5142]: GLib-GIO-CRITICAL: g_dbus_message_new_signal: assertion 'g_variant_is_object_path (path)' failed Message-ID: <CA%2B1FSigNmxuJdxqc2==_PaWjpMKfeT0bbW1Zs%2BEYRkV3Ba6OVw@mail.gmail.com> In-Reply-To: <CALH631nz3e%2BxODoveSs2Wmx%2BuFjBosgzoBO%2BiNfuEb5QExMeaQ@mail.gmail.com> References: <CA%2B1FSig=N4omX0KTWuCmTYOzYvpVk7de1xqZT6DvWLwWaLcYtw@mail.gmail.com> <CAAQ96DzOR=WDYUwY_snvdtCdi2%2BFuuPmXXExh03XGTAWN9bvbw@mail.gmail.com> <CA%2B1FSiikp%2BGDUEqziQX=_Oz=NMMRfZ4iJZnRa0t=kpEpU%2B0JcA@mail.gmail.com> <CAAQ96DxEGUqUVSWXuZuczDpfPUV9xORQH4vXZYjUpZFuB1t-dQ@mail.gmail.com> <CALH631nz3e%2BxODoveSs2Wmx%2BuFjBosgzoBO%2BiNfuEb5QExMeaQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000e175460626e19a3b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable ok. So you're telling me that there is a bug to fix and not an error within my configuration settings. I don't know if this info is useful for you,but KDE 6 under wayland crashes totally everytime I press in a random point of the screen with the right mouse button. So the crashes are not randomic. On Thu, Nov 14, 2024 at 4:10=E2=80=AFPM Gleb Popov <arrowd@freebsd.org> wro= te: > On Thu, Nov 14, 2024 at 5:37=E2=80=AFPM Mohammad Noureldin > <mohammad@thelightbird.com> wrote: > > > > This is the whole idea behind auto-configuration, that you don't need > this anymore. When you follow the explanations from the article I've shar= ed > in my previous email, you should end up with configurations similar to > these: > > > > $ cat /usr/local/share/X11/xorg.conf.d/20-intel-outputclass.conf > > Section "OutputClass" > > Identifier "intel" > > MatchDriver "i915kms" > > Driver "modesetting" > > Option "PrimaryGPU" "yes" > > EndSection > > > > $ cat /usr/local/share/X11/xorg.conf.d/20-nvidia-drm-outputclass.conf > > Section "OutputClass" > > Identifier "nvidia" > > MatchDriver "nvidia-drm" > > Driver "nvidia" > > ModulePath "/usr/local/lib/nvidia/xorg" > > ModulePath "/usr/local/lib/xorg/modules" > > EndSection > > > > In this case I have set the iGPU, from Intel, as the Primary GPU. > > > > This is all correct except you shouldn't edit files under > /usr/local/share. Instead you should create a new config file in > /usr/local/etc and override values you want there. > > Speaking of the consolekit problem, it tries to mimic systemd's login1 > API, but it doesn't provide 100% compatibility yet. Some Wayland stuff > may call into that and bump into these incompatibilities. I'm slowly > working on consolekit in my free time, so maybe this will get fixed in > the near future. > > --=20 Mario. --000000000000e175460626e19a3b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">ok. So you're telling me that there is a bug to fix an= d not an error within my configuration settings.=C2=A0 I don't know if = this info is useful for you,but KDE 6 under wayland crashes totally everyti= me I press in a random point of the screen with the right mouse button. So = the crashes are not randomic.<br></div><br><div class=3D"gmail_quote"><div = dir=3D"ltr" class=3D"gmail_attr">On Thu, Nov 14, 2024 at 4:10=E2=80=AFPM Gl= eb Popov <<a href=3D"mailto:arrowd@freebsd.org">arrowd@freebsd.org</a>&g= t; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0p= x 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu= , Nov 14, 2024 at 5:37=E2=80=AFPM Mohammad Noureldin<br> <<a href=3D"mailto:mohammad@thelightbird.com" target=3D"_blank">mohammad= @thelightbird.com</a>> wrote:<br> ><br> > This is the whole idea behind auto-configuration, that you don't n= eed this anymore. When you follow the explanations from the article I'v= e shared in my previous email, you should end up with configurations simila= r to these:<br> ><br> > $ cat /usr/local/share/X11/xorg.conf.d/20-intel-outputclass.conf<br> > Section "OutputClass"<br> >=C2=A0 =C2=A0 =C2=A0Identifier "intel"<br> >=C2=A0 =C2=A0 =C2=A0MatchDriver "i915kms"<br> >=C2=A0 =C2=A0 =C2=A0Driver "modesetting"<br> >=C2=A0 =C2=A0 =C2=A0Option "PrimaryGPU" "yes"<br> > EndSection<br> ><br> > $ cat /usr/local/share/X11/xorg.conf.d/20-nvidia-drm-outputclass.conf<= br> > Section "OutputClass"<br> >=C2=A0 =C2=A0 =C2=A0Identifier "nvidia"<br> >=C2=A0 =C2=A0 =C2=A0MatchDriver "nvidia-drm"<br> >=C2=A0 =C2=A0 =C2=A0Driver "nvidia"<br> >=C2=A0 =C2=A0 =C2=A0ModulePath "/usr/local/lib/nvidia/xorg"<b= r> >=C2=A0 =C2=A0 =C2=A0ModulePath "/usr/local/lib/xorg/modules"<= br> > EndSection<br> ><br> > In this case I have set the iGPU, from Intel, as the Primary GPU.<br> ><br> <br> This is all correct except you shouldn't edit files under<br> /usr/local/share. Instead you should create a new config file in<br> /usr/local/etc and override values you want there.<br> <br> Speaking of the consolekit problem, it tries to mimic systemd's login1<= br> API, but it doesn't provide 100% compatibility yet. Some Wayland stuff<= br> may call into that and bump into these incompatibilities. I'm slowly<br= > working on consolekit in my free time, so maybe this will get fixed in<br> the near future.<br> <br> </blockquote></div><div><br clear=3D"all"></div><br><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature">Ma= rio.<br></div> --000000000000e175460626e19a3b--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B1FSigNmxuJdxqc2==_PaWjpMKfeT0bbW1Zs%2BEYRkV3Ba6OVw>