MacからSSHでRaspberry Pi 3Bに接続しています。今、X Windowを立ち上げてRaspberry PiのデスクトップをMac側に表示したいと考えています。Raspberry PiのOSはDebian10.4です。
sudo startx
をしたところ以下のメッセージが表示されました。解決策を教えていただきたいです。
X.Org X Server 1.20.4 X Protocol Version 11, Revision 0 Build Operating System: Linux 4.15.0-48-generic armv8l Raspbian Current Operating System: Linux raspberrypi 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 bcm2708_fb.fbwidth=912 bcm2708_fb.fbheight=492 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=751705b3-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles Build Date: 05 June 2019 12:49:54PM xorg-server 2:1.20.4-1+rpt1 (https://www.debian.org/support) Current version of pixman: 0.36.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.1.log", Time: Thu Aug 13 02:21:04 2020 (==) Using system config directory "/usr/share/X11/xorg.conf.d" modprobe: FATAL: Module g2d_23 not found in directory /lib/modules/4.19.118-v7+
念のため、sudoをつけないでstartxしたときのメッセージも以下に書きます。
pi@raspberrypi:~ $ startx X.Org X Server 1.20.4 X Protocol Version 11, Revision 0 Build Operating System: Linux 4.15.0-48-generic armv8l Raspbian Current Operating System: Linux raspberrypi 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 bcm2708_fb.fbwidth=912 bcm2708_fb.fbheight=492 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=751705b3-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles Build Date: 05 June 2019 12:49:54PM xorg-server 2:1.20.4-1+rpt1 (https://www.debian.org/support) Current version of pixman: 0.36.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/home/pi/.local/share/xorg/Xorg.1.log", Time: Thu Aug 13 02:29:19 2020 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Fatal server error: (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied) (EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) Please also check the log file at "/home/pi/.local/share/xorg/Xorg.1.log" for additional information. (EE) (EE) Server terminated with error (1). Closing log file. xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error Couldn't get a file descriptor referring to the console
ラズパイに直接ディスプレイを繋いだ場合、そのstartxは実行できるんでしょうか
その場合できました。CUIからGUIに移りました。
基本的なことを聞いていいでしょうか?
Raspberry Pi 3BでstartxしたらMacの画面にどうなるはずなんでしょうか?
私はMac持ってないのでよく知りませんけど、↓な記事とかで出来そうに思いますよ
https://qiita.com/UedaTakeyuki/items/7cc0fc6011cb0448c070
ssh経由なので、若干負荷は高いかもしれませんけど...
とりあえずstartxはX Serverの起動+Xセッションの起動なので、Raspberry Piで起動する意味はないと思います。
>>dameoさん
startxするとMacにラズベリーパイのデスクトップ画面が表示されることを期待しています。
qiitaの記事通りにして、表示は少し異なるもののやりたいことは実現できました。
X Serverは画面表示を提供するサーバーです。Xクライアントアプリは意識するわけじゃないですが、描画をする度にX Serverと通信して表示しています。なので、ディスプレイのついてないRaspberry PiでX Serverを立ち上げても意味がないということです。ようはX Serverを立ち上げるならMac側ということです。
Mac持ってないのでMac上の仕組みは分かりませんが、記事の方法でもX11 Serverを使って表示してると思いますよ。
何にせよやりたいことが出来てよかったです。
回答1件
あなたの回答
tips
プレビュー