Results 1 to 3 of 3

Thread: Lost xserver and gui...and hope.

  1. #1
    Join Date
    Feb 2011
    Location
    Tennessee, U.S.
    Beans
    82
    Distro
    Ubuntu 13.10 Saucy Salamander

    Cool Lost xserver and gui...and hope.

    Lately, I've had some issues with the xorg process using 100% of my cpu. So I ended the processes (obviously, in hindsight, it was an incredibly stupid thing to do). As soon as I ended it, my screen went black and turned into a fullscreen terminal. I rebooted a few times, and only have a fullscreen terminal, now. I used the "apt-get remove xserver-xorg" then "apt-get install xserver-xorg".
    This outputs "Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"

    Startx outputs:


    xauth: /home/*username*/.Xauthority not writable, changes will be ignored
    xauth: error in locking authority file /home/user/.Xauthority

    exec: 3: /usr/bin/X: not found
    giving up.
    xinit: no such file or directory (errno 2): unable to connect to X server
    xinit: no such process (errno 3): server error.
    xauth: error in locking authority file /home/user/.Xauthority

    Sudo startx gives the same output.

  2. #2
    Join Date
    Dec 2004
    Location
    Atlanta, GA USA
    Beans
    7,257
    Distro
    Ubuntu Development Release

    Re: Lost xserver and gui...and hope.

    Try
    Code:
    sudo apt-get install xorg
    you don't need to do sudo startx, just startx

  3. #3
    Join Date
    Feb 2011
    Location
    Tennessee, U.S.
    Beans
    82
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Lost xserver and gui...and hope.

    That output a long list of 'failed to fetch' items followed by:
    Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Tags for this Thread

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
  •