Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

MS-C927 Compact Box PC with Intel Meteor Lake-U and Arrow Lake-U

The MS-C927 is an upcoming compact fanless box PC built on Intel’s Meteor Lake-U and Arrow Lake-U processors. It targets low-power, silent operation in industrial and embedded environments such as automation, transportation, and edge computing, and comes in a 130 × 155 × 40 mm form factor with wall and DIN-rail mounting options.

FRDM-MCXW23 Development Board with MCX W23 Wireless MCU and BLE 5.3

The FRDM-MCXW23 is a development board based on the MCX W23 Bluetooth Low Energy 5.3 wireless MCU. It provides a compact platform for evaluating low-power wireless designs, targeting applications such as portable medical devices, smart appliances, automation systems, and asset tracking.

Low-Cost FireBeetle 2 ESP32-P4 Now Available with Wi-Fi 6, MIPI CSI/DSI, and RISC-V Core

DFRobot has officially introduced the FireBeetle 2 ESP32-P4, a compact microcontroller board built for computer vision and multimedia projects. Priced at $11.90, it pairs the ESP32-P4 SoC with a companion co-processor for Wi-Fi 6 and Bluetooth connectivity, targeting applications such as cameras, smart home devices, and interactive interfaces.

Forlinx FET-MX9596-C SoM Arrives with NXP i.MX 95, Dual 10GbE, and Onboard NPU

Forlinx Embedded, an NXP gold partner, has officially launched its FET-MX9596-C SoM and the companion OK-MX9596-C development board. Built around NXP’s i.MX 95 processor family, the platform targets industrial automation, medical systems, and edge AI applications.

Tor Project blog

New Release: Tor Browser 14.5.6

This version includes important security updates to Firefox.

9to5Linux

Linux Kernel 6.15 Reaches End of Life, It’s Time to Upgrade to Linux Kernel 6.16

Released on May 25th, 2025, Linux kernel 6.15 introduced new features like Rust support for hrtimer and ARMv7, a new setcpuid= boot parameter for x86 CPUs, support for sched_ext to count and report internal events, x86 Intel and AMD PMU enhancements, nested virtualization support for VGICv3 on ARM, and support for emulating FEAT_PMUv3 on Apple Silicon.

LibreOffice 25.8 Open-Source Office Suite Officially Released, This Is What’s New

Highlights of LibreOffice 25.8 include up to 30% faster opening of files in Writer and Calc, support for exporting PDF 2.0, optimized memory management for smoother operation on virtual desktops and thin clients, improved scrolling through large documents, and completely overhauled word hyphenation and spacing.

Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments

Highlights of Thunderbird 142 include support for adding visual signatures to PDF attachments opened in Thunderbird, support for resetting custom folder sorting in the folder pane via a new ‘Reset Folder Order’ option, and folder copy support within mail server accounts and local folders.

Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect

Firefox 143 looks like a solid release for Android users as it adds support for xHE-AAC audio playback, support for viewing the download progress in real time with controls to pause, resume, retry, or cancel directly from the Downloads screen, and improved support for persistent notifications to properly open Firefox with the relevant web page.

weston 12.0.0

posted by Roy Schestowitz on May 18, 2023

Hi all,

This is the official release for weston 12.0.0.
Highlights for this release:
- backend-drm: multiple GPU support, by using --additional-devices to specify secondary DRM devices, in the form of a comma-separated list of devices. Inteded as separated output devices (KMS), not as render devices - backend-drm: add support for HDMI content type: graphics, photo, cinema and game. - backend-drm: Added support for tearing-control protocol - backend-drm: Added plane rotation property and make use of when possible - backend-drm: Added supported formats for writeback connectors, and with it a writeback screen shooter - backend-drm: Added plane alpha DRM-property - backend-drm: use libdisplay-info as a better alternative for parsing EDID
- backed-vnc: a new backend similar to backend-rpd, based on aml and neatvnc, with TLS support and user authentication. Both aml and neatvnc are set-up as subprojects
- backend-pipewire: added PipeWire backend
- backend-wayland: allow resizing with xdg-shell
- backend-rdp: preliminary rdp multi-head support (and many other bug-fixes in-between)
- backend-headless: added output decorations for testing out the color-lcms plugin.
- launcher-logind has been deprecated and disabled by default. As launcher-libseat supports logind, this shouldn't cause any regressions
- libweston/desktop (formally libweston-desktop) would take into account client pending state, when there's no buffer attached. Useful in situations where the clients would like to start from the beginning in a maximized/fullscreen state
- protocol: new screenshooter protocol: weston-output-capture. This new protocol is as a Weston public extension. The older weston-screenshooter protocol has been removed.
- xwayland: multiple fixes related to seat handling, selection and window state modifications - xwayland: Add support for xwayland_shell_v1 protocol
- libweston: Add user authentication support via PAM - libweston: update wl_output to version 4, to also include name and description events.
- compositor: added a short-form for loading backends -- this allows the use of "--backend=headless" instead of "--backend=headless-backend.so". Short-form for shells was also added: pass "--shell=foo", rather than "--shell=foo-shell.so". Renderers can be specified the same, by using "--renderer=gl|pixman" Backwards compatible with the older form still supported.
- clients/simple-egl: Dropped Y_INVERT linux-dmabuf flag. In order to keep the same orientation we had with that flag the client is now rendered up-side down (explicitly) - clients/simple-egl: Implement fractional-scale protocol support - clients/simple-egl: adds a vertical bar drawing mode, if started with -v, for testing out tearing
- simple-dmabuf-v4l: Add support to NV12 devices that combine planes
- ivi-shell: activate keyboard focus for xdg-shell surface, similar to how we handle keyboard input activation in desktop-shell and kiosk-shell. A few more updates have landed, as well as bug-fixes. Includes additional signal event handling (output creation and destruction) but also specific signals for controller destruction. Added input panel support
- many more bug-fixes across the board: desktop-shell, kiosk-shell, DRM virtual API (remoting/pipewire plugins) and screen-share module
Internal changes:
- backend-drm: avoid doing a modeset if max_bpc connector property is set, while the output is set to current
- Pixman/GL renderer and x11, rdp, wayland backends: the Pixman and GL renderer now supports resizing its shadow buffer, and with it the rdp, x11 and wayland backends now make use of it
- color-lcms: improvements in color transformation precision and performance
API changes:
- weston_log_paced() has been added which can help out to throttle messages
- added weston_shell_utils namespace: common shell-utils API which can be reused by other shell clients. desktop-shell/kiosk-shell has been using these for some time, but it wasn't part of libweston until now
- make weston_head_set_device_changed() public
- introduction of weston_coord_surface_to_global(), weston_coord_global_to_surface(), weston_coord_surface_to_buffer(), weston_coord_global_from_output_point() and weston_matrix_transform_coord(). These are a family of coordinate vector structures for coordinate pairs. These have been extensively used in all compositor code and in libweston, together with the introduction of weston_coord
- added weston_surface_is_unmapping() for cases where the client is attaching an empty buffer (after having a previously valid one). This would also cause libweston/desktop to emit a weston_desktop_api_committed() call that can be handled by a shell client implementing weston_desktop_api
- added weston_output_power_on() and its counter-part weston_output_power_off() in order to handle multiple weston_output independently using their power state (DPMS on/off) Breaking changes for users:
- libweston-desktop DSO has been incorporated into libweston. Linking now with libweston would provide access to the former libweston-desktop library. Users of libweston-desktop would need to adjust their headers to rather than using . Otherwise, the API itself remains the same
- ivi-layout: simplify API - all struct ivi_layout_interface function pointers have their return values removed
Marius Vlad (1): build: bump to version 12.0.0 for the official release
git tag: 12.0.0

Read on

Other Recent Tux Machines' Posts

LibreOffice 25.8 Open-Source Office Suite Officially Released, This Is What’s New
The Document Foundation released today LibreOffice 25.8 as the latest stable version of this popular, powerful, open-source, free, and cross-platform office suite for GNU/Linux, Android, macOS, and Windows systems.
CachyOS — Distrowatch’s Top Distro Has Speed, Polish and Features
CachyOS delivers top‑tier performance, modern desktop choices
Mozilla to Make Firefox Better at Mass Censorship via Certificate Authorities, Firefox WebDriver Newsletter, Release of Tor Browser 14.5.6
Firefox news
Firefox 142 Web Browser Is Now Available for Download, Here’s What’s New
After being in beta phase during the past month, the Firefox 142 open-source web browser is now available for download ahead of its official unveiling on August 19th, 2025.
Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments
Thunderbird 142 is out today as the latest stable version of this popular, free, open-source, and cross-platform email client for GNU/Linux, macOS, Android, and Windows.
Social Control Networks and Drupal Were a Waste of Time, a 'Bubble' [original]
Leaving social control media didn't have any noticeable impact on us
Kdenlive 25.08.0 released
The Kdenlive team is happy to announce the release of version 25.08.0 packed with over 300 commits and fixing more than 15 crashes
 
Android Leftovers
7 open source Android apps that made my phone (and life) simpler
What to Expect From ClamAV 1.5 Open-Source Antivirus
ClamAV 1.5 antivirus RC is out, bringing FIPS-compliant signature verification
Forty years, forty links
The Free Software Foundation (FSF)'s fortieth anniversary is approaching
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 6.16.2, Linux 6.15.11, and Linux 6.12.43
I'm announcing the release of the 6.16.2 kernel
Want to learn Linux? These 5 games make it fun - and they're free
Does the thought of learning Linux seem daunting
LWN on Kernel, Python, and Arch
6 new articles
StarDict sends X11 clipboard to remote servers
StarDict on Wayland doesn't have this problem, because Wayland prevents applications from being able to capture text from other applications by default
Today in Techrights
Some of the latest articles
Linux Kernel 6.15 Reaches End of Life, It’s Time to Upgrade to Linux Kernel 6.16
This is your friendly reminder that, as of today, the Linux 6.15 kernel series has reached the end of its supported life, which means that you should consider upgrading to Linux kernel 6.16 as soon as possible.
Windows TCO: Microsoft Breaks Hardware Through Windows Updates
Vista 11 glory
Unpatched (for Years) Systems and "Linux" Gets the Blame
Fear, Uncertainty, Doubt/Fear-mongering/Dramatisation
GNU/Linux, GNOME and More
some leftovers for today
Open Hardware/Modding: Raspberry Pi and Radxa Cubie A7A
Hardware picks
GNU Project: GNU Radio, gprofng-gui 2.2, and Free Software Directory Meeting on IRC
FSF and GNU catch-up
Programming Leftovers
Development related picks
Security Leftovers
Security and more
Web Browsers/Web Servers/Web Sites Leftovers
WWW-centric news
Canonical/Ubuntu Leftovers
bad and good
today's howtos
lots from idroot
EasyOS Development Updates and Milestones
3 posts from EasyOS developer
Red Hat Leftovers
latest from redhat.com
today's leftovers
Windows TCO and more
Games: HELLDIVERS, Deadlock, LookPilot, and More
latest from GamingOnLinux
Android Leftovers
Ayaneo’s dual-screen Android handheld is its next modernized Nintendo DS
FreshRSS 1.27 Feed Agregator Now Supports PHP 8.5+
FreshRSS 1.27 self-hosted RSS feed aggregator adds stronger security
Fooyin 0.9 Music Player Arrives with Artwork Downloads, Synced Lyrics
Fooyin 0.9 open-source music player is out with support for artwork downloads
I Tested 9 Arch-Based Linux Distros, Here's How I Rank Them
Want to try an Arch-based distro but don’t know where to start
Free and Open Source Software
This is free and open source software
Forlinx FET-MX9596-C SoM Arrives with NXP i.MX 95, Dual 10GbE, and Onboard NPU
The company will provide Linux BSP support, design documentation, and customization services for integration into long-lifecycle products
Valnet/How-To Geek on Trying GNU/Linux, Kubuntu Focus, Fractal, and Syncthing 2.0
4 recent articles
Linux Mint 22.2 “Zara” Is Available for Public Beta Testing, Download Now
After a few days of testing, the Linux Mint team has published today the ISO images of the beta version of the upcoming Linux Mint 22.2 release, which can be downloaded (for testing purposes) from the official mirrors.
HandBrake 1.10 Open-Source Video Transcoder Brings New “Social 10MB” Presets
HandBrake 1.10 was released today as a major update to this free and open-source video transcoder application for converting between a multitude of video file formats.
Today in Techrights
Some of the latest articles
Defending Tux Machines From SLAPPs [original]
we're convinced justice will prevail
Standards and Free, Libre, and Open Source Software
mostly the former
Operating Systems: Steam OS, illumos, Easy Excalibur 7.0.2, BSD, Debian, Ubuntu
OS news
Fedora and Red Hat Leftovers
mostly redhat.com links
Programming Leftovers
Development with Perl and more
Security Leftovers
Security and Windows TCO
Open Hardware/Modding: ESP32, Retro, and Lots of Focus on New Product of Raspberry Pi
Raspberry Pi mostly
KDE, Qt, and GNOME Development
desktop environments' picks
Audiocasts/Shows: Destination Linux and Late Night Linux
2 new episodes
today's howtos
many howtos anfd technical pieces
Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect
With Firefox 142 promoted to the stable channel, Mozilla has promoted today the next major release, Firefox 143, to the beta channel for public testing.
Release of Zephix 8
Zephix v8 (Zephix_8-x86_64) was released
Release of LibreELEC 12.2.0
LibreELEC 12.2.0 is out
GNU/Linux Leftovers
3 picks for today
Windows Update Is Killing SSDs! Should You Switch to Linux?
The moment to make the move to Linux is now
Games: Pre-Fortress 2, Monster Sanctuary, Valve, Bioneers, and More
gaming related news from GamingOnLinux
Free and Open Source Software
This is free and open source software
VirtualBox 7.2 Officially Released with Initial Support for Linux Kernel 6.17
Oracle released today VirtualBox 7.2 as the latest stable version of this open-source, free, and cross-platform virtualization software for GNU/Linux, Solaris, macOS, and Windows systems.
A journey of a thousand smiles: Questing Quokka
Embarking on a quest can be serious business – whether you’re going off on a family holiday or traveling the hills of Britain in search of the holy grail
Firefox just got better for Chinese, Japanese and Korean speakers on Android
When Firefox users ask for better translation support, we make it happen
Valnet Inc. on UNIX-based OSes Like SerenityOS, Clinging Onto Windows, Proxmox, and GNU/Linux
This week's and last weekend's articles
4 reasons why MX Linux is my cherry-pick for reviving ancient laptops with Linux
Experience the perfect balance of performance and simplicity on your old machine with MX Linux.
Today in Techrights
Some of the latest articles