You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “How can I get to and edit xorg.conf and Sessions -> Startup Programs if Gnome won’t start in Debian Linux?”.
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “How can I get to and edit xorg.conf and Sessions -> Startup Programs if Gnome won’t start in Debian Linux?”.
Use vi to edit the file.
You don’t need X to edit a file with vi.
Learn a UNIX shell — you’ll be much more marketable if you know how to do things from a shell than if you’re GUI dependent.
http://kb.iu.edu/data/adxz.html
Report Spam/Abuse
If you don’t want to take the time to learn how to use vi or vim, nano is an easier solution, and comes installed on most distros.
nano /etc/X11/xorg.conf
Works more like a notepad than vi does.
http://kb.iu.edu/data/adxz.html
Report Spam/Abuse