nvidiabl icon indicating copy to clipboard operation
nvidiabl copied to clipboard

Not working on Toshiba l750

Open ghost opened this issue 13 years ago • 4 comments

Probably I'm doing something wrong, but I can't get it to work on my Toshiba l750. At the moment I'm running ubuntu 12.04. I tried to install the latest version (0.74) via the .deb package. Done that I rebooted the computer. Now only after a suspend and wake can I see the bar while pressing fn keys, but there is no change in the backlight. I tried adding nvidiabl to /etc/modules for autostart, but nothing changed.

ghost avatar Jun 03 '12 10:06 ghost

Hey. I myself have an L750 too and I have finally managed to solve the brightness issue.

http://ubuntuforums.org/showpost.php?p=11543948&postcount=40

Take a look at this reference which doesn't exactly match your laptop but the issue is the same.

What I did is almost the same as it's written in the linked post. Only thing you should notice is that Ubuntu 12.04 has the 3.4.1 version of gnome settings daemon, however I still downloaded the 3.2.2 source because the method of the detection of your display is changed in 3.4.1 so you can't modify it as you should.

After installing the latest package of nvidiabl, applying the changes to gsd-backlight-helper.c, compiling it, copying it into the right folder and adding nvidiabl to /etc/modules brightness controll works for me.

Of course you have to switch "toshiba" with "nvidia_backlight" and not "sony".

I hope i could help.

qwe2 avatar Jun 14 '12 16:06 qwe2

Please give me the output of

lspci -nn cat /sys/class/dmi/id/sys_vendor cat /sys/class/dmi/id/product_name

This way the driver will autoload without modifying /etc/modules, and follow the link given by qwe2, it is instructive!

Guillaume

guillaumezin avatar Jul 11 '12 20:07 guillaumezin

I managed to get it to work on Fedora without a single problem. I just followed the instructions on the readme and it worked, even after a kernel upgrade. I passed to Fedora after the second attempt to get it to work on ubuntu made the screen go black on reboot(not just dimmed down since the key shortcuts were not working). The only problem now is that the computer doesn't recognize the backlight shortcuts(fn+f6 and fn+f7) but I fixed this with some custom shortcuts

Thank you for the support anyway

ghost avatar Jul 11 '12 21:07 ghost

lspci -nn 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104](rev 09) 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101](rev 09) 00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a](rev 04) 00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d](rev 04) 00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20](rev 04) 00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10](rev b4) 00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12](rev b4) 00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 [8086:1c1a](rev b4) 00:1c.6 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 [8086:1c1c](rev b4) 00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26](rev 04) 00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49](rev 04) 00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03](rev 04) 00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22](rev 04) 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:0dec](rev a1) 01:00.1 Audio device [0403]: NVIDIA Corporation GF108 High Definition Audio Controller [10de:0bea](rev a1) 08:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194](rev 04) 09:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b](rev 01) 0a:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet [1969:1083](rev c0)

cat /sys/class/dmi/id/sys_vendor TOSHIBA

cat /sys/class/dmi/id/product_name SATELLITE L750

qwe2 avatar Jul 12 '12 11:07 qwe2