Hello

has anybody tried to use the TwinView-Function of the
NVIDIA GeForce-Driver? 
I tried it, but I wasn't able to change the resoultion with
the keys [ctrl] [alt] [+] or [-] .

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"           # <i>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "NoLogo"                    # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "WindowFlip"                # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "NvAGP"                     # <i>
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ConnectedMonitor"          # <str>
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "TwinView"                  # [<bool>]
        #Option     "TwinViewOrientation"       # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "SwapReady"                 # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "UseClipIDs"                # [<bool>]
        #Option     "CIOverlay"                 # [<bool>]
        #Option     "TransparentIndex"          # <i>
        #Option     "OverlayDefaultVisual"      # [<bool>]
        #Option     "NvEmulate"                 # <i>
        #Option     "NoBandWidthTest"           # [<bool>]
        
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV25 [GeForce4 Ti 4400]"
        BusID       "PCI:1:0:0"
        VideoRam    131072
        Option "NoLogo" "1"
        Option "DigitalVibrance" "170"
        Option "NvAgp" "1"
        Option "RenderAccel" "1"
        Option "UBB" "1"
        Option "WindowFlip" "1"
        #Option "ConnectedMonitor" "CRT, TV"
        Option "UseEdidFreqs" "1"
        Option "TwinView" "1"
        Option "TwinViewOrientation" "Clone"
        Option "UseClipIDs" "1"
        Option "SecondMonitorHorizSync" "30-50"
        Option "SecondMonitorVertRefresh" "60"
        Option "MetaModes" "1024x768 , 800x600 ; 800x600 , 800x600"     
        Option "TVStandard" "PAL-G"
        Option "TVOutFormat" "COMPOSITE"
    
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16         
        
        SubSection "Display"
                Depth     1
                Modes     "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes     "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes     "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes     "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes     "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes     "1024x768" "800x600"
        EndSubSection
EndSection

If I comment the MetaModes-Section out the changing of the resolution works.

Maybe somebody knows what I do wrong.

Oliver Welter
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to