home.social

#wayland — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wayland, aggregated by home.social.

  1. COSMIC Epoch 1.8.0 porta numerosi miglioramenti al desktop Linux di System76, con particolare attenzione al supporto touchscreen, al compositore e alla stabilità. #Linux #COSMIC #System76 #PopOS #Wayland #OpenSource linuxeasy.org/cosmic-epoch-1-8

  2. 🟢 NVIDIA 615.71.09 aduce suport Proton out-of-the-box pentru NVIDIA Reflex și optimizări majore pentru Wayland și arhitectura Blackwell! Publicația Linuxiac raportează lansarea celei mai noi versiuni din seria New Feature Branch a driverului grafic NVIDIA (615.71.09) pentru Linux, o actualizare de impact pentru ecosistemul de gaming pe Linux și stabilitatea mediilor desktop moderne.✨ Punctele cheie ale driverului NVIDIA 615.71.09:🎮 NVIDIA Reflex & Vulkan prin Proton:• Introduce extensia VK_NV_low_latency (revizia 2), permițând utilizarea tehnologiei NVIDIA Reflex direct prin stratul de compatibilitate Proton (fără configurări suplimentare) în jocurile de Windows rulate pe Linux pentru a reduce latența de intrare (input lag).• Rezolvă problemele anterioare legate de funcționarea latenței reduse pe suprafețe de randare native Wayland (VK_KHR_wayland_surface). 🖥️ Optimizări și rezolvări de erori pe Wayland:• Remediază eroarea Xid 109 ce apărea la lansarea titlului PRAGMATA sub Wayland.• Reperă blocajele (hangs) la pornirea jocurilor sau la comutarea aplicațiilor (Alt+Tab) când funcția NVIDIA Smooth Motion este activată. ⚡ Suport extins pentru arhitectura Blackwell (RTX 50-series):• Corectează problemele de artefacte vizuale ce apăreau la scalarea ieșirii de afișare.• Rezolvă o problemă rară de execuție în kernel-urile CUDA cu niveluri duble de divergență a firelor de execuție (thread divergence).🔋 Consum redus de energie & Gestiune avansată a memoriei:• Introduce opțiunea de kernel RmDisableDisplayGlitchPerfLimit pentru reducerea consumului de energie la inactivitate (idle power) pe configurațiile multi-monitor.• Adaugă suport pentru cgroups în driverul open-source de kernel, permițând o izolare și o alocare mult mai precisă a memoriei VRAM între procese și containere. 🔗 Sursă și articol complet:linuxiac.com/nvidia-615-71-lin Concluzie:NVIDIA 615.71 reprezintă un pas imens în eliminarea decalajului de performanță dintre Windows și Linux pentru gaming-ul competitiv, aducând suport nativ pentru latență redusă și stabilitate sporită pe mediile de afișare Wayland! 🚀 #Nvidia #LinuxGaming #Proton #Wayland #Linuxiac #Reflex #Vulkan #LinuxDriver #FOSS #TechNews

  3. #Android #スマートフォン#glibc + #Wayland のアプリケーションが動く必要があるし、 #iOS デバイスで #macOS 用アプリケーションが動く必要がある

  4. #Android #スマートフォン#glibc + #Wayland のアプリケーションが動く必要があるし、 #iOS デバイスで #macOS 用アプリケーションが動く必要がある

  5. #Android #スマートフォン#glibc + #Wayland のアプリケーションが動く必要があるし、 #iOS デバイスで #macOS 用アプリケーションが動く必要がある

  6. #Android #スマートフォン#glibc + #Wayland のアプリケーションが動く必要があるし、 #iOS デバイスで #macOS 用アプリケーションが動く必要がある

  7. #GNOME 51 will include support for custom pointer input acceleration profiles!

    This was done in gitlab.gnome.org/GNOME/mutter/ and gitlab.gnome.org/GNOME/gsettin

    There is currently no plan (at least for me) to expose it in Settings, mostly due to there not currently being design mockups, but anyone is free to implement it in a separate app and submit it to Flathub if they want to do so (submit it to @TheEvilSkeleton's Refine!) :)

    #Linux #Wayland #Freedesktop #libinput

  8. #cow #fvwm #wayland

    Here's something meant as a bit of fun:

    See video attached, or:

    youtu.be/RSXU6y7U13E

    In this very short (~20 seconds) video, I'm showing new command(s) which allows one to select some windows with the mouse (as indicated by the orange border) and then perform some operation on all of them.

    This hooks into the DSL CoW already has, so it's possible to then do something like:

    script {
    for w in (windows where w.selected) {
    winops -t #{w.id} -i
    }
    }

    Which would iconify all those windows.

    This can be simplified:

    winops -F 'self.selected' -i

    In the video though, I'm using window-move to move the windows around. Note how the windows in the group retain their relative positions when being moved.

    I'm still working on this, so not yet committed, but some version of this will likely be in 0.4

    How useful this will be is still questionable...

  9. #cow #fvwm #wayland

    Here's something meant as a bit of fun:

    See video attached, or:

    youtu.be/RSXU6y7U13E

    In this very short (~20 seconds) video, I'm showing new command(s) which allows one to select some windows with the mouse (as indicated by the orange border) and then perform some operation on all of them.

    This hooks into the DSL CoW already has, so it's possible to then do something like:

    script {
    for w in (windows where w.selected) {
    winops -t #{w.id} -i
    }
    }

    Which would iconify all those windows.

    This can be simplified:

    winops -F 'self.selected' -i

    In the video though, I'm using window-move to move the windows around. Note how the windows in the group retain their relative positions when being moved.

    I'm still working on this, so not yet committed, but some version of this will likely be in 0.4

    How useful this will be is still questionable...

  10. #cow #fvwm #wayland

    Here's something meant as a bit of fun:

    See video attached, or:

    youtu.be/RSXU6y7U13E

    In this very short (~20 seconds) video, I'm showing new command(s) which allows one to select some windows with the mouse (as indicated by the orange border) and then perform some operation on all of them.

    This hooks into the DSL CoW already has, so it's possible to then do something like:

    script {
    for w in (windows where w.selected) {
    winops -t #{w.id} -i
    }
    }

    Which would iconify all those windows.

    This can be simplified:

    winops -F 'self.selected' -i

    In the video though, I'm using window-move to move the windows around. Note how the windows in the group retain their relative positions when being moved.

    I'm still working on this, so not yet committed, but some version of this will likely be in 0.4

    How useful this will be is still questionable...

  11. #cow #fvwm #wayland

    Here's something meant as a bit of fun:

    See video attached, or:

    youtu.be/RSXU6y7U13E

    In this very short (~20 seconds) video, I'm showing new command(s) which allows one to select some windows with the mouse (as indicated by the orange border) and then perform some operation on all of them.

    This hooks into the DSL CoW already has, so it's possible to then do something like:

    script {
    for w in (windows where w.selected) {
    winops -t #{w.id} -i
    }
    }

    Which would iconify all those windows.

    This can be simplified:

    winops -F 'self.selected' -i

    In the video though, I'm using window-move to move the windows around. Note how the windows in the group retain their relative positions when being moved.

    I'm still working on this, so not yet committed, but some version of this will likely be in 0.4

    How useful this will be is still questionable...

  12. #cow #fvwm #wayland

    Here's something meant as a bit of fun:

    See video attached, or:

    youtu.be/RSXU6y7U13E

    In this very short (~20 seconds) video, I'm showing new command(s) which allows one to select some windows with the mouse (as indicated by the orange border) and then perform some operation on all of them.

    This hooks into the DSL CoW already has, so it's possible to then do something like:

    script {
    for w in (windows where w.selected) {
    winops -t #{w.id} -i
    }
    }

    Which would iconify all those windows.

    This can be simplified:

    winops -F 'self.selected' -i

    In the video though, I'm using window-move to move the windows around. Note how the windows in the group retain their relative positions when being moved.

    I'm still working on this, so not yet committed, but some version of this will likely be in 0.4

    How useful this will be is still questionable...

  13. Oh man, what did #wayland designers think when they decided that there is no way to control position of your app's windows? There are now supposed to be extensions and whatnot, but this feature should be out of the box, I have yet to see it working.

  14. #cow #fvwm #wayland

    Hello! For all two of you out there running CoW[1], I'm interested in collecting some screenshots to appear on the main page:

    cow-wm.codeberg.page/cow/

    I know we have the wiki, but I'm to show case more than just my own screenshot with a few more, if I can get them.

    Thanks!

    [1] Tongue-in-cheek

  15. #cow #fvwm #wayland

    Hello! For all two of you out there running CoW[1], I'm interested in collecting some screenshots to appear on the main page:

    cow-wm.codeberg.page/cow/

    I know we have the wiki, but I'm to show case more than just my own screenshot with a few more, if I can get them.

    Thanks!

    [1] Tongue-in-cheek

  16. #cow #fvwm #wayland

    Hello! For all two of you out there running CoW[1], I'm interested in collecting some screenshots to appear on the main page:

    cow-wm.codeberg.page/cow/

    I know we have the wiki, but I'm to show case more than just my own screenshot with a few more, if I can get them.

    Thanks!

    [1] Tongue-in-cheek

  17. #cow #fvwm #wayland

    Hello! For all two of you out there running CoW[1], I'm interested in collecting some screenshots to appear on the main page:

    cow-wm.codeberg.page/cow/

    I know we have the wiki, but I'm to show case more than just my own screenshot with a few more, if I can get them.

    Thanks!

    [1] Tongue-in-cheek

  18. #cow #fvwm #wayland

    Hello! For all two of you out there running CoW[1], I'm interested in collecting some screenshots to appear on the main page:

    cow-wm.codeberg.page/cow/

    I know we have the wiki, but I'm to show case more than just my own screenshot with a few more, if I can get them.

    Thanks!

    [1] Tongue-in-cheek

  19. It's the first time I've installed Slackware on a laptop, I went directly to current.

    With elementary OS on the other laptop, I think I can take a step back from the current #OhMyGodNotYou distro situation.

    #Slackware #KDE #Plasma #Wayland

  20. #Clav is now able to decrypt secrets and copy them to the clipboard!

    Clav is a #passwordmanager compatible with #passage focused on making the use of security keys simple and secure.
    Clav is free software and works on both #Wayland and #Android.

    Things I would to address before the first release: automatic sync, import from #passwordstore (or #gopass).

  21. Управление окнами в Linux через libx11(X11/Xlib.h) + Утилита для управления окнами в Linux дистрибутивах X11 и wayland

    В статье показана структура запросов к окнам Linux, позволяющая управлять уже запущенными окнами. Изначально утилита xdotool_xseticon была создана для динамического изменения значка окна в Astra Linux. Затем функционал утилиты был расширен для полного управления окнами и получения всей информации об окне Linux. Утилита xdotool_xseticon была протестирована в средах Wayland и X11 в Ubuntu 24.04 (KDE), в X11 Ubuntu 22.04 (KDE) и Astra Linux 1.8. Размер утилиты - 1000 строк.

    habr.com/ru/articles/1073486/

    #x11 #linux #xorg #wayland #программирование #kde #gnome #wm #xdotool #xdotools

  22. (more Linux news in previous posts)

    LightDM returns from the dark with first release in 4 years:
    omgubuntu.co.uk/2026/08/lightd

    Mango Wayland Compositor Hits 0.16.0 with Native Touch Support and XWayland Fixes:
    linuxcompatible.org/story/mang

    DebConf27 Debian Developers Conference to Be Held in Asahikawa, Japan:
    9to5linux.com/debconf27-debian

    Debian Developers Begin Voting Over LLM Usage Within The Project:
    phoronix.com/news/Debian-Votes

    Fedora CoreOS To Enable systemd-oomd & zRAM Swap By Default:
    phoronix.com/news/Fedora-CoreO

    ChatGPT desktop app is now available for Linux (in preview):
    omgubuntu.co.uk/2026/08/chatgp

    RustConn 0.20 Continues Further Polishing This GTK4/libadwaita-Based Connection Manager:
    phoronix.com/news/RustConn-0.2

    Make sure your Flatpak is up to date due to security issues:
    gamingonlinux.com/2026/08/make

    Mesa 26.1.7 Lands as a Targeted Bugfix Drop for the Stable Branch:
    linuxcompatible.org/story/mesa

    Mesa 26.3 Intel Driver Code Enables Large GRF Mode For Newer GPUs:
    phoronix.com/news/Intel-Large-

    Open-Source exFAT Programs 1.4.3 Improves Fsck & Mkfs:
    phoronix.com/news/exfatprogs-1

    Linux Patches Enable Apple M4 NVMe Support:
    phoronix.com/news/Linux-Apple-

    Liquorix Kernel 7.1-11 Brings a Single Targeted Patch to Your Gaming and Streaming Setup:
    linuxcompatible.org/story/liqu

    Liquorix Drops Kernel 7.1-12 With Heavy Project-C Scheduler Tweaks:
    linuxcompatible.org/story/liqu

    Samba 4.25.0rc1 Released: Persistent Handles, Cluster Functional Levels, and AES-Only Domain Encryption:
    linuxcompatible.org/story/samb
    (Am I the only one who starts hearing the Samba De Janeiro song in my head every time I read about Samba? lol)

    (FOSS news in comments)

    #WeeklyNews #News #Linux #LinuxNews #LightDM #Wayland #WaylandCompositor #DebConf #DebConf27 #Debian #Fedora #FedoraCoreOS #ChatGPT #RustConn #Flatpak #Mesa #exFAT #LinuxKernel #Liquorix #Samba #FosseryTech

  23. I stumbled upon #seeqie , a terminal-based image viewer that uses Sixel Graphics. Written in #bash. It works fine with #foot #wayland on my desktop, but also on my #postmarketOS #sxmo phone. Nice!

    cocz.net/seeqie/

  24. (more Linux news in original post)

    GNOME Foundation Announces First Participants Of Fellowship Program:
    phoronix.com/news/GNOME-Fellow

    Shelly 2.3.3 Package Manager for Arch Linux Improves Flatpak/AppImage Support:
    9to5linux.com/shelly-2-3-3-pac

    Wine Development Release 11.11 Brings SymCrypt, Wayland Fixes, and VBScript Tweaks:
    linuxcompatible.org/story/wine

    Proton Experimental gets fixes for Path of Exile 1 & 2, Guild Wars 2, Call of Duty (2003), Exanima and more:
    gamingonlinux.com/2026/06/prot

    Proton-CachyOS update brings automatic HDR, Wayland improvements and more bug fixes:
    gamingonlinux.com/2026/06/prot

    Goverlay 1.8.3 Brings Faster Mods and Built-in Benchmarks to Linux Gaming:
    linuxcompatible.org/story/gove

    There is a New X11 Server, Written in Rust, With the Help of AI:
    feed.itsfoss.com/link/24361/17
    ("the security model is incomplete" - AI and security are two separate things anyways lol. I don't think people should expect it to be more secure than X.Org, even if X.Org isn't maintained as actively anymore)

    Flatpak 1.18 Linux App Sandboxing and Distribution Framework Officially Released:
    9to5linux.com/flatpak-1-18-lin

    GStreamer 1.28.4 Adds Support for FLAC Decoding and New Codec Profile Mappings:
    9to5linux.com/gstreamer-1-28-4

    Fwupd 2.1.5 Linux Firmware Updater Released with Support for Elan Touchscreens:
    9to5linux.com/fwupd-2-1-5-linu

    Wayland Protocols 1.49 Released With Improved Multi-GPU Support, Windows BT.2100:
    phoronix.com/news/Wayland-Prot

    Mesa 26.2 Lands VK_GOOGLE_display_timing Support For Direct Display Mode:
    phoronix.com/news/VK-Google-Ti

    (FOSS news in comments)

    #WeeklyNews #News #Linux #LinuxNews #GNOME #GNOMEFoundation #Shelly #Wine #ProtonExperimental #ProtonCachyOS #Goverlay #LinuxGaming #X11 #Yserver #Flatpak #GStreamer #Fwupd #Wayland #WaylandProtocols #Mesa #FosseryTech

  25. Messing around with Waydog Trixie in a VM.

    First impressions are positive. I like the initial welcome greeter that asks some questions about start up.

    github.com/sleekmason/Waydog-T

    #Linux #Waydog #WaydogTrixie #Xfce #Labwc #Wayland #Lilidog #Debian #DebianTrixie #Trixie

  26. Got a #Nvidia #RTX5060Ti egpu to be able to run some local #AI inference from my laptop. Yeah, Intel's Lunar Lake NPU support is crap.

    Turns out getting it to work on Linux is a pain, got it working (well nvidia-smi anyway) in the terminal but immediatly when logging in to #Wayland everything crashes and reboots. No error messages. On the latest 595 driver.

    Oh well, no surprise really. Better wait for the next nvidia driver update. Things don't change 😅

  27. Настоящие HDR фото — от съемки до просмотра

    Всем привет! Это моя первая статья на Хабре. Я постарался максимально понятно изложить проблематику получения HDR изображений на современных мониторах и операционных системах. Давайте сразу проясним, что подразумевается под HDR фото, а что нет. В начале двухтысячных было модное занятие сначала фоткать высококонтрастный объект с разными экспозициями, проводить так называемый брекетинг экспозиции, а затем с помощью софта склеивать все в одно изображение. Изначальный огромный перепад яркостей сужался до обычного JPG и демонстрировался как достижение. Да, достижение было в виде сохранённых деталей в светах и тенях, но минимальный и, что самое важное, максимальный уровень яркости был далек от натуры. К тому же неизбежным следствием являлось падение общего контраста. Так вот, это не HDR. Это, назовем его, прокрустово ложе, куда надо впихнуть невпихуемое, и на выходе получить псевдо-HDR. Данная статья просвещена получению настоящего HDR, где узость диапазона уже не мешает делать высококонтрастные снимки. И не только делать, но и увидеть.

    habr.com/ru/articles/1042682/

    #hdr #adobe_lightroom #kde #mpv #windows #plasma #jxl #avif #wayland #обработка_фотографий

  28. This is one Wayland based Linux distro that I do want to try. I also appreciate that Hyprland now uses Lua as its configuration language.

    https://nxos.org/

    #hyprland #wayland #Linux #Nitrux #OpenRC #Lua

    RT: https://mastodon.cloud/users/Nitrux_NX/statuses/116610469750116041
  29. Alacritty 0.17: aggiornamenti TOML 1.1 e nuove opzioni per Wayland

    Scopri le novità di Alacritty 0.17: aggiornamento a TOML 1.1, nuove binding per il mouse e miglioramenti per Wayland e macOS.

    yoota.it/alacritty-0-17-aggior

  30. Oh, great! This morning (after a #Slowroll update), @kde has finally reached feature parity between #Wayland and #X11 for me: When I try to log in, I get only black screen in both cases.

    EDIT: My apologies to #KDE. This was a hanging ssh-add process waiting for a password on an apparently random terminal (definitely not visible on screen). It was started by keychain, which I added to my bash profile to work around missing ssh-agent support in Wayland sessions. After I killed it using SSH from another computer, my desktop environment is now back to #SNAFU (freezing and crashing) behaviour.

  31. So far my main desktop running on is highly unstable under . There were always glitches under Bookworm but things are less stable than before. I suspect that the box which started life on may have reached the end of the upgrade cycle. Just too many old things lying about, and a clean install and fresh user profile may be in order.

    Systems started Bookworm and hardly used upgraded perfectly.

    I will be buying a new desktop next year anyway...

  32. More follow up on the #OrangePiRV2:

    1) Standard #Cinnamon DE (#Wayland session) runs snappier than the provided #Gnome DE from Orange Pi. The provided #Chromium runs better on Cinnamon too.

    2) #SuperTuxKart is very playable with some tweaks. I found that all levels play well with the graphic effects level at 2 and render resolution at 100%. For less intensive levels/tracks, bumping up the graphic levels to 6 (max) is doable if render resolution is dropped to 70%; if bumped up higher the game gets sluggish.

    3) Temps ran decent under load. At the hottest I got the lil board up to 60 degrees Celsius; granted this was with a small heat sink and fan that came with an AliExpress case. Also I don’t know how accurate the software sensors are so take it with a grain of salt.

    Overall things are looking up for this lil #riscv board.

  33. Currently playing around with two thingies at the moment:
    1) Playing around with the #Cinnamon DE (plain Cinnamon, not the Ubuntu altered version) on the #OrangePiRV2. So far things are looking good AND Chromium works (at least on the #Wayland session; have not tested the #Xorg session).

    2) I found a spare external ssd drive that I am testing out #GnomeOS with my main PC. It looks interesting; some decisions they made seem a bit odd...

    Oh here is a cursory screenshot of the Orange Pi running Cinnamon. Also, this was written on the Orange Pi too! (see if you can spot the typos in my screenshot)

    #Neofetch

  34. @natty

    > and particularly affects a number of popular OpenGL extension loaders

    That's exactly the issue I'm having with Avorion. Great game, though. Works fine through XWayland, I'm just being weird.

    #Avorion #Wayland #XWayland