diff options
-rw-r--r-- | src/gpm-backlight-helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |