https://bugs.kde.org/show_bug.cgi?id=416475

--- Comment #2 from symbiogene...@outlook.com ---
My kscreen config. Note the position attributes

Before it reverts:

[
    {
        "enabled": true,
        "id": "ACR DP-1-GN246HL/LW3AA0018532",
        "metadata": {
            "name": "ACR DP-1-GN246HL/LW3AA0018532"
        },
        "mode": {
            "refresh": 60,
            "size": {
                "height": 1080,
                "width": 1920
            }
        },
        "pos": {
            "x": 1920,
            "y": 0
        },
        "primary": false,
        "rotation": 1,
        "scale": 1
    },
    { 
        "enabled": true,
        "id": "ACR HDMI-A-1-GN246HL/LW3AA0018532",
        "metadata": {
            "name": "ACR HDMI-A-1-GN246HL/LW3AA0018532"
        },
        "mode": {
            "refresh": 60,
            "size": {
                "height": 1080,
                "width": 1920
            }
        },
        "pos": {
            "x": 0,
            "y": 0
        },
        "primary": true,
        "rotation": 1,
        "scale": 1
    }
]



After it reverts:

[
    {
        "enabled": true,
        "id": "ACR DP-1-GN246HL/LW3AA0018532",
        "metadata": {
            "name": "ACR DP-1-GN246HL/LW3AA0018532"
        },
        "mode": {
            "refresh": 60,
            "size": {
                "height": 1080,
                "width": 1920
            }
        },
        "pos": {
            "x": 0,
            "y": 0
        },
        "primary": false,
        "rotation": 1,
        "scale": 1
    },
    { 
        "enabled": true,
        "id": "ACR HDMI-A-1-GN246HL/LW3AA0018532",
        "metadata": {
            "name": "ACR HDMI-A-1-GN246HL/LW3AA0018532"
        },
        "mode": {
            "refresh": 60,
            "size": {
                "height": 1080,
                "width": 1920
            }
        },
        "pos": {
            "x": 1920,
            "y": 0
        },
        "primary": true,
        "rotation": 1,
        "scale": 1
    }
]

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to