Skip to content
Welcome to Caint!

Issues? Post in Comments & Feedback
You can now view, reply, and favourite posts from the Fediverse. You can click here or click on the on the navigation bar on the left.
  • 0 Votes
    1 Posts
    0 Views
    BSDTVB
    The last BSDCan 2025 video has been posted!Adventures in porting a Wayland Compositor to NetBSD and OpenBSD by Jeff Frascahttps://youtu.be/oo_8gnWQ4xoI'm typing this in my Xuake Wayland Compositor on OpenBSD.I started this journey on the NetBSD 9.99.x branch and ended up having to dig into the guts of wscons, mesa, libdrm, the kernel drm subsystem, the AMDGPU driver and more. I have a couple of very small, but hard fought patches in the NetBSD kernel. It's not over yet, either. I still have a few bugs around the compositor shutdown process and a lot of integration work to be able to hope to have other people try this out.Topics to cover in the talk include (but are not limited to): History of Wayland and other background info How your graphics stack and driver is organized and actually works The actual porting journey on both NetBSD and OpenBSD A Demo! I should be able to show it running Current status, future workFor more information, please visit:https://www.bsdcan.org/2025/- and -https://www.bsdcan.org/2025/timetable/timetable-Adventures-in-porting.html#wayland #runbsd #openbsd #netbsd
  • 0 Votes
    1 Posts
    0 Views
    Martin Skøtt :redhat: :fedora:M
    TIL about wl-copy and wl-paste which are utilities to access the Wayland clipboard from the command line. This example from the man page watching the clipboard and forwarding updates to a pastebin was a bit of a revelation:wl-paste --watch nc paste.example.org 5555https://github.com/bugaevc/wl-clipboard/#Wayland #cli