How to scale display in Lubuntu up 150% or 200%?
In Lubuntu 21.10, I had to go through the following steps:
- Open LXQt Configuration Center -> Session Settings -> Environment Variables (Advanced) or run
lxqt-config-session
- Add
QT_SCALE_FACTOR
with value2
- Add
GDK_DPI_SCALE
with value2
- Add
XCURSOR_SIZE
with value64
- Open LXQt Configuration Center -> Appearance -> Font and set Resolution (DPI) to
192
- Discussion: https://github.com/lxqt/lxqt/discussions/2054
- Feature request: https://github.com/lxqt/lxqt/issues/2173