[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nvidia 2 MX400 dual head



On Thu, Dec 12, 2002 at 01:26:36AM -0800, Alvin Oga wrote:
> Date: Thu, 12 Dec 2002 01:26:36 -0800 (PST)
> Subject: Re: nvidia 2 MX400 dual head
> 
> 
> On Thu, 12 Dec 2002, Alexey Chetroi wrote:
> 
> >  Hi All,
> > 
> >  I have nvidia card with 2 video outputs. I was able to get dual-head
> > working with the nvidia's proprietary drives in clone mode or screen
> > extension. But what I want to do is to have two screens or two X servers
> > so I could run my Desktop on 1 screen and mplayer on other screen.
> >  Is this possible?
> 
> if the nvidia X server works with your monitor ...
> you cah have dual-headed setup
> 	- just need to fixup /etc/X11/XF86Config
> 	for dual-head operation
> 
> 	- 2 Screen stanza for different monitors
> 
> 	- same or different device for each svga port
> 	( ati and matrox dual heads work very nicely )
> 
> 	- than worry about which monitor is on the left and right
> 
Ok, I just don't get how to create two separate screens for the same
chip which has two v-outs. As I understand, driver from nvidia hides
anything regarding second monitor from X server and presents these
two display as one screen. What do I need, is to have two screens, so 
me could start window-maker on one screen for work, and watch mplayer on
the second screen. Is this possible?

 Currently I had clone and other modes of twinview working, but I want a little diferent thing. Here's my current setup:

Section "Device"
        Identifier      "2 MX400"
        Driver          "nvidia"
        Option          "DRI"
        Option          "HWCursor"
        Option          "Overclockmem"
        #Option         "UseFBDev"              "true"
        Option          "NoLogo"        "true"
        Option          "CursorShadow"  "true"
        #Option         "TwinView"
        #Option         "SecondMonitorHorizSync"        "31-82"
        #Option         "SecondMonitorVertSync"         "55-120"
        #Option         "TwinViewOrientation"   "Clone"
        Option          "ConnectedMonitor"      "crt,crt"
        Option          "MetaModes"     "1024x768, 1024x768"
EndSection

# main monitor
Section "Monitor"
        Identifier      "hpp70"
        HorizSync       30-85
        VertRefresh     50-160
        Option          "DPMS"
EndSection

# on this I'd like to watch mplayer
Section "Monitor"
        Identifier      "hp55"
        HorizSync       31-82
        VertRefresh     50-120
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "2nd Screen"
        Device          "2 MX400"
        Monitor         "hp55"
        DefaultDepth    16
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "2 MX400"
        Monitor         "hpp70"
        DefaultDepth    16
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "ServerLayout"
        Identifier      "2nd"
        Screen          "2nd Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

-- 

  Best regards,
  Alexey Chetroi

---
Smile... Tomorrow will be worse.   (c) Murphy's law



Reply to: