* debian keyboard problem
@ Keith Barrett
` Samuel Thibault
` Samuel Thibault
0 siblings, 2 replies; 4+ messages in thread
From: Keith Barrett @ UTC (permalink / raw)
To: speakup
Wonder if anyone can help with this, not sure if it is speakup related?
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.
Example, if I arrow through a list of files in gnome speakup is reading
from the console at the same time.
The reverse is true, if I am using speakup keypresses are passed to the gui.
Any help with this appreciated.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: debian keyboard problem
debian keyboard problem Keith Barrett
@ ` Samuel Thibault
` Keith Barrett
` Samuel Thibault
1 sibling, 1 reply; 4+ messages in thread
From: Samuel Thibault @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
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.
Oops, it seems that the X server is indeed not allocating a VT and
eating keyboard events. I'll have a look.
Samuel
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: debian keyboard problem
` Samuel Thibault
@ ` Keith Barrett
0 siblings, 0 replies; 4+ messages in thread
From: Keith Barrett @ UTC (permalink / raw)
To: speakup
On 29/12/2012 23:25, Samuel Thibault wrote:
> 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.
>
> Oops, it seems that the X server is indeed not allocating a VT and
> eating keyboard events. I'll have a look.
An update to this, I think I have more of a problem than was apparrent
before.
I have now connected a screen but nothing is sent to it either in the
consle or if I try and run x.
Bios and early boot messages get displayed and the last message is
"waiting for dev to be fully populated".
When gdm starts, I get loads of error messages from the neuvo video driver.
Incidently, I did a fresh install with the same outcome but during the
installation, the display was normal.
If I try and run X-configure I get "the number of screens did not match
the number of devices exiting".
I assume I am right in thinking that x is not going to work unless I am
getting some output to the screen?
Thanks
Keith
>
> Samuel
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: debian keyboard problem
debian keyboard problem Keith Barrett
` Samuel Thibault
@ ` Samuel Thibault
1 sibling, 0 replies; 4+ messages in thread
From: Samuel Thibault @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
[-- 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;
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
debian keyboard problem Keith Barrett
` Samuel Thibault
` Keith Barrett
` Samuel Thibault
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).