Bug 999684
Summary: | unable to adjust monitor brightness with nouveua, Toshiba, and 3.11.0 kernel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | kevin martin <ktmdms> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | collura, gansalmon, hdegoede, itamar, jonathan, kernel-maint, ktmdms, madhu.chinakonda, marcelo.barbosa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-11 11:45:35 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
kevin martin
2013-08-21 20:49:18 UTC
Interestingly enough I booted into Windows on this machine, adjusted the brightness there, and upon rebooting back to Linux the brightness has remained. The Fn keys to increase/decrease the brightness still do not work, however, in Linux at this time. different hardware but similar symptoms though maybe related: https://bugzilla.redhat.com/show_bug.cgi?id=991737 Possible duplicates - Brightness related: Brightness adjustment FN keys doesn't work https://bugzilla.redhat.com/show_bug.cgi?id=702352 Brightness/backlight keys (fn+F8, fn+F9) does not work on lenovo T530 out of the box https://bugzilla.redhat.com/show_bug.cgi?id=947976 Acer Aspire V5-171-9620 display brightness doesn't change using keyboard Fn keys (but onscreen slider moves) https://bugzilla.redhat.com/show_bug.cgi?id=983342 Dell brightness keys register multiple times https://bugzilla.redhat.com/show_bug.cgi?id=986653 Cannot adjust brightness anymore using Fn keys with F19 x86_64 https://bugzilla.redhat.com/show_bug.cgi?id=1012674 Brightness does not change on Intel graphics (using keys or slider) since about 3.9 kernels https://bugzilla.redhat.com/show_bug.cgi?id=1025690 Brightness keys stopped working between kernel 3.12.10-300 and 3.13.3-201 on Asus EEE PC https://bugzilla.redhat.com/show_bug.cgi?id=1067181 T530: Unsupported brightness interface https://bugzilla.redhat.com/show_bug.cgi?id=1089545 Can't change display brightness on HP EliteBook 8470p https://bugzilla.redhat.com/show_bug.cgi?id=1093120 Hi, I've been working recently on triaging and fixing various backlight bugs, and we're making good progress, hopefully I will be able to help resolve your bug to. (In reply to kevin martin from comment #0) > Description of problem: > With an Nvidia video card in a Toshiba laptop running kernel > 3.11.0-0.rc5.git6.1.fc20.x86_64 with the boot params of > acpi_backlight=vendor acpi_osi=Linux I am unable to, in any way, adjust the > backlight of my laptop. Manually changing > /sys/class/backlight/toshiba/brightness has no effect. Why are you booting with acpi_backlight=vendor acpi_osi=Linux ? What happens if you boot without these options on the commandline ? Can you try downloading and installing the latest kernel, download the x86_64 kerne l here: http://koji.fedoraproject.org/koji/taskinfo?taskID=7066918 And then install it with "sudo rpm -ivh kernel...rpm" and boot into it without using any kernel cmdline options. If things do not work this way, please walk through: http://hansdegoede.livejournal.com/13889.html Using the 3.15 kernel, and report back the results of all the steps listed there here. Thanks, Hans Am now using 3.17.0-0.rc7.git0.1.fc22.x86_64 and the following boot line: BOOT_IMAGE=/vmlinuz-3.17.0-0.rc7.git0.1.fc22.x86_64 root=UUID=895ff4c3-db90-4071-aeab-a0ec2d6b94cf ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 rhgb quiet nouveau.modeset=1 LANG=en_US.UTF-8 And can adjust backlight with no issues using nouveau driver. (In reply to kevin martin from comment #5) > Am now using 3.17.0-0.rc7.git0.1.fc22.x86_64 and the following boot line: > > BOOT_IMAGE=/vmlinuz-3.17.0-0.rc7.git0.1.fc22.x86_64 > root=UUID=895ff4c3-db90-4071-aeab-a0ec2d6b94cf ro rd.md=0 rd.lvm=0 rd.dm=0 > rd.luks=0 rhgb quiet nouveau.modeset=1 LANG=en_US.UTF-8 > > And can adjust backlight with no issues using nouveau driver. That is good to hear, closing this bug then. |