トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン

コンピュータ系/ソフトウェア/GNOME/インストール直後設定 の変更点

-make 後のメッセージより
--In order to get the GNOME Desktop running properly, you need to follow these manual steps:
++Enable the File Alteration Monitor.  See 'pkg_info -D fam' for more information.  If you chose to use gamin instead of fam, you do not need to take this step.
++Enable the system dbus daemon.  In order to do that, copy the /usr/pkg/share/examples/rc.d/dbus script to /etc/rc.d and add dbus=YES to your /etc/rc.conf file.
++Enable the hal daemon if GNOME has been built with the hal option (the default).  In order to do that, copy the /usr/pkg/share/examples/rc.d/hal script to /etc/rc.d and set hal=YES in your /etc/rc.conf file.
++Enable the cups daemon if you installed it.  In order to do that, copy the /usr/pkg/share/examples/rc.d/{cupsd,slpd} scripts to /etc/rc.d and set cupsd=YES and slpd=NO in your /etc/rc.conf file.
++Set up the gnome-screensaver PAM service by creating the /etc/pam.d/gnome-screensaver file.  You can use one of the files in /usr/pkg/share/examples/gnome-screensaver/pam.d as templates.
++Optionally enable the Avahi DNS Service Discovery service if you installed it.  In order to do that, copy the /usr/pkg/share/examples/rc.d/avahidaemon script to /etc/rc.d and set avahidaemon=YES in your /etc/rc.conf file.
++Optionally enable GDM (highly recommended).  Just copy the /usr/pkg/share/examples/rc.d/gdm script to /etc/rc.d and add gdm=YES to your /etc/rc.conf file.
-具体的な手順
--/etc/rpcに以下が追加されていることを確認
---sgi_fam 391002 fam
--/etc/inetd.confに以下を追加
---sgi_fam/1-2 stream rpc/tcp wait root /usr/pkg/sbin/famd famd

--cp /usr/pkg/share/examples/rc.d/dbus /etc/rc.d/
--cp /usr/pkg/share/examples/rc.d/hal /etc/rc.d/
--cp /usr/pkg/share/examples/rc.d/{cups,slpd} /etc/rc.d/ (現時点ではいらない)
--cp /usr/pkg/share/examples/rc.d/avahidaemon /etc/rc.d/
--cp /usr/pkg/share/examples/rc.d/gdm /etc/rc.d/
--rc.confに以下を追加
---dbus=yes
---hal=yes
---cups=yes (現時点ではいらない)
---slpd=yes (現時点ではいらない)
---avahidaemon=yes
---gdm=yes (GUIログインするなら)
--cp /usr/pkg/share/examples/gnome-screensaver/pam.d/gnome-screensaver.NetBSD /etc/pam.d/gnome-screensaver