Ubuntu 12.04 can be started in console mode (without GUI) by adding the file /etc/init/lightdm.override with the content manual:
echo manual | sudo tee -a /etc/init/lightdm.override
When I start Ubuntu in console mode, however, there are three odd things happening:
The command
startxreads my.xsessionfile (rather than.xinitrc).My
.Xmodmapwith key mappings is no longer read.When I exit X Windows the computer hangs with a black screen.
Any clues?
quiet splashtotext--startxworks perfectly then. – izx Jun 16 '12 at 10:31sudo service lightdm start.. – izx Jun 16 '12 at 11:00