Fedora Core 6 インストールメモ②

  • ファイアウォール -> 有効
  • 信頼できるサービス -> SSH
  • SELinux設定 -> Permissive
  • NTPを有効にする
  • ディスプレイ曰く「OUT OF RANGE」
  • Ctrl-Alt-BS連打
  • Failed to start the X server ... -> Yes
# less /var/log/Xorg.0.log
# less /etc/X11/xorg.conf
# cp -p /etc/X11/xorg.conf /etc/X11/xorg.conf.org
# Xorg -configure
# cp -p /root/xorg.conf.new /root/xorg.conf.new.org
# vi /root/xorg.conf.new
# diff /root/xorg.conf.new /root/xorg.conf.new.org
62,63c62
< #     Driver      "intel"
<       Driver      "i810"
---
>       Driver      "intel"
73d71
<       DefaultDepth      24
97d94
<               Modes     "1024x768"
# X -config /root/xorg.conf.new
# cp /root/xorg.conf.new /etc/X11/xorg.conf
# startx &