libXi is moving fast, and having tarballs can make it easier on testers. So
here it is, the first libXi tarball including XI2.
Changelog below includes all changes since the bump from the stable 1.2
branch.
Note that libXi is not stable yet in regards to the XI2 API.
Cheers,
Peter
Alan Coopers
When using an evdev keyboard, arrow keys do not work as they should:
- Left, Down - key works, but do not repeat
- Up - key do not work at all
- Right - works correctly
I can fix the Left and Down keys (so that they repeat) with xset:
xset r 113
xset r 116
No idea how to fix the Up key though
I'm attempting to call xmodmap from a script triggered by udev. I want
this to be able to restore my mouse settings every time my mouse is
plugged in. Unfortunately, unless I call xmodmap from within an X
session, I get an error:
# /usr/bin/xmodmap -display :0 /etc/X11/Xmodmap
No protocol s
Hi,
Plaese ignore my message.
I just did
git clone git://anongit.freedesktop.org/git/xorg/proto/inputproto
and got the change.
A git pull, on my old inputproto directory, didn't get it for some reason.
Thanks,
Colin
___
xorg mailing list
xorg@lists
On Sun, Jul 12, 2009 at 10:32:58AM +0100, Colin Harrison wrote:
> Hi,
>
> Needs some additions?
>
> --- save_XI2proto.h 2009-07-12 10:23:50.0 +0100
> +++ XI2proto.h 2009-07-12 10:25:17.0 +0100
> @@ -236,6 +236,7 @@
> uint32_tbase_mods; /**< Logically pre
Hi,
Needs some additions?
--- save_XI2proto.h 2009-07-12 10:23:50.0 +0100
+++ XI2proto.h 2009-07-12 10:25:17.0 +0100
@@ -236,6 +236,7 @@
uint32_tbase_mods; /**< Logically pressed modifiers */
uint32_tlatched_mods; /**< Logically latche
Tomasz Chmielewski wrote:
>> You can force outputs on in your xorg.conf
I "solved it" by connecting HDMI cable to a HDMI-DVI converter, and connecting
that converter to the video card.
And I used a fglrx driver, too.
I'm not sure if these cards are "too new" for X to handle:
02:00.0 VGA compa
Nothing exciting, just a new field for the effective modifiers to save
client's some rather awkward calculations.
Peter Hutterer (3):
XIDeviceChangedEvents may occur on master devices too.
Add effective group and modifiers to XIGroupInfo/XIModifierInfo.
inputproto 1.9.99.13
git