Nobara Linux Troubleshooting Pins

Nobara Linux Troubleshooting Pins

New
November 28, 2023

Flicker issues with KDE Wayland at frame rates >100 fps

This is a known issue:
Workaround is to create /usr/lib/systemd/system/power-dpm.service:
$ sudo nano /usr/lib/systemd/system/power-dpm.service

Contents:

[Unit]
Description=set the parameters power_dpm_force_performance_level 

[Service]
Type=oneshot
ExecStart=/bin/bash -c 'echo high > /sys/class/drm/card*/device/power_dpm_force_performance_level' 

[Install]
WantedBy=multi-user.target

Then enable it:

systemctl daemon-reload
systemctl enable --now power-dpm.service


We are ⚡by Beamer