
Ubuntu日本語フォーラム

ログインしていません。
6.06ローカライズです。
ビデオカードで希望のリフレッシュレートが設定できず困っています。
60hzにしたいのですがダイアログには76hzしか選択肢が有りません。
OS再インスコしましたらダメになりました。再インスコ前は希望レートで動作していました。
よくわからないので
sudo apt-get install nvidia-glx (この時にカーネルが23→27に上がりました)
sudo apt-get install nvidia-setting
1)nvidia-kernel-commonもついでに入りました)
2)dpkg -lしますと -glxと-settingは不具合のようで,いずれかはr:cでi:iです)
sudo nvidia-glx-config enable
X再起動。
LANG=C sudo dpkg-reconfigure xserver-xorg
X再起動。
の手順を踏んでいます。
Section "Device"
Identifier "NVIDIA Corporation GeForce 6200 LE"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Option "NoLogo" "true"
EndSection
Section "Monitor"
Identifier "BenQ FP71V+"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation GeForce 6200 LE"
Monitor "BenQ FP71V+"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 15nvidia-kernel-common
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "640x480"
EndSubSection
EndSection
どこを見直せば良いでしょうか。ご教示よろしくお願いします。
オフライン