I've just installed Ubuntu 13.10 through the installer on a Lenovo Thinkpad S540. I had no problems with the graphical installer.
However, after rebooting, X doesn't start. I just get a "The system is running in low graphics mode" error.
The graphics card is a "Intel Corporation Haswell-ULT Integrated Graphics Controller".
I've tried updating from the X-swat PPA as per instructions here: https://askubuntu.com/a/218095/258364. Made no difference.
It also fails if I reboot in "failsafe" mode.
Any ideas on what I can try? Thanks.
sudo gedit /etc/default/grub
ifGRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
nomodeset exists then delete it and runsudo update-grub
andsudo update-initramfs -u
– kenn Mar 19 '14 at 12:40nomodeset
option specified in/etc/default/grub'
(also, gedit doesn't work so well when X doesn't start). – user3364825 Mar 19 '14 at 12:43rm /etc/X11/xorg.conf.failsafe
? – kenn Mar 19 '14 at 13:18/etc/X11/xorg.conf.failsafe
doesn't make any difference, unfortunately. – user3364825 Mar 19 '14 at 13:33