From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id AB3F81EF7BC; Wed, 8 Oct 2014 20:30:08 -0400 (EDT) Received: from hurricane.the-brannons.com (hurricane.the-brannons.com [64.62.188.119]) by befuddled.reisers.ca (Postfix) with ESMTP id BF6C81EF7AF for ; Wed, 8 Oct 2014 20:30:07 -0400 (EDT) Received: from localhost (71-38-154-164.ptld.qwest.net [71.38.154.164]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id B423B78BEE for ; Wed, 8 Oct 2014 17:30:28 -0700 (PDT) From: Chris Brannon To: "Speakup is a screen review system for Linux." Subject: Re: Jupiter rocks; was Re: the push to get rid of CONFIG_VT in the kernel and the future of Speakup References: <87zjd64c16.fsf@mushroom.PK5001Z> <543593E4.5040400@gmail.com> <54359B9E.10203@verizon.net> <54359F71.3090600@gmail.com> <5435CE5D.1030702@verizon.net> <5435D44E.6020709@gmail.com> Date: Wed, 08 Oct 2014 17:30:06 -0700 In-Reply-To: <5435D44E.6020709@gmail.com> (Cleverson Casarin Uliana's message of "Wed, 08 Oct 2014 21:18:22 -0300") Message-ID: <87a9563x0x.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 00:30:08 -0000 Cleverson Casarin Uliana writes: > There already exists a console screen reader running on the users > space, it is very configurable and is able to replace speakup for > quite most tasks, especially with pure command line programs but also > for some NCurses applications. It's Jupiter, developed by Karl > Dahlke. It's mostly userspace, yes, but there's a tiny part that's still in the kernel. The kernel part just hooks into the same vt and keyboard notifiers that Speakup uses, and forwards most of the real work to userspace. So if CONFIG_VT goes away, Jupiter will have the same problem that Speakup will have. - Chris