On 9/21/07, <b class="gmail_sendername">Craig Huff</b> <<a href="mailto:huffcslists@gmail.com">huffcslists@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I know many of you have this motherboard, the question is whether any of you are successfully using the on-board video with the adapter for S-video output successfully.<br></blockquote></div><br>FWIW, here is my current xorg.conf
:<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Mouse0" "CorePointer"<br> InputDevice "Keyboard0" "CoreKeyboard"
<br>EndSection<br><br>Section "Files"<br> ModulePath "/usr/lib/xorg/modules/extensions/nvidia"<br> ModulePath "/usr/lib/xorg/modules/extensions"<br> ModulePath "/usr/lib/xorg/modules"
<br> FontPath "unix/:7100"<br>EndSection<br><br>Section "Module"<br> Load "dbe"<br> Load "extmod"<br> Load "fbdevhw"<br> Load "glx"
<br> Load "record"<br> Load "freetype"<br> Load "type1"<br> Load "v4l"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"
<br> Driver "kbd"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Mouse0"
<br> Driver "mouse"<br> Option "Protocol" "IMPS/2"<br> Option "Device" "/dev/input/mice"<br> Option "ZAxisMapping" "4 5"
<br> Option "Emulate3Buttons" "yes"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Monitor0"<br> VendorName "Sharp"<br> ModelName "27in Analog TV"
<br> DisplaySize 162 121<br> HorizSync 30.0 - 50.0<br> VertRefresh 60.0 - 60.0<br>EndSection<br><br>Section "ServerFlags"<br> Option "blank time" "0"<br>
Option "standby time" "0"<br> Option "suspend time" "0"<br> Option "off time" "0"<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"
<br> Driver "nvidia"<br> VendorName "ASUS"<br> BoardName "GeForce 6150 on M2NPV-VM motherboard"<br> Option "TVStandard" "NTSC-M"<br>
Option "TVOutFormat" "SVIDEO"<br> Option "HWCursor" "off"<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br> Device "Videocard0"
<br> Monitor "Monitor0"<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br> Modes "640x480"
<br> EndSubSection<br>EndSection<br><br>