0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Android端末にVNCサーバーを入れる

Posted at

UserLandでVNCを選択してインストールすると、簡単に他の端末からVNC表示することができます。

UbuntuですとRemminaが対応しています。

vnc:192.168.xxx.xxx:51
もしくは
vnc:192.168.xxx.xxx:5951

ちなみにsshログインをした場合はvncは立ち上がらないので自前で動かします。

/support/startVNCServerStep2.sh

こちらのファイルの中にユーザー名やパスワードを設定できる部分があります。
もし、うまくログインができない場合は直接書き換えても良いかとは思います。

解像度の変更は
Debian の場合は ~/.vncrc、Ubuntu の場合は ~/.vnc/tightvncserver.conf に下記の内容を書き込みます。

$geometry = "1600x900"

Webカメラが使用できないのでアレですが、opencvとかGUI系が動きます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?