Friday, October 08, 2021

how to temporarily increase resolution in Ubuntu

I'm happy with 1366 x 768, however it's not vertically enough for some software. Here's how you can increase resolution temporarily.

$ xrandr --output LVDS-1 --panning 1708x960 --scale 1.25x1.25

Or you can even make it a 16:10 by 

$ xrandr --output LVDS-1 --panning 1600x1000 --scale 1.171x1.302

You can reset resolution by log out and log in again, or

$ xrandr --output LVDS-1 --panning 1366x768 --scale 1x1   


No comments:

Post a Comment