News

This disruption created a vacuum, and the Linux community quickly stepped up to fill it.
Ubuntu is clear in its intentions: Ptyxis will become the standard terminal for upcoming releases, including the long-term ...
If you’re on NVIDIA, the R555 line is the tipping point for a smooth Wayland experience; earlier branches can run but won’t ...
Reactions across forums and distro communities have been largely favorable. Fedora, which typically adopts GNOME changes quickly, shipped Loupe as its default almost immediately. Ubuntu was more ...
Under Wayland, GNOME 48’s fractional scaling is seamless, reverting tearing and flicker to distant memories. If you’re still ...
One amazing thing about Linux is that the same code base is used for a different range of computing systems, from supercomputers to very tiny embedded devices. If you stop for a second and think about ...
Editors' Note: This article has been updated since its original posting. Software and hardware engineers who have to deal with byte and bit order issues know the process is like walking a maze. Though ...
ALSA stands for the Advanced Linux Sound Architecture. It consists of a set of kernel drivers, an application programming interface (API) library and utility programs for supporting sound under Linux.
Power management (PM) software is a crucial component in battery-powered systems, such as PDAs and laptops, because it helps conserve power when the system is inactive. As a simple example, power may ...
Why do the above features use netlink instead of system calls, ioctls or proc filesystems for communication between user and kernel worlds? It is a nontrivial task to add system calls, ioctls or proc ...
By now almost everyone has heard of so-called zero-copy functionality under Linux, but I often run into people who don't have a full understanding of the subject. Because of this, I decided to write a ...