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 1O6okA-0001H1-OX for garchives@archives.gentoo.org; Tue, 27 Apr 2010 17:38:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 391BAE079E; Tue, 27 Apr 2010 17:37:46 +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 E80BAE079E for ; Tue, 27 Apr 2010 17:37:45 +0000 (UTC) Received: by vws17 with SMTP id 17so859845vws.40 for ; Tue, 27 Apr 2010 10:37:45 -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=wPevB/6ONw43wndleZzi/2QUEXKIVaUZxqArj7Gp3rQ=; b=qZjPpcV5krP9CVxKBHyRNMJH1EYNaaL8AWPlpShmUr0ckUEEOzuHgTbo4cyRdkpKsV rQLGII2T5T9puix4XkKTs2OgFxuiE8Kai1IusGJ8K8OoAoo5g+vYhCyHefvum4GmN/UI ciXPcVcBlIbuhFsLhjc4NLwQuWHp8kmQ9fZR4= 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=IDvs8EZd+uD+PZBG4Tuash+7cKlwlhshpbTStAIggIptaoUti/hqm/8yJKjpyZVfL+ 1SeXHkWJXzWAanpWw66uc+WbEuVu34HO/3O36Ds4pWA0tkpCnAak4iq7TUuWj/p9x286 whgHRe+9ScH+DL2YY0wqPvTRnnK1Ab2iSIbGk= 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.37 with SMTP id j37mr4250705vcr.94.1272389865436; Tue, 27 Apr 2010 10:37:45 -0700 (PDT) Received: by 10.220.86.198 with HTTP; Tue, 27 Apr 2010 10:37:45 -0700 (PDT) In-Reply-To: <1272387617.1264.2.camel@bulislaw-laptop> References: <4BCF588F.6090401@kutulu.org> <1272013261.27692.8.camel@bulislaw-laptop> <1272094429.6620.8.camel@bulislaw-laptop> <1272387617.1264.2.camel@bulislaw-laptop> Date: Tue, 27 Apr 2010 10:37:45 -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: 4599cb54-4dc2-4456-a799-ac40f66c4b7d X-Archives-Hash: 25eaa334eb69585d94729619067e8f8d >> >> >> 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 thi= nkpad >> >> > there is extra one in "thinkpad specific acpi" maybe You have somet= hing >> >> > similar for Yours stuff. >> >> >> >> It's a Dell Vostro 1320. =A0The keyboard shortcuts to change brightne= ss >> >> 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. >> > I think that its better to have things done even if would be around then > dont done it at all. :) Yes but I think I should find the built-in mechanism which was allowing it to work before instead of writing my own script to make it work. Don't you think so? - Grant