From owner-freebsd-current@FreeBSD.ORG Tue Feb 12 00:06:35 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 873E916A418 for ; Tue, 12 Feb 2008 00:06:35 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 0D71113C46E for ; Tue, 12 Feb 2008 00:06:34 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so645008uge.37 for ; Mon, 11 Feb 2008 16:06:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=OIi0D3BKkqrCHRAUu87GfxavNOGrcWrneDnM8dcjAKk=; b=De/mW0o6c+lmlOene/sV3rh+zpXRY8gvv2fJUT0FRFTF5ZmNK38YhbiT3FruLOyShLAK0JlEm3ySl5s1bh/Rm0Jo9pqe7GiSj2XMIYJE2ivbnRXIFOhROizJ5BOiz7IRno+SCGKOYqMndBoeyLpOFUf/i2HLauF5IU5TlNFy4aI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=sR9ss6TAWa0B/Zyaru+txhZQklWSUK975/MYbArq/0Airc0Y1scwhrpisa25cSAG9JjOP8VMiaDy3dc6kLjxq8I0uTlBsv4opqZryKEu4Td3W1k4SrI39/r2UgAU1QUDsOscgEa7ODF0J0K7JZKFohPu3qEvGVssUlmxNMzeOJ8= Received: by 10.66.250.18 with SMTP id x18mr340965ugh.79.1202774793756; Mon, 11 Feb 2008 16:06:33 -0800 (PST) Received: from ?89.214.138.1? ( [89.214.138.1]) by mx.google.com with ESMTPS id p10sm21298153gvf.8.2008.02.11.16.06.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Feb 2008 16:06:33 -0800 (PST) Message-Id: <4736B409-B69F-47B9-BFA4-43C02375CA62@fnop.net> From: Rui Paulo To: hpcharles@gmail.com In-Reply-To: <4734a3ed0802111033k9296e10lf24eec8d6569ef5@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 12 Feb 2008 00:06:27 +0000 References: <4734a3ed0802111033k9296e10lf24eec8d6569ef5@mail.gmail.com> X-Mailer: Apple Mail (2.919.2) Sender: Rui Paulo X-Mailman-Approved-At: Tue, 12 Feb 2008 03:33:09 +0000 Cc: freebsd-current@freebsd.org Subject: Re: How to debug hot key disfuntion (on asus eepc) ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 00:06:35 -0000 On Feb 11, 2008, at 6:33 PM, Henri-Pierre Charles wrote: > Hello, I have an asus eepc 701, FreeBSD 7.0 RC1 + patch for the ath > wifi connection. > It work quite well, but I'm unable to use ALT+F5 which is supposed to > swicth between LCD and VGA port (with or without ACPI enabled). > > Of course, it works on xandros which is pre-installed. > > What can be done to track this problem ? Is it related to ACPI ? All > the > laptops I had before (dell, hp) worked out of the box for this point.T > > Thanks for any idea > In X11, could you please run 'xev' and see if it outputs any keycode. If it does, Xandros is most likely using an external application to do the switching, i.e., the switching is done by software. Regards. -- Rui Paulo