Results 1 to 3 of 3

Thread: xorg.conf messed up, no backups...

  1. #1
    Join Date
    Mar 2008
    Beans
    175

    xorg.conf messed up, no backups...

    Is there a way to restore xorg.conf to it's original state after instalation?

    Yes, I've done sudo dpkg-reconfigure -phigh xserver-xorg with no success.

    Yes, the machine works, but the touchpad is driving me crazy. Don't tell me to install gsynaptics eihter, I just want the original xorg.conf back. Is there a way to have it back without reinstalling?

  2. #2
    Join Date
    Mar 2006
    Location
    Nerderlands
    Beans
    1,349
    Distro
    Ubuntu

    Re: xorg.conf messed up, no backups...

    uhm, the way get it back is with what you tried..
    leave out the-phigh to do a full setup
    "Please choose a different password, the one you have chosen is in use by UID 1432"

  3. #3
    Join Date
    Mar 2008
    Beans
    175

    Re: xorg.conf messed up, no backups...

    If it should produce the following:
    Code:
    Section "Device"
            Identifier      "Configured Video Device"
            Option          "UseFBDev"              "true"
    EndSection
    
    Section "Monitor"
            Identifier      "Configured Monitor"
    EndSection
    
    Section "Screen"
            Identifier      "Default Screen"
            Monitor         "Configured Monitor"
            Device          "Configured Video Device"
    EndSection
    Then guess I am out of luck...

Bookmarks

Posting Permissions

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