14
14

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 5 years have passed since last update.

Raspberry Pi でリモートデスクトップ

Posted at

xrdp をインストール

以下のサイトを参考に実施

$ sudo apt-get install xrdp

Windows で
「アクセサリ」-「リモートデスクトップ接続」

キーボードの設定

リモートデスクトップで、キーボードが英語になっている

以下のサイトを参考に実施

$ cd /etc/xrdp/
$ sudo wget http://w.vmeta.jp/temp/km-0411.ini #設定ファイルのダウンロード
$ sudo ln -s km-0411.ini km-e0010411.ini
$ sudo ln -s km-0411.ini km-e0200411.ini
$ sudo ln -s km-0411.ini km-e0210411.ini

reboot

日本語キーボードが使えるようになった

14
14
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
14
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?