Disabling Xv -- from xorg.conf or olpc-session?

Me jon.nettleton at gmail.com
Fri Jul 9 15:40:48 EDT 2010


On Fri, Jul 9, 2010 at 12:23 PM, Martin Langhoff
<martin.langhoff at gmail.com> wrote:
> Hi list,
>
> do we have a way to disable Xv, dynamically or at boot?
>
> cheers,
>

There is no way to do this automatically.  You can do this manually by
adding the following to your xorg.conf


Section "Extensions"
        Option      "XVideo" "Disable"
EndSection

Is there a specific reason that you want XVideo disabled?  If XVideo
isn't working then the driver should not advertise it.  If you just
want gstreamer to not use xvimagesink and the application is
configured to use the default videosink you can use this command to
change the default.

`gconftool-2 -g /system/gstreamer/0.10/default/videosink > ximagesink`

change that value to xvimagesink to revert to the default.

Jon



More information about the Devel mailing list