nvidia driver裝不起來 - Linux

Table of Contents

以下是我的xorg.conf
另外有一件事情很怪
就是當我在section screen裡
加入
Modes "1024x768" (或是800x600)
進入X就會出現之前的錯誤 就是
"Ubuntu is running in low-graphics mode."



難道我真的只能用800*600了嗎.......................


thanks~~



=============================================
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection


※ 引述《Adama (So Say We All.)》之銘言:
: ※ 引述《tstanly ()》之銘言:
: : 致命的黑底 "out of range" ><
: : 原本是
: : H 28.0-33.0
: : V 43.0-72.0
: : 改成
: : H 30.0-60.0
: : V 50.0-75.0
: 你把頻率改大了... 本來已經超出頻率範圍了改大豈不是超出更多?
: 建議你去查一下螢幕的更新率範圍是多少,找google或manual
: 或者換一台有DVI介面的螢幕,不要胡亂試然後萬念俱灰 :p

--

All Comments

Harry avatarHarry2009-04-04
現在xorg都全自動了,你也可試試把xorg.conf砍掉看它如何
Zanna avatarZanna2009-04-05
或說,只留下Section Device來指定nvidia driver就好