Find the answer to your Linux question:
Results 1 to 4 of 4
Hi to all and thanks in advance. i have 2 questions. 1. Normally in linux we have 6 cli base terminals and 1 gui base terminal but is it possible ...
  1. #1
    Just Joined!
    Join Date
    Sep 2011
    Posts
    14

    Question multiple gui terminals in linux

    Hi to all and thanks in advance.

    i have 2 questions.

    1. Normally in linux we have 6 cli base terminals and 1 gui base terminal but is it possible to get more then one gui base terminals.

    2. Can please any one explain me how graphics get load in linux.

  2. #2
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    I think what you are referring to are Virtual (console) Terminals (i.e., the "6 cli base terminals"), and the "gui base terminal" is the graphical desktop (i.e., Gnome or KDE), which runs on top of an X server. Is this right?

    If so, then, yes, you can configure your system to run multiple X servers with graphical desktops. Are you sure that is what you want, though? That would only be ideal to share a workstation locally b/t multiple users that need to be logged in at the same time. You may want XDMCP, which would allow remote graphical logins or VNC (and related) which does roughly the same thing.

  3. #3
    Just Joined!
    Join Date
    Sep 2011
    Posts
    14
    @atreyu

    Yes you are right I am asking for same thing but i want multiple graphical desktop on one system where user can switch between terminals normal by using ctrl+alt+fx key

  4. #4
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Okay, to test it out, go to one of your virtual terminals (e.g., Ctrl+Alt+F1 - F6) and:

    1. log in as some user
    2. start an X session manually:
    Code:
    startx -- :2
    A new X server should now be running. The default desktop session for that user should be running on top of it. You should automatically be switched to it, too. It is likely running on VT8 ( e.g., Ctrl+Alt+F8 ).

    Once that is working, get it to work automatically by configuring your graphical login manager (e.g., gdm). It's been a while, but I think you can do this by editing /etc/gdm/custom.conf but it varies by distro.

Posting Permissions

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