From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O6aG0-0004QY-Hc for garchives@archives.gentoo.org; Tue, 27 Apr 2010 02:10:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80FC2E0914; Tue, 27 Apr 2010 02:10:03 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 5AFE2E0914 for ; Tue, 27 Apr 2010 02:10:03 +0000 (UTC) Received: by vws17 with SMTP id 17so350961vws.40 for ; Mon, 26 Apr 2010 19:10:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=aU3+7N+ma38nqMdg6PCpaH5fgxen0GKBkQhS/rvX5TE=; b=Ye3Kd2XFIdARP0Opv77uOJ7M4FKTvFbj1AVM8Z9j+BfAHrTWMNpdF85BiN5QQ6Hk1C Cugx11FDx1scN/nlFiwbznclqzLQ7xknNxO1Ac2A73rkTjJry0tZ1iZXhnNGCsr3et28 tMDSfCvRQC50PVboEiAJ58w9BJxzFxUzsWVYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vOdfAGSws3cP0RYNih4banXi+NKYhvD5HgI75UaFSY/xfzOieumBMRVQ8BSyxP7ZpN uGb0+n9Y0pjqE7BXp8+Hsiw3Y2KaD9oyHa9PM90tNunKe5mq2sRd4kxHrRm9Dx+yc4q+ sfbvM8FlHaaI82feR5bPAI+jT6hG35e1F5/Qs= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.220.122.224 with SMTP id m32mr3367787vcr.191.1272334202988; Mon, 26 Apr 2010 19:10:02 -0700 (PDT) Received: by 10.220.86.198 with HTTP; Mon, 26 Apr 2010 19:10:02 -0700 (PDT) In-Reply-To: <1272094429.6620.8.camel@bulislaw-laptop> References: <1271787310.8335.8.camel@bulislaw-laptop> <4BCEE0D1.7050605@jaftan.com.au> <4BCF588F.6090401@kutulu.org> <1272013261.27692.8.camel@bulislaw-laptop> <1272094429.6620.8.camel@bulislaw-laptop> Date: Mon, 26 Apr 2010 19:10:02 -0700 Message-ID: Subject: Re: [gentoo-user] Updates = slow firefox From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 67e22382-b393-42de-b577-38d538811a8d X-Archives-Hash: 903a6ed921090a88ede1bdfa8a257159 >> >> Strangely, now my laptop's brightness adjustment doesn't work via the >> >> keyboard shortcuts. =A0Any ideas on that? >> >> >> >> - Grant >> >> >> > Please share the beast model :P (or maybe ive missed it). >> > in kernel config You have multiple option for backlight eg. for thinkp= ad >> > there is extra one in "thinkpad specific acpi" maybe You have somethin= g >> > similar for Yours stuff. >> >> It's a Dell Vostro 1320. =A0The keyboard shortcuts to change brightness >> were working great until I enabled DRM in the kernel. =A0Can you tell me >> where in the kernel those options can be found, or part of the >> variable name that defines them? >> > Try running xev and punching brightness keys, if you would see > "effects" (some text in terminal) then its OK :P You should change the > Acpi configs (etc/acpi/) or Gnome/KDE/Xfce/... bindings. I do see text in xev when pressing the brightness keys. > (if You dont know it already) > For acpi config You'll need "event id" try running acpi_listen. > eg. /etc/acpi/events/sleep: > event=3Dibm/hotkey HKEY 00000080 00001004 > action=3D/etc/acpi/actions/sleep.sh > > and into actions you put scripts, try using xbacklight. You think I should use xbacklight or similar even though it was working on its own before? - Grant > If You wouldn't have any reaction in xev and acpi_listen i check the > option in kernel.