1 2 3 4 5 | 1. switch to console mode: Alt+Ctrl+F1 2. kill x server: sudo service lightdm stop 3. generate new xorg.conf file: sudo X -configure -- this will create xorg.conf.new file in your current dir 4. rename and move: sudo mv xorg.conf.new /etc/X11/xorg.conf 5. return to GUI: sudo start lightdm |