
コンピューターに x11vnc サーバーをセットアップし、リモート デスクトップ クライアント経由で問題なくアクセスできます。ただし、一度にアクセスできるのは 1 つだけです (つまり、ラップトップではアクセスできますが、ラップトップとタブレットの両方で同時にアクセスすることはできません)。
このためには、vncserver を起動するときに渡す必要のあるスイッチがありますか、それとも私が見逃した x11vnc の制限だけですか?
答え1
からman x11vnc
-shared
VNC display is shared, i.e. more than one viewer can connect at
the same time (default off).
-once
Exit after the first successfully connected viewer disconnects,
opposite of -forever. This is the Default.
-forever
Keep listening for more connections rather than exiting as soon
as the first client(s) disconnect. Same as -many
だからあなたはおそらく-shared -forever