NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: xsrc/44137: new X breaks keyboard
The following reply was made to PR xsrc/44137; it has been noted by GNATS.
From: matthew green <mrg%eterna.com.au@localhost>
To: Thomas Klausner <wiz%NetBSD.org@localhost>, martin%netbsd.org@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: re: xsrc/44137: new X breaks keyboard
Date: Wed, 24 Nov 2010 07:43:02 +1100
> > >Synopsis: new X breaks keyboard
> > After updating to newest current (inlcuding X) my keyboard no longer works
> > when in X.
>
> I see the same problem; 5.99.40/amd64.
could you ktrace Xorg and show me what it is writing to xkbcomp's stdin?
mine looks like this and has no errors:
xkb_keymap "default" {
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc+us+inet(pc105)" };
xkb_geometry { include "pc(pc105)" };
};
also, testing whether backout out xkeyboard-config and/or
xf86-input-mouse updates helps would be useful. if you have old sets,
probably just easier to extract the old files.. only mouse_drv.so* and
the stuff in /usr/X11R7/lib/X11/xkb needs to be back dated.
.mrg.
Home |
Main Index |
Thread Index |
Old Index