4
5

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.

RasberryPIにxrdpで繋がらない?ログインできない?

Posted at

記事に書いた通りなのですがRaspberry Pi4にxrdpを入れてRDP接続したいです。それが何でか上手く行かずググったら対処法があったのでそれを記載します。

問題点

xrdpのログイン画面が表示されアカウント情報を入れてもずっとブランクスクリーンのままです。それでも辛抱強く待っていると以下のようなエラーが出ます。
ooo.jpg

解決策

こちら1に書かれている事をやったら治りました。
以下のよにデバイスが指定されている部分を消せば良いらしいです。

/etc/X11/xrdp/xorg.conf
# Option "DRMDevice" "/dev/dri/renderD128"
Option "DRMDevice" ""

これでちゃんとログインしデスクトップが表示されました。
hhh.jpg

検索用

xrdp rdp リモートデスクトップ Rasberry Pi4
connecting to sesman ip 127.0.0.1 port 3350
sesman connect ok

  1. My raspberry pi 4B can't use xrdp connection #2060

4
5
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
4
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?