r/linux • u/AiwendilH • 13h ago
r/linux • u/novafunc • 10h ago
Discussion Legal obligations vs social contracts | Perspective from a KDE Developer
pointieststick.comr/linux • u/teheditor • 20h ago
Security Ubuntu Snap-Confine Flaw Could Grant Unprivileged Users Full Root Access
smbtech.aur/linux • u/DryWeek9242 • 10h ago
Tips and Tricks Photoshop on Linux
Some developers have alternative from GIMP to create their own version, PhotoGIMP, which has the same interface and shortcuts as Photoshop Now photographers and editors can edit on Linux and save time 🥳
Development libx11-compat Is Working To Implement Xlib Atop SDL For Wayland, macOS, Android
phoronix.comr/linux • u/DestinyInDepth • 3h ago
Development bringing mainline Linux to the Nokia Lumia 1520
Hey everyone,
I’ve been working on getting a modern mainline Linux stack running on the Nokia Lumia 1520, a 2013 Windows Phone built around Qualcomm’s MSM8974 platform.
This isnt an Android ROM port or a Windows Phone mod. The goal is to bring the device up on a current Linux kernel with postmarketOS and gradually implement the missing hardware support needed to make it usable.
So far, I’ve managed to:
- Build a custom bootloader and device-tree configuration
- Create a postmarketOS device package for the RM-940
- Boot a Linux 6.16-based kernel
- Bring up USB networking
- Establish a stable SSH connection to the phone
- Run an Alpine Linux/postmarketOS userspace
- Begin implementing device-specific power and hardware support
The SSH milestone was a major step because I can now properly inspect the running system, collect logs, test kernel changes, and continue development without relying only on framebuffer output or early boot behavior.
The current challenge is power management.
Full system suspend currently powers down the USB high-speed PHY, but the PHY fails to initialize again when the device resumes. Because USB networking is also the main development connection, this effectively cuts off access to the phone.
For now, I’m treating display blanking and panel power management as a separate, more achievable target while I continue investigating the suspend/resume issue.
There is still a lot missing, and I would not call it a usable daily-driver port yet, but the Lumia 1520 is now booting a modern Linux kernel and running a real userspace more than a decade after the hardware was released. I just wanted to share the work....
The work is public here:
Hardware Intel Directed Package-Level Thermal Interrupts Slated For Linux 7.3
phoronix.comr/linux • u/unixbhaskar • 2h ago
Kernel Alright...time to give it a stab ....Sashiko...https://github.com/sashiko-dev/sashiko ...Agentic review of Linux Kernel code changes
reddit.comIf you have tried it, I would like to know your opinion. Did you try it locally or use it with external LLMs? How did it withstand your machine state?? Especially on low-powered and low specs like most of us have. (Oh, I am assuming)
Kernel Debating the role of large language models in the kernel community
lwn.netLike many development communities, the kernel community has been struggling to determine how large language models (LLMs) will be used in its development process. The news has been dominated recently by a strongly worded missive from Linus Torvalds on the subject, but the discussion has been rather more wide-ranging and nuanced than that. Topics that have been considered recently include the LLM attribution requirement, code-review tools, dependence on proprietary tools, and whether there is a place for concerns about the ethics of LLMs.