Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

The Need to Reimagine the WSIS Forum

The World Summit on the Information Society (WSIS) Forum 2026 confirmed that there is a strong appetite for global collaboration on digital development. But it also highlighted the need to rethink how the forum turns global commitments into measurable results.

How Local Peering Is Strengthening Africa’s Internet

Only 36% of people in Africa are online, according to 2025 International Telecommunication Union (ITU) estimates. But every year, more are connecting, creating new opportunities to access education, government services, information, and economic growth.

LinuxGizmos.com

Tronlong TLT153-MiniEVM pairs quad-core Cortex-A7 processing with a Xuantie E907 RISC-V core

The Allwinner T153 is manufactured on a 22nm process and combines four Arm Cortex-A7 cores running at up to 1.608GHz with a 600MHz Xuantie E907 RISC-V core.

Ka-Ro QS93 and QS95 solder-down modules come with Linux evaluation boards

The QS93 is based on the NXP i.MX 9352 processor, which includes two Arm Cortex-A55 application cores running at up to 1.7GHz and a 250MHz Cortex-M33 core for real-time processing. The processor also integrates an Arm Ethos-U65 microNPU and NXP’s EdgeLock secure enclave.

Tor Project blog

New Release: Tor Browser 15.0.18

This version includes important security updates to Firefox.

9to5Linux

MKVToolNix 100 MKV Manipulation Tool Brings New Features and Enhancements

MKVToolNix 100 (codename “Do Hot Girls Like Chords”) is here to improve the job queue in the MKVToolNix GUI with a context menu for opening copies of the selected queue jobs in the multiplexer as new settings without removing the queue jobs, and the ability to search for job descriptions, outputs, warnings, and errors.

COSMIC 1.3 Desktop Environment Released with Frosted Glass Effect

Coming two weeks after COSMIC 1.2, the COSMIC 1.3 release introduces the highly anticipated Frosted Glass effect that makes your graphical session transparent. Frosted Glass can be tweaked from the Appearance page in COSMIC Settings, under the Style section.

Clonezilla Live 3.3.3 Disk Imaging Tool Adds Reverse-Connection Network Cloning

Powered by Linux kernel 7.0.14 and based on the Debian Sid (Unstable) repository as of July 5th, 2026, Clonezilla Live 3.3.3 updates the ocs-onthefly tool with support for reverse-connection network cloning and the ability to handle setups with multiple disks that have existing partitions, and adds the network-manager-tui package to the live system so you can use NetworkManager‘s text-mode interface.

Blender 5.2 LTS Released with New Fill Tool and Thin Wall Mode, Other Changes

Highlights of Blender 5.2 LTS include a brand new Fill tool, a new Bevel node, new Geometry bundles, a new Sample Sound node to pull frequency data from audio files, support for Geometry nodes in empty objects, and support for node-based physics simulations powered by Geometry nodes.

System76 Launches Next-Gen Adder Pro Linux Laptop with 2K OLED Display

The new Adder Pro Linux laptop is a workstation-caliber horsepower featuring a durable and lightweight magnesium-aluminum alloy chassis, a vivid 15.3-inch 2K OLED glossy display with 2560×1600 resolution, 500 nits brightness, 1,000,000:1 contrast ratio, 10-bit RGB native colors (1.07 billion colors), 16:10 aspect ratio, and 165Hz refresh rate.

KDE Plasma 6.7.3 Is Out to Disable Keyboard Accent-Color Syncing by Default

Coming two weeks after KDE Plasma 6.7.2, the KDE Plasma 6.7.3 update is here to disable KDE’s Kameleon system service by default to prevent it from applying accent colors to your keyboard due to incoming support for Steam Machine’s LED strip, which will ship in KDE Plasma 6.8 and will also enable RGB keyboard backlighting support on more keyboards.

9to5Linux Weekly Roundup: July 12th, 2026

I want to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

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

System76 Launches Next-Gen Adder Pro Linux Laptop with 2K OLED Display
System76 launches new-generation Adder Pro Linux laptop with a 2K OLED display, up to 96GB RAM, up to 4TB storage, NVIDIA RTX 50 Series graphics, and Intel Core Ultra 7 356H.
Linux 7.2, Third RC (rc3)
now out
IBM's Trouble is Also Red Hat's Problem [original]
One can expect the PIPs ("silent layoffs") to pick up pace
KDE Plasma 6.7.3 Is Out to Disable Keyboard Accent-Color Syncing by Default
KDE Plasma 6.7.3 is now available as the third maintenance update to the KDE Plasma 6.7 desktop environment series with more improvements and bug fixes.
Society Needs Free Software [original]
Free software is computer software (code) that respects the liberty and will of its respective user or users
System76 Launches New Lemur Pro Linux Laptop with 18-Hour Battery Life
System76 launches new Lemur Pro ultraportable Linux laptop with all-day battery life, Intel Core Ultra processors, and a 16-inch variant.
 
Security Leftovers
patches and more
Microsoft Breaks New Record for Holes
Microsoft, well done!
United States Of America: GNU/Linux is Winning [original]
Regardless of the final score, GNU/Linux is already winning
Staying Behind to Produce More Original Stories [original]
Today or yesterday I began experimenting with a new approach
Will England Play Spain? [original]
This week we are altering workflows to increase our overall output
MKVToolNix 100 MKV Manipulation Tool Brings New Features and Enhancements
MKVToolNix 100 open-source Matroska (MKV) manipulation software is now available for download with new MKVToolNix GUI features, mkvmerge improvements, and various other chnages.
statCounter Sees GNU/Linux on 1 in 13 Laptops/Desktops [original]
GNU/Linux gaining
Android Leftovers
I stopped using Google Maps in Android Auto and switched to an open-source navigator that respects my privacy
After almost two years, KDE Plasma’s animations finally look good again on Nvidia cards
If you've used KDE Plasma on an Nvidia card lately and felt the animations weren't as smooth as they could be, it's not just you
Free and Open Source Software
This is free and open source software
Games: Best of Killer Bundle, HYPERWIRED, Pulsebreaker, and More
new from GamingOnLinux
Today in Techrights
Some of the latest articles
COSMIC 1.3 Desktop Environment Released with Frosted Glass Effect
COSMIC 1.3 desktop environment is now available with support for the Frosted Glass effect, updated components and translations, as well as various improvements and bug fixes.
Android Leftovers
LineageOS proves you can de-Google your Android phone without ruining your life
Every major Linux distro wants COSMIC, and it hasn't even finished its first year
The cool thing about Linux is that
I'm a serial Linux distro hopper - these 7 signs mean it's time to switch
If you're looking to try a different Linux distribution
Free and Open Source Software
This is free and open source software
GNU/Linux at 6% in Africa [original]
It seems clear Windows sank again
Free, Libre, and Open Source Software, the Web, and Standards
FOSS and more
Graphics, Debian, and More
today's leftovers
Audiocasts/Shows: LINUX Unplugged and This Week in Linux
a pair of new episodes
Programming Leftovers
Development related picks
FSF / Software Freedom Updates, Slop Industry Distorts the Meaning of Digital Sovereignty
Freedom issues in the news
News About Ubuntu 26.04, Ubuntu 26.10, and "NVIDIA 610 Driver Coming Soon to the Official Ubuntu Repository"
Ubuntu leftovers
Applications: Scrcpy 4.1, Biopass, and Limine
software in GNU/Linux
today's howtos
only 3 more for now
Games: SuperTuxKart Evolution, New Steam Games Playable on the Steam Deck, and Can Counter-Strike 2 Run on GNU/Linux?
gaming leftovers
Google Summer of Code KDE Work, This Week in GNOME, and GNOME’s Built-in Night Light
KDE and GNOME leftovers
Red Hat and Fedora Leftovers
Recent Fedora and IBM news
Open Hardware/Modding: Commodore, ESP32, and More
Hardware projects
Juno Tab 4 Wi-Fi Linux Tablet Is Now Available to Order for $989 USD
Juno Computers launches the Juno Tab 4 Wi-Fi Linux-powered tablet with a 2K display, 16GB RAM, an Intel Ultra 5-115U processor, four desktop environments, and Debian GNU/Linux or Ubuntu.
Fuzzing or Fuzz Hype in Relation to Linux Bugs
recent coverage
New Linux Patches Reveal What Comes Next From Intel
3 new picks or recent news
Apple and GNU/Linux Containers
a pair of reports
Clonezilla Live 3.3.3 Disk Imaging Tool Adds Reverse-Connection Network Cloning
Clonezilla Live 3.3.3 disk imaging/cloning tool is now available for download with reverse-connection network cloning support, Memtest86+ 8.10, improved support for netboot clients, and more.
Blender 5.2 LTS Released with New Fill Tool and Thin Wall Mode, Other Changes
Blender 5.2 LTS open-source 3D graphics software is now available for download with new Fill tool, new Thin Wall mode, new Sample Sound node, a new Bevel node, and many other changes.
GNU/Linux Reaches 6% in Tanzania [original]
That's what statCounter is seeing anyway
Resilience Restored [original]
We envision no repetition of it
GNU/Linux "Market Share" Estimate Continues to Climb [original]
Based on the estimates from statCounter, the US plays a large part in this positive trend
today's howtos
howtos for now
Games: Denuvo DRM, CorsixTH 0.70, and More
latest from GamingOnLinux
Red Hat on Slop and Kubernetes News
redhat.com mostly
KDE Plasma 6.8 will finally fix the worst part of Spectacle
When you install Plasma, you also get excellent tools such as KDE Connect
Free and Open Source Software
This is free and open source software
Without Open Standards, Nothing Fits
LibreOffice’s Italo Vignoli argues that open standards are not just technical details
Today in Techrights
Some of the latest articles
Site Community News [original]
We are now catching up with a backlog of online news
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Free, Libre, and Open Source Software Leftovers
Wireshark 4.6.7 Released; lots more
Programming Leftovers
Development related picks
Debian 13.6 “Trixie” Released with 124 Bug Fixes and 120 Security Updates
Debian 13.6 is now available for download as a new point release to Debian 13 “Trixie” with 124 bug fixes and 120 security updates.
today's howtos
Instructionals/Technical picks
Games: Diablo IV, DLSS, Steam, and More
gaming leftovers
Android Leftovers
Google Maps Immersive Navigation seems to be rolling out for Android Auto
They promised Linux Mint could replace Windows—here's 3 ways it falls short
Linux Mint is probably the most recommended Linux distribution for people switching from Windows, and for good reason
These 5 distros prove that Linux isn’t immune to bloatware
In all honesty, “bloat” is an awkward term that’s subjective, with different meanings, and it’s probably overused
Free and Open Source Software
This is free and open source software
Review: Artix 20260419
The Artix distribution is a member of the Arch Linux family
I tested COSMIC's new Frosted Glass effect, and it's way better than MacOS' Liquid Glass
This simply gorgeous Linux desktop just stole the UI crown from Apple's Liquid Glass
Rianne's August Birthday [original]
We've had time to reflect
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: July 12th, 2026
The 300th installment of the 9to5Linux Weekly Roundup is here for the week ending July 12th, 2026.