summaryrefslogtreecommitdiffstats
path: root/TVout
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-17 18:42:03 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-17 18:42:03 +0000
commit2a6d87a964f0d185523815df45ac380f93291f97 (patch)
treea20d1cfe6dbe69094d83a4779b8dec2dfdc3dd8d /TVout
parent504f710f45b12b5181148496fb706381638f397a (diff)
downloadmpv-2a6d87a964f0d185523815df45ac380f93291f97.tar.bz2
mpv-2a6d87a964f0d185523815df45ac380f93291f97.tar.xz
module order changed, required for 2.4.20
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10440 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TVout')
-rwxr-xr-xTVout/modules4
1 files changed, 2 insertions, 2 deletions
diff --git a/TVout/modules b/TVout/modules
index 2c210e97f3..f65bcb4bdc 100755
--- a/TVout/modules
+++ b/TVout/modules
@@ -2,7 +2,7 @@
# 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
+modprobe i2c-matroxfb
+modprobe matroxfb_crtc2