kscreen

Recover from invisible mouse due to misconfiguration

The linked wiki page describes a scenario whereby a misconfigured monitor width and refresh rate causes the mouse cursor to be completely invisible. Fortunately, it was possible to login (ssh, actually) as another user, and manually edit the configuration file. In that case, I was fortunate that I knew the exact time of when the problem started occurring, I had a working user, so I simply had to compare files changed at that time, between the working and non-working users.

KDE/X.org should allow the user to recover easily from such misconfiguration.

~/.local/share/kscreen/

Sample content:
file name: 8c8a2226178ca74946ccb77ac7d253ac

[                 
    {
        "enabled": true,
        "id": "ffa12a89a426e13738e4161ff6b9d14d",
        "metadata": {
            "fullname": "xrandr-VA249-GBLMQS122469",
            "name": "DVI-D-0"
        },
        "mode": {
            "refresh": 60,
            "size": {
                "height": 1080,
                "width": 1920
            }
        },
        "pos": {
            "x": 0,
            "y": 0
        },
        "primary": true,
        "rotation": 1
    }
]

Syndicate content