*[[Raspberry Pi 3へのCentOS7のインストール Xwindow編>Raspberry Pi 3へのCentOS7のインストール Xwindow編]] [#jad650b3] **はじめに [#k63d2b82] > >Raspberry Pi 3のCentOSにGNOMEを追加します。 < **当初の問題 [#nf0c36f5] > まず、関連パッケージを入れます。 >まず、関連パッケージを入れます。 < # yum -y groupinstall x11 legacy-x # yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts" # yum -y install xterm # yum -y groupinstall gnome # yum -y install xorg-x11-server* > >問題発生:firewall-configがインストール不可。(使用しないんで、skip) >問題発生:startxでエラー >原因?:https://www.centos.org/forums/viewtopic.php?t=55708 At the moment, we just built "Minimal" images, as that was the first goal and lot of people wanted to run those in "appliance" mode. While we have built almost the whole distro, some packages failed to build , and the "desktop" role was not tested for armhfp/armv7hl If you're interested in having a look at this, and contribute, feel free to browse the build logs (http://armv7.dev.centos.org/report.html) and join the centos arm-dev list (https://lists.centos.org/mailman/listinfo/arm-dev) < > >この時点では、Minimalしかサポートされていません。そのうち、GUIをサポートされるまで待ちます。 < **GNOME/KDEがサポート [#xf5a3ddf] > >2019/08/04に何げなく、linux/centos-altarch/7.6.1810/isos/armhfp を見るとありました。 0_README.txt 2018-12-03 23:47 313 0_README.txt 2018-12-03 23:47 313 CentOS-Userland-7-armv7hl-RaspberryPI-GNOME-1810-sda.raw.xz 2018-11-27 22:17 783M CentOS-Userland-7-armv7hl-RaspberryPI-KDE-1810-sda.raw.xz 2018-11-27 22:28 775M CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-1810-sda.raw.xz 2018-11-27 22:31 220M CentOS-Userland-7-armv7hl-RootFS-Minimal-1810-sda.raw.xz 2018-11-27 22:36 411M CentOS-Userland-7-armv7hl-generic-GNOME-1810-sda.raw.xz 2018-11-27 21:52 959M CentOS-Userland-7-armv7hl-generic-KDE-1810-sda.raw.xz 2018-11-27 22:03 945M CentOS-Userland-7-armv7hl-generic-Minimal-1810-sda.raw.xz 2018-11-27 22:07 431M sha256sum.txt >2018/11にはできていたようです。 < **気を取り直して、再度インストール [#k65d0d75] つづく tst