The gui tool for xrandr doesn't save the configuration. We'll add xrandr to the autostart file so it starts at bootup before you login.
We begin by opening lxterminal and test the command you will be entering to make sure it gives the resolution you want.
Reboot so resolution is not what you desire,open lxterminal at the prompt type:Add entry to autostart:
Code:
sudo nano -B /etc/xdg/lxsession/Lubuntu/autostart
Add whats in bold,ctrl+x,y,enter to save.
Code:
@nm-applet
@lxpanel --profile Lubuntu
@xscreensaver -no-splash
@gnome-power-manager
@pcmanfm --desktop --profile lubuntu
@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
@xrandr -s 1024x768
Reopen nano to verify:up key,enter,verify,ctrl+x to close.
Reboot
If you make an error,restore the backup:
Code:
sudo cp /etc/xdg/lxsession/Lubuntu/autostart~ /etc/xdg/lxsession/Lubuntu/autostart
Bookmarks