Setting and autoexecuting a custom screen resolution config on LUbuntu

If you are new to the LUbuntu distro, and decided to install the OS on a virtual machine, you might have experienced a small screen resolution applied to your OS. There is actually a work around for this, by going to > Preferences > Monitor Settings, and choosing your desired screen resolution on the drop down box there. But what if your screen resolution is not found within the selection? This guide will help you on how to: (1) How to utilize bash scripting to create and execute a resolution configuration and (2) How to automatically run the script once a user logs in.

I am using lubuntu on oracle vm, and my monitor's resolution is at: 1368p x 768p.

Installing Django (ver. 1.8) on Ubuntu 12.04 LTS


Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.


Disclaimer: I installed this in Ubuntu 12.04 LTS, which was in turn installed in a virtual machine.