From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2257 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: [ANN] sabotage 0.9.7 milestone (x86[_64]) release Date: Fri, 09 Nov 2012 02:27:31 +0100 Message-ID: <509C5C03.102@barfooze.de> References: <50993C1E.2070606@barfooze.de> <135240563.3KruQKDNm0@krypton> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1352424468 25650 80.91.229.3 (9 Nov 2012 01:27:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2012 01:27:48 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2258-gllmg-musl=m.gmane.org@lists.openwall.com Fri Nov 09 02:27:58 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TWdO1-00042Q-TR for gllmg-musl@plane.gmane.org; Fri, 09 Nov 2012 02:27:58 +0100 Original-Received: (qmail 14177 invoked by uid 550); 9 Nov 2012 01:27:47 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 14169 invoked from network); 9 Nov 2012 01:27:47 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <135240563.3KruQKDNm0@krypton> Xref: news.gmane.org gmane.linux.lib.musl.general:2257 Archived-At: On 11/08/2012 06:24 PM, Jens Staal wrote: > tisdagen den 6 november 2012 17.34.38 skrev John Spencer: >> fixed: >> - X11 finally works well (use startx to launch) > I am happy to report that the x86_64 image boots nicely natively and that dwm > seems to work well as well (I put "exec dwm" in ~/.xinitrc). cool > Now I just need > feh (or similar) and conky to make it fully functional > > I could however not test it completely yet since I need to figure out which > events under /dev/input that are responsive for keyboard and mouse on my > native boot in order to really test it (keyboard completely unresponsive under > X). did you try the alternate setting in /bin/X ? currently it uses qemu settings, and the virtual box settings are commented out you also need to use the option "disable mouse integration" in the "machine" menu in order to have the mouse respond. > I have not been able to test dwm under Virtualbox (where mouse and keyboard > work under LXDE) since I have not figured out how to get the network working > (for the native install, I ran butch with the root file system mounted as a > chroot). if you use NAT or a brigded interface (vbox option) attached to a DHCP server you can use dhclient eth0 otherwise put an ifconfig and route line into rc.local > Another odd thing I noticed is that using mksh as login shell makes me loose > job control sometimes. Slightly odd. Could be a non-root permission issue with > /dev/tty-stuff too. > maybe uncommenting some things in /etc/mdev.conf can help there, let me know if you got it working.