Summary: | No HDR settings in Display Configuration anymore | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | jmanninen161 |
Component: | kcm_kscreen | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | laichiaheng, nate, p.dingens, plasma-bugs, ternomashi, xaver.hugl |
Priority: | NOR | Keywords: | regression |
Version: | 6.2.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=494502 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jmanninen161
2024-10-10 12:40:53 UTC
kscreen-doctor output.1.hdr.enable works and enables hdr, but hdr options still won't appear on the display configuration page. Here is the terminal output, when I open systemsettings via terminal, if they're of any use. qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x0 qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitWidth": qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:358:9 qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitWidth": qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:358:9 qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitHeight": qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:361:9 qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "value": qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:409:13 qrc:/qt/qml/org/kde/kirigami/dialogs/PromptDialog.qml:135: TypeError: Cannot read property 'Success' of undefined qrc:/qt/qml/org/kde/kirigami/dialogs/PromptDialog.qml:97: TypeError: Cannot read property 'None' of undefined qrc:/kcm/kcm_kscreen/OutputPanel.qml:414: Error: Cannot assign [undefined] to int qrc:/kcm/kcm_kscreen/OutputPanel.qml:260: Error: Cannot assign [undefined] to QString qrc:/kcm/kcm_kscreen/OutputPanel.qml:64: Unable to assign [undefined] to int qrc:/kcm/kcm_kscreen/OutputPanel.qml:137: Unable to assign [undefined] to int qrc:/kcm/kcm_kscreen/OutputPanel.qml:28:8: Unable to assign [undefined] to bool qrc:/kcm/kcm_kscreen/OutputPanel.qml:72: TypeError: Cannot read property '0' of undefined qrc:/kcm/kcm_kscreen/Orientation.qml:22:9: Unable to assign [undefined] to bool qrc:/kcm/kcm_kscreen/OutputPanel.qml:145: TypeError: Cannot read property '0' of undefined qrc:/kcm/kcm_kscreen/OutputPanel.qml:176:13: Unable to assign [undefined] to int qrc:/kcm/kcm_kscreen/OutputPanel.qml:237:13: Unable to assign [undefined] to bool qrc:/kcm/kcm_kscreen/OutputPanel.qml:321:13: Unable to assign [undefined] to bool qrc:/kcm/kcm_kscreen/OutputPanel.qml:345:13: Unable to assign [undefined] to double qrc:/kcm/kcm_kscreen/OutputPanel.qml:342:13: Unable to assign [undefined] to double qrc:/kcm/kcm_kscreen/OutputPanel.qml:352:13: Unable to assign [undefined] to int qrc:/kcm/kcm_kscreen/OutputPanel.qml:350:13: Unable to assign [undefined] to int qrc:/kcm/kcm_kscreen/Output.qml:32:5: Unable to assign [undefined] to bool qrc:/kcm/kcm_kscreen/Output.qml:17:5: Unable to assign [undefined] to QSizeF qrc:/kcm/kcm_kscreen/Output.qml:115:17: Unable to assign [undefined] to QString qrc:/kcm/kcm_kscreen/Output.qml:125: TypeError: Cannot read property 'width' of undefined qrc:/kcm/kcm_kscreen/Output.qml:213: TypeError: Cannot read property 'x' of undefined qrc:/kcm/kcm_kscreen/Output.qml:235: TypeError: Cannot read property 'length' of undefined *** Bug 494454 has been marked as a duplicate of this bug. *** The HDR settings appeared in Display Configuration after passing KWIN_DRM_ALLOW_NVIDIA_COLORSPACE=1 environment variable. It seems that this change was intentional, as a temporary workaround for this bug: https://bugs.kde.org/show_bug.cgi?id=488941 The workaround is way more worse than the origin one. (In reply to jmanninen161 from comment #4) > The HDR settings appeared in Display Configuration after passing > KWIN_DRM_ALLOW_NVIDIA_COLORSPACE=1 environment variable. Where do you get this environment variable? (In reply to Ternomashi from comment #5) > It seems that this change was intentional, as a temporary workaround for > this bug: https://bugs.kde.org/show_bug.cgi?id=488941 Is there a way to enable HDR for monitor by default? Like setting an environment variable. (In reply to Ternomashi from comment #5) > It seems that this change was intentional, as a temporary workaround for > this bug: https://bugs.kde.org/show_bug.cgi?id=488941 Maybe that guy should disable HDR, instead of forcing others to enable HDR manually every time. |