The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 2,161β€…    Votes:  1β€…    βœ… Solution
Tags: 16.04   boot   dual-boot   xorg   grub  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1019376
Title: Ubuntu 16.04 wont boot after changing xorg.conf files
ID: /2018/03/26/Ubuntu-16.04-wont-boot-after-changing-xorg.conf-files
Created: March 26, 2018
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


You don’t want to delete Ubuntu files from within Windows. The old trusted program for doing that, [Ext2Fs][1], has bricked many Linux partitions recently.

Boot into grub and selected Advanced Options. Then select the recovery option for the most recent kernel. Login to the console and then use:

$ locate xorg.conf.d
/etc/X11/xorg.conf.d
/etc/X11/xorg.conf.d/20-intel.conf
/etc/X11/xorg.conf.d/20-nvidia.conf
/usr/share/X11/xorg.conf.d
/usr/share/X11/xorg.conf.d/10-amdgpu.conf
/usr/share/X11/xorg.conf.d/10-evdev.conf
/usr/share/X11/xorg.conf.d/10-quirks.conf
/usr/share/X11/xorg.conf.d/11-evdev-quirks.conf
/usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf
/usr/share/X11/xorg.conf.d/50-synaptics.conf
/usr/share/X11/xorg.conf.d/50-vmmouse.conf
/usr/share/X11/xorg.conf.d/50-wacom.conf
/usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
/usr/share/man/man5/xorg.conf.d.5.gz

Find the file in question on the list and use rm -f /path/filename to remove it. Then type reboot. [1]: http://e2fsprogs.sourceforge.net/ext2.html

⇧ echo "hello" >&0 | > file.txt doesn't write to file.txt Extract one element from lines of a text file  β‡©