Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761575AbZC3VfL (ORCPT ); Mon, 30 Mar 2009 17:35:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759641AbZC3Vez (ORCPT ); Mon, 30 Mar 2009 17:34:55 -0400 Received: from outbound-mail-151.bluehost.com ([67.222.39.31]:35216 "HELO outbound-mail-151.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757076AbZC3Vey (ORCPT ); Mon, 30 Mar 2009 17:34:54 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=virtuousgeek.org; h=Received:Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=s9w305qzpSQCNUzFiU+Y6I5Y9jb6uNCx4cHi1gk+xL4R/xM4B8MZRcsb2kx84moRH+ChdXHwGqaRjy9KNzx1WYMm7fNu9daDRc9n3/ngfdk9B2EzoRT2Ynu3XbkqhhCh; Date: Mon, 30 Mar 2009 14:34:47 -0700 From: Jesse Barnes To: Soeren Sonnenburg Cc: Sitsofe Wheeler , linux-kernel@vger.kernel.org, Eric Anholt , dri-devel@lists.sourceforge.net Subject: Re: enabling kms for i915 disables brightness control and xrandr Message-ID: <20090330143447.5653d522@hobbes> In-Reply-To: <1238420239.4575.2.camel@localhost> References: <1238322841.4185.36.camel@localhost> <20090329130702.GA23660@sucs.org> <1238332957.4185.74.camel@localhost> <1238420239.4575.2.camel@localhost> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.14.4; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Identified-User: {10642:box514.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 75.111.28.251 authed with jbarnes@virtuousgeek.org} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2718 Lines: 61 On Mon, 30 Mar 2009 15:37:19 +0200 Soeren Sonnenburg wrote: > On Sun, 2009-03-29 at 15:22 +0200, Soeren Sonnenburg wrote: > > On Sun, 2009-03-29 at 14:07 +0100, Sitsofe Wheeler wrote: > > > (CC'ing dri-devel, Eric Anholt and Jesse Barnes) > > > > > > On Sun, Mar 29, 2009 at 12:34:01PM +0200, Soeren Sonnenburg wrote: > > > > Dear all, > > > > > > > > I am not sure if this is just a user error/ too old userspace > > > > problem, > > > > > > [User stated that 2.6.3 intel driver is being used in another > > > email] > > > > Just to not cause any (further?) confusion, I was using 2.6.1 when I > > wrote that email and after compiling/upgrading to 2.6.3 a number of > > problems vanished (like Xv works, screen resolution is correct, > > things are *a lot* faster with UXA). However, brightness still only > > works via setpci and xrandr only shows the 1024x600 modeline. > > > > > > but I recognized that when I enable kernel based modesetting on > > > > a intel 945 based samsung nc 10 netbook, I loose brightness > > > > control from within X and X resolutions are wrong (instead of > > > > 1024x600 it is 1024x1024) and xrandr does no longer have the > > > > all the modelines ranging from 1024x600 to 640x350... Trying to > > > > change resolutions / setting the brightness via xrandr results > > > > in error messages being printed. > > > > > > > > Furthermore, this same flag disables Xv support.. > > > > > > > > However, screen switches between terminal and X are quite fast > > > > now (without any flicker) and suspend and everything works > > > > stably. > > > > > > > > I recognized that I can set the brightness via > > > > > > > > setpci -s 00:02.1 F4.B=XX > > > > > > > > (XX ranging from 00 to FF) just fine... > > One more thing: Connecting an external display I could turn it on via > xrandr --auto successfully. However, it was not possible to turn the > internal display off (xrandr --output LVDS1 --off) and switching to > the console with the external display connected I managed to freeze > the machine. Turning the external display off worked somehow (the > display then showed vertical stripes) but I could switch to console. Have you filed bugs for these problems? I think the brightness control issue is due to some missing bits on the 2D side (we don't enable backlight property control when KMS is active, but should), the other issues sound like bugs. -- Jesse Barnes, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/