This website requires JavaScript.
Explore
Help
Register
Sign In
brl
/
mutter
Watch
1
Star
0
Fork
0
You've already forked mutter
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
da3baba980
mutter
/
data
/
61-mutter.rules
2 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
backend/native: Only disable KMS modifiers for i915 The intel DRM driver is known for not being able to handle multi head setups when KMS modifiers are enabled, due to the implicitly selected modifiers, while being more suitable for single head setups, cause bandwidth issues when a certain number of monitor times resolution and refresh rate is configured. We don't yet support automatically finding a combination of modifiers that work, and have because of this disabled KMS modifiers unless the driver actually needs it. Lets flip this configuration the other way around, changing the current udev rule to decide wen to *disable* KMS modifier support, as it so that only the Intel driver has this problem, while on the other hand, there several drivers that requires modifiers to function at all. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1792>
2021-03-19 07:08:21 -04:00
DRIVERS=="i915", SUBSYSTEM=="drm", TAG+="mutter-device-disable-kms-modifiers"
Reference in New Issue
Copy Permalink