banner
老孙

老孙博客

资深网民孙先生
mastodon
email

How to change the display resolution in Ubuntu and permanently save the set resolution.

Execute the following command in the terminal:

cvt 1920 1080
xrandr –newmode 1920x1080_60 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr –addmode VGA-0 1920x1080_60
xrandr –output VGA-0 –mode 1920x1080_60

Then execute:

sudo gedit .profile

Copy and paste the above command lines to the end.
Save and restart the system, use the xrandr command to check.
Screenshot of 2019-04-10 18-03-21.png

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.