Skip to content

cursor-renderer/native: Add a means to disable HW cursors

Olivier Fourdan requested to merge ofourdan/mutter:allow-disable-hw-cursors into main

When dealing with a faulty hardware or bugs in the driver, it might be interesting to force the use of software cursors for debugging purposes.

Add a debug environment variable MUTTER_DEBUG_DISABLE_HW_CURSORS to disable hardware cursors and force using software cursors.

Closes: #2046 (closed)

Edited by Olivier Fourdan

Merge request reports