Fedora 7 現在のまとめ

  • Flash、動画再生時にフリーズする。sshでも入れない

環境は64bit、kernel-2.6.21-1.3228.fc7、kernel-2.6.22.1-27.fc7、Firefox2.0.0.4、Firefox2.0.0.5、Flashはバージョン9.0.48.0でnspluginwrapper-0.9.91.4-1をかませて、Xはlivnaのnvidiaドライバをインストール。
ハードウェアはこんな構成。http://lkxxm.hp.infoseek.co.jp/homepage/jisakupc/index.html
そういえばアップグレードしたときに/etc/X11/xorg.confをいじったことを思い出した。おかしくなっていないかチェック。

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"

# Modes "1024x768"
Viewpoxt 0 0
Depth 16
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Viewpoxtってなんだよ。Viewportに変更。
それでもフリーズするのでlivnaのnvidiaパッケージをアンインストール。そしてnvに変更

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"

# Modes "1024x768"
Viewport 0 0
Depth 16
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

nvにしたところ全く問題は起こらず。どうやら原因はXのドライバの模様。ただnvだと画面が乱れたりすることがあるしGPU温度が取得できなかったりするのでnvidiaを使いたい。
http://d.hatena.ne.jp/tuex/20070812/1186897636 続く

  • Windows側から共有フォルダが見えない。IP直打ちだといけるのだが

解決策がFedora jp wiki に書いてあった
http://bbs.fedora.jp/read.php?FID=11&TID=6137
ntsysvしてnmbを起動させるようにして、service nmb start