Results 1 to 3 of 3

Thread: HOWTO: Using VLC on TVout with dual display X11 configuration

  1. #1
    Join Date
    May 2005
    Location
    France
    Beans
    32

    HOWTO: Using VLC on TVout with dual display X11 configuration

    What is written here is an awfull translation of this frenchy thread.

    If you have configured X11 in order to get :0.1 display on your TV set, and :0.0 display on your standart PC display, then you should try to use VLC like this:
    Code:
    vlc --alsadev hw:1,0 --vout x11 --x11-display :0.1 --fullscreen --no-wxwin-embed
    You will get the control windows on your display, but once you have select a video and it start to play, it will play on TV set, in fullscreen mode.( the control windows remains on your main display)

    --alsadev hw:1,0 : Use it if you have two sound cards, and the second one is linked to TV set
    --vout x11 : to invoke X11 mode
    --x11-display :0.1 : to get the video windows on :0.1 display
    --fullscreen ( ok, it is already translated... )
    --no-wxwin-embed : mandatory! : in order to separate control window and display window. VLC will fail without this.

    In order to get dual X11 configuration, you can take a look at xorg.conf configuration file here, and i'm sure that a lots of thead already exists on this forum about this subject.


    hope it will help

  2. #2
    Join Date
    Oct 2007
    Beans
    125
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Using VLC on TVout with dual display X11 configuration

    I know this is yonks after this thread was started, but just for a bit of an update, the switch to use now is '--no-wx-embed'

  3. #3
    Join Date
    Feb 2007
    Beans
    37

    Angry Re: HOWTO: Using VLC on TVout with dual display X11 configuration

    It doesn't work for me
    if I try to run
    Code:
    vlc --no-wx-embed
    from the command line I get:

    Code:
    vlc: unknown option or missing mandatory argument `--no-wx-embed'
    If I run VLC without the no-wx I can get fullscreen on my TV for about 3 ms before VLC crashes..

    Please help

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •