← Back to team overview

sslug-teknik team mailing list archive

Re: 2 forskellige opløsninger med grafikkort

 

> Kristian Kallenberg skrev:
>> ja
>>         # Options that enable twinview
>
> Ok fedt!
> Kan du lige skrive, hvordan det ville se ud, hvis man sendte 1360x768 på
> VGA udgangen og 1280x1024 på DVI udgangen? Jeg kan ikke helt gennemskue,
> hvordan det vil se ud i din opsætning.


Section "Device"

        # Begin added by Kallenberg

        VendorName  "nVidia Corporation"
        BoardName   "GeForce 6200"
        Identifier  "Card0"
        Driver      "nvidia"
        #Driver      "nv"
        BusID       "PCI:1:0:0"
        Screen      0
        Option      "NoLogo" "true"
        Option      "ConnectedMonitor" "CRT, CRT"
        Option      "RenderAccel" "true"
        Option      "NvAGP" "1"
        Option      "AllowGLXWithComposite" "true"

        # Options that enable twinview

        Option      "TwinView"
        Option      "TwinViewOrientation" "Clone"
#       Option      "TwinViewOrientation" "Rightof"
        Option      "MetaModes" "1024x768, 1024x768; 800x600, 800x600;
640x480,
640x480"
        Option      "SecondMonitorHorizSync" "30 - 60"
        Option      "SecondMonitorVertRefresh" "50 - 120"

        # End added by Kallenberg
EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                #Modes  "1280x1024" "1024x768" "800x600" "640x480"
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                #Modes  "1280x1024" "1024x768" "800x600" "640x480"
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection



/kallenberg



Follow ups

References