|
|
#145 | |
|
Registered User
Join Date: Jan 2012
Posts: 1
|
Quote:
I've pushed a fix to my github fork of nvidiabl (https://github.com/chenxiaolong/nvidiabl). You're welcome to compile from my git repo or apply the patch to the original source.A copy of the patch: Code:
From ed26f84824aad1efe9616477a63fe857c7971fa1 Mon Sep 17 00:00:00 2001
From: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
Date: Thu, 19 Jan 2012 19:53:30 -0500
Subject: [PATCH] Fix build with Kernel 3.2
---
nvidiabl-types.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/nvidiabl-types.h b/nvidiabl-types.h
index 571bd44..c63572e 100644
--- a/nvidiabl-types.h
+++ b/nvidiabl-types.h
@@ -18,6 +18,7 @@
#include <linux/pci.h>
#include <linux/fb.h>
+#include <linux/moduleparam.h>
#define NVIDIABL_STR_1(s) #s
#define NVIDIABL_STR(s) NVIDIABL_STR_1(s)
@@ -94,4 +95,4 @@ typedef struct {
(kernel_ulong_t)&algorithm \
}
-#endif
\ No newline at end of file
+#endif
--
1.7.8.4
|
|
|
|
|
|
|
#146 | |
|
Registered User
Join Date: Oct 2010
Posts: 15
|
Hey guys!
Im using Debian testing right now. The current version of nvidiabl 0.73 works great on my System (Vaio VPCCW1S1E). Although I had to change the settings for minimum brightness, because the auto value isn't correct for me. The only Problem I have now, is that the oBacklight script doesn't change the brightness anymore. I am able to change the brightness if i use this command "echo value > /sys/class/backlight/nvidia_backlight/brightness" manually, where i enter 0-127 instead of value. The ACPI codes are set up correctly in the script. I checked it with acpi_listen, but it won't change my brightness if the script is running and i press my Brightness-UP and DOWN keys. Any idea?? |
|
|
|
|
|
|
#147 |
|
Registered User
Join Date: Jan 2011
Posts: 14
|
Thanks again for this driver; just installed kubuntu 12.04 and nvidiabl 0.73 works perfectly.
Only one thing: did anybody find a solution to the backlight resetting problem? |
|
|
|
|
|
#148 | |
|
Creator of oBacklight
Join Date: Apr 2010
Posts: 19
|
Quote:
I haven't checked my script against the 0.73 release yet, but will try to do that asap. /Marcus |
|
|
|
|
|
|
#149 |
|
Registered User
Join Date: Jan 2011
Posts: 14
|
Hello
I just wanted to report that finally backlight control works without nvidiabl on my system. Vaio VPCCW2C5E, GeForce GT 330M, nvidia proprietary driver 310.14 installed from ubuntu repositories. |
|
|
|
![]() |
| Thread Tools | |
|
|