I LOVE YOU! Thank you soooooooooooooooo much. This was the problem!!!!!!<br><br>THANK YOU!!!!!<br><br>Chris<br><br><div><span class="gmail_quote">On 6/8/06, <b class="gmail_sendername">Lukas Hejtmanek</b> <<a href="mailto:xhejtman@mail.muni.cz">
xhejtman@mail.muni.cz</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Thu, Jun 08, 2006 at 02:26:22PM -0700, Chris Monahan wrote:
<br>> my /proc/mtrr says:<br>><br>> reg00: base=0x00000000 (   0MB), size=1024MB: write-back, count=1<br>> reg01: base=0x3f800000 (1016MB), size=   8MB: uncachable, count=1<br>> reg02: base=0x3f700000 (1015MB), size=   1MB: uncachable, count=1
<br><br>bad.<br><br>it must be like this:<br>cat /proc/mtrr<br>reg00: base=0x00000000 (   0MB), size= 512MB: write-back, count=1<br>reg01: base=0x20000000 ( 512MB), size= 256MB: write-back, count=1<br>reg02: base=0x2f000000 ( 752MB), size=  16MB: uncachable, count=1
<br>reg03: base=0xd0000000 (3328MB), size= 256MB: write-combining, count=1<br><br>the reg03 is important one.<br><br>You can add it by hand:<br>lspci -v<br>find VGA compatible controller record ther whould be Memory at (location)
<br>(32-bit, prefetchable) [size=256M]<br><br>(instead of location there will be particular address (in my case d0000000)).<br><br>Once you have the location, you can do:<br>echo "base=0xlocation size=0x10000000 type=write-combining" >| /proc/mtrr
<br><br>in my particular case it is:<br>echo "base=0xd0000000 size=0x10000000 type=write-combining" >| /proc/mtrr<br><br>--<br>Lukáš Hejtmánek<br></blockquote></div><br><br clear="all"><br>-- <br>------------------------
<br>Chris Monahan