Hello openchrome community: I need some advice on setting the S-video output of a KN-400 on Debian Lenny, and passing the video signal to TV, but can not see anything good, accepting any suggestions. Thanks PD: TV-NTSC, this is my xserver configuration
------------------------------------------------------------------------------------------------------------------------ Section "ServerFlags" #DontZap # disable <Ctrl><Alt><BS> (server abort) AllowMouseOpenFail # allows the server to start up even if the mouse does not work #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching) EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer Load "dri" # direct rendering EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "CorePonter" EndSection Section "Monitor" Identifier "monitor1" ModelName "Flat Panel 1024x768" HorizSync 31.5-55 VertRefresh 40-70 # TV fullscreen mode or DVD fullscreen output. #ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 # 768x576 @ 100 Hz, 61.6 kHz hsync ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection Section "Device" Identifier "ViaDevice" VendorName "VIA Technologies, Inc." BoardName "S3 UniChrome-based cards with 3D support" Option "ActiveDevice" "TV" Option "TVOutput" "S-Video" Option "TVType" "NTSC" Option "EnableAGPDMA" "1" Option "PanelSize" "1024x768" Option "TVDeflicker" "0" Driver "openchrome" Screen 0 BusID "PCI:1:0:0" Option "DPMS" Option "SWcursor" EndSection Section "Screen" Identifier "screen1" Device "ViaDevice" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 16 Viewport 0 0 Modes "720x576" "720x576Noscale" EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection Section "DRI" Group "video" Mode 0666 EndSection ----------------------------------------------------------------------------------------------- -- Darío Jorge Vázquez Arguija U niversidad de las C iencias I nformáticas [email protected]
_______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://wiki.openchrome.org User Forum: http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1
