Results 1 to 10 of 13
I just recently installed xubuntu.but when i start the OS,there is only a terminal.
how can i change the terminal interface into GUI!
every reply is appreciate!...
- 09-14-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 18
help,about xubuntu
I just recently installed xubuntu.but when i start the OS,there is only a terminal.
how can i change the terminal interface into GUI!
every reply is appreciate!
- 09-14-2009 #2
Execute startx command and post error message, if any.
Post the output of this too :
Code:sudo lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-14-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 18
thanks
thanks for your reply!
when excute "startx",it show me
sudo lspci |grep -i vgaCode:Fatal Server error: Server is already active for display 0 If this server is no longer running,remove /tmp/.X0-lock and start again. Please consult the The X.Org Foundation support at ... for help. ddxSigGiveUp:Closing log
grep -i driver /etc/X11/xorg.confCode:00:0f. VGA compatible controller:VMware SVGA II Adapter
what can i do now?Code:grep:/etc/X11/xorg.conf:No such file or directory
- 09-14-2009 #4
Execute this
Paste this code in file :Code:sudo nano /etc/X11/xorg.conf
Save file ( Press Ctrl+X, Y and hit Enter key ) and reboot machine.Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 30-71 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-14-2009 #5Just Joined!
- Join Date
- Sep 2009
- Posts
- 18
I do it follow you method!
and it looks like a command line model.but still can't using "sudo startx" to start the GUI!
- 09-14-2009 #6
Do not use sudo with startx. Execute startx command only.
Post output here.Code:startx
Have you checked the contents of xorg.conf file again? Is there any typo?
Code:less /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-14-2009 #7Just Joined!
- Join Date
- Sep 2009
- Posts
- 18
thank you for patience!
Execute start command,it list this:
I am sure that my xorg.conf is correct.Code:mktemp:failed to create file via template '/tmp/serverauth.XXXXXXXXXX':Read -only file system /usr/bin/startx:line 157:cannot create temp file for here-document:Read-only file system xauth:error in locking authority file /root/.Xauthority /usr/bin/startx:line 173:cannot create temp file for here-document:Read-only file system xauth:error in locking authority file /root/.Xauthority /usr/bin/startx:line 173:cannot create temp file for here-document:Read-only file system X: cannot stat /tmp/.X11-unix(No such file or directory),aborting. 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 /root/.Xauthority
- 09-14-2009 #8
Are you running startx command as root user?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-14-2009 #9Linux Newbie
- Join Date
- Mar 2008
- Location
- England, Manchester.
- Posts
- 114
When it says this for me I press CTRL+ALT+F7 and it pops right up...Server is already active for display 0
- 09-15-2009 #10
Execute this
Post output here.Code:df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
