Angenommen, ich möchte eine OpenGL-Vollbildanwendung auf tty8 ausführen und meinen GNOME-Standarddesktop auf tty7 haben. Wie kann ich Ubuntu so konfigurieren, dass es meinen Anforderungen entspricht?
Angenommen, ich möchte eine OpenGL-Vollbildanwendung auf tty8 ausführen und meinen GNOME-Standarddesktop auf tty7 haben. Wie kann ich Ubuntu so konfigurieren, dass es meinen Anforderungen entspricht?
Antworten:
Um eine neue X-Sitzung auf tty8 zu starten, wechseln Sie zu tty1 (oder 2-6) und geben Sie Folgendes ein
startx -- :1
Sie können dies versuchen
Also in der Datei: /etc/X11/gdm/gdm.conf
Bitte erwähne, dass es dir sowohl in: 0 als auch in: 1 gefallen wird. Das sollte wie folgt angegeben werden:
... [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. # ...
Aus http://ubuntuforums.org/showthread.php?t=86451 . Dies ist aus dem Jahr 2005, aber es sollte funktionieren.