Hi,
I’m on KDE Plasma 6.3.4 and Wayland. I’m trying to disable my 2nd display for the login screen - that display is shared so sometimes its available, sometimes its not.
I’ve tried disabling the 2nd dispaly and using the SDDM system settings button “Apply Plasma Settings…”, that doesn’t help.
I’ve also tried the manual steps described here, which also doesn’t work: SDDM - ArchWiki
The theme and styling are picked up properly, but not the display configuration.
The contents of the mentioned file ‘/var/lib/sddm/.config/kwinoutputconfig.json’’ are:
[
{
"data": [
{
"allowSdrSoftwareBrightness": true,
"autoRotation": "InTabletMode",
"brightness": 1,
"colorPowerTradeoff": "PreferEfficiency",
"colorProfileSource": "sRGB",
"connectorName": "DP-2",
"edidHash": "e39a27f83dc18a803001ab1ff7152d12",
"edidIdentifier": "GSM 23381 16843009 1 2016 0",
"highDynamicRange": false,
"iccProfilePath": "",
"mode": {
"height": 1080,
"refreshRate": 74973,
"width": 1920
},
"overscan": 0,
"rgbRange": "Automatic",
"scale": 1,
"sdrBrightness": 200,
"sdrGamutWideness": 0,
"transform": "Normal",
"vrrPolicy": "Automatic",
"wideColorGamut": false
},
{
"allowSdrSoftwareBrightness": true,
"autoRotation": "InTabletMode",
"brightness": 1,
"colorPowerTradeoff": "PreferEfficiency",
"colorProfileSource": "sRGB",
"connectorName": "HDMI-A-1",
"edidHash": "2e935981dff7367a30f100713a09b5ee",
"edidIdentifier": "GSM 23381 16843009 1 2016 0",
"highDynamicRange": false,
"iccProfilePath": "",
"mode": {
"height": 1080,
"refreshRate": 74973,
"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
},
{
"enabled": false,
"outputIndex": 1,
"position": {
"x": 1920,
"y": 0
},
"priority": -1
}
]
},
{
"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
}
]
}
],
"name": "setups"
}
]
Unfortunately the 2nd display also receives focus in the password input screen, which makes the login screen even annoying.
Best regards and thanks,
Simeon