'How to add 1920x1200 Resolution to Ubuntu 20.04
I have a Lenovo Legion 5 Pro which has an aspect ratio of 2560 x 1600 (16:10) and my fresh install of Ubuntu 20.04 only provides one resolution. The icons are too small, fonts are too small, everything is too small.
Is there a way I could add this 1920x1200 resolution to Ubuntu 20? I already saw some instructions like this but I am confused about the numbers whether what to put there.
xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
Solution 1:[1]
Instead of adding a new resolution, you could scale it to 150% by enabling fractional scaling.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | nightmareforev |