Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Backlight problems
Date: Fri, 16 Mar 2012 18:57:21
Message-Id: CAN0CFw27_fFSHEv4t3Z8g4gSGmnfQq8a_G3DZiQD4GdGh6hNHg@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Backlight problems by Mark Knecht
1 >>>> On my just-released Dell XPS 13 Ultrabook, I can control the backlight
2 >>>> with 'xbacklight -set 0' and 'xbacklight -set 100'.  Any other values
3 >>>> cause the screen to blink and flash.  The keyboard backlight shortcuts
4 >>>> don't work unless I map them to xbacklight 0 and 100.  Also xbacklight
5 >>>> doesn't work at all if I'm unplugged from AC.  I've tried
6 >>>> acpi_osi=Linux and acpi_backlight=vendor in grub.conf.  acpi_osi
7 >>>> doesn't seem to make any difference and xbacklight doesn't work at all
8 >>>> without acpi_backlight.  Do I just need to wait for a newer kernel?
9 >>>
10 >>> Does the gentoo install CD or a rescue CD give you any way to test the
11 >>> same backlight functions?  If the backlight works correctly when running
12 >>> such a CD then listing the loaded kernel modules might give you a clue.
13 >>
14 >> I tried the latest Kubuntu and Ubuntu LiveCDs via unetbootin but the
15 >> backlight behavior is the same as with Gentoo.  Please let me know if
16 >> anyone has any ideas on this.
17 >>
18 >> - Grant
19 >>
20 >
21 > Grant,
22 >   Sorry I missed this thread earlier. I've got an Asus 17" laptop
23 > that I've been trying unsuccessfully to get the keyboard backlighting
24 > to work correctly for weeks (maybe months - I no longer remember how
25 > long) On my machine I get keyboard backlighting when I boot the
26 > machine, but if I turn off the lights with the switch on the machine I
27 > cannot so far turn them back on by any means.
28 >
29 >   On this machine xbacklight -get responds that nothing has backlight
30 > properties so I've clearly got some configuration issues.
31 >
32 >   As for the kernel I'm using vanilla-sources-3.2.10 so I don't think
33 > there's a lot that is newer than that.
34 >
35 >   I don't care much about screen backlighting but keyboard
36 > backlighting is important to me.
37 >
38 > - Mark
39
40 Hey Mark, I'm happy to say I just fixed the screen backlighting on my
41 system, but I'm sorry to say I don't think it will help you with
42 keyboard backlighting. To fix it, I removed 'acpi_backlight=vendor'
43 from grub and added 'echo 0 >
44 /sys/class/backlight/intel_backlight/brightness' to
45 /etc/local.d/backlight.start and made that file executable. Now
46 backlight control works perfectly via the keyboard shortcuts with no
47 other configuration and no xbacklight. I'm on
48 hardened-sources-3.2.2-r1.
49
50 BTW, I noticed baselayout1.start and baselayout1.stop are no longer
51 created in /etc/local.d.
52
53 - Grant

Replies

Subject Author
Re: [gentoo-user] Re: Backlight problems Mark Knecht <markknecht@×××××.com>