Results 1 to 3 of 3

Thread: X -configure

  1. #1
    Join Date
    Nov 2009
    Beans
    7

    X -configure

    Hi I would like to change the depth of my screen to 32 bit, But I have no X11/xorg.conf file to edit. Apparently this is not needed in ubuntu, then I have tried to get one by typing
    sudo X -configure
    but I get this error message:
    _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
    _XSERVTransMakeAllCOTSServerListeners: server already running

    Fatal server error:
    Cannot establish any listening sockets - Make sure an X server isn't already running

    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.

    ddxSigGiveUp: Closing log

    I then look at /var/log/Xorg.0.log and get again
    _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
    _XSERVTransMakeAllCOTSServerListeners: server already running

    Fatal server error:
    Cannot establish any listening sockets - Make sure an X server isn't already run
    ning

    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional informati
    on.

    (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
    (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
    (WW) xf86OpenConsole: VT_GETSTATE failed: Bad file descriptor
    ddxSigGiveUp: Closing log

    Does anyone have an idea of what could I do?

  2. #2
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: X -configure

    Quote Originally Posted by martolinacorsica View Post
    Fatal server error:
    Cannot establish any listening sockets - Make sure an X server isn't already running

    ...

    Does anyone have an idea of what could I do?
    Try to do what it tells you to. Stop the running x server:
    Code:
    sudo service gdm stop
    Then login in the virtual terminal and run the command:
    Code:
    sudo X -configure

  3. #3
    Join Date
    Nov 2009
    Beans
    7

    Re: X -configure

    THanks!!
    It worked, I could generate the new xorg.conf file, put it in the correct directory /etc/X11
    and edit it.

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
  •