From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx.sdf.org ([205.166.94.20]) by ewsd; Wed Feb 5 12:33:10 EST 2020 Received: from rustbucket.hsd1.il.comcast.net. (c-98-212-152-230.hsd1.il.comcast.net [98.212.152.230]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 015HWwTN002637 (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128 bits) verified NO); Wed, 5 Feb 2020 17:32:59 GMT Message-ID: <4C5612D4AF7609010D965A87B085FAA1@sdf.org> To: jamos@oboj.net, 9front@9front.org CC: knusbaum@sdf.org Subject: Re: [9front] Netsurf 3.9 for Plan 9 (work in progress) From: Kyle Nusbaum Date: Wed, 5 Feb 2020 11:44:43 -0600 In-Reply-To: <9eeeba09fc4c6741e6ef4c691f904695@oboj.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-lsahockljzwuotvblwdgnsntha" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stable core content-driven-oriented XML module shader-aware optimizer This is a multi-part message in MIME format. --upas-lsahockljzwuotvblwdgnsntha Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Thanks, Jonas. I wouldn't expect the framebuffer patch to be so much slower, but hopefully it's a silly mistake or some unnecessary draw calls that can be eliminated. I'll take another look and see if anything stands out. -- Kyle --upas-lsahockljzwuotvblwdgnsntha Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.oboj.net (mail.oboj.net [195.178.185.14]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 015A7UL1018445 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Wed, 5 Feb 2020 10:07:32 GMT Received: from localhost (localhost [127.0.0.1]) by mail.oboj.net (Postfix) with ESMTP id 55E8ABF3A7B; Wed, 5 Feb 2020 11:00:14 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.oboj.net Received: from mail.oboj.net ([127.0.0.1]) by localhost (mail.oboj.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IkZ2uOKuEXKT; Wed, 5 Feb 2020 11:00:13 +0100 (CET) Received: from www.oboj.net (unknown [195.178.185.23]) by mail.oboj.net (Postfix) with ESMTP id 76308BF3A7A; Wed, 5 Feb 2020 11:00:13 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 05 Feb 2020 12:00:13 +0200 From: jamos@oboj.net To: 9front@9front.org Cc: Kyle Nusbaum Subject: Re: [9front] Netsurf 3.9 for Plan 9 (work in progress) In-Reply-To: <8B10FD7549805AF6F760FED38EA4A012@sdf.org> References: <8B10FD7549805AF6F760FED38EA4A012@sdf.org> Message-ID: <9eeeba09fc4c6741e6ef4c691f904695@oboj.net> X-Sender: jamos@oboj.net User-Agent: Roundcube Webmail/1.3.4 Hi Kyle! This is awesome! The browser now fetches pages from the web :-) The patch for the plan9 framebuffer driver is also cool, but I notice that it makes things _much_ slower when I run the program remotely. The time to load the welcome page was 20 seconds before the disfix patch, and 8.5 minutes when applied. Then I am running the executable on a machine somewhere on the internet and display the window on my terminal. I will look at your patch in detail later! Very much thanks for the work, a milestone! Jonas On 2020-02-05 04:28, Kyle Nusbaum wrote: >> Wao! >> Thunks Kyle. >> Yes, it works for world wide web sites! > > Great! Glad someone else has it running. > >> It's a bit slow to fetch the outside web page, and the verical scroll >> bar >> just move only when the mouse is on, which may be not so good. > > The disfix patch adds support for scroll wheel. > >> Your disfix.patch made my netsurf showing garbage screen. > > Hmm were you sure to pipe the standard output and standard error? > > Try: > 6.nsfb >/dev/null >[2=1] > >> Kenji >> >> By the way, arm (3B) is too much slow to compile this. >> I found cpu command is very powerfull again. --upas-lsahockljzwuotvblwdgnsntha--