Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Question(s) about Ubuntu Server

  1. #11
    Join Date
    Sep 2011
    Beans
    17

    Re: Question(s) about Ubuntu Server

    Quote Originally Posted by Entilza View Post
    You can also run "startx" at the command line without running gdm it will not restart itself after logging out of the gui which I think you are looking for.
    hey,

    this is interesting. How do I go about using this startx. Could you please give me an example please

  2. #12
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Question(s) about Ubuntu Server

    Quote Originally Posted by Mistertuxedopants View Post
    hey,

    this is interesting. How do I go about using this startx. Could you please give me an example please
    if you are at cli and Xserver is configured then just:

    Code:
    startx
    just type it and it will being a new X (graphical session)

    similar to the gdm start option
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  3. #13
    Join Date
    Sep 2011
    Beans
    17

    Re: Question(s) about Ubuntu Server

    Quote Originally Posted by haqking View Post
    if you are at cli and Xserver is configured then just:

    Code:
    startx
    just type it and it will being a new X (graphical session)

    similar to the gdm start option
    so for this to work i would need ubuntu-desktop installed.

    How do i know if xserve is configured correctly?

    and when i want to end the graphical session what is command for that stopx (shot in the dark)

    thanks!

  4. #14
    Join Date
    Sep 2011
    Beans
    17

    Re: Question(s) about Ubuntu Server

    anybody?

  5. #15
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Question(s) about Ubuntu Server

    Quote Originally Posted by Mistertuxedopants View Post
    anybody?
    startx will start the Xserver, if it is not set up it will tell you so and then you can configure it.

    to end the graphical sessoin you can log out or drop to a console/runlevel

    using X to start then stop doesnt really work like that.

    if i was you i would use what i suggested before

    Code:
    etc/intit.d/gdm start
    Code:
    etc/init.d/gdm stop
    if you want a command to do it.

    I mean you could use kill with x.

    but its kind of weird way to do things.

    set it not to go into gui

    gdm start

    then gdm stop if you need to
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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