|
| To: | "MPlayer usage questions, feature requests, bug reports" <mplayer-users@xxxxxxxxxxxx> |
| Subject: | Re: [MPlayer-users] Optimization for a slow CPU |
| From: | Grant <emailgrant@xxxxxxxxx> |
| Date: | Mon, 11 Sep 2006 19:36:49 -0700 |
| Delivered-to: | itdp@localhost |
| Delivered-to: | mplayer-users@mplayerhq.hu |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;b=WIkL8SgF+YRgSqSpkvAev+c3P801NqapuTfrxDPIqb7ENrAoXfvTH1pakXfZnDve+2fBmZ7CF/SHGMPnEbc5G++qjY60T0ezwmhkfZQJtVjv+ccD2Nh4KXT+XnFhq2880P3obDTwooDC/KCQrOyJ8J96ULmFw6OVfa28Ln05EJI= |
| In-reply-to: | <20060912013041.75023.qmail@web39510.mail.mud.yahoo.com> |
| References: | <49bf44f10609110819x2a10c633s29b56062aaf52ffb@mail.gmail.com><20060912013041.75023.qmail@web39510.mail.mud.yahoo.com> |
it seems like you have an on-board graphics processor which can use 64M shared memory and you have a graphics card with 4M video ram. Is that right?
If you only have a 4M video card, then the setting you mentioned is alright. But still, 4M is not going to be good enough for fullscreen video.
If you have both, then you should take out the video card and use the on-motherboard shared ram, in which case size=40000000.
All I have is the on-board graphics processor actually. Is this the command I should run?
Here's my cat /proc/mtrr :
reg00: base=0x00000000 ( 0MB), size= 128MB: write-back, count=1 reg01: base=0x08000000 ( 128MB), size= 64MB: write-back, count=1 reg02: base=0x0bf00000 ( 191MB), size= 1MB: uncachable, count=1
the output of dmesg :
agpgart: Detected an Intel i810 E Chipset. agpgart: detected 4MB dedicated video ram. agpgart: AGP aperture is 64M @ 0xf8000000
and the output of lspci -v :
Memory at f8000000 (32-bit, prefetchable) [size=64M] Memory at ffa80000 (32-bit, non-prefetchable) [size=512K]
I know I have 192MB of system RAM (128+64). dmesg says 4MB and 64MB in the context of video RAM. lspci -v says 64MB and 512KB. Should I execute the following based on 4MB:
echo "base=0xf8000000 size=0x400000 type=write-combining" >| /proc/mtrr
- Grant
_______________________________________________ MPlayer-users mailing list MPlayer-users@xxxxxxxxxxxx http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
| [Prev in Thread] | Current Thread | [Next in Thread] |