KDE 6 + Wayland : it works or not ?

Mario Marietto marietto2008 at gmail.com
Thu Nov 14 10:39:22 GMT 2024


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 :

Code:

Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_new_signal: assertion 'g_variant_is_object_path (path)'
failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_set_destination: assertion 'G_IS_DBUS_MESSAGE
(message)' failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_set_body: assertion 'G_IS_DBUS_MESSAGE (message)'
failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_set_unix_fd_list: assertion 'G_IS_DBUS_MESSAGE
(message)' failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_connection_send_message: assertion 'G_IS_DBUS_MESSAGE
(message)' failed
Nov 14 10:51:11 marietto login[5357]: set class 'me' resource limit
memorylocked: Operation not permitted
pid 5446 (xfce4-power-manager), jid 0, uid 1001: exited on signal 11
(core dumped)
Nov 14 10:51:40 marietto su[5519]: marietto to root on /dev/pts/2
pid 5237 (kded6), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5331 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5334 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5332 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5336 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5269 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5335 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5337 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5545 (xdg-desktop-portal-), jid 0, uid 1001: exited on signal 6
(no core dump - other error)
pid 5547 (xdg-desktop-portal-), jid 0, uid 1001: exited on signal 6
(no core dump - other error)


To start kde6 + wayland I use this script :

# nano /home/marietto/6

Code:

daemon -f pipewire
daemon -f wireplumber
exec dbus-launch --exit-with-session ck-launch-session startplasma-wayland


# 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


# nano /etc/rc.conf :

Code:

kld_list="i915kms nvidia nvidia-modeset nvidia-drm linux linux64 ext2fs"


# nano /boot/loader.conf :

Code:

pptdevs="2/0/0 2/0/1 2/0/2 2/0/3"


# lspci

Code:

00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2
[UHD Graphics 630] (rev 02)
02:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce
RTX 2080 Ti] (rev a1)
02:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio
Controller (rev a1)
02:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host
Controller (rev a1)
02:00.3 Serial bus controller: NVIDIA Corporation TU102 USB Type-C UCSI

PS :

The progress I made has been because I'm not using the Nvidia 2080 ti
as primary GPU.
If I do it,kde + wayland will not start at all. While It works almost
good if,on the BIOS,
I choose to boot the PC using this GPU :

00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2
[UHD Graphics 630] (rev 02)


On Sat, Jul 20, 2024 at 10:35 PM Mario Marietto <marietto2008 at gmail.com>
wrote:

> Hello.
>
> Here at forums.freebsd.org we are trying to install KDE 6 with
> Wayland,but we are failing. The thread is here :
>
>
> https://forums.freebsd.org/threads/trying-to-run-kde-6-plasma-with-wayland.93951/
>
> Do you have some kind of suggestion to give to us ?
> The main problem seems to be that there is a conflict between plasma5-kwin
> and plasma6-kwin ; some kde5 and kde6 packages are mixed and  this creates
> some issues.
> What should we do ?
>
> thanks.
>
> --
> Mario.
>


-- 
Mario.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-freebsd/attachments/20241114/8059dd0f/attachment.htm>


More information about the kde-freebsd mailing list