From dbc609478699bc792611a1ab982c078c64adb561 Mon Sep 17 00:00:00 2001 From: fhucho Date: Sat, 7 Jul 2012 12:26:54 +0300 Subject: Added "nvidia_backlight" to the list of backlight interfaces. Setting brightness with hotkeys should now work on notebooks with the Nvidia binary driver (tested on MacBook Pro 7,1). --- src/gpm-backlight-helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c index 4868446..a9c0fd4 100644 --- a/src/gpm-backlight-helper.c +++ b/src/gpm-backlight-helper.c @@ -52,6 +52,7 @@ gcm_backlight_helper_get_best_backlight () /* available kernel interfaces in priority order */ static const gchar *backlight_interfaces[] = { "nv_backlight", + "nvidia_backlight", "asus_laptop", "toshiba", "eeepc", -- cgit v1.2.1