FreeBSD Screen Shots

x11-wm/twm, 1.5 GB memory, 16 gigaflops swap, embedded Raspberry with GIMP protection, NVIDIA CHERI 33⅓ chacha M series, SPARC, FreeBSD 16.0-CURRENT

Code:
% pkg_tree -r twm
selectwm-0.4.1_12
twm-1.0.12_1
 \__ xorg-apps-7.7_4
% pkg rquery %o twm
x11-wm/twm
%
1711925594461.png
 
Code:
% uptime
 9:05a.m.  up 16:14, 6 users, load averages: 2.04, 2.25, 2.00
% grep suspend\ at /var/log/messages
Apr 13 17:01:32 mowa219-gjp4-zbook-freebsd acpi[6314]: suspend at 20240413 17:01:32
Apr 13 17:52:08 mowa219-gjp4-zbook-freebsd acpi[9902]: suspend at 20240413 17:52:08
Apr 13 21:09:40 mowa219-gjp4-zbook-freebsd acpi[23589]: suspend at 20240413 21:09:40
Apr 13 21:18:47 mowa219-gjp4-zbook-freebsd acpi[24419]: suspend at 20240413 21:18:47
Apr 13 21:21:20 mowa219-gjp4-zbook-freebsd acpi[25321]: suspend at 20240413 21:21:20
Apr 13 21:23:22 mowa219-gjp4-zbook-freebsd acpi[26096]: suspend at 20240413 21:23:22
Apr 14 07:16:55 mowa219-gjp4-zbook-freebsd acpi[11395]: suspend at 20240414 07:16:55
Apr 14 08:41:59 mowa219-gjp4-zbook-freebsd acpi[18456]: suspend at 20240414 08:41:59
%

… and then, the infinite, intentionally asynchronous pleasure (pictured) of being doubly Carefree with my favourite artist.

To those amongst you who are not yet agape: please wait quietly. An usherette with velvet gloves will assist, in due course, with dropping of your jaws. Sound on FreeBSD is entering the twenty-first century. Prepare for landing. Unfasten your seatbelts. christos and The FreeBSD Foundation: take a bow.
 

Attachments

  • 2024-04-14 09-01 Firefox, PulseAudio, Chromium, OSS, KDE Plasma, Mica Paris, Carefree, Carefree.png
    2024-04-14 09-01 Firefox, PulseAudio, Chromium, OSS, KDE Plasma, Mica Paris, Carefree, Carefree.png
    1.3 MB · Views: 183
I don't think SDDM supports Wayland yet... but I like the wallpaper! 😁

SDDM supports Wayland. You have to add a [Wayland] section in /usr/local/etc/sddm.conf. Here is my configuration:

Code:
[General]
HaltCommand=/sbin/shutdown -p now
RebootCommand=/sbin/shutdown -r now

[X11]
SessionCommand=dbus-run-session

[Wayland]
SessionCommand=/usr/local/share/sddm/scripts/wayland-session

[Users]
MaximumUid=1001
MinimumUid=1000

[Theme]
Current=sddm-freebsd-black-theme

I use a modified version of /usr/local/share/sddm/scripts/wayland-session, because my shell is fish, and the original one doesn't work. Furthermore, the session ( swayfx) is started with the command exec ck-launch-session dbus-launch $@ (last line of that script).
 
SDDM supports Wayland. You have to add a [Wayland] section in /usr/local/etc/sddm.conf. Here is my configuration:

Code:
[General]
HaltCommand=/sbin/shutdown -p now
RebootCommand=/sbin/shutdown -r now

[X11]
SessionCommand=dbus-run-session

[Wayland]
SessionCommand=/usr/local/share/sddm/scripts/wayland-session

[Users]
MaximumUid=1001
MinimumUid=1000

[Theme]
Current=sddm-freebsd-black-theme

I use a modified version of /usr/local/share/sddm/scripts/wayland-session, because my shell is fish, and the original one doesn't work. Furthermore, the session ( swayfx) is started with the command exec ck-launch-session dbus-launch $@ (last line of that script).
If that can be replicated, that belongs in the Handbook, IMHO!!!
 
Back
Top