2008.0 beta1 (amd64) での設定をまとめました。
/etc/resolv.conf は自動生成されるので、 DNS 情報をこちらに書いておく必要があります。
#pre{{ config_eth0=( "192.168.x.x netmask 255.255.255.0" ) routes_eth0=( "default via 192.168.x.y" ) dns_domain_eth0=( "foo.bar.example.jp" ) dns_servers_eth0=( "aaa.bbb.ccc.ddd xxx.yyy.zzz.www" ) }}
#pre{{
# /etc/conf.d/hostname
# Set to the hostname of this machine
#HOSTNAME="localhost" HOSTNAME="e8400" }}
GNOME の gdm でログインするための設定。
#pre{{
# We always try and start X on a static VT. The various DMs normally default
# to using VT7. If you wish to use the xdm init script, then you should ensure
# that the VT checked is the same VT your DM wants to use. We do this check to
# ensure that you have't accidently configured something to run on the VT
# in your /etc/inittab file so that you don't get a dead keyboard. CHECKVT=7
# What display manager do you use ? [ xdm | gdm | kdm | kdm-3.5 | kdm-4.0 | entrance ]
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
# KDE-specific note: kdm-3.5 and kdm-4.0 are just examples. You will find all
# possible versions by looking at the directories in /usr/kde/.
#DISPLAYMANAGER="xdm" DISPLAYMANAGER="gdm" }}
#pre{{
# eselect opengl list Available OpenGL implementations:
[1] nvidia [2] xorg-x11 *
# eselect opengl set nvidia Switching to nvidia OpenGL interface... done
# eselect opengl list Available OpenGL implementations:
[1] nvidia * [2] xorg-x11
}}