|
|
我想設定 TWINVIEW 弄了很久也未能成功 即使用了 FC6 再加上 NVIDIA 的 KMOD.... 也不可以正常運作.....
我第一個顯示器是以 DVI 輸出 1440 X 900
而第二個則以VGA 輸出顥示 想輸 1024 X 768
用了 NVIDIA 的設定第二個則只可以 輸出 640 X 480
即使當 640 X480 可以了 不過 開機後 卻是以 第二個 顯示作為第一輸出
DVI 的輸出卻是什麼也沒有....
這問題我煩夠了!!!
幫忙指點一下 本人是 FC6_64
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection |
|