|
|
#109 | |
|
Registered User
Join Date: Jan 2011
Posts: 14
|
Quote:
It happens when: Desktop effects enabled:
Desktop effects disabled:
|
|
|
|
|
|
|
#110 | |
|
Registered User
Join Date: Dec 2010
Posts: 4
|
@Zem: Do you use KDE4? If so, try switching between opengl and xrender backend for desktop effects. I've experienced a similar behaviour on my Vostro 3700, but it seems it went away after switching to xrender backend.
|
|
|
|
|
|
|
#111 | |
|
Registered User
Join Date: Jan 2011
Posts: 14
|
Quote:
Switching to xrender has the same effect as disabling desktop effects, with regard to this problem; however, at least on my pc, xrender is considerably slower than opengl. Maybe I should mention that I didn't have this problem on Kubuntu 10.04 on the same pc (I was using an older version of nvidia_bl). Maybe this is a problem with recent versions of nvidia drivers? I'm using the latest drivers from ubuntu-x-swat ppa. |
|
|
|
|
|
|
#112 | |
|
Registered User
Join Date: Dec 2009
Posts: 26
|
Hello,
0.61 version introduces a new autodetection mechanism. It should enhance new hardware support but it could break things so feedback is welcome. If someone could help, I would be curious to have the output of the command Code:
dmesg | grep nvidiabl Guillaume |
|
|
|
|
|
|
#113 |
|
Registered User
Join Date: Oct 2010
Posts: 15
|
Your driver doesn't work on my notebook since version 0.61. I'm on Ubuntu 10.10 with the most recent updates and the newest nvidia driver, I always got a message like: "Unable to inserting nvidiabl......nvidia.ko" or something like this when i was trying to load the module. I doesn't know the exact error cause I'm now back on 0.60.
My notebook is an: Sony Vaio VPCCW1S1E |
|
|
|
|
|
#114 | |
|
Registered User
Join Date: Dec 2009
Posts: 26
|
Please try the last version (0.67) and if it doesn't work, post the output of
Code:
sudo modprobe -r nvidiabl sudo modprobe nvidiabl tail -20 /var/log/messages Guillaume |
|
|
|
|
|
|
#115 |
|
Registered User
Join Date: Jan 2011
Posts: 5
|
The biggest issue is I have to previously "rmmod sony-laptop" on my Vaio VPCCW1, for nvidiabl to work.
Seems like there is a sort of priority in how udev/upower see backlight devices, and they always use /sys/class/backlight/sony when it's present, instead of /sys/class/backlight/nvidia_backlight Unfortunately sony-laptop does other things besides (trying to) handle backlight on a Sony, and keeping it blacklisted is a bad option. I haven't found any option to disable its backlight handling functions either ![]() Is there any way to have both modules loaded at same time and KDE4 pick the correct backlight interface? I had found a solution with hal by means of a configuration in /etc/hal/fdi/policy, but this is no longer possible with udev/upower. |
|
|
|
|
|
#116 | |
|
Registered User
Join Date: Jan 2010
Posts: 21
|
Quote:
Code:
interfaces << "nv_backlight" << "asus_laptop" << "toshiba"
<< "eeepc" << "thinkpad_screen" << "acpi_video0"
<< "mbp_backlight" << "acpi_video1"
<< "fujitsu-laptop" << "sony" << "samsung"
<< "nvidia_backlight";
In this bug report https://bugs.kde.org/show_bug.cgi?id=257948 I have asked the maintainer to change the order in the original code, but he hasn't answered yet. |
|
|
|
|
|
|
#117 | |
|
Registered User
Join Date: Jan 2011
Posts: 5
|
Quote:
![]() I guess I will also have to apply your patch to my installation, thanks for sharing it! |
|
|
|
|
|
|
#118 | |
|
Registered User
Join Date: Dec 2009
Posts: 26
|
Quote:
Guillaume |
|
|
|
|
|
|
#119 | |
|
Registered User
Join Date: Jan 2011
Posts: 5
|
Quote:
|
|
|
|
|
|
|
#120 |
|
Registered User
Join Date: Feb 2011
Posts: 2
|
Hi,
I'm with trouble with changing back of default brightness. Im using ubuntu 10.10 2.6.35-25-generic, sony vaio cw23fx (310M) NVIDIA-Linux-x86_64-256.53. Code:
$ dmesg | grep nvidiabl [ 236.507357] nvidiabl: loading driver version 0.67 [ 236.507362] nvidiabl: Sony Corporation - VPCCW2 model detected in DMI tables [ 236.507369] nvidiabl: Supported Nvidia graphics adapter 10de:0a75:104d:9072 detected [ 236.507451] nvidiabl: backup register value 0x4001fd82 [ 236.507452] nvidiabl: autodetecting maximum [ 236.507453] nvidiabl: using value 0x1fd82 as maximum [ 236.507455] nvidiabl: autodetecting off [ 236.507456] nvidiabl: using value 0x0 as off [ 236.507457] nvidiabl: autodetecting minimum [ 236.507459] nvidiabl: minimum is 5% of maximum [ 236.507460] nvidiabl: using value 0x63 as minimum [ 2108.813112] nvidiabl: restore register value 0x4001fd82 [ 2123.766032] nvidiabl: loading driver version 0.67 [ 2123.766038] nvidiabl: Sony Corporation - VPCCW2 model detected in DMI tables [ 2123.766046] nvidiabl: Supported Nvidia graphics adapter 10de:0a75:104d:9072 detected [ 2123.766243] nvidiabl: backup register value 0x4001fd82 [ 2123.766246] nvidiabl: autodetecting maximum [ 2123.766248] nvidiabl: using value 0x1fd82 as maximum [ 2123.766250] nvidiabl: autodetecting off [ 2123.766252] nvidiabl: using value 0x0 as off [ 2123.766254] nvidiabl: autodetecting minimum [ 2123.766256] nvidiabl: minimum is 5% of maximum [ 2123.766258] nvidiabl: using value 0x63 as minimum [ 4564.193056] nvidiabl: restore register value 0x4001fd82 [ 4588.349821] nvidiabl: loading driver version 0.67 [ 4588.349828] nvidiabl: Sony Corporation - VPCCW2 model detected in DMI tables [ 4588.349836] nvidiabl: Supported Nvidia graphics adapter 10de:0a75:104d:9072 detected [ 4588.349944] nvidiabl: backup register value 0x4001fd82 [ 4588.349946] nvidiabl: autodetecting maximum [ 4588.349948] nvidiabl: using value 0x1fd82 as maximum [ 4588.349950] nvidiabl: autodetecting off [ 4588.349951] nvidiabl: using value 0x0 as off [ 4588.349953] nvidiabl: autodetecting minimum [ 4588.349956] nvidiabl: minimum is 5% of maximum [ 4588.349958] nvidiabl: using value 0x63 as minimum |
|
|
|
![]() |
| Thread Tools | |
|
|