bin
config
env
freeze
2019-oct-macbook-osx
2020-jan-macbook-arch
2020-sep-macbook-arch
systemd-utils
dell-xps13-7390
macbook_pro13
backlight-control.service
suppress-gpe.service
suspend-fix.service
resume
setup
vim
zsh
.gitignore
.gitmodules
README.md
9 lines
239 B
Desktop File
Executable File
9 lines
239 B
Desktop File
Executable File
[Unit]
|
|
Description=Enables the gmux backlighting. This is a non-standard NVIDIA issue on Macbooks
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/bash -c 'setpci -v -H1 -s 00:01.00 BRIDGE_CONTROL=0; gmux_backlight 400'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|