From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: "Speakup is a screen review system for Linux."
<speakup@linux-speakup.org>
Subject: Re: debian keyboard problem
Date: Sun, 30 Dec 2012 01:02:28 +0100 [thread overview]
Message-ID: <20121230000228.GA13201@type> (raw)
In-Reply-To: <50DB781F.7080503@barrettpianos.co.uk>
[-- Attachment #1: Type: text/plain, Size: 541 bytes --]
Hello,
Keith Barrett, le Wed 26 Dec 2012 22:20:15 +0000, a écrit :
> Debian testing with dummy video driver as I do not have a screen connected.
>
> If I have x running with orca, key presses in the gui are passed to the
> console or certainly to speakup.
Unfortunatelly somebody has broken this use indeed. I'll discuss with
Xorg people on the matter. Hopefully they'll agree on reverting the
default option to the old behavior. In the meanwhile, you can recompile
the xserver-xorg-video-dummy package with the attached patch.
Samuel
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 887 bytes --]
commit 1ec9d5adaf753715b78377483a3a2d71a323d43e
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sun Dec 30 00:58:51 2012 +0100
Revert "Add support for HW_SKIP_CONSOLE"
This reverts commit e39d9a265572c273915f1803a729e7211d7b247b.
diff --git a/src/dummy_driver.c b/src/dummy_driver.c
index 6062c39..566a006 100644
--- a/src/dummy_driver.c
+++ b/src/dummy_driver.c
@@ -801,9 +801,6 @@ DUMMYCreateWindow(WindowPtr pWin)
return TRUE;
}
-#ifndef HW_SKIP_CONSOLE
-#define HW_SKIP_CONSOLE 4
-#endif
static Bool
dummyDriverFunc(ScrnInfoPtr pScrn, xorgDriverFuncOp op, pointer ptr)
@@ -813,7 +810,7 @@ dummyDriverFunc(ScrnInfoPtr pScrn, xorgDriverFuncOp op, pointer ptr)
switch (op) {
case GET_REQUIRED_HW_INTERFACES:
flag = (CARD32*)ptr;
- (*flag) = HW_SKIP_CONSOLE;
+ (*flag) = 0;
return TRUE;
default:
return FALSE;
prev parent reply other threads:[~ UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
Keith Barrett
` Samuel Thibault
` Keith Barrett
` Samuel Thibault [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121230000228.GA13201@type \
--to=samuel.thibault@ens-lyon.org \
--cc=speakup@linux-speakup.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).