Bug 33287 - Arrandale - Brightness change doesn't take effect.
Summary: Arrandale - Brightness change doesn't take effect.
Status: CLOSED INVALID
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Daniel Vetter
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 20:30 UTC by Noe Nieto
Modified: 2017-07-24 23:06 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg.0.log (74.37 KB, text/x-log)
2011-01-19 20:30 UTC, Noe Nieto
no flags Details
Output of 'xrandr --verbose' command (3.15 KB, text/plain)
2011-01-19 20:32 UTC, Noe Nieto
no flags Details
output of 'intel_reg_dumper' command (7.17 KB, text/plain)
2011-01-19 20:35 UTC, Noe Nieto
no flags Details
output of 'intel_gpu_dump' command (127.48 KB, application/x-gzip)
2011-01-19 20:41 UTC, Noe Nieto
no flags Details
Output of 'dmesg' command with drm.debug=0x06 option enabled at boot time. (217.78 KB, text/plain)
2011-01-19 20:58 UTC, Noe Nieto
no flags Details

Description Noe Nieto 2011-01-19 20:30:24 UTC
Created attachment 42217 [details]
Xorg.0.log

System Environment:
-- chipset: Integrated Graphics Chipset: Intel(R) Arrandale (As reported by X.org
-- system architecture: x86_64
-- xf86-video-intel/xserver/mesa/libdrm version: 
       "pkg-config --modversion libdrm" -- > 2.4.21
       mesa version with glxinfo output --> 
          server glx vendor string: SGI
          server glx version string: 1.4
          client glx vendor string: Mesa Project and SGI
          client glx version string: 1.4
          OpenGL vendor string: Tungsten Graphics, Inc
          OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile GEM 20100330 DEVELOPMENT 
          OpenGL version string: 2.1 Mesa 7.9-devel
          OpenGL shading language version string: 1.20

       xf86-video-intel and xserver version available in Xorg.0.log --> 
          [    25.780] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
          [    25.850] (II) Module intel: vendor="X.Org Foundation"
          [    25.850]    compiled for 1.9.0, module version = 2.12.0
          [    25.850]    Module class: X.Org Video Driver
          [    25.850]    ABI class: X.Org Video Driver, version 8.0

-- kernel version: 2.6.35-22-generic
-- Linux distribution: Ubuntu 10.10
-- Machine or mobo model: Gateway N55C
-- Display connector: VGA

3) Reproduce steps. 

Try ubuntu's default keybindings for brightnes. Brightness does not change.

Try changing brightness manually. Brightness does not change.:

# cd /proc/acpi/video/GFX0/
root@hormiga-vaca:/proc/acpi/video/GFX0# ls -l
total 0
dr-xr-xr-x 2 root root 0 2010-11-20 21:50 DD01
dr-xr-xr-x 2 root root 0 2010-11-20 21:50 DD02
dr-xr-xr-x 2 root root 0 2010-11-20 21:15 DD03
dr-xr-xr-x 2 root root 0 2010-11-20 21:50 DD04
dr-xr-xr-x 2 root root 0 2010-11-20 21:50 DD05
dr-xr-xr-x 2 root root 0 2010-11-20 21:50 DD06
dr-xr-xr-x 2 root root 0 2010-11-20 21:50 DD07
dr-xr-xr-x 2 root root 0 2010-11-20 21:50 DD08
-rw-r--r-- 1 root root 0 2010-11-20 21:50 DOS
-r--r--r-- 1 root root 0 2010-11-20 21:50 info
-rw-r--r-- 1 root root 0 2010-11-20 21:50 POST
-r--r--r-- 1 root root 0 2010-11-20 21:50 POST_info
-r--r--r-- 1 root root 0 2010-11-20 21:50 ROM
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD01/brightness 
<not supported>
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD02/brightness 
<not supported>
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD03/brightness 
levels:  10 20 30 40 50 60 70 80 90 100
current: 100
root@hormiga-vaca:/proc/acpi/video/GFX0# echo "10" > DD03/brightness 
root@hormiga-vaca:/proc/acpi/video/GFX0# #Brightness does not change
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD04/brightness 
<not supported>
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD05/brightness 
<not supported>
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD06/brightness 
<not supported>
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD07/brightness 
<not supported>
root@hormiga-vaca:/proc/acpi/video/GFX0# cat DD08/brightness 
<not supported>
root@hormiga-vaca:/proc/acpi/video/GFX0#


4) Attachments:
-- Xorg.0.log
-- dmesg output (better with boot option "drm.debug=0x06")
-- output of "xrandr --verbose" mode issue
-- intel_reg_dumper output and VBIOS dump
Comment 1 Noe Nieto 2011-01-19 20:32:47 UTC
Created attachment 42218 [details]
Output of 'xrandr --verbose' command
Comment 2 Noe Nieto 2011-01-19 20:35:22 UTC
Created attachment 42219 [details]
output of 'intel_reg_dumper' command
Comment 3 Noe Nieto 2011-01-19 20:41:09 UTC
Created attachment 42220 [details]
output of 'intel_gpu_dump' command
Comment 4 Noe Nieto 2011-01-19 20:58:04 UTC
Created attachment 42221 [details]
Output of 'dmesg' command with drm.debug=0x06 option enabled at boot time.
Comment 5 Noe Nieto 2011-03-01 08:49:14 UTC
Is there is any way I can further help to fix this issue? Do you need more information?
Comment 6 Noe Nieto 2011-03-01 08:55:18 UTC
This bug is related to this:
https://bugzilla.kernel.org/show_bug.cgi?id=15513
Comment 7 Noe Nieto 2011-03-01 08:57:21 UTC
This bug report on Launchapad describes the same sympthoms.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/573984/
Comment 8 Eugeni Dodonov 2011-08-22 09:59:50 UTC
Just wondering if this issue is still alive with all the latest kernel and driver updates. I cannot reproduce it on my arrandale machine.

But I suspect that it is a ACPI issue, not a video driver one. If it is still reproducible, with the latest kernel, I could help you debug it further.
Comment 9 Noe Nieto 2011-08-22 10:33:58 UTC
Thank you for the help.

I remember that I tried some kernel patching to have some limited support for brightness control. But I no longer have access to that computer.

Should we mark this bug as closed?
Comment 10 Jesse Barnes 2012-04-16 14:58:16 UTC
sounds like this one is lost to us now.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.