« 2008年12月7日 | トップページ | 2009年1月3日 »

2008年12月17日

2008年12月17日 (水)

fedora アップグレード(つづき)

 前回X起動できないで諦めていたfedora 10だが、解決方法見つかったのでメモ

原因は、Fedora10のドライバは、新しくEXA(Enterprize X Architecture)を使うようになっているからだそうだ。

 そこで、htp://forums.fedoraforum.org/showthread.php?t=207320(fedoraのフォーラム)(英語)を参考にやってみた。

 要約すると

1 まず、テキストモードで新規インストールする。
2 system-config-display をインストールする。
3 system-config-display --noui コマンドを実行。
4 /etc/X11に作られたxorg.confの

Section "Device"

   Identifier    "Videocard0"
       Driver       "intel"

EndSection

の部分を

Section "Device"

Identifier  "Videocard0"
Driver      "intel"
Option      "AccelMethod" "XAA"

EndSection

の様に編集する(intel チップのばぁい)。

5 /etc/sysconf/firstbootを破棄して、

  chkconfig --level 5 firstboot onコマンドを実行する。

6 最後に/etc/inittabのid:3:・・・をid:5:・・・にして再起動。

いまのところ問題ない。

| | コメント (0) | トラックバック (0)

« 2008年12月7日 | トップページ | 2009年1月3日 »