I ran Ubuntu 13.10 with a startup script that had three xrandr commands in it to add a screen resolution that Ubuntu couldn't detect. After upgrading to Ubuntu 14.04, the system freezes on startup. All I can do is enter terminal mode and type commands.
I think the problem is in the startup script. How do I disable my startup script from the command line?
I tried deleting the original shell file but apparently Ubuntu copied the file elsewhere when I defined it as one of my startup scripts, and the system still freezes on startup.
grep -rH 'myuniquephrase .
to search the whole filesystem for any files containing that phrase. – bain May 08 '14 at 18:14adduser
can you log in (graphical) as that user? You could also try How do I reset my Unity configuration?. – bain May 08 '14 at 22:40