|
|
自己找了一些资料终于配出来了
效果跟windows下一样
桌面扩展到两个显示器上2048x768
参考文章在这里http://www.mkaz.com/reference/gentoo_dual.html
主要是设置screen段
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen0"
Device "NVIDIA"
Monitor "My Monitor"
DefaultDepth 24
Option "NvAGP" "1"
Option "TwinView" "true"
Option "SecondMonitorHorizSync" "30.0-121.0"
Option "SecondMonitorVertRefresh" "48.0-160.0"
Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1280x1024;"
Option "TwinViewOrientation" "RightOf"
Option "Xinerama" "on"
Subsection "Display"
Depth 8
Modes "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection |
|