[Mplayer-cvslog] CVS: main/DOCS video.html,1.10,1.11
Winner of tha face compo
gabucino at mplayer.dev.hu
Mon Sep 24 15:23:25 CEST 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv21912/DOCS
Modified Files:
video.html
Log Message:
Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- video.html 19 Sep 2001 20:37:56 -0000 1.10
+++ video.html 24 Sep 2001 13:23:10 -0000 1.11
@@ -48,8 +48,22 @@
<P><B><A NAME=2.2.1.1>2.2.1.1. MTRR</A></B></P>
-<P>It is VERY recommended to set MTRR registers up properly, because they can
-give a big performance boost. First you have to find the base address.
+<P>It is VERY recommended to check if the MTRR registers are set up properly,
+because they can give a big performance boost.</P>
+
+<P>Do a '<CODE>cat /proc/mtrr</CODE>' :</P>
+
+<P><CODE>
+--($:~)-- cat /proc/mtrr<BR>
+reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9<BR>
+reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1<BR>
+</CODE></P>
+
+<P>It's right, shows my Matrox G400 with 16Mb memory. I did this from
+XFree 4.x.x , which sets up MTRR registers automatically.</P>
+
+If nothing worked, you have to do it manually. First, you have to find the base
+address.
You have 3 ways to find it:</P>
<P><UL>
More information about the MPlayer-cvslog
mailing list