Dean Hamstead wrote:
please post xorg.conf


xorg.conf follows with irrelevant bits snipped (ie Files, InputDevice sections). Current setup is TwinView off the 8600. I am sure there are a few (lots?) of options which are not needed, but the plan was to get it working then look at all the options one at a time.

<xorg.conf>
Section "Monitor"
        Identifier      "Acer"
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier      "CMV"
        Option          "DPMS"
EndSection
Section "Device"
        Identifier      "GeForce 8600"
        Boardname       "nVidia Corporation G80 [GeForce 8600 GT]"
        Busid           "PCI:1:0:0"
        Driver          "nvidia"
        Option          "CursorShadow"        "1"
        Option          "Coolbits"    "1"
        Option          "NoPowerConnectorCheck"
        Option          "TwinView"    "1"
        Option          "RenderAccel" "true"
        Option          "AllowGLXWithComposite"       "true"
        Option          "ConnectedMonitor"    "crt,dfp"
        Option          "SecondMonitorHorizSync"      "UseEdidFreqs"
        Option          "SecondMonitorVertRefresh"    "UseEdidFreqs"
        Option          "TwinViewOrientation" "RightOf"
        Option          "metamodes"   "CRT: 1920x1200+0+0, DFP: 
1280x1024+1920+176;"
        Option          "AddARGBVisuals"      "True"
        Option          "AddARGBGLXVisuals"   "True"
        Option          "NoLogo"      "True"
EndSection
Section "Device"
        Identifier      "GeForce 7100"
        Boardname       "ECS Elitegroup nVidia GeForce 7100 GS"
        Busid           "PCI:2:0:0"
        Driver          "nvidia"
        Vendorname      "NVIDIA"
        Option          "TwinView"    "0"
        Option          "CursorShadow"        "1"
        Option          "Coolbits"    "1"
        Option          "RenderAccel" "true"
        Option          "AllowGLXWithComposite"       "true"
        Option          "NoPowerConnectorCheck"
        Option          "ConnectedMonitor"    "crt"
EndSection

Section "Screen"
        Identifier      "Screen Acer"
        Device          "GeForce 8600"
        Monitor         "ACER"
        Defaultdepth    24
        #       Option          "AddARGBGLXVisuals"   "true"
        #       Option          "DisableGLXRootClipping"      "true"
        #       Option          "metamodes"   "CRT: 1920x1200"
        SubSection "Display"
                Depth   24
        EndSubSection
EndSection
Section "Screen"
        Identifier      "Screen CMV"
        Device          "GeForce 7100"
        Monitor         "CMV"
        Defaultdepth    24
        #       Option          "AddARGBGLXVisuals"   "true"
        #       Option          "DisableGLXRootClipping"      "true"
        #       Option          "metamodes"   "CRT: 1280x1024;"
        SubSection "Display"
                Depth   24
        EndSubSection
EndSection

Section "ServerFlags"
        Option          "Xinerama"    "1"
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        screen "Screen Acer"
        Option          "XineramaInfo"        "1920x1200+0+0, 
1280x1024+1920+176"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
EndSection
Section "Module"
        Load            "glx"
        #       Load            "GLcore"
        Load            "v4l"
        Load            "dbe"
        Load            "extmod"
        Load            "freetype"
        Load            "glx"
EndSection
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to