先別安裝驅動 驅動試你要玩遊戲或是畫圖才需要的
花掉的時候 ctrl + alt + <---
登入root
#vi /etc/inittab
press i
把 run level 先改成3
然後 假設你的螢幕 1280*1024 你可以自己修改
以下為範例
讓x server 認識我們的螢幕 以1280*1024 垂直更新頻率60 為例
#gtf 1280 1024 60 -x
以上分別代表 寬度 高度 垂直頻率 以及輸出xorg的設定值
你會看到以下輸出
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
記下來
編輯/etc/X11/xorg.conf --->Fedora (其他版本的要找一下)
找到以下代碼
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD 1280x1024"
HorizSync 31.5 - 60
VertRefresh 59.0 - 65.0
Option "dpms"
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
EndSection?
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName? "Videocard vendor"
BoardName? "NVIDIA GeForce 6600 GT"
EndSection?
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth? 24
SubSection? "Display"
Viewport 0 0
Depth 24
Modes "1280x1024@60"
EndSubSection
分別修改即可
注意 HorizSync 31.5 - 60
VertRefresh? 59.0 - 65.0
要符合你在windows xp 中看到的範圍歐
編輯 /etc/X11/xorg.conf
重開 文字模式登入
#startx
要是不會花掉 你可以再把run level 改回5
---------------------------------------------------------------------
另外 linux 下 的nv驅動支援 只是 opengl的支援
螢幕花掉跟x的設定以及螢幕相容 比較有關係
我的 1440*900 + 6600gt x 2 SLI都完全被我修改到支援了