Contribute
Register

Sleep mode setting on Gigabyte boards

Status
Not open for further replies.
Joined
Jul 26, 2020
Messages
72
Motherboard
Fujitsu Lifebook S792 vPro
CPU
i5-3320M / QM77
Graphics
HD 4000 1366 x 768
Mac
  1. Mac mini
Mobile Phone
  1. iOS
Hi everyone! Can you tell me what settings in the terminal I need to use to ensure the best operation of the sleep mode on the Gigabyte GA-B75m-d3v board with HD 4000 graphics? I'm talking about the settings that are entered via sudo pmset. Thanks
 
These are the settings I use when setting Hibernation and sleep on my hacks:

Terminal Commands

sudo pmset -g

Disable Hibernation

sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

Disable other hibernation options

sudo pmset -a standby 0
sudo pmset -a autopoweroff 0

You may find that setting hibernation mode to 3, 25 or 29 instead of 0 works better for your system.
 
These are the settings I use when setting Hibernation and sleep on my hacks:

Terminal Commands

sudo pmset -g

Disable Hibernation

sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage

Disable other hibernation options

sudo pmset -a standby 0
sudo pmset -a autopoweroff 0

You may find that setting hibernation mode to 3, 25 or 29 instead of 0 works better for your system.
Thanks! I'll try)
 
Status
Not open for further replies.
Back
Top