0

This was my installation method. Strung together from various sources.

Steps I followed to install Ubuntu on my Lenovo Yoga 2 pro

1 Answers1

0

The package you are looking for is xrandr (should be installed by default).

To see the help :

xrandr --help

To read the manual :

man xrandr

You can change your screen resolution with :

xrandr --fb <width>x<height>
MrVaykadji
  • 5,875
  • 2
  • 32
  • 55