DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Reconfigure Screen Resolution On Linux
When linux mints screen resolution does not provide with higher resolutions do this
reconfigure the x server for higher resolution
sudo dpkg-reconfigure -phigh xserver-xorg
then restart the x server
ctrl + alt + backspace





