# HG changeset patch # User gabucino # Date 1001337802 0 # Node ID 7fb1fb6f295f22f47ff84c3c281c4f4ce165919f # Parent 0f204bd39635493ec8ea37fe5be216fb9c3dcf05 *** empty log message *** diff -r 0f204bd39635 -r 7fb1fb6f295f DOCS/Hungarian/video.html --- a/DOCS/Hungarian/video.html Mon Sep 24 05:54:29 2001 +0000 +++ b/DOCS/Hungarian/video.html Mon Sep 24 13:23:22 2001 +0000 @@ -47,8 +47,21 @@
Nagyon ajánlott az MTRR helyes beállítása, mert minden esetben - sebességnövekedést eredményez. Először a báziscímet kell megkeresni. - Erre van 3 módszer :
+ sebességnövekedést eredményez. + +Nézd meg a /proc/mtrr
file tartalmát :
+--($:~)-- cat /proc/mtrr
+reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9
+reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1
+
Helyes, ott látszik a Matrox G400-am 16Mb memóriája. Ezt a parancsot +XFree 4.x.x alól adtam ki, ami automatikusan beállítja az MTRR-t.
+ +Ha nálad nem sikerül neki, kézzel kell beállítani. Először a báziscímet kell +megkeresni. Erre van 3 módszer :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. +
It is VERY recommended to check if the MTRR registers are set up properly, +because they can give a big performance boost.
+ +Do a 'cat /proc/mtrr
' :
+--($:~)-- cat /proc/mtrr
+reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9
+reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1
+
It's right, shows my Matrox G400 with 16Mb memory. I did this from +XFree 4.x.x , which sets up MTRR registers automatically.
+ +If nothing worked, you have to do it manually. First, you have to find the base +address. You have 3 ways to find it: