ublue-os / bazzite

Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.
https://bazzite.gg
Apache License 2.0
4.09k stars 250 forks source link

WiFi backend: switching from `wpa_supplicant` to `iwd` #1744

Open ahydronous opened 1 month ago

ahydronous commented 1 month ago

iwd has quicker reconnects (very nice on handheld wakeups and flaky WiFi), more stability and better performance.

ahydronous commented 1 week ago

This could be achieved relatively simply by install the iwd package and putting

wifi_backend.conf

[device]
wifi.backend=iwd

in /etc/NetworkManager/conf.d/. This would also allow people to switch back to wpa_supplicant if they really desire so.