How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability
-
I have something very similar to that one (5A version) and it works like a charm. The adjustable voltage is nice, as the pi likes to get a bit more than 5.0V, (mine is at 5.2V).
It puts out no noticable heat. -
@dankcushions said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
@Riverstorm said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
Ok, thanks guys. I am going to leave it at the default. Funny thing is when I changed it through the raspi-config tool it did nothing as the default entries where overriding it to 256.
yeah, the default in raspian is for these gpu_mem_X overrides to not be set (see https://www.raspberrypi.org/documentation/configuration/config-txt.md) so the raspi-config tool would normally work fine.
however, i think retropie has these defaults to create a sensible split for the different pi models. see https://github.com/RetroPie/RetroPie-Setup/issues/490
fixed! https://github.com/RPi-Distro/raspi-config/issues/24
not sure if an apt-get update would grab this but i guess it'll find its way into the next Retropie release, at which point we should update the wiki again to get rid of my warning -
@dankcushions said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
fixed! https://github.com/RPi-Distro/raspi-config/issues/24
not sure if an apt-get update would grab this but i guess it'll find its way into the next Retropie release, at which point we should update the wiki again to get rid of my warningI rad an update and dist-upgrade, but no change yet. Also did an update on raspi-config.
I'm thinking it will take a few days or another release before this is completely live.
-
@dankcushions said
fixed! https://github.com/RPi-Distro/raspi-config/issues/24
not sure if an apt-get update would grab this but i guess it'll find its way into the next Retropie release, at which point we should update the wiki again to get rid of my warningNice Dank, showing them the error of their ways! ;) That will be one less thing to check when doing a new setup from scratch.
-
This seems like overkill/overthinking to me, this would provide pretty much the same results, but much simpler:
arm_freq=1350 (or 1400 if you like)
over_voltage=4
gpu_freq=500There is no need to set "temp_limit" to 80, the default is 85.
over_voltage=6 is "right next" to voiding your warranty, a value of 4 seems to work ok.
core_freq=500
h264_freq=333
avoid_pwm_pll=1
v3d_freq=500^^This can all be replaced with "gpu_freq=500" for the same result
We've already determined that "gpu_mem=450" does nothing.
I guess I'm not sure if RAM overclock makes much of a difference since I haven't tested it much, but I doubt it would.
-
@loganmc10 said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
This seems like overkill/overthinking to me, this would provide pretty much the same results, but much simpler:
arm_freq=1350 (or 1400 if you like)
over_voltage=4
gpu_freq=500Ok I am going to give it go and see how it holds up. I didn't do well on the Pi lottery and I can't any of mine to boot above 1350 anyway.
-
Semi OT here, but hoping someone can help me out since this seems to be the most active thread devoted to overclocking. ---
In preparation of OC'ing, I'm using the same case that Twitch linked earlier in the thread, and I bought the Addicore heatsinks from Amazon. However I didn't realize that they were designed for an older model of the Pi (I have the Pi3) so either of the "big" chips won't have a heatsink on them if I use them. Since they're only 5 bucks, am I better off just ordering another set to get one more "big" heatsink so I can have all three chips covered? Or will having two of the chips 'sinked suffice? Obviously having all of the chips covered is optimal. I'm just wondering if it's actually necessary.
Also, I'm gonna apply the heatsinks using MX-4 Thermal Compound. Will the heatsink on the underside of the Pi stick enough with the MX-4, or am I better off using the sticker that it comes with?
-
@2stick only the central die on the top of the board is worth cooling. that's the CPU + GPU. the chip on the back is the ram and might be worth cooling but ram can normally cope with quite high temps so ...
-
@dankcushions Awesome, thanks for the quick reply.
-
@2stick
I cool em all in a pack of 3 I just use one of the smaller chips on the big core on the bottom and its fine since I overclock to 588 on ram
I actually pull some larger heatsinks from scrapped gamecubes and use those on the main cpu so I have a big chip left over for the bottom core.
But its overkill in terms of cooling as long as you have a big chip on the main cpu and active cooling you are good. Additionally I recommend getting Thermal Epoxy especially for the under chip you dont have to worry about any chips falling off. Don't use the default sticky adhesive that comes with them they provide virtually zero heat transfer capabilities.@loganmc10
over_voltage 6 just has not provided any problem and given better performance wether its next to the warranty bit or not it does not set it. running with 4 and 1400 has given me the rainbow square .I set the temp_limit under just to be cautious since I am being a little aggressive on the overclock
You can do gpu_freq but prefer setting each individually it just tells me exactly what I am doing and if I change something its easy to do it per variale.
gpu_mem may not do anything in what you are doing but it has given better rendering on high texture packs
And the ram overclock definitely does make a difference on n64, PSP, Dreamcast been testing it over a month
-
Small update
I wired up a laptop power supply 5.2volts 8000 ma
Definitely solves all the power problemsOverclocking gains I have gotten to stably are
arm _freq 1425
v3d_freq 525
core_freq 550But anything past that and it goes unstable, sometimes I can ssh in sometimes I cannot
yet heat does not seem to be the issue. Going to have to keep messing with over_voltage but until some of the extreme overclockers get to it, like the guys who got pi 2's up to 2ghz think its hitting the soft ceiling. -
Asking this again since it got buried:
How do you get the hotkeys working in mupen64plus without running the libreto / retroarch config'ed version?
(For exit, save, load state, etc.?)
-
@Prindle19 said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
Asking this again since it got buried:
How do you get the hotkeys working in mupen64plus without running the libreto / retroarch config'ed version?
(For exit, save, load state, etc.?)
Take a look at this file:
/opt/retropie/configs/n64/mupen64plus.cfg
To exit it would be something like this
# Joystick event string for stopping the emulator Joy Mapping Stop = "J0B8,J1B8"
The J0 is the joystick and the B8 is the button. It also indicates joystick 1 button 8 may be used to exit the emulator.
Check here for more information on syntax. I don't know if you can do them all I haven't looked through everything in mupen64plus.cfg.
http://mupen64plus.org/wiki/index.php?title=Mupen64Plus_Core_Parameters
After doing a quick scan through the page you can do most of them via joystick and keyboard.
-
@Twitch0815 said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
Don't use the default sticky adhesive that comes with them they provide virtually zero heat >transfer capabilities.
I don't know if that's completely true maybe they are not quite as good as a thermal epoxy. I've used the thermal tape (ordered a thermal sheet off eBay for a few dollars) with no issues. I use a MM sized ruler for the straight edge and razor to cut perfect sized squares for my heatsinks.
The main heatsink is definitely hot (official finger test ;) and with a fan I level off around 50C with all the overclock settings in place. Without anything I level off roughly around 70 to 72C. If the heatsinks come with thermal tape in place I have no issue using it.
By the way thanks for the link on the case it works really well and the extra room under the board that allows for a heatsink on the memory chip is a bonus.
I know some argue against using any heatsinks (especially the 1 and 2) but regardless of the merits I look the look and it really doesn't hurt anything. :)
I don't think these tape numbers where to bad but never as good as thermal grease. Grease just beats tape hands down. Also long term the tape is going to break down too. Tape is good for extreme high heat for short periods of time (hours-days) and low to moderate heat (weeks-months). I think usage per day would also be a factor. I have never had to replace the tape though. My typical usage completely outlasts the Pi life. As it looks like the Pi cycle is going to be yearly or so?
I guess for a full size desktop I would never think of using tape but for the Pi it just seems like a good fit.
Thermal Conductivity 0.60 W/m-K Thermal Impedance 0.48 (Degree C)-in²/W Thermal Impedance (metric) 3.1 (Degree C)-cm²/W
-
^ Imo thermal epoxy is a bit overkill. I used Arctic MX-4 thermal paste for mine (what you used is fine also). Very easy to clean/remove if needed. With thermal epoxy they're "glued" together forever. And the temperature differences are negligible between epoxy and pastes/tape.
As far as the original adhesive on the heatsinks, it most definitely doesn't offer any heat transfer (on the Addicore 3-pack that most people seem to use, at least). So it's definitely in your best interest to strip it off and use some real thermal interface material.
-
@2stick said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
As far as the original adhesive on the heatsinks, it most definitely doesn't offer any heat transfer (on the Addicore 3-pack that most people seem to use, at least). So it's definitely in your best interest to strip it off and use some real thermal interface material.
Yeah that's what I always do, strip the old off with a very thin plastic "putty knife" and apply a better quality tape. I agree it's quick and easy without much mess or cleanup.
Ok, I wondered if the epoxy was permanent. It's something I have never used. I think I like the idea of removable tape better. Not sure why the permanence of epoxy doesn't sit right with me. I try and give my old ones away keeping at least one from each gen.
In a perfect world the two surfaces would mate perfectly for the best conductivity and transfer of heat. But uneven CPU heat spreader caps & heatsinks, pits, micro-scratches, etc. is why thermal grease was invented. The less the better if it's a choice between direct metal on metal contact or thermal grease the direct contact should move heat better. Some heatsinks have springs to compensate for the even surface pressure. I've seen some even remove the CPU heat spreader cap to get direct contact with the die. The quality of the grease may gain you 1 or 2 degrees Celsius. It seems like you could go on and on.
The thought being the more direct surface contact between chip and heatsink with less tape or glue in between for adhesive and heat transfer the better. Instead of transferring heat through 3 "objects" it's only 2. With glue and tape there's no direct contact. You're counting on the conductivity qualities of the substance (being glue or tape) in between. Well possibly with glue you could squish out the excess and the glue would adhere to the vertical sides of the chips. Hopefully not to much that you encase the sides in glue.
-
@2stick said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
As far as the original adhesive on the heatsinks, it most definitely doesn't offer any heat transfer
right, so it's a total heat insulator? someone call NASA!
the heat transfer is not optimal, but for those of us who don't want to spend $10 on cooling our $35 raspberry pi 3s, it's not some elaborate way of hotboxing your pi :P i ran a modest overclock at far lower temps than i got with no heatsink or overclock, ergo it's doing SOMETHING!
-
@dankcushions said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
@2stick said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
As far as the original adhesive on the heatsinks, it most definitely doesn't offer any heat transfer
the heat transfer is not optimal, but for those of us who don't want to spend $10 on >cooling our $35 raspberry pi 3s.
I don't have a good thought for that. I waste way to much money on things I shouldn't and it doesn't make sense but I do enjoy it as a hobby! ;)
-
@Twitch0815
Have you read this article about using ceramic heatsinks? -
@Rion said in How to use Overclock and Mupen Core Options to significantly increase 64 game playability, quality, and stability:
@Twitch0815
Have you read this article about using ceramic heatsinks?That's an interesting article and comments. It sounds like a fan made a huge difference regardless of heatsink. It seems they pushed the Pi3 much harder than 1 or 2. From his study it looks like under a full load it's almost mandatory to have some type of cooling or it will downclock.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.