Opened 3 years ago
Last modified 2 years ago
#17622 new bug
i965GM: Backlight controls do not work
Reported by: | nephele | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Graphics/intel_extreme/9xx | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I have a lenovo laptop with an integrated gpu, it seems to be picked up by the intel driver and exposes a backlight control, it does not do anything however. It is slightly annoying because the backlight is stuck on a small brightness.
Attachments (3)
Change History (12)
by , 3 years ago
by , 3 years ago
Attachment: | listdev.txt added |
---|
comment:1 by , 3 years ago
comment:3 by , 3 years ago
Your review mentions gen 4 though? In any case I'm happy to test if you have a new review.
comment:4 by , 3 years ago
It looks like i965 has a "combination_mode" flag, which indicates the use of the pci config register LBPC (0xf4) as multiplicator. The duty is multiplied by the value of the LBPC register.
A bit of documentation on https://01.org/sites/default/files/documentation/965_g35_vol_1_graphics_core.pdf
Legacy Backlight Brightness (LBES): The value of zero is the lowest brightness setting and 255 is the brightest.
you could check the flag is present and the pci config register value.
comment:6 by , 3 years ago
comment:7 by , 3 years ago
No change in behaviour (Picked the packages from your link in the x86_gcc2 directory) Test image: hrev56040_5227_1
comment:8 by , 2 years ago
Component: | Drivers/Graphics/intel_extreme → Drivers/Graphics/intel_extreme/9xx |
---|
comment:9 by , 2 years ago
Hey korli, do you need more info? perhaps a more recent system log with the latch attached?
hi nephele, could you try with https://review.haiku-os.org/c/haiku/+/5190 ? It should be soon available at https://haiku.movingborders.es/testbuild/ if you need.