From owner-freebsd-questions@FreeBSD.ORG Wed Feb 13 14:55:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD24B16A41A for ; Wed, 13 Feb 2008 14:55:59 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id 5657113C448 for ; Wed, 13 Feb 2008 14:55:59 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so37689ele.3 for ; Wed, 13 Feb 2008 06:55:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CwIgx9vjpaZ07PnTw2+Mt9KXP6F4mBq4d/kso0Y1ziQ=; b=hbBhRa3A3bL569ixBIb6TjMdCZTtyEX+7bMduAdB0S1q94CmJPS249Op/J3FMB4P8Wduqy61Q5a5xh/ocvovDMVEXiWiyTFVo5F+0uo7i1H2PVfo3DJ8KL2hButZLqGPSV0+pQEOyDKoo9Nt+mNaZ8ZnXF48LL1iqfz31Ew7b2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SIYAFPLSjhWln75q+ghfgJmtm9Id4qKfFRTrGNVIcz0qdbYGW43BNxgvvhS5kMgQQoVNHtmeMQhlC7v2l9L67sNrqlPh3rWHeKoWm/em4MPYZcs2NInoHTeIdrB4zr/tT3WXC29apd7ijXh4wKwSRjsIxafud//WgVi98qo+qKE= Received: by 10.143.16.9 with SMTP id t9mr2131447wfi.164.1202913031230; Wed, 13 Feb 2008 06:30:31 -0800 (PST) Received: by 10.143.52.1 with HTTP; Wed, 13 Feb 2008 06:30:31 -0800 (PST) Message-ID: <4734a3ed0802130630v7c6dc56q6f0e4f06bf1c35d2@mail.gmail.com> Date: Wed, 13 Feb 2008 15:30:31 +0100 From: "Henri-Pierre Charles" To: freebsd-current@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <4734a3ed0802111033k9296e10lf24eec8d6569ef5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4734a3ed0802111033k9296e10lf24eec8d6569ef5@mail.gmail.com> Cc: Subject: Re: How to debug hot key disfuntion (on asus eepc) ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hpcharles@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 14:55:59 -0000 Hello, On 2/11/08, 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). > I answer for myself : * It's an acpi related problem, but I still don't know how to debug this * A turnaround is a script with xrand. Boot FreeBSD with a vga connection. Start X (I personnaly use startxfce4 WITHOUT any xorg.conf). In an xterm type xrandr : You get > xrandr Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280 VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm 1280x1024 60.0*+ 75.0 59.9 1280x960 59.9 1152x864 75.0 74.8 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 LVDS connected 800x480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 800x480 60.0*+ 640x480 85.0 72.8 75.0 59.9 720x400 85.0 640x400 85.1 640x350 85.1 TV disconnected (normal left inverted right x axis y axis) You can activate/desactivate the vga port with : > xrandr --output VGA --off > xrandr --output VGA --auto Thanks for : http://nighthack.org/wiki/EeeBSD Follow all the steps except for xorg.conf Then pick some ideas from http://www.di2.nu/software/eeetweaks.htm (xorg.conf and vga-toggle) You are done with a pretty cool screen : screen #0: dimensions: 1280x1024 pixels (375x300 millimeters) resolution: 87x87 dots per inch depths (7): 24, 1, 4, 8, 15, 16, 32 root window id: 0x7d depth of root window: 24 planes The only annoying point is the network interface which doesn't work. (the wireless is ok) Any idea ? -- HPC