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

Can't connect to Remote MySQL Server (10061) to Ubuntu