public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* SAK and screen readers
@ 2006-12-05 23:50 Samuel Thibault
  2006-12-06  0:26 ` Thomas Tuttle
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Thibault @ 2006-12-05 23:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: mrkiko.rs, dave, sebastien.hinderer

Hi,

BrlTTY is a screen reader: it is a deamon run as root on machines used
by blind users for getting the content of the screen via braille or
speech.

BrlTTY, like other screen readers (susebl, yasr, ...) needs to open
/dev/tty0 for performing various actions, namely:

- VT_ACTIVATE
- GIO_UNISCRNMAP
- GIO_UNIMAP
- KDFONTOP
- VT_GETHIFONTMASK
- VT_GETSTATE
- KDGETMODE
- TIOCSTI
- KDGKBMETA
- KDGKBMODE

The problem comes when using SAK: brltty gets killed because it owns an
fd on /dev/tty0.  This is a problem since the blind user then just can't
use her computer any more...

Some of the actions above are not directly related to the current VT, so
these could use a generic VT handle ; but at least KD* and TIOCSTI need
to be directed to the current VT, so brltty really needs to have an fd
on the current VT tty.

Could there be a solution for brltty yet not being killed by SAK? (like
letting brltty just nicely close his fd for the current VT, and then
re-open it later)

Samuel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-06  0:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-05 23:50 SAK and screen readers Samuel Thibault
2006-12-06  0:26 ` Thomas Tuttle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox