This was my installation method. Strung together from various sources.
Asked
Active
Viewed 692 times
0
-
Search for 'settings' and open an app called System settings or something like that. There you can find a "Displays" section.. – user568021 Mar 13 '14 at 19:05
-
Here you find a complete guide, How to install Ubuntu on Lenovo Yoga 2 Pro – rubo77 Aug 07 '14 at 02:55
1 Answers
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