Announcement

Collapse
No announcement yet.

How to start the gui if you have a command prompt?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to start the gui if you have a command prompt?

    Hi,

    How can I start the GUI when I only have a command prompt?
    Thanx<br />Ryno<br /><br />Os = Kubuntu 9.10, Kde 4 dual boot with Win Xp<br />Linux user # 471903<br />Kubuntu user # 22225<br /><br />If you can see yourself as God does than you will have no limitations.

    #2
    Re: How to start the gui if you have a command prompt?

    I don't know your situation exactly but,

    First, X server should be installed. If you didn't install the X server, you can install the X server using this command: sudo apt-get install xserver-xorg

    If you already installed the X server, the driver for the graphic card must be installed and configured.

    Then, you can start X using 'startx' or through KDM, /etc/init.d/kdm start.

    I'm not a native speaker of English, sorry for my poor English.

    Comment


      #3
      Re: How to start the gui if you have a command prompt?

      @pcandme that's better English than half the Americans I know could write :-X


      OK, to continue the thought .... if the X server is installed and configured appropriately for your graphics chip, then from the command prompt:

      Code:
      sudo /etc/init.d/kdm start
      is the official method, and (as a user)

      Code:
      startx
      will work too.

      Comment


        #4
        Re: How to start the gui if you have a command prompt?

        If you use kdm-kde4 rather than kdm, in case someone has a similar issue with kde4,

        you'll need to do this:

        sudo /etc/init.d/kdm-kde4 start

        Comment

        Working...
        X