I am literally a day or two old with Xubuntu 16.04 and am learning the basics of how to get things done. I have found one way to get my monitor to (temporarily) display 1280 x 1024 but have to repeat the process with every restart.
mike@mike-OptiPlex-GX270:~$ xrandr
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
mike@mike-OptiPlex-GX270:~$ cvt 1280 1024
# 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
mike@mike-OptiPlex-GX270:~$ xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
mike@mike-OptiPlex-GX270:~$ xrandr --addmode VGA1 1280x1024_60.00
mike@mike-OptiPlex-GX270:~$ xrandr --output VGA1 --mode 1280x1024_60.00
How do I make these changes permanent? I have read related threads but need step by step instructions for my specific setup.
Also, I want to continue using LightDM because the computer only has 1.5 gb ram.
Thanks in advance.