matches in printf()-like calls
update .gitignore
Martin Rys (1):
Add support for LIBINPUT_LED_COMPOSE/LIBINPUT_LED_KANA
Peter Hutterer (13):
Sort the read-only properties
Add a property for the tablet tool serial and hw ID
Add editorconfig file
gitlab CI: update
linux kernel version (<2.6.30)
fix unportable linux-only include
tolerate including linux/input.h
fix FTBS on non-udev target platforms (eg. FreeBSD)
dont spam xserver with false-positives
Martin Rys (1):
Swap Compose and Kana values to conform to USB HID spec
Pe
On Sun, Oct 27, 2024 at 03:14:38PM -0400, William Bulley wrote:
> I am running FreeBSD 14.1-STABLE along with xorg-7.7_3 using
> a Happy Hacking keyboard. About two weeks ago my keyboard
> arrow keys (UP, DOWN, LEFT, RIGHT) which appear below the
> LEFT SHIFT on the left failed to work. By this I
On Sun, Oct 27, 2024 at 08:33:22PM -0400, William Bulley wrote:
> According to Peter Hutterer on Sun, 10/27/24 at
> 20:06:
> >
> > paging in things from a long time ago: arrow keys mixup used to be
> > an indication of xfree86 vs evdev XKB rules. I don't know enoug
x27;t really a
thing anymore now that we have modern things like USB mice that can be
hot-plugged at runtime.
Cheers,
Peter
>
> I don't even know how my drivers work, I think my distro had stupidly
> removed libinput or some nonsense like that. It started working again when I
> put
On Thu, Dec 29, 2011 at 06:51:37AM +0530, Raghavendra D Prabhu wrote:
> Hi,
>
> When X is running and I plug out/plug in my usb keyboard, I see that
> Xmodmap/xset etc settings get lost and I have it to run xmodmap/xset
> again for them to apply to the keyboard. Is this a bug or the
> behavior the
Main change: PC98 support was removed from the server. If you are planning
to update to server 1.12, you will need to update to 1.6.1
Matthieu Herrb (1):
man: update "rules" default value for xkeyboard-config.
Peter Hutterer (3):
Remove calls to xf86IsPc98()
ma
Another inputproto snapshot, with a number of spec clarifications. The main
change here (that warrants the snapshot) is the addition of another flag to
mark those touch events that also emulate pointer events.
Peter Hutterer (5):
specs: Clarify rejection for touch events on current owner
On Sat, Jan 14, 2012 at 04:11:25AM +0530, Raghavendra D Prabhu wrote:
> Hi Peter,
>
> * On Tue, Jan 03, 2012 at 11:18:42AM +1000, Peter Hutterer
> wrote:
> >On Thu, Dec 29, 2011 at 06:51:37AM +0530, Raghavendra D Prabhu wrote:
> >>Hi,
>
> >>When X i
On Tue, Jan 24, 2012 at 03:33:36PM -0800, walt wrote:
> Hi team. I'm trying to debug a recent commit to Linus's git repo
> that causes startx to halt with a complaint that it can't write a
> .xkm file to /var/lib/xkb.
>
> I'm assuming that the message is from xkbcomp, but I can't find
> where in
On Thu, Jan 26, 2012 at 04:54:58PM +0100, Pascual Castellon Gadea wrote:
> Dear all,
>
> I recently installed CentOS 6 in one on my computers. CentOS 6 comes
> with X.Org X Server 1.10.4 as shown in the log file.
> I noticed many changes with the previous version or xorg, but my
> main problem now
On Thu, Feb 02, 2012 at 05:00:58PM +0100, Mathieu Taillefumier wrote:
> On 01/31/2012 07:20 PM, Jeremy Huddleston wrote:
> >That's pretty much an entire merge you are blaming now. Are you sure you
> >can't narrow it down further than that? If you're having a build failure,
> >just apply the fix
include any
functional changes, this is the simpler way than trying to fix a patch
that's just cosmetic anyway.
thanks for the debugging, much appreciated!
Cheers,
Peter
>
> regards
>
> Mathieu
>
>
> - Mail original -
> De: "Peter Hutterer"
>
On Sat, Feb 04, 2012 at 11:11:55AM +0100, Mathieu Taillefumier wrote:
>
> >thanks, you're right, this is a bug. I've just sent out the patch reverting
> >the commit - since it was supposed to only clean up code but not include any
> >functional changes, this is the simpler way than trying to fix a
Man pages Makefile: fix whitespace
Remove redundant definition of the VERSION Automake variable
Apply standard configuration init, layout and comments
Update Copyright notices.
Jeremy Huddleston (1):
Print usage when run with --help
Peter Hutterer (26):
Remove unnee
title
specs: replace hard coded number in some "See section" references
Peter Hutterer (5):
specs: move touch mode explanations to where it belongs
specs: remove superfluous "Changes introduced by ..."
specs: move touch support details to "Touc
This version now handles the new XIAllowEvents request size.
One bugfix: XIQueryDevice()'s class alignment was changed to line up with
sizeof(XID) to avoid a SIGBUS on some platforms where XID is 8 bytes.
Cyril Brulebois (1):
configure.ac: Fix a typo in comments.
Peter Hutter
cal
Clean up and reword multitouch ownership/emulation
Gaetan Nadon (5):
specs: Edit titles for section 3 and 4
specs: use subsections to group use cases description
specs: remove older manually typed in section number
specs: fix Appendix A title
specs: replace hard co
lative events with swapped axes
Pete Beardmore (1):
missing multitouch related define tests
Peter Hutterer (43):
Replace xf86Msg() with xf86IDrvMsg().
Static atoms don't need to be initialized to 0.
Add third button emulation.
Use Absolute/Relative as argument to xf86
on MIPS N32 for bug #38331.
Peter Hutterer (8):
Bump to 1.5.99.1
Implement support for XI 2.2
libXi 1.5.99.2
man: fix typo Mappiing → Mapping
Force class alignment to a multiple of sizeof(XID).
Handle new XIAllowEvent request size
libXi 1.5.99.3
libXi
On Thu, Mar 08, 2012 at 01:04:40PM -0500, Adam Jackson wrote:
> On Wed, 2012-03-07 at 13:35 -0700, Jonathan Corbet wrote:
> > Hey, Keith,
> >
> > A question:
> >
> > > Here's the final 1.12 release. Thanks to every for contributing new
> > > features,
> > > bug fixes, documentation and testing.
Use hardware time where possible
Replace the motion estimator
More accurate extrapolated fake motion events
Revise palm check logic
Scroll: Add last_millis to track scroll event timing
JJ Ding (1):
fix wrong finger width range
Peter Hutterer (35):
Bump to 1.5.99
On Mon, Mar 12, 2012 at 01:48:03PM +0100, Thomas Bächler wrote:
> Hello,
>
> Recently (beginning of February), I performed the following upgrades:
>
> xf86-input-evdev (2.6.0-4 -> 2.6.99.901-1)
> xf86-input-synaptics (1.5.0-1 -> 1.5.99-0.1)
> xorg-server (1.11.4-1 -> 1.11.99.903-1)
> xorg-xinput
uot; are in the xorg.conf
Cyril Brulebois (1):
Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's
BitIsOn."
Derek Foreman (1):
Fix pressure->motion property format
Peter Hutterer (5):
If protocol is auto-dev and the device path is set, unset
Peter Hutterer (5):
Fix inverted circular scrolling direction
Allow soft button areas to be specified in % of the touchpad
use xf86SetStrOption for SoftButtonAreas
conf: enable right-button click by default on non-Apple clickpads
synaptics 1.5.99.902
git tag: xf86
On Thu, Mar 22, 2012 at 12:55:02AM +0400, Ilya Ilembitov wrote:
> Hi, all.
>
> I have HP Envy 13 which uses a single button design of Synaptics Clickpad.
>
> Using Arch Linux I have updated to xf86-input-synaptics 1.5.99.901
> which is supposed to bring proper support for my touchpad.
>
> What w
=47770
Daniel Stone (2):
Properties: Generalise InitTypedAtom from InitAtom
Adjust acceleration scheme for input ABI v14
Peter Hutterer (1):
synaptics 1.5.2
git tag: xf86-input-synaptics-1.5.2
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.5.2
On Mon, Mar 26, 2012 at 02:15:39AM +0200, Henrik Pauli wrote:
> For some reason (probably API incompatibilities), I can't get the 1.3
> nor the 1.5 (1.6) series to work with my current xserver (1.12.0), so
> 1.4 or 1.4.1 for me...
>
> However, there's this weird bug that hasn't ever happened in th
On Mon, Mar 26, 2012 at 10:27:46AM -0500, tsuraan wrote:
> > In GNOME, it's in the Keyboard Accessibility preferences panel.
> > Other desktops with accessibility support should have something similar.
>
> Hm, so no ideas for a lower-level X11 way of doing it? I suppose I
> could try installing t
On Tue, Mar 27, 2012 at 12:43:49PM -0400, Paul Vojta wrote:
> On Mon, Mar 26, 2012 at 11:20:03AM -0500, tsuraan wrote:
> > > I am not sure but xset has a [r rate delay [rate]], would that be any
> > > help ?
> >
> > I believe that's for the autorepeat rate, so the rate/delay tells X
> > that once
.6 is released, if you have any
issues with this release, please let me know asap.
Peter Hutterer (10):
Rename map-to-crtc to map-to-output
Fix XRRCrtcInfo memory leaks
Enclose property and device names in quotes
Always call XCloseDisplay()
Don't leak output_info
ng (1):
Support inverted scroll direction.
Chase Douglas (4):
Count number of multitouch touches for multitouch finger count
Do not perform a tap action when more than three touches
Check touch record bounds before access
Use maximum number of touches reported by evdev
On Mon, Apr 23, 2012 at 01:55:34PM -0700, Jerrold Clint Balansi wrote:
> Hello,
>
> I am trying to make a Hello World program from code from this site:
> http://www.paulgriffiths.net/program/c/srcs/helloxsrc.html
>
> However, when I try to compile and run it I get this error. Can some give
> me a
e the
bug if it is gone. Especially 48777 was likely the cause for a bunch of
unrelated cursor jumps, weird loops, and others.
Chase Douglas (1):
Update src/synproto.c license to the preferred MIT/X11 license
Chow Loong Jin (1):
Fix coasting friction
Peter Hutterer (10):
man:
after the backends got
inadvertantly disabled. Users of currently unsupported platforms will now
see an error message instead of getting a dummy driver without backends.
Niveditha Rau (1):
Include a build for solaris
Peter Hutterer (7):
man: drop mention of shm configuration
libXi 1.6.1 is now available.
Major bugs fixed:
- wrong button and mask copy (doesn't just affect OS X, despite the commit
log)
- raw event sourceid is now set
Chase Douglas (1):
Destroy extension record after last display is removed
Peter Hutterer (5):
Fix wrong button labe
release:
- a wrong conversion caused coasting to be triggered on almost all scroll
events. This is fixed now, and synclient's cap to CoastingSpeed=20 was
removed too.
- on clickpads, moving the clicking finger out of the soft button area
caused erroneous button events.
Peter Hutter
On Sun, May 13, 2012 at 01:08:05PM +0200, Simon Thum wrote:
> Hi all,
>
> I polished some indentation fallout in pointer acceleration code and
> removed a warning that came to my attention. Nothing serious.
both applied, thanks.
Cheers,
Peter
> From ad233d795b8c4eeb2f29a583441720c357c92706 Mo
On Fri, May 11, 2012 at 08:41:08PM +0200, Ben Bucksch wrote:
> On 11.05.2012 20:36, Ben Bucksch wrote:
> >I've upgraded from Ubuntu 11.10 to 12.04, and the X server is now
> >crashing. Log excerpt below. lsusb -vv attached.
>
> Forgot to add: Obviously, that's not an input device. With Ubuntu
> 11
On Mon, May 14, 2012 at 12:28:38PM +0200, Ben Bucksch wrote:
> On 14.05.2012 08:01, Peter Hutterer wrote:
> >Please try to reproduce with the stock 1.12 server and file a bug. Attach
> >your evemu recording so I can try to reproduce this.
>
> Sorry, but I can't do anyth
Only one more fix since RC1, adding --enable and --disable support as
shortcuts to trigger the property to enable or disable the device,
respectively.
Peter Hutterer (2):
Add --enable/--disable support
xinput 1.6.0
git tag: xinput-1.6.0
http://xorg.freedesktop.org/archive/individual
On Thu, May 31, 2012 at 12:03:37AM +0300, Dimitris Zenios wrote:
> I have a touch pad which support XITouchClass in XIDependentTouch.When
> i XISelectEvent(TouchBegin,TouchEnd,TouchUpdate) i dont get any touch
> events originating from the touch pad .Any idea?
the synaptics driver doesn't send tou
On Sat, Jun 09, 2012 at 07:45:53AM -0700, Yan Seiner wrote:
> I have a multiseat setup where 2 of the seats use wireless mice and
> keyboards. After some random time measured in hours/days, those two
> seats "lose" the input devices. They become non-responsive. The
> LEDs on the hardware light u
On Mon, Jun 04, 2012 at 06:50:47PM -0400, Paul Vojta wrote:
> Folks:
>
> I've started working on implementing smooth scrolling in xdvi, and I have a
> question about it.
>
> When I do
>
> xinput --test 9
>
> (where 9 is the deviceid of my Synaptics touchpad) and stroke my finger
> down th
On Mon, Jun 11, 2012 at 06:02:48PM -0700, Yan Seiner wrote:
> Peter Hutterer wrote:
> >On Sat, Jun 09, 2012 at 07:45:53AM -0700, Yan Seiner wrote:
> >>I have a multiseat setup where 2 of the seats use wireless mice and
> >>keyboards. After some random time measur
avoid jumpy cursors on resume
Peter Hutterer (1):
synaptics 1.6.2
git tag: xf86-input-synaptics-1.6.2
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.6.2.tar.bz2
MD5: 9914022a173e3f0ccfe7137ab84f6133 xf86-input-synaptics-1.6.2.tar.bz2
SHA1
On Tue, Jun 12, 2012 at 01:27:58PM -0700, Yan Seiner wrote:
>
> On Mon, June 11, 2012 7:56 pm, Peter Hutterer wrote:
> >
> > 1.12 has the ID_SEAT support, so if you set that property through udev the
> > server only adds the matching ones. You'd have to then start the
On Wed, Jun 13, 2012 at 12:15:35PM -0700, Paul Vojta wrote:
> On Tue, Jun 12, 2012 at 11:25:08AM +1000, Peter Hutterer wrote:
> > On Mon, Jun 04, 2012 at 06:50:47PM -0400, Paul Vojta wrote:
>
> [snip]
>
> > > So I would need to keep track of EnterNotify events for each
void a race in initialization of darwinPointer
Julien Cristau (1):
Xi: make stub DeleteInputDeviceRequest call RemoveDevice
Marcin Slusarz (1):
xfree86: fix mouse wheel support for DGA clients
Michal Suchanek (1):
Fix crash for motion events from devices without valuators
Pet
On Sun, Jun 17, 2012 at 11:06:24PM -0700, John Ettedgui wrote:
> *Sometimes* when X starts it does detect the mouse as seen in the log
> but when I move it nothing happens on screen, and doing a cat on the
> /dev/input/eventX does not produce anything either when moving the
> mouse.
if you don't s
On Mon, Jun 18, 2012 at 09:27:21PM -0700, John Ettedgui wrote:
> On Mon, Jun 18, 2012 at 9:21 PM, Peter Hutterer
> wrote:
> > On Sun, Jun 17, 2012 at 11:06:24PM -0700, John Ettedgui wrote:
> >> *Sometimes* when X starts it does detect the mouse as seen in the log
> >&
On Thu, Jun 21, 2012 at 11:49:10PM +0200, Giuseppe Penone wrote:
> I'm running lxde (lubuntu 12.04) and since I need to handle 4 keyboard
> layouts and there's no applet allowing this I made it manually this way:
>
> sudo nano /etc/default/keyboard
>
> XKBMODEL="pc105"
> XKBLAYOUT="it,us,ru,ua"
>
On Thu, Jun 21, 2012 at 04:23:18PM +0800, shih dane wrote:
> hi all
>
> i build X.Org X Server 1.11.1 for my machine
> keyboard and mouse are both USB
> hotplugging not working for mouse
> but keyboard work fine
>
> xf86-input-keyboard-1.6.0
> xf86-input-mouse-1.7.2
>
> Xorg.conf
>
> Section "S
On Fri, Jun 22, 2012 at 09:59:42PM +0200, krastanov.ste...@gmail.com wrote:
> Due to a problem with a touchscreen the state of the pointer gets
> stuck to 0x110. How can I reset the pointer state? Using xdotool and
> xte and generating mouse event with them did not work. Using a usb
> mouse works,
, and any other tool that I tried
> - the state stubbornly rests 0x110 or 0x100 (depending on numlock)
>
> I will send the output of evtest attached in the following mail.
>
> On 25 June 2012 03:16, Peter Hutterer wrote:
> > On Fri, Jun 22, 2012 at 09:59:42PM +0200, krastanov.st
On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
> Hi
> i try to modify config
>
> Option "AutoAddDevices" "True"
>
> remove all intput device in config
> and laod evdev driver
>
> can not find mouse and keyboad
I presume there's some other configuration issue then, but hard to say wi
On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote:
> 2012/6/26 Peter Hutterer :
> > On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
> >> Hi
> >> i try to modify config
> >>
> >> Option "AutoAddDevices" "True"
On Tue, Jun 26, 2012 at 05:01:35PM +0800, shih dane wrote:
> follow
>
>
>
>
> 2012/6/26 Peter Hutterer :
> > On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote:
> >> 2012/6/26 Peter Hutterer :
> >> > On Tue, Jun 26, 2012 at 11:45:20AM +0800,
tention.
http://www.x.org/wiki/Server112Branch
== Changes since 1.12.1.902 ==
Andy Ritger (1):
randr: Don't recurse into mieqProcessInputEvents() from RRTellChanged().
Peter Hutterer (4):
xkb: warn if XKB SlowKeys have been automatically enabled
Xi: fix XITouchClass sourceid
w.x.org/wiki/Server112Branch
== Changes since 1.12.2.902 ==
Peter Hutterer (5):
xfree86: fix use-after-free issue in checkInput
dix: fix memory leak in TouchEventHistoryReplay
Xi: extend PropagateMask to EMASKSIZE
xfree86: always enable SIGIO on OsVendorInit (#50957)
configure
On Sun, Jul 08, 2012 at 08:29:40PM +, Chandler Paul wrote:
> Hello, I just recently got my hands on a Lenovo S10-3t, and installed Gentoo
> on it. Everything seems to work, however I am having two problems with the
> touch screen related to Xorg.
> For one, evdev does not seem to honor my set
On Sun, Jul 08, 2012 at 09:54:34PM +, Chandler Paul wrote:
> On Mon, 9 Jul 2012 11:41:25 +1000
> Peter Hutterer wrote:
>
> > On Sun, Jul 08, 2012 at 08:29:40PM +, Chandler Paul wrote:
> > > Hello, I just recently got my hands on a Lenovo S10-3t, and
>
On Mon, Jul 09, 2012 at 12:15:17AM +, Chandler Paul wrote:
> On Mon, 9 Jul 2012 14:07:07 +1000
> Peter Hutterer wrote:
>
> > if you don't need the actual multitouch support you can hack up evdev
> > to undefine MULTITOUCH and it should handle the other events
>
On Mon, Jul 09, 2012 at 02:00:52AM +, Chandler Paul wrote:
> On Mon, 9 Jul 2012 15:33:08 +1000
> Peter Hutterer wrote:
>
> > On Mon, Jul 09, 2012 at 12:15:17AM +, Chandler Paul wrote:
> > > On Mon, 9 Jul 2012 14:07:07 +1000
> > > Peter Hutterer wrote:
On Mon, Jul 09, 2012 at 08:22:36PM +, Chandler Paul wrote:
> On Tue, 10 Jul 2012 10:22:09 +1000
> Peter Hutterer wrote:
>
> > I'll add a section about MT support the man page (once I get to it)
> > but I don't want this to be a configurable behaviour. getti
On Thu, Jul 12, 2012 at 10:05:37AM +0200, Daniel Spannbauer wrote:
> Am 07/12/2012 08:33 AM, schrieb Daniel Spannbauer:
> > Hello,
> >
> > I try to get a german keyboard mapping on our own keyboard on a machine
> > with opensuse 11.4 (Xorg 7.6) and fglrx 8.930.
> >
> > My conf seems to be ok...
>
On Fri, Jul 13, 2012 at 08:21:14AM +0200, Daniel Spannbauer wrote:
> Am 07/13/2012 08:03 AM, schrieb Peter Hutterer:
> > On Thu, Jul 12, 2012 at 10:05:37AM +0200, Daniel Spannbauer wrote:
> >> Am 07/12/2012 08:33 AM, schrieb Daniel Spannbauer:
> >>> Hello,
>
First update to the evdev 2.7 series. This update fixes a couple of bugs and
memory leaks.
Chase Douglas (2):
Report the correct number of touches for MT protocol B devices
Fix buffer overrun when populating axis label property array
Peter Hutterer (5):
Fix inverted horizontal
On Tue, Jul 24, 2012 at 12:26:45AM +, Chandler Paul wrote:
> Hi, I've seen this bug posted already (I commented it on it too), but I
> figured I might as well ask this here since it doesn't look like the bug
> report has been touched by anyone in quite a while:
> When using my netbook's cando
On Tue, Jul 24, 2012 at 01:53:20AM +, Chandler Paul wrote:
> On Tue, 24 Jul 2012 15:51:10 +1000
> Peter Hutterer wrote:
>
> >
> > are we talking about
> > https://bugs.freedesktop.org/show_bug.cgi?id=49347?
> >
> > if not, please request that
On Tue, Jul 24, 2012 at 06:15:34PM +0200, Giuseppe Penone wrote:
> Hi,
> on a gtkmm 3 app I'm working on it happened once to have a crash and read
> the message:
>
> Gdk-WARNING **: centro: Fatal IO error 11 (Resource temporarily
> unavailable) on X server :0.
>
> Could this be a problem in my ap
On Wed, Jul 25, 2012 at 08:34:00AM +0200, Giuseppe Penone wrote:
> Hi, is there a way from command line to retrieve the list of all available
> keyboard layouts and relative variants?
>
> I need to list all the available layout/variants choices to be used then
> from setxkbmap.
>
> Also about the
e to TOUCHSCREEN and using the xorg.conf identifier as device
name. The option "DeviceName", previously available to override the device
name, has been removed - use the InputDevice section's Identifier instead.
Peter Hutterer (7):
Fix name and type_name for elographics
Use
On Fri, Jul 27, 2012 at 09:55:59PM +0200, Yann Cantin wrote:
> Hi,
>
> I'm currently working on a kernel input driver for a pointing device that
> need runtime
> calibration.
>
> The xorg evdev driver correctly detect and use it, my calibration app update
> evdev's
> absinfo with a :
>
> prop
On Mon, Jul 30, 2012 at 04:11:15PM +0200, Yann Cantin wrote:
> >> So, is there a way to adapt xinput's valuators, or even to entirely
> >> disable scaling, as the
> >> kernel driver will throw valid screen coordinates ?
> >
> > the evdev driver updates the axis ranges internally, but the server
currently package (or query for) xf86-mouse.pc you
will need to change this to xorg-mouse.pc with this release.
Alan Coopersmith (1):
Fix compiler warning in sun_mouse.c (Solaris-only)
Peter Hutterer (4):
Fix compiler warnings
Install xf86-mouse.pc file
Rename xf86-mouse.pc
Second update to the evdev 2.7 series. This update fixes a few compiler
warnings and a memory leak.
Daniel Stone (1):
Fix compilation warnings for non-multitouch builds
Marcin Slusarz (1):
Fix some obvious constness-related compile warnings.
Peter Hutterer (4):
strtol doesn
On Fri, Aug 03, 2012 at 06:32:27AM -0700, Quentin Olson wrote:
> I need the elographics input driver for Fedora 17.
>
> If someone wants to get me started on the work, I am glad to give it a try.
you're probably best off following this instead:
http://who-t.blogspot.com.au/2012/07/elographics-tou
On Wed, Aug 08, 2012 at 01:41:45AM -0700, johnfulgor wrote:
> Hello all,
> in a older version of the X server I had a InputDevice section in the
> xorg.conf file for a special input device.
> In my new system X uses auto configuration and xorg.conf.d. I've made a new
> file in the xorg.conf.d and
Three bugfixes, the fix for 53168 fixes a regression introduced in 2.7.2.
Peter Hutterer (4):
Don't delete the device on ENODEV
Link against libudev
Fix broken ButtonMapping option (#53168)
evdev 2.7.3
git tag: xf86-input-evdev-2.7.3
http://xorg.freedesktop.org/ar
On Fri, Aug 10, 2012 at 08:42:51AM -0700, Ashwin Chandra wrote:
> I am using Xvfb to render an X session in memory. I am trying to use
> setxkbmap to change the key layouts. I seem to have difficulty doing this
> other than US key layout. There are no errors when calling “setxkbmap de”
> (german la
*/
> I wanted to know if there was a way to debug this and see exactly which
> keymap file in a certain directory is being used? It looks like to me just
> the keymap is somehow wrong.
tbh, shoft of strace or gdb, I don't know
Cheers,
Peter
> -----Original Message-
>
On Thu, Aug 16, 2012 at 09:18:55AM -0700, Alan Coopersmith wrote:
> On 08/16/12 09:14 AM, Ashwin Chandra wrote:
> >After more searching on the web, a lot of people say the Xvfb and keymaps
> >just don't work correctly (at least in older versions).
> >
> >Can anyone tell me if they have actually suc
Two fixes in this update. The fix fror 40870 now ensures that the
touchscreen does come up as attached slave pointer by default (same
behaviour as evdev and other drivers). And thanks to Søren's fix, the axis
scaling now works too.
Peter Hutterer (2):
Don't force pInfo->flags
On Mon, Aug 20, 2012 at 05:12:59AM +, Alex Dubov wrote:
> Sorry for my previous mis-posting, there appears to be some problem with gmane
> interface.
>
> There exist considerable number of hot-pluggable USB devices with helper
> buttons
> (cameras and headsets being the more prominent example
On 21/08/12 18:19 , Xavier Bestel wrote:
On Tue, 2012-08-21 at 13:16 +1000, Peter Hutterer wrote:
1. Buttons have session global effect and there's no easy, nor stable way to
limit their effect to a particular device.
I don't understand this bit. can you paraphrase?
I guess he me
On Tue, Aug 21, 2012 at 05:54:18AM +, Alex Dubov wrote:
> Peter Hutterer who-t.net> writes:
>
> > >
> > > 1. Buttons have session global effect and there's no easy, nor stable way
> > > to limit their effect to a particular device.
> >
>
On Sat, Aug 18, 2012 at 03:59:31PM +0200, Nicolas Vinot wrote:
> Hi everybody,
>
> I usually use 3 keyboards layout :
> — bepo, with a Typematrix or laptop integrated keyboard;
> — azerty, to allow mates and colleagues to use my computer with a
> better-known
> layout on a standard USB keyboard;
On Wed, Sep 26, 2012 at 12:18:17PM +1000, Peter Rayner wrote:
> I have a wacom graphics tablet that I want to maintain in "absolute"
> mode. I also frequently use virtual consoles.
> This seems to lose the absolute setting.
> Here is an example:
> Within an emacs shell on the X display:
> $ xsetwa
On Sun, Sep 23, 2012 at 06:16:15AM -0700, Mark Depto wrote:
> I am trying to manually configure a eGalax touchscreen using the evdev
> driver which is currently working great. The problem I am having is that
> allowing Xorg to autoconfigure the devices from udev results in ~100% cpu
> utilization a
On Sun, Sep 16, 2012 at 01:41:02PM -0700, Darren Hart wrote:
> I'm looking to modify the keysyms of a remote that presents as a usbhid
> device.
> I also have an HP wireless keyboard and mouse combination device that I do not
> wish to modify. I'm trying to accomplish this with a combination of se
This release of xorg-gtest includes miscellaneous fixes to improve the API
behaviour. Most notably, it greatly speeds up the time between tests by
removing some unnecessary wait times.
Olivier Fourdan (1):
xserver: Pass given timeout value
Peter Hutterer (33):
aclocal: fill AS_IF
ction will now throw an exception instead of just calling exit(1)
- WaitForConnections() was deprecated as we now always wait for the server
to start up and accept connections
Daniel Martin (2):
xserver: use SIGUSR1 to wait for XServer startup
Deprecate WaitForConnections()
Peter Hut
On Thu, Nov 15, 2012 at 08:51:23AM +1100, Will Rouesnel wrote:
>Is there any word on what happened to the efforts to support mouse
>wheel acceleration? It doesn't seem to be implemented in Xserver 1.12,
>and I can find no reference to it online beyond the initial posts on
>the Xorg-
On 15/11/12 14:50 , Will Rouesnel wrote:
On Thu 15 Nov 2012 11:43:17 EST, Peter Hutterer wrote:
On Thu, Nov 15, 2012 at 08:51:23AM +1100, Will Rouesnel wrote:
Is there any word on what happened to the efforts to support mouse
wheel acceleration? It doesn't seem to be implement
On Fri, Nov 16, 2012 at 03:12:51PM +0100, José Luis Lafuente wrote:
> I created my own keyboard layout and loaded it with xmodmap .Xmodmap.
> Now I want to go back to a default layout, I deleted .Xmodmap, but
> after a reboot the layout defined with xmodmap is still present. What
> files is modifyi
On Sat, Nov 17, 2012 at 04:37:49AM -0800, Sebastian Glita wrote:
> While trying a simple search whether Xorg supports this device:
>
>
> http://www.cirque.com/desktoptouchpad/productsandorders/smartcat.aspx
>
> the 4-button USB touchpad, probably with "synaptics" driver, I couldn't find
> any R
On Sat, Nov 17, 2012 at 10:39:29AM -0600, Daniel Drake wrote:
> Hi,
>
> Thanks for all the informative blog posts such as this one:
> http://who-t.blogspot.com/2011/12/multitouch-in-x-pointer-emulation.html
>
> I'm trying to get my head around pointer emulation and touch-pointer
> interaction in
please don't cut the email out completely, it's hard to reference to
the relevant sections.
On Tue, Nov 20, 2012 at 09:02:16AM -0600, Daniel Drake wrote:
> On Mon, Nov 19, 2012 at 12:17 AM, Peter Hutterer
> wrote:
> > no, this sounds like a bug. pointer emulation behavio
On Wed, Nov 21, 2012 at 10:48:05AM +0100, Kamil Jońca wrote:
>
> I have got something like:
> http://www.amazon.co.uk/Perixx-PERIPAD-501-86x75x11mm-Industrial-Professional/dp/B001CX85I8
>
> with lsusb it shows as:
> --8<---cut here---start->8---
> Bus 001 Devic
1 - 100 of 505 matches
Mail list logo