How to change the resolution of the screen in Ubuntu

 To change the resolution of the screen use this command.

$ xrandr --output VGA1 --mode 1280x768
OR
$ xrandr --output VGA1 --mode 1280x1024_60.00

Comments

Popular posts from this blog

To install the mysql driver manually in Dbeaver

How to Install Latest MySQL Server on AWS EC2 Ubuntu 18.04

Solved : ERROR 1698 (28000): Access denied for user ‘root’@’localhost’