Results 1 to 5 of 5
I installed the latest version of Ubuntu server today. Installed it and it booted to the shell screen. I entered the command startX and sudo startx. Both got the same ...
- 02-18-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Help please!
I installed the latest version of Ubuntu server today. Installed it and it booted to the shell screen. I entered the command startX and sudo startx. Both got the same error message:
[1]exec: 5: /usr/bin/X11/X: not found
[2]xinit: server error
I currently have it configured for virtual private hosting.
Scanned the disk and it had no errors.
System Specs:
Intel Pentium 4 Processor 1.90GHz
256MB RAM
Nvidia G-Force 2 MX (G-force not geforce)
20GB IDE hard drive
Any ideas on what causing this message?Last edited by Kylej866; 02-19-2009 at 12:35 AM. Reason: no one reads normal titles it has to be noobish like "HELP PLZ" before people will read it.
- 02-19-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Update:
Entered the code:
[1]sudo apt-get update
[2]random data
[3]sudo apt-get upgrade
[4] updated
[5]sudo reboot
Reboot
[1]startx
[2]xauth: /home/serv01/.Xauthority not writable, changes will be ignored
[3]xauth: error in locking authority file /home/serv01/.Xauthority (repeated 3 times)
[4]exec: 5: /usr/bin/X11/X: not found
[5]xinit: server error.
[6]same as line 3
- 02-19-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
please! Any help is apprciated!
- 02-19-2009 #4
For Gnome Desktop
Code:sudo apt-get install ubuntu-desktop
Make sure your universe/multiverse repository is enabled. I'm not sure if doing sudo apt-get update , and get- upgrade does the trick but if you get a desktop after after typing in startX then its enabled.
To keep from typing startx all the time
Gdm is what handles your x system starting automatically instead of entering start x at the command line each time you boot. The reconfigure runs the xserver setup so you can configure your system monitor, video card etcCode:sudo apt-get install ubuntu-desktop sudo apt-get install gdm sudo /etc/init.d/gdm start sudo dpkg-reconfigure xserver-xorg
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 02-19-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Thanks! Works perfectly now


Reply With Quote