Views:
3,330
Votes: 4
✅ Solution
Tags:
display
fonts
monitor
xrandr
appearance
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/958810
Title:
Font size changes after running xrandr --off
ID:
/2017/09/24/Font-size-changes-after-running-xrandr-off
Created:
September 24, 2017
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
You can change the size of fonts for future windows opened by opening the terminal and using:
xrandr --dpi 96
For higher resolution (1920x1080) monitors try using:
xrandr --dpi 144
I use this on programs that do not implement HiDPI scaling themselves. Although it may not explain your problem it may solve it. Or it may not… YMMV.