1

How do you make Mac OS X screen brightness work when using Debian Jessie 8 and Nvidia proprietary drivers?

There are a lot of answers floating around about editing the config file adding some options but none of those worked for me.

How can I get the back light keys to work?

5
  • sorry but I can't get what was your problem. Commented Oct 30, 2015 at 15:30
  • You seem to have posted an answer without its question. What is this a solution to? Please edit your question post to add that missing question (describe the problem), and post an answer to provide your actual answer (this command, and explain what this command does and why it solves the problem). Commented Oct 31, 2015 at 23:55
  • The solution is to do this from a terminal: # setpci -v -H1 -s 00:01.00 BRIDGE_CONTROL=0 you can read about it [here][1] Hopefully it saves someone some time and headache. [1]: iocrunch.com/2014/08/… Commented Nov 1, 2015 at 10:30
  • Fair enough, and thank you. I've reopened this so you can answer it yourself, but please edit the question to make it clearer. What do you mean by "OSX screen brightness when using Debian"? Do you mean the buttons that change the brightness level? Why do you mention backlight in the end then? That has nothing to do with screen brightness. Commented Nov 1, 2015 at 16:32
  • my apologies, it was a typo. You are right that I was referring to using the apple keyboard buttons F1 and F2 to control the screen brightness. Commented Nov 1, 2015 at 16:37

1 Answer 1

0

I wanted to shared this answer because I read a lot of different reports of how to make your mac os x keyboard control the brightness of your display.

use this command at a terminal: #

setpci -v -H1 -s 00:01.00 BRIDGE_CONTROL=0 

you might have to be root. Check out this full article, it's what worked for me.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.