catfishsushi
so you still have only a TTY on boot?
-> login
cd /etc/X11/xorg.conf.d
(-> cd = change directory)
- now that you are in your xorg.conf.d directory type
ls
to list the content of the directory. You should see your
20-intel.conf file
you can just use nano again to edit the file. Looking at your content, i thing there can only be one line for Option "AccelMethod"
. Two lines, one with option sna
and another with option uxa
doesn't seem right.
But first, i would remove your /etc/X11/xorg.conf.d/20-intel.conf and /etc/X11/xorg.conf (if exist). Or maybe just rename it to 20-intel.conf.bak / xorg.conf.bak first
renaming on TTY can be done via the mv
command, so it would be:
sudo mv /etc/X11/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.d/20-intel.conf.bak
for example
If both, 20-intel.conf and xorg.conf are renamed, you should reboot (sudo reboot
) and get to a GUI again.
By the way, the TAB
key is your friend on TTY for auto-completion. Just type the first letters of a folder/file and the TAB
key auto-completes - misspelling is no problem anymore π