How to change display scaling settings in Lubuntu, so that the font, the icons and the buttons are bigger, similar to Mac OS X, in size?
Asked
Active
Viewed 2.5k times
10
Andreas Violaris
- 140
- 1
- 1
- 8
Naizdup
- 171
- 2
- 2
- 6
-
2Scaling is a known issue with LXQt - https://github.com/lxqt/lxqt-config/issues/401 @Andy's answer would require adding a fair amount of KDE (inc. KF5/KDE Frameworks) to your system, where LXQt (L=*light*) aims to be a *light*, and thus doesn't include it. – guiverc Dec 09 '20 at 03:45
1 Answers
7
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_FACTORwith value2 - Add
GDK_DPI_SCALEwith value2 - Add
XCURSOR_SIZEwith 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
Falko Menge
- 637
- 6
- 11
-
I can confirm that "this is the way". In my case, I have a stretch virtual display (for remote operation via smartphone) and played with scale values: decimals are allowed, GDK and QT doesn't have to be equals, for what is worth. – leoperbo Apr 19 '22 at 03:00
-
Does this work for a laptop which has a HiDPI screen and then plugging in an external monitor that is _not_ HiDPI? Meaning, is this scaling global, or per-display? – ahogen Feb 10 '23 at 15:26


