This was my installation method. Strung together from various sources.
Asked
Active
Viewed 693 times
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,965