Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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!...
  1. #1
    Just 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!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just Joined!
    Join Date
    Sep 2009
    Posts
    18

    Unhappy thanks

    Quote Originally Posted by devils casper View Post
    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
    thanks for your reply!
    when excute "startx",it show me
    Code:
    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
    sudo lspci |grep -i vga
    Code:
    00:0f. VGA compatible controller:VMware SVGA II Adapter
    grep -i driver /etc/X11/xorg.conf
    Code:
    grep:/etc/X11/xorg.conf:No such file or directory
    what can i do now?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo nano /etc/X11/xorg.conf
    Paste this code in file :
    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
    Save file ( Press Ctrl+X, Y and hit Enter key ) and reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just 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!

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Do not use sudo with startx. Execute startx command only.
    Code:
    startx
    Post output here.

    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

  7. #7
    Just Joined!
    Join Date
    Sep 2009
    Posts
    18
    thank you for patience!
    Execute start command,it list this:
    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
    I am sure that my xorg.conf is correct.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  9. #9
    Linux Newbie
    Join Date
    Mar 2008
    Location
    England, Manchester.
    Posts
    114
    Server is already active for display 0
    When it says this for me I press CTRL+ALT+F7 and it pops right up...

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    df -h
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...