-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Todo list #1
Comments
This issue didn't exist under Plasma-X11 6.0.2; I didn't test Plasma-Wayland though. |
Fixed the layout export/import, don't export toggle shortcut keys as kwin doesn't support the XKB standard as LXQt and all other compositors, all combinations with "CapsLock" also activate it, Alt+Shift is not allowed and so on.
Looking at that file it looks new to the K-family in [
{
"data": [
{
"autoRotation": "InTabletMode",
"connectorName": "eDP-1",
"edidHash": "751814c8857e0fa2f48d32c578a6d075",
"edidIdentifier": "CMN 5621 0 15 2017 0",
"highDynamicRange": false,
"iccProfilePath": "",
"mode": {
"height": 1080,
"refreshRate": 60008,
"width": 1920
},
"overscan": 0,
"rgbRange": "Automatic",
"scale": 1.25,
"sdrBrightness": 200,
"sdrGamutWideness": 0,
"transform": "Normal",
"vrrPolicy": "Automatic",
"wideColorGamut": false
}
],
"name": "outputs"
},
{
"data": [
{
"lidClosed": false,
"outputs": [
{
"enabled": true,
"outputIndex": 0,
"position": {
"x": 0,
"y": 0
},
"priority": 0
}
]
}
],
"name": "setups"
}
] |
Dependencies on arch:
Adding
we get a limitated configuration editor whith the first item loading the wrong content, and there is the "screen" setting missing, so users have 2 choices:
|
If it's showing the wrong content, then it's likely a systemsettings bug. I have used a partially installed plasma setup (plasma 5.25 or 5.27 or something, but pre-6.0), and I have not faced this problem. |
My [
{
"data": [
{
"autoRotation": "InTabletMode",
"connectorName": "WL-0",
"edidIdentifier": "",
"highDynamicRange": false,
"iccProfilePath": "",
"mode": {
"height": 768,
"refreshRate": 60000,
"width": 1024
},
"overscan": 0,
"rgbRange": "Automatic",
"scale": 1,
"sdrBrightness": 200,
"sdrGamutWideness": 0,
"transform": "Normal",
"vrrPolicy": "Automatic",
"wideColorGamut": false
}
],
"name": "outputs"
},
{
"data": [
{
"lidClosed": false,
"outputs": [
{
"enabled": true,
"outputIndex": 0,
"position": {
"x": 0,
"y": 0
},
"priority": 0
}
]
}
],
"name": "setups"
}
] The strange thing is that my resolution is 1920x1080, like yours, but this file is about 1024x768! I haven't touched any monitor setting in Plasma 6. Something seems wrong. |
I'm not going to log into Plasma 6 for now because otherwise, due to a bug somewhere, my system might freeze when I want to log back into labwc (or LXQt+kwin_x11) — it happened twice and the log said |
This file gets generated, in my home it has included now also "WL-0", probably from a nested [
{
"data": [
{
"autoRotation": "InTabletMode",
"connectorName": "WL-0",
"highDynamicRange": false,
"iccProfilePath": "",
"mode": {
"height": 768,
"refreshRate": 60000,
"width": 1024
},
"overscan": 0,
"rgbRange": "Automatic",
"scale": 1,
"sdrBrightness": 200,
"sdrGamutWideness": 0,
"transform": "Normal",
"vrrPolicy": "Automatic",
"wideColorGamut": false
},
{
"autoRotation": "InTabletMode",
"connectorName": "eDP-1",
"edidHash": "751814c8857e0fa2f48d32c578a6d075",
"edidIdentifier": "CMN 5621 0 15 2017 0",
"highDynamicRange": false,
"iccProfilePath": "",
"mode": {
"height": 1080,
"refreshRate": 60008,
"width": 1920
},
"overscan": 0,
"rgbRange": "Automatic",
"scale": 1,
"sdrBrightness": 200,
"sdrGamutWideness": 0,
"transform": "Normal",
"vrrPolicy": "Automatic",
"wideColorGamut": false
}
],
"name": "outputs"
},
{
"data": [
{
"lidClosed": false,
"outputs": [
{
"enabled": true,
"outputIndex": 0,
"position": {
"x": 0,
"y": 0
},
"priority": 0
}
]
},
{
"lidClosed": false,
"outputs": [
{
"enabled": true,
"outputIndex": 1,
"position": {
"x": 0,
"y": 0
},
"priority": 0
}
]
},
{
"lidClosed": true,
"outputs": [
{
"enabled": true,
"outputIndex": 1,
"position": {
"x": 0,
"y": 0
},
"priority": 0
}
]
}
],
"name": "setups"
}
] kwin has also a |
@tsujan 1024x768 comes from your nested session. Here is a screenshot of my This is my kwinoutputconfig.json For display configuration to work, you need a compositor that implements kde-output-management, kde-output-order and kde-primary-output protocols. That's available only in kwin_wayland and kwinft_wayland |
But I spent a lot of time under Plasma 6.0.2 yesterday; don't have a nested session. I think many things should have been changed from 5.27 (your version) to 6.0.2 (mine). Actually, everything was OK for me too when I had 5.27. |
@tsujan I'm on 6.0.2 as well. I use Artix/Arch. |
Interestingly, I do not know to what end though, if we implement these protocols (kde-output-management, kde-output-order and kde-primary-output) on the compositor-side, then we might be able to see and edit the display configurations. |
Ah I see. Well, if we support kde-output-* protocols for other compositors, then we could get this working. This will be quite easy on wayfire due to its modular structure. However, I doubt if any other compositor can manage it. |
lxqt2kwinexporter
which prevents start atmThe text was updated successfully, but these errors were encountered: