Closed rwstauner closed 12 years ago
I have tried with and without the acpi_backlight=vendor
kernel option.
I also tried the .deb package.
If I add this patch the driver will load but doesn't seem to do anything:
diff --git a/nvidiabl-gpu.h b/nvidiabl-gpu.h
index 39900d3..239622c 100644
--- a/nvidiabl-gpu.h
+++ b/nvidiabl-gpu.h
@@ -321,3 +321,5 @@ NVIDIABL_DECLARE_GPU_MODEL(0x0cb0, nv5x_driver_data),
NVIDIABL_DECLARE_GPU_MODEL(0x0cb1, nv5x_driver_data),
/* Quadro FX 1800M (195.36) */
NVIDIABL_DECLARE_GPU_MODEL(0x0cbc, nv5x_driver_data),
+/* GeForce GTX 560M (GF116) */
+NVIDIABL_DECLARE_GPU_MODEL(0x1251, nv5x_driver_data),
diff --git a/nvidiabl-laptops.h b/nvidiabl-laptops.h
index 8e7dc07..bee08e0 100644
--- a/nvidiabl-laptops.h
+++ b/nvidiabl-laptops.h
@@ -76,3 +76,5 @@ NVIDIABL_DECLARE_LAPTOP_MODEL("LENOVO", "4313CTO", PCI_ANY_ID, NVIDIABL_AUTO, NV
NVIDIABL_DECLARE_LAPTOP_MODEL("LG Electronics", "R590-P.BN58P1", PCI_ANY_ID, NVIDIABL_AUTO, NVIDIABL_AUTO, 0x679a),
+NVIDIABL_DECLARE_LAPTOP_MODEL("ASUSTeK Computer Inc.", "G74Sx", PCI_ANY_ID, NVIDIABL_AUTO, NVIDIABL_AUTO, NVIDIABL_AUTO),
+
Spoke too soon... the brightness not adjusting seems to have been a conflict with another module i had loaded at the time (asus-nb-wmi
).
After a reboot both modules (nvidiabl
and asus-nb-wmi
) appear to be working in tandem.
After a suspend the brightness keys still work.
I submitted the above diff as pull request 20.
Thanks!
I don't know if i should be using this driver or not, but I was trying to see if the nvidia driver recognizes changes to the backlight and found this thread: http://www.nvnews.net/vbulletin/showthread.php?t=143025
After attempting the source installation with make dkms-install, I get the following error trying to load the module:
*$ sudo modprobe -v nvidiabl insmod /lib/modules/2.6.38-11-generic/updates/dkms/nvidiabl.ko FATAL: Error inserting nvidiabl (/lib/modules/2.6.38-11-generic/updates/dkms/nvidiabl.ko): No such device
and found this in my syslog: Jul 31 13:59:18 raptor kernel: [ 1890.003964] nvidiabl: loading driver version 0.70 Jul 31 13:59:18 raptor kernel: [ 1890.003977] nvidiabl: No supported Nvidia graphics adapter found
Using the beta proprietary nvidia driver version 280.11 xubuntu 11.04 with the backported kernel: Linux raptor 2.6.38-11-generic #47-Ubuntu SMP Fri Jul 15 19:27:09 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux