> Hi all,
> I am trying to get twinview work under linux but I cannot find any tools to do 
> it properly (yanc seems not to work though it changes the XF86config file) 
> and I can't find any valuable tutorials.
> I am about to go crazy about this because it works perfectly under windows. I 
> have to get it running under linux since it disgusts me to reboot to windows 
> to watch Divx Files with the output redireceted to my TV and then reboot to 
> linux again to do all other stuff!
> can anyone come up with a solution or provide me with some linux to guides, 
> tutorials etc.
> I would appreciate it!
> 
> thanx in advance, 
> momesana
> 

I've had it working for several years. I just followed Nvidia's directions and
edited the XF86Config file by hand.

Here's my device section:

Section "Device"
    Identifier  "NVIDIA GeForce2 DDR (generic)"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "nvidia"
#    VideoRam    65536
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

    Option      "DPMS"
      # sample twinview setup
    Option "TwinView"
    # be sure to replace the HorizSync and VertRefresh with correct values
    # for your monitor!  
    Option "SecondMonitorHorizSync"   "31-94"
    Option "SecondMonitorVertRefresh" "50-160"
    Option "TwinViewOrientation"      "LeftOf"
    Option "MetaModes"                "1152x864,1152x864"
    Option "ConnectedMonitor"         "crt,crt"
    
EndSection

If you are trying to output to TV, you'll have to check the nvida docs and see
what you should set "ConnectedMonitor" to.

hope this helps.
-- 
Chris Bare
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list

Reply via email to