Commit 4d7f619d authored by Rudolf Polzer's avatar Rudolf Polzer
Browse files

auth_pam_x11: Add some more knobs for burn-in mitigation.

XSECURELOCK_AUTH_TIMEOUT (default: 300): number of seconds to wait for
user input on an auth prompt. This actually matches the previous
hardcoded setting, but is configurable now.

XSECURELOCK_BURNIN_MITIGATION (default: 16): do not always display the
auth prompt at the same place, but allow it to be off center by up to
the given amount of pixels. Helps when the auth screen times out but
reappears for some reason (e.g. a vibrating desk surface moving the
mouse).

XSECURELOCK_BURNIN_MITIGATION_DYNAMIC (default: off): allow the auth
prompt move during a single auth session. Many will find this annoying,
but it really should fix (by blurring out) any burn-in effects.
parent 53020519
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment