Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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:

    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
    Tell me what to do to restore xorg.conf, or get Ubuntu working again otherwise! Help!

    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.

  2. #2
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    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 now
    If 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.

  3. #3
    Linux Newbie
    Join Date
    May 2010
    Posts
    125
    Quote Originally Posted by elija View Post
    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 now
    No, I'm afraid not. What now?

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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.

  5. #5
    Linux Newbie
    Join Date
    May 2010
    Posts
    125
    Quote Originally Posted by daark.child View Post
    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.
    Worked! Was worried about permissions at first but on the live Desktop environment, inputting the default root password (provided in the terminal) allows you to edit stuff as root.

    With thanks!
    Lindsey

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    I'm glad it worked for you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...