guillaumezin / nvidiabl

/!\ Please note that I don't maintain this repository anymore, please have a look at forked projects. /!\
82 stars 82 forks source link

Issue 47: Add 'type' parameter to support gnome-settings-daemon #48

Closed iam-TJ closed 12 years ago

iam-TJ commented 12 years ago
gnome-settings-daemon prefers backlight devices in the order:

firmware
platform
raw

By default 'nvidiabl' sets itself to 'raw'. Adding this module option allows the
user to configure the type so as to have nvidiabl chosen in preference to other
backlight drivers (such as ACPI platform drivers).

To use it, add the option "type=?" to the module options replacing '?' with one
of the types listed above. E.g:

options nvidiabl type=firmware

or:

sudo modprobe nvidiabl type=firmware

Signed-off-by: TJ <linux@iam.tj>