search for: libevdev

Displaying 4 results from an estimated 4 matches for "libevdev".

2019 Feb 18
4
[fdo] Lots of wiki content rewritten
Hi, To try to bring our wiki 'up to date' (as in, no longer talking about CVS), I've gone through and rewritten a lot of the wiki content for our main landing pages: our front page, the software and specifications pages, the infrastructure pages, and even (to an extent) the mission statement. A lot of this is trying to describe how we've interpreted these things over the past ten
2016 Dec 19
11
[Bug 99147] New: xorg hangs at initial startup on linux-4.9.0
...laptop. I have external monitor connected to HDMI port. Components when the probelm could be reproduced: - gentoo almost stable - mesa 12.0.1 or 13.0.2; - libdrm 2.4.68 or 2.4.73 - xorg 1.18.4 or 1.19.0 - intel xf86 driver snapshot or modesetting driver - nouveau 1.0.12 or 1.0.13 - libinput 1.5.3, libevdev 1.5.2 - xfce, polkit, consolekit, dbus, etc. So just after all services started and lightdm expected to appear with login screen, instead I can only see console login screen and nothing appears on tty7 also. Xorg.log.0 shows no errors, dmesg is also empy (even with debug level 4). I can't re...
2016 Apr 28
0
[ANNOUNCE] xf86-input-synaptics 1.8.99.1
...Remove FastTap leftovers Update machine state diagram Add a delay between the second button down-up event of double taps Peter Hutterer (22): eventcomm: Drop requirement for a grab during init conf: increase top software button area to 15% synaptics 1.8.99 Use libevdev's per-device logging functions instead of the global handler Silence two compiler warnings Include xorg-server.h to fix build errors on newest glibc eventcomm: ensure we're on the same clock as the server Mark some switch case fallthroughs with comments Shut up...
2017 Jun 02
8
llvm-objcopy proposal
...is it useful: This is primarily useful when you can’t directly target a needed format. 10. Use Case: Removing symbols not needed for relocation Who uses it: Chromium ```sh objcopy --strip-unneeded foo foo ``` [Example use]( https://cs.chromium.org/chromium/src/third_party/libevdev/src/common.mk?type=cs&q=objcopy&l=397 ) When is it useful: This is useful when shipping an SDK or some relocatable binaries. 11. Use Case: Removing local symbols Who uses it: LLVM ```sh objcopy --discard-all foo foo ``` [Example use]( https://github.com/llvm-...