Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932964AbXBVBL2 (ORCPT ); Wed, 21 Feb 2007 20:11:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932987AbXBVBL1 (ORCPT ); Wed, 21 Feb 2007 20:11:27 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:53526 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932964AbXBVBL1 (ORCPT ); Wed, 21 Feb 2007 20:11:27 -0500 Date: Thu, 22 Feb 2007 01:11:18 +0000 (GMT) From: James Simmons To: Yaroslav Halchenko cc: Richard Purdie , Andrew Morton , linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [Linux-fbdev-devel] no backlight on radeon after recent kernel "upgrade"s In-Reply-To: <20070221055648.GM25659@washoe.onerussian.com> Message-ID: References: <20070219044616.GC25659@washoe.onerussian.com> <20070219000412.acad13de.akpm@linux-foundation.org> <1171876788.6046.3.camel@localhost.localdomain> <20070221055648.GM25659@washoe.onerussian.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1109 Lines: 28 > I built 2.6.20-mm2 without backlight support > $> grep BACKLIGH /boot/config-2.6.20-mm2 > # CONFIG_BACKLIGHT_LCD_SUPPORT is not set > # CONFIG_FB_BACKLIGHT is not set > # CONFIG_FB_RIVA_BACKLIGHT is not set > # CONFIG_FB_RADEON_BACKLIGHT is not set > > that "eliminated" the problem. Also I can see the screen with pure > 2.6.20 with backlight support (whatever it does since after > loading lcd, backlight modules, my /sys/class/{lcd,backlight} are empty): > > *$> grep BACKLIGH /boot/config-2.6.20 > # CONFIG_FB_BACKLIGHT is not set > CONFIG_BACKLIGHT_LCD_SUPPORT=y > CONFIG_BACKLIGHT_CLASS_DEVICE=m > CONFIG_BACKLIGHT_DEVICE=y You need to explictly enable the backlight for your fbdev driver. It doesn't do the selecting magically for you. Jus do a make "favorite"config and go to the fbdev menu and select the backlight option for your fbdev driver. - 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/