XServer Error could not create lock file

24,307

If you dropped to a root shell from the Ubuntu recovery mode, then the filesystem is mounted in read-only mode by default. You will probably need to re-mount with read-write permissions in order to allow X -configure to write the xorg.conf file:

mount -o remount,rw /

(note: there is no space between the remount and rw options - just a comma). Then try the X -configure command again.

Share:
24,307

Related videos on Youtube

MalteK
Author by

MalteK

Updated on September 18, 2022

Comments

  • MalteK
    MalteK almost 2 years

    I have tried to create a config file for my xserver with X -configure in the root shell (started ubuntu 14.04 in the save mode and selected root shell). But it puts out this Error:

    (EE) Fatal server error: (EE) Could not create lock file int /tmp/.tX0-lock (EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help (EE)

    • Panther
      Panther almost 10 years
      This can be a result of several problems including a full or faulty hard drive. For example askubuntu.com/questions/23353/ubuntu-boots-into-terminal . It could also be a permissions problem if you changed permissions or ownership of system files such at /tmp
    • MalteK
      MalteK almost 10 years
      Sorry it was actually /tmp/.tX0-lock I'll correct that immediatly.