Скажімо, для прикладу, я хочу запустити повноекранну програму opengl на tty8 і мати свій стандартний робочий стіл GNOME на tty7. Як я можу налаштувати Ubuntu відповідно до моїх вимог?
Скажімо, для прикладу, я хочу запустити повноекранну програму opengl на tty8 і мати свій стандартний робочий стіл GNOME на tty7. Як я можу налаштувати Ubuntu відповідно до моїх вимог?
Відповіді:
Щоб розпочати новий X сеанс на tty8, опустіться до tty1 (або 2-6) і введіть
startx -- :1
Ви можете спробувати це
Отже, у файлі: /etc/X11/gdm/gdm.conf
будь ласка, зазначте, що вам сподобається і в обох: 0 та: 1 Це слід вказати так:
... [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. # ...
Витягнуто з http://ubuntuforums.org/showthread.php?t=86451 . Це з 2005 року, але це має працювати.