Katakanlah, misalnya, saya ingin menjalankan aplikasi pembuka layar penuh pada tty8 dan memiliki desktop GNOME standar saya di tty7. Bagaimana saya bisa mengkonfigurasi Ubuntu untuk memenuhi persyaratan saya?
Katakanlah, misalnya, saya ingin menjalankan aplikasi pembuka layar penuh pada tty8 dan memiliki desktop GNOME standar saya di tty7. Bagaimana saya bisa mengkonfigurasi Ubuntu untuk memenuhi persyaratan saya?
Jawaban:
Untuk memulai sesi X baru di tty8, turun ke tty1 (atau 2-6) dan ketik
startx -- :1
Anda bisa mencoba ini
Jadi, dalam file: /etc/X11/gdm/gdm.conf
tolong sebutkan bahwa Anda akan menyukainya di kedua: 0 dan: 1 Itu harus ditunjukkan sebagai berikut:
... [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. # ...
Diambil dari http://ubuntuforums.org/showthread.php?t=86451 . Ini dari 2005 tetapi harus bekerja.