Para iniciar uma nova sessão X em tty8, passe para tty1 (ou 2-6) e digite
startx -- :1
Digamos, por exemplo, que eu queira executar um aplicativo opengl de tela inteira no tty8 e ter meu desktop GNOME padrão no tty7. Como posso configurar o Ubuntu para atender aos meus requisitos?
Para iniciar uma nova sessão X em tty8, passe para tty1 (ou 2-6) e digite
startx -- :1
Você pode tentar isso
Então, no arquivo: /etc/X11/gdm/gdm.conf
por favor mencione que você vai gostar em ambos: 0 e: 1 Isso deve ser indicado da seguinte forma:
... [servers] # These are the standard servers. You can add as many you want here # and they will always be started. Each line must start with a unique # number and that will be the display number of that server. Usually just # the 0 server is used. 0=Standard 1=Standard # Note the VTAllocation and FirstVT keys on linux and freebsd. # Don't add any vt<number> arguments if VTAllocation is on, and set FirstVT to # be the first vt available that your gettys don't grab (gettys are usually # dumb and grab even a vt that has already been taken). Using 7 will work # pretty much for all linux distributions. VTAllocation is not currently # implemented on anything but linux and freebsd. Feel free to send patches. # X servers will just not get any extra arguments then. # ...
Extraído do link . Isso é de 2005, mas deve funcionar.
Tags command-line xorg tty