¿Cómo puedo iniciar una sesión X diferente en tty8?

14

Digamos, por ejemplo, que quiero ejecutar una aplicación opengl de pantalla completa en tty8 y tener mi escritorio GNOME estándar en tty7. ¿Cómo puedo configurar Ubuntu para cumplir mis requisitos?

risteristevski
fuente

Respuestas:

7

Para comenzar una nueva sesión X en tty8, pase a tty1 (o 2-6) y escriba

startx -- :1
nada especial
fuente
Esto funciona, pero el sonido y el teclado todavía están conectados al anterior. Cuando cambio al otro terminal, no puedo usar el teclado y el sonido no aparece. Pero el mouse funciona
balki
0

Puedes probar esto

Entonces, en el archivo: /etc/X11/gdm/gdm.conf

por favor mencione que le gustará tanto en: 0 como en: 1 Eso debe indicarse de la siguiente manera:

   ...
   [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 de http://ubuntuforums.org/showthread.php?t=86451 . Esto es de 2005 pero debería funcionar.

Willian Girhad
fuente
Este archivo de configuración: /etc/X11/gdm/gdm.conf no está en la ubicación indicada en la respuesta.
bambuntu