Comment puis-je démarrer une session X différente sur tty8?

14

Disons, par exemple, que je veux exécuter une application OpenGL plein écran sur tty8 et avoir mon bureau GNOME standard sur tty7. Comment puis-je configurer Ubuntu pour répondre à mes besoins?

risteristevski
la source

Réponses:

7

Pour démarrer une nouvelle session X sur tty8, passez à tty1 (ou 2-6) et tapez

startx -- :1
rien de spécial
la source
Cela fonctionne mais le son et le clavier sont toujours connectés à l'ancien. Lorsque je passe à l'autre terminal, je ne peux pas utiliser le clavier et le son n'apparaît pas. Mais la souris fonctionne
quand
0

Vous pouvez essayer ceci

Donc, dans le fichier: /etc/X11/gdm/gdm.conf

veuillez mentionner que vous l'aimerez dans les deux: 0 et: 1 Cela devrait être indiqué comme suit:

   ...
   [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.
   #
   ...

Extrait de http://ubuntuforums.org/showthread.php?t=86451 . Cela date de 2005 mais ça devrait marcher.

Willian Girhad
la source
Ce fichier de configuration: /etc/X11/gdm/gdm.conf n'est pas à l'emplacement indiqué dans la réponse.
bambuntu