

- #Notebook fancontrol config files razer how to#
- #Notebook fancontrol config files razer install#
- #Notebook fancontrol config files razer driver#
- #Notebook fancontrol config files razer software#
- #Notebook fancontrol config files razer download#
To reset the fan speed back to original(which is the default set by your oem) just runĭelete the project folder from github.

I guess my fan speed will go up to 80% max under heaviest load on the OEM presets. They just throttle the performance instead. You know why? Becuase OEM never sets fans to spin at max speed even if your laptop is crazy hot. It never gets this loud without manually setting it. Now hear your fan roaring like a jet engine. STEP 8: Crank up your laptop fan speed to 100%!!!! Mono /opt/nbfc/nbfc.exe config -a "Acer Aspire E5-575G" I picked the 575G so my command would be: Replace the config with your config file enclosed in double quotes. My latop is E5-575G so i pick the first one but all the other ones are likely to work as well. Anyways, you should see this below if done correctly, ignore the command you see in the image and use the one I post above. If you just double click on nbfc without a terminal, your operating system may run it as windows application through WINE which soon enough you will get a warning telling you mono applications should not be run on windows. Note it is important to run this with mono command. First run this command to list the profiles available for your laptops. You need to select a profile depending on your specific laptop. You should see something similar to that of below Make sure it is up and running using this command STEP 6: Start the service daemon for nbfc Sudo cp ~/nbfc/Linux/rvice /etc/systemd/system/ & sudo cp ~/nbfc/Linux/rvice /etc/systemd/system/ The service script is already written for us so just copy it to the systemd folder. If you are on ubuntu distros, systemd should be the default init system. If your distro do not use systemd, you are on your own to figure this out. STEP 5: create the systemd service script Sudo mkdir /opt/nbfc/ & sudo cp -r ~/nbfc/Linux/bin/Release/* /opt/nbfc/ I personally just dump the binary into my bin folder located in my home directory but it requires more steps like editing the service script so for the sake of this guide, I will follow the steps on the github readme which installs the binary to /opt.

STEP 3: Build the application from sourceĬd ~/nbfc & chmod +x build.sh &.

Wait a second until it finishes downloading mono.(yes, this app is coded in C# and targets Microsoft.
#Notebook fancontrol config files razer install#
Sudo apt-key adv -keyserver hkp://:80 -recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF & echo "deb stable-bionic main" | sudo tee /etc/apt//mono-official-stable.list & sudo apt update & sudo apt install mono-complete STEP 2: Install the dependencies for compiling. If you have anything else, you need to google up your distros' relevant command for its package manager since it may not use apt.Īnyways, this is build guide from the developer if you want to try it out on none Ubuntu based distros. For Linux user such as myself, there are additional steps so read on if you are team penguin like me.ĮVERYTHING BELOW IS RELEVANT TO LINUX ONLYįor clarification, my guide is relevant to Ubuntu based distros like Mint and Pop OS.
#Notebook fancontrol config files razer download#
If you are on Windows, just download the. STEP 1: Get Notebook Fan Control(NBFC) from GitHub
#Notebook fancontrol config files razer software#
Luckily there is software called notebook fan control that will allow us to do this regardless.
#Notebook fancontrol config files razer driver#
Your bios is locked or lack options and your gpu doesn't come with its own fan so out of control of both the nvidia driver and application like afterburner. On custom built computer, this is straight forward, you just go into the bios to set the cpu fan and then use something like afterburner to set your gpu fan speed if you happen to have discrete Nvidia cards, on laptop, no such thing.
#Notebook fancontrol config files razer how to#
Well, today, I am gonna show you how to ignore whatever fan scaling profile your OEM sets for you and crank up your laptop's fan speed manually. However, you know what's worse? Your game fps dips to the low 10s and your keyboard feels like a boiling pot whenever you touch it all because the OEM refuses to scale up the fans. Why is that you ask? well, its because at max fan speed, your laptop's cooling fan sounds like a jet engine. Apple does this on their macs and so do many OEMs. As the title suggest, this is a guide on how to control your laptop's fan speed.įirst, why would you want to control your laptop fan speed? Well, because many OEMs like to throttle your cpu's and gpu frequencies under heavy load instead of cranking up the fan speed to deal with the high heat.
