ham-qin 发表于 2005-2-4 22:47:21

(求救)关于 nvidia 的双显视!!!!

已经为这事折磨了两个星期了...

也看过了很多有关的贴..

也试过很多方法..但问题也是没有解决...是我太笨了吗.....???...!!!!!

救救我吧....

ham-qin 发表于 2005-2-4 22:50:11

Section "ServerLayout"
        Identifier   "Default Layout"
        Screen      0"Screen0"LeftOf "Screen1"
      Screen "Screen1" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"


        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "unix/:7100"
EndSection

Section "Module"
        Load"dbe"
        Load"extmod"
        Load"fbdevhw"
        Load"glx"
        Load"record"
        Load"freetype"
        Load"type1"
EndSection

Section "InputDevice"

        Identifier"Keyboard0"
        Driver      "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

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

Section "InputDevice"

        Identifier"DevInputMice"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "A150X1"
        DisplaySize310        230
        HorizSync    28.0 - 64.0
        VertRefresh48.0 - 78.0
        Option          "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "PH107C/F/H/T"
        DisplaySize310        230
        HorizSync    30.0 - 71.0
        VertRefresh50.0 - 160.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "nvidia"
        VendorName"Videocard vendor"
        BoardName   "NVIDIA GeForce 4 MX (generic)"
EndSection

Section "Device"
        Identifier"Videocard1"
        Driver      "nvidia"
        VendorName"Videocard vendor"
        BoardName   "NVIDIA GeForce 4 MX (generic)"
        VideoRam    65536
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Depth   16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes    "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device   "Videocard1"
        Monitor    "Monitor1"
        DefaultDepth   24
        SubSection "Display"
                Depth   24
                Modes    "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group      0
        Mode         0666
EndSection

我试过很多改法了,,上面的只是其中一个...

总不成功呀,,,救救我吧.......

PXE2 发表于 2005-2-5 16:54:17

http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=2862

ham-qin 发表于 2005-2-15 15:57:08

终于搞定了...太谢谢了!!!

geny 发表于 2005-2-15 19:35:18

如何搞定的
能否详细介绍一下,我也想搞双显示。
THX 先

ham-qin 发表于 2005-2-15 22:27:23

Section "Device"
Identifier"Videocard0"
        Driver      "nvidia"
        VendorName"Videocard vendor"
        BoardName   "TNT2"
        VideoRam    65536
        Option          "DPMS"
#        Option          "ConnectedMonitor" "TV,CRT,DFP"
        Option          "TwinView"
        Option          "SecondMonitorHorizSync" "30.0 - 71.0"
        Option          "SecondMonitorVertRefresh" "50.0 - 160.0"
        Option          "TwinViewOrientation" "RightOf"
        Option          "MetaModes" "1024x768,1024x768"
#        Option          "TVStandard" "PAL-G"
        Option          "RenderAccel" "true"
        Option          "AllowGLXWithComposite" "true"
EndSection

geny 发表于 2005-2-16 00:53:23

求完整的 XF86Config-4文件

PXE2 发表于 2005-2-20 12:28:03

http://www.linuxfans.org/nuke/software/845GV+NV%B5%C4AGP%BF%A8%B5%C43%C6%C1%CF%D4ʾX/XF86Config
页: [1]
查看完整版本: (求救)关于 nvidia 的双显视!!!!