Jak mogę rozpocząć inną sesję X na tty8?


14

Załóżmy na przykład, że chcę uruchomić pełnoekranową aplikację opengl na tty8 i mieć mój standardowy pulpit GNOME na tty7. Jak mogę skonfigurować Ubuntu, aby spełniał moje wymagania?

Odpowiedzi:


7

Aby rozpocząć nową sesję X na tty8, upuść na tty1 (lub 2-6) i wpisz

startx -- :1

Działa, ale dźwięk i klawiatura są nadal podłączone do starej. Kiedy przełączam się na inny terminal, nie mogę korzystać z klawiatury i dźwięk się nie wyświetla. Ale mysz działa
balki,

0

Możesz tego spróbować

Tak więc w pliku: /etc/X11/gdm/gdm.conf

proszę wspomnieć, że spodoba ci się to w: 0 i: 1 Należy to zaznaczyć w następujący sposób:

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

Wyodrębniono z http://ubuntuforums.org/showthread.php?t=86451 . To jest z 2005 roku, ale powinno działać.


Ten plik konfiguracyjny: /etc/X11/gdm/gdm.conf nie znajduje się w miejscu podanym w odpowiedzi.
bambuntu
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.