| Summary: | KWIN_DRM_DEVICE no longer supported | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Martin Flöser <mgraesslin> |
| Component: | platform-drm | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bshah, nate, vlad.zahorodnii |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/commit/8d9e47ee227c16e81dd0a6db3f12a94fcd14dc48 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Martin Flöser
2021-04-07 14:05:03 UTC
Would it be sufficient if we introduce an environment variable with a slightly different name, KWIN_DRM_DEVICES? (In reply to Vlad Zahorodnii from comment #1) > Would it be sufficient if we introduce an environment variable with a > slightly different name, KWIN_DRM_DEVICES? sure A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/917 Git commit 8d9e47ee227c16e81dd0a6db3f12a94fcd14dc48 by Vlad Zahorodnii. Committed on 01/05/2021 at 12:14. Pushed by vladz into branch 'master'. platforms/drm: Introduce KWIN_DRM_DEVICES This allows to instruct kwin what drm devices must be used explicitly. M +24 -9 src/plugins/platforms/drm/drm_backend.cpp M +1 -1 src/plugins/platforms/drm/drm_backend.h M +1 -1 src/plugins/platforms/drm/drm_gpu.cpp M +3 -3 src/plugins/platforms/drm/drm_gpu.h M +2 -2 src/plugins/platforms/fbdev/fb_backend.cpp M +2 -2 src/udev.cpp M +1 -1 src/udev.h https://invent.kde.org/plasma/kwin/commit/8d9e47ee227c16e81dd0a6db3f12a94fcd14dc48 |