[mythtv-users] Example xorg.conf

Brian Wood beww at beww.org
Thu Mar 23 03:15:52 UTC 2006



On Mar 22, 2006, at 8:06 PM, awrobinson at nc.rr.com wrote:

> Would some kind soul post or point to an example of an xorg.conf file
> that supports both a computer monitor and a TV. My TV is a basic old
> analog 19 inch one.
>
> Thanks!
>

My file on this machine is extremely messy, but I think this is the  
section that would be of interest to you, everything else is pretty  
much generic. This assumes you have an nVidia card, are using their  
drivers and want the same thing displayed on both outputs.

If you need other sections let me know.


Section "Device"

     #VideoRam    262144
     # Insert Clocks lines here if appropriate
     Identifier     "** NVIDIA (generic)                   [nv]"
     Driver         "nvidia"
     Option "TVStandard" "NTSC-M"
     Option "TVOutFormat" "SVIDEO"
     Option "TwinView"
     Option "ConnectedMonitor" "CRT,TV"
     Option "MetaModes" "1024x768,1024x768;800x600,800x600"
     Option "TwinViewOrientation" "Clone"
     Option "SecondMonitorHorizSync" "30-50"
     Option "SecondMonitorVertRefresh" "50-90"
EndSection

Section "Screen"
     Identifier     "Screen 1"
     Device         "** NVIDIA (generic)                   [nv]"
     Monitor        "pl456s"
     DefaultDepth    24
     SubSection     "Display"
         Viewport    0 0
         Depth       8
         Modes      "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection     "Display"
         Viewport    0 0
         Depth       16
         Modes      "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection     "Display"
         Viewport    0 0
         Depth       24
         Modes      "1024x768" "800x600" "640x480"
     EndSubSection
EndSection





More information about the mythtv-users mailing list