태그 보관물: tty

tty

tty8에서 다른 X 세션을 시작하려면 어떻게해야합니까? 예를 들어, tty8에서 전체 화면 opengl 응용

예를 들어, tty8에서 전체 화면 opengl 응용 프로그램을 실행하고 tty7에서 표준 그놈 데스크탑을 갖고 싶다고 가정 해 봅시다. 요구 사항에 맞게 Ubuntu를 구성하려면 어떻게해야합니까?



답변

tty8에서 새 X 세션을 시작하려면 tty1 (또는 2-6)으로 이동하여 다음을 입력하십시오.

startx -- :1

답변

당신은 이것을 시도 할 수 있습니다

따라서 파일에서 : /etc/X11/gdm/gdm.conf

u를 : 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 년부터이지만 작동해야합니다.


답변