Fail to start X

Discussion in 'Installation/Configuration' started by satimis, Jul 25, 2007.

  1. satimis

    satimis Member

    Hi folks,


    Ubuntu 7.04 server amd64

    After login
    $ startx
    Code:
    xauth: creating new authority file /home/satimis/.serverauth.4535
    
    X: cannot stat /etc/X11/X (No such file or directory), aborting.
    giving up.
    xinit:  Connection refused (errno 111): unable to connect to X server
    xinit:  No such process (errno 3):  Server error.
    
    $ ls /etc/X11/
    Code:
    rgb.txt  
    xinit
    xkb
    Xresources
    Xsession
    Xsession.d
    Xsession.options
    Xwrapper.config
    
    Whether I need to create xorg.conf manually? Is there a sample for this server?


    TIA


    B.R.
    satimis
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. briealeida

    briealeida New Member

    Type xorgconfig or xorgsetup to generate your own xorg.conf file.
     
  4. satimis

    satimis Member

    Hi folks,


    Tks for your advice.

    My problem was caused by w/o X packages installed.

    After running;

    $ sudo apt-get install xorg xterm menu fluxbox firefox
    $ sudo update-menus
    $ sudo dpkg-reconfigure xserver-xorg

    X starts with a light-weight desktop running.


    B.R.
    satimis
     
  5. briealeida

    briealeida New Member

    Sure thing. Glad you're good to go!
     

Share This Page