diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-07-17 18:42:03 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-07-17 18:42:03 +0000 |
commit | 2a6d87a964f0d185523815df45ac380f93291f97 (patch) | |
tree | a20d1cfe6dbe69094d83a4779b8dec2dfdc3dd8d | |
parent | 504f710f45b12b5181148496fb706381638f397a (diff) |
module order changed, required for 2.4.20
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10440 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | TVout/modules | 4 |
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 |