Come posso iniziare una sessione X diversa su tty8?


14

Diciamo, per esempio, che voglio eseguire un'applicazione opengl a schermo intero su tty8 e avere il mio desktop GNOME standard su tty7. Come posso configurare Ubuntu per soddisfare i miei requisiti?

Risposte:


7

Per iniziare una nuova sessione X su tty8, passare a tty1 (o 2-6) e digitare

startx -- :1

Funziona ma il suono e la tastiera sono ancora collegati a quello vecchio. Quando passo all'altro terminale, non riesco a usare la tastiera e l'audio non viene visualizzato. Ma il topo funziona però
balki

0

Puoi provare questo

Quindi, nel file: /etc/X11/gdm/gdm.conf

per favore menziona che ti piacerà in entrambi: 0 e: 1 Questo dovrebbe essere indicato come segue:

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

Estratto da http://ubuntuforums.org/showthread.php?t=86451 . Questo è del 2005 ma dovrebbe funzionare.


Questo file di configurazione: /etc/X11/gdm/gdm.conf non si trova nella posizione indicata nella risposta.
Bambuntu
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.