[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: S-Video on Debian



On Sun 31 Jul 2011 at 20:33:33 -0500, Kumar Appaiah wrote:

> Here's what I have:
> 
> TV1 connected 800x600+0+0 (normal left inverted right x axis y axis)
> 0mm x 0mm
>    848x480        30.0 +
>    640x480        30.0 +
>    1024x768       30.0  
>    800x600        30.0*    60.3  

This tells you
   * the connection to the TV has been detected
   * there are two preferred modes (shown by the '+')
   * the current mode is 800x600 (shown by the '*')

> This ran:
> xrandr --addmode TV1 800x600

There is no need to do this because the cable connection is detected,
but I do not think it does any harm. I have to do it on one machine
because I'm told 'S-video disconnected ....'.

> xrandr --output TV1  --mode 800x600 --crtc 1

'--crtc 1' isn't really required.
 
> xvattr -a XV_CRTC -v 1
> Found Xv 2.2
> X Error of failed request:  BadMatch (invalid parameter attributes)
>   Major opcode of failed request:  132 (XVideo)
>   Minor opcode of failed request:  13 ()
>   Serial number of failed request:  13
>   Current serial number in output stream:  14

Forget about this for the moment. I should have been clearer and
explained I use xvattr to send video to the TV with vlc. It is of no
consequence if nothing appears on the TV screen in the first place). The
command for you to use to see a portion of your computer screen on the
TV (because the TV is detected) is

   xrandr --output TV1  --mode 800x600 (or --mode 848x480 etc)

It might be useful for us to see the outputs of 'xrandr --verbose' and
'lspci' for the video card.


Reply to: