view TVout/modules @ 9278:caea8ed36b48

The reason why mplayer crashes (in some cases) when using x11 output and -wid (>0) parameter is this: Mplayer by default creates a colormap using DirectColor visual. If the window given to mplayer uses TrueColor visual there will be an error when mplayer sets the colormap for the window. This patch modifies mplayer to use TrueColor visual if the window given to mplayer uses TrueColor. Another solution is to make sure that the window given to mplayer is created using DirectColor visual if it is supported by the display. Jouni Tulkki <jitulkki@cc.hut.fi>
author arpi
date Tue, 04 Feb 2003 18:31:44 +0000
parents 3b5f5d1c5041
children 6e38aeab712f
line wrap: on
line source


# Load kernel modules...
# (you must have 2.3/2.4 kernel with matroxfb enabled!)

modprobe i2c-matroxfb
modprobe matroxfb_Ti3026
modprobe matroxfb_crtc2
modprobe matroxfb_maven