Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xarblu/kwin-effects-better-blur-dx/llms.txt
Use this file to discover all available pages before exploring further.
Better Blur DX is available on Fedora through a COPR repository maintained by Infinality.
Installation
Enable the COPR Repository
Enable the Better Blur DX COPR repository:dnf copr enable infinality/kwin-effects-better-blur-dx
This adds the repository to your DNF configuration. Install the Package
Choose the package for your display server: Wayland (Recommended)
X11
dnf install kwin-effects-better-blur-dx
dnf install kwin-effects-better-blur-dx-x11
X11 support is deprecated and not actively tested. Wayland is recommended.
Enable the Effect
After installation:
- Open System Settings > Desktop Effects
- Disable any existing blur effects
- Enable Better Blur DX
COPR Repository Details
For more information about the COPR repository, including build status and available versions:
infinality/kwin-effects-better-blur-dx on COPR
System Upgrades
Important: After upgrading Plasma or KWin, you must update the package.The effect is compiled against a specific KWin version. After system upgrades:dnf upgrade kwin-effects-better-blur-dx
Then restart KWin by logging out and back in.
Fedora Kinoite (Immutable)
On Fedora Kinoite and other immutable distributions based on it, the installation process is different. See the Manual Build guide for instructions on building in a container.
Updating
To update to the latest version:
# Update all packages including Better Blur DX
dnf upgrade
# Or update only Better Blur DX
dnf upgrade kwin-effects-better-blur-dx
After updating, restart KWin:
# Log out and log back in, or:
systemctl --user restart plasma-kwin_wayland.service
Uninstalling
To remove Better Blur DX:
dnf remove kwin-effects-better-blur-dx
# Or for X11:
dnf remove kwin-effects-better-blur-dx-x11
To also disable the COPR repository:
dnf copr disable infinality/kwin-effects-better-blur-dx
Troubleshooting
If you encounter issues:
-
Effect not appearing: Verify the package is installed:
rpm -qi kwin-effects-better-blur-dx
-
Repository errors: Refresh the COPR repository:
dnf clean all
dnf makecache
-
Version conflicts: Ensure you’re on a supported Fedora version (41, 42):
-
Check logs: View KWin logs for errors:
journalctl --user -u plasma-kwin_wayland.service -f
Supported Fedora Versions
The COPR repository provides packages for:
Older versions may not have pre-built packages available.
Next Steps
Learn how to configure Better Blur DX in the Configuration section.