![]() |
How To Use TV/Twin view out on your Nvidia - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Xorg Problems (https://www.linux-noob.com/forums/forum-56.html) +---- Forum: nVidia Problems (https://www.linux-noob.com/forums/forum-16.html) +---- Thread: How To Use TV/Twin view out on your Nvidia (/thread-3769.html) |
How To Use TV/Twin view out on your Nvidia - dem0nk1d - 2004-01-10 How to use Nvida Tv Out and Twin View Enable Twin View Out Option: 1.)Open /etc/X11/XF86config 2.)Now what to change Find this area in your XF86config ----------------------------------------------------------------------- Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "DDCPROBED" DisplaySize 330 240 HorizSync 30.0 - 70.0 VertRefresh 50.0 - 120.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 3 (generic)" EndSection ------------------------------------------------------------------------- Mod listed below: EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 3 (generic)" Option "TwinView" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "60" Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;" Option "TVStandard" "NTSC-M" EndSection ---------------------Save to XF86config. -Enabled Twin View / Svideo Out Enabled Enable TV Out, ONLY on a TV: Section "Monitor" Identifier "Monitor0" VendorName "PTS" ModelName "3da" HorizSync 30.0 - 50.0 VertRefresh 60 EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVidia" BoardName "GeForce3" Option "NvAGP" "1" Option "ConnectedMonitor" "TV" Option "TVStandard" "NTSC-M" EndSection -----------------Save to XF86config_tv so you know what XF86config to use **************Import*********************** make the twin view save something like XF86Config_TwinView.bak make the tv out, XFConfig_TVOUT_Only.bak this way you can do something like cp XF86Config_TwinView.bak XF86Config this way you can switch back and forth... and make a XF86Config_normal.bak so you know what your doing... ok i suck have a nice day... FAQS are not my thing... But hopefully this helps. ----FAQ Sucks... But now you'll have tv out support / twin view support Have A Nice Day Ok well that's all i am going to right for now... -dem0nk1d |