Results 1 to 6 of 6
In the process of configuring my graphics tablet, I tampered with the xorg.conf file and Ubuntu now freezes at the splash screen. Uh oh! Big trouble!
Good thing I dual ...
- 10-30-2010 #1Linux Newbie
- Join Date
- May 2010
- Posts
- 125
Fatally edited xorg.conf file; Ubuntu bricked!
In the process of configuring my graphics tablet, I tampered with the xorg.conf file and Ubuntu now freezes at the splash screen. Uh oh! Big trouble!
Good thing I dual boot with XP otherwise my computer would be bricked now!
Precise changes involved:
Under Section "Devices" (same section as where nvidia details occur), I inserted:
Tell me what to do to restore xorg.conf, or get Ubuntu working again otherwise! Help!InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only
InputDevice "touch" "SendCoreEvents" # Only a few TabletPCs support this type
InputDevice "pad" # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
Please be mindful I cannot get into Ubuntu. Whatever solution you have may have to be a meta-Desktop solution, that is outside of the Desktop environment...Last edited by lindsey; 10-30-2010 at 09:53 AM.
- 10-30-2010 #2
Can you press ctrl + alt + f1 to get to a terminal?
If so log in as yourself and run the following commands to rename xorg.conf and reboot
cd /etc/X11/
sudo mv xorg.conf xorg.saved
sudo shutdown -r nowIf we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 10-30-2010 #3
- 10-31-2010 #4
You could run the Ubuntu live cd, mount the root partition (/) of your Ubuntu installation (the one installed on the hard drive) and edit xorg.conf.
- 11-01-2010 #5Linux Newbie
- Join Date
- May 2010
- Posts
- 125
- 11-03-2010 #6


Reply With Quote
