public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Niel Lambrechts <niel.lambrechts@gmail.com>
To: Zhang Rui <rui.zhang@intel.com>
Cc: Henrique de Moraes Holschuh <hmh@hmh.eng.br>,
	"mjg59@srcf.ucam.org" <mjg59@srcf.ucam.org>,
	"Zhao, Yakui" <yakui.zhao@intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"linux.kernel" <linux-kernel@vger.kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>
Subject: Re: 2.6.30-rc1 (latest git): thinkpad-acpi: cannot control	brightness with hotkeys (BISECTED)
Date: Wed, 15 Apr 2009 08:53:20 +0200	[thread overview]
Message-ID: <49E58460.1010402@gmail.com> (raw)
In-Reply-To: <1239760242.7661.305.camel@rzhang-dt>

On 04/15/2009 03:50 AM, Zhang Rui wrote:
> On Wed, 2009-04-15 at 07:59 +0800, Niel Lambrechts wrote:
>   
>> On 04/13/2009 10:34 PM, Henrique de Moraes Holschuh wrote:
>>     
>>> On Mon, 13 Apr 2009, Niel Lambrechts wrote:
>>>   
>>>       
>>>>>> In 2.6.29.1:
>>>>>> lrwxrwxrwx 1 root root 0 Apr 12 20:01 /sys/class/backlight/acpi_video0
>>>>>> -> ../../devices/virtual/backlight/acpi_video0
>>>>>>         
>>>>>>             
>>> Well, that at least confirms that thinkpad-acpi doesn't have anything to
>>> do with your troubles, you were using acpi video.
>>>   
>>>       
>> Okay, I've bisected it to:
>>
>> 74a365b3f354fafc537efa5867deb7a9fadbfe27 is first bad commit
>> commit 74a365b3f354fafc537efa5867deb7a9fadbfe27
>> Author: Matthew Garrett <mjg59@srcf.ucam.org>
>> Date:   Thu Mar 19 21:35:39 2009 +0000
>>
>>     ACPI: Populate DIDL before registering ACPI video device on Intel
>>
>>     
>
> please set CONFIG_DRM_I915_KMS, reload the ACPI video driver after
> loading i915 and see if it helps.
>   
In all the kernels I've tried (up to 2.6.30-rc2), I get issues with KMS:

I boot with 'modeset=1 i915=1', console login is okay and 'modprobe i915
modeset=1' seems to work - the console resolution changes (very small
1920x1200).

When I do 'init 5' kdm loads (and display the logon screen) but after
entering my username/password it hangs at the KDE splash-screen (the
last icon, so some progress must have been made). Caps lock then won't
even work, but emergency sync seemed to do the trick.

/var/log/warnings:
Apr 15 07:55:11 linux-7vph nm-dispatcher.action: Script
'/etc/NetworkManager/dispatcher.d/autofs' exited with error status 1.
Apr 15 07:55:12 linux-7vph kernel: allocated 1920x1200 fb: 0x02020000,
bo f598acc0
Apr 15 07:55:12 linux-7vph kernel: Console: switching to colour frame
buffer device 240x75
Apr 15 07:55:13 linux-7vph nm-dispatcher.action: Script
'/etc/NetworkManager/dispatcher.d/nfs' exitedwith error status 6.
Apr 15 07:55:19 linux-7vph kdm_config[3234]: Multiple occurrences of key
'UseTheme' in section [X-*-Greeter] of /usr/share/kde4/config/kdm/kdmrc
Apr 15 07:55:22 linux-7vph kernel: CE: hpet increasing min_delta_ns to
15000 nsec
Apr 15 07:56:10 linux-7vph kernel: Emergency Sync complete
Apr 15 07:56:26 linux-7vph kernel: CE: hpet increasing min_delta_ns to
22500 nsec
Apr 15 07:56:27 linux-7vph kernel: Emergency Sync complete
Apr 15 07:56:49 linux-7vph kernel: Emergency Sync complete
Apr 15 07:56:55 linux-7vph kernel: CE: hpet increasing min_delta_ns to
33750 nsec
Apr 15 07:56:56 linux-7vph kernel: Emergency Sync complete

So while I'd love to use KMS, I have never been able to get X up using it.

Regards,
Niel



  parent reply	other threads:[~2009-04-15  6:53 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-11 21:07 2.6.30-rc1 (latest git): thinkpad-acpi: cannot control brightness with hotkeys Niel Lambrechts
2009-04-11 22:05 ` Andrew Morton
2009-04-11 22:44   ` Niel Lambrechts
2009-04-11 22:55   ` Niel Lambrechts
2009-04-11 23:10     ` Niel Lambrechts
2009-04-12  5:04       ` Henrique de Moraes Holschuh
2009-04-12  4:58   ` Henrique de Moraes Holschuh
2009-04-12 16:14   ` Henrique de Moraes Holschuh
2009-04-12 18:37     ` Niel Lambrechts
2009-04-13  1:21       ` yakui_zhao
2009-04-13 15:16         ` Niel Lambrechts
2009-04-13 20:34           ` Henrique de Moraes Holschuh
2009-04-14 23:59             ` 2.6.30-rc1 (latest git): thinkpad-acpi: cannot control brightness with hotkeys (BISECTED) Niel Lambrechts
2009-04-15  0:41               ` Maxim Levitsky
2009-04-15  5:51                 ` Niel Lambrechts
2009-04-15  1:50               ` Zhang Rui
2009-04-15  1:51                 ` Zhang Rui
2009-04-15  6:53                 ` Niel Lambrechts [this message]
2009-04-15 12:35                   ` Peter Zijlstra
2009-04-15 16:49               ` Matthew Garrett
2009-04-15 19:55                 ` Niel Lambrechts
2009-04-15 20:01                   ` Matthew Garrett
2009-04-15 20:57                     ` Niel Lambrechts
2009-04-15 21:00                       ` Matthew Garrett
2009-04-16  1:02                 ` yakui_zhao
2009-04-13  1:53       ` 2.6.30-rc1 (latest git): thinkpad-acpi: cannot control brightness with hotkeys Zhang Rui
2009-04-13 15:18         ` Niel Lambrechts
2009-04-13 18:20           ` Niel Lambrechts
2009-04-14  1:02             ` Zhang Rui
2009-04-14  3:03               ` Zhang Rui
2009-04-11 22:17 ` Arkadiusz Miskiewicz
2009-04-11 22:39   ` Arkadiusz Miskiewicz
2009-04-12 22:38 ` 2.6.30-rc1 (latest git): ACPI video backlight support broken. (WAS:thinkpad-acpi: cannot control brightness with hotkeys ) Maxim Levitsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49E58460.1010402@gmail.com \
    --to=niel.lambrechts@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=hmh@hmh.eng.br \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjg59@srcf.ucam.org \
    --cc=rui.zhang@intel.com \
    --cc=yakui.zhao@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox