EnglishFrenchSpanish

Ad


OnWorks favicon

evtest - Online in the Cloud

Run evtest in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command evtest that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


evtest - Input device event monitor and query tool

SYNOPSIS


evtest [--grab] /dev/input/eventX

evtest --query /dev/input/eventX <type> <value>

DESCRIPTION


The first invocation type displayed above ("capture mode") causes evtest to display
information about the specified input device, including all the events supported by the
device. It then monitors the device and displays all the events layer events generated.

If the --grab flag is given in capture mode, evtest keeps an EVIOCGRAB on the device.
While this grab is active, other processes will not receive events from the kernel
devices. The grab is released again when evtest quits.

In the second invocation type ("query mode"), evtest performs a one-shot query of the
state of a specific key value of an event type.

type is one of: EV_KEY, EV_SW, EV_SND, EV_LED (or the numerical value)

value can be either a decimal representation (e.g. 44), hex (e.g. 0x2c), or the constant
name (e.g. KEY_Z) of the key/switch/sound/LED being queried.

If the state bit is set (key pressed, switch on, ...), evtest exits with code 10. If the
state bit is unset (key depressed, switch off, ...), evtest exits with code 0. No other
output is generated.

evtest needs to be able to read from the device; in most cases this means it must be run
as root.

evtest is commonly used to debug issues with input devices in X.Org. The output of evtest
shows the information presented by the kernel; based on this information it can be
determined whether a bug may be a kernel or an X.Org issue.

DIAGNOSTICS


If evtest does not show any events even though the device is being used, the device may be
grabbed by a process (EVIOCGRAB). This is usually the case when debugging a synaptics
device from within X. VT switching to a TTY or shutting down the X server terminates this
grab and synaptics devices can be debugged.

The following command shows the processes with an open file descriptor on the device:

fuser -v /dev/input/eventX

EXIT CODE


evtest returns 1 on error.

When used to query state, evtest returns 0 if the state bit is unset and 10 if the state
bit is set.

Use evtest online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    NSIS: Nullsoft Scriptable Install System
    NSIS: Nullsoft Scriptable Install System
    NSIS (Nullsoft Scriptable Install
    System) is a professional open source
    system to create Windows installers. It
    is designed to be as small and flexible
    as possi...
    Download NSIS: Nullsoft Scriptable Install System
  • 2
    authpass
    authpass
    AuthPass is an open source password
    manager with support for the popular and
    proven Keepass (kdbx 3.x AND kdbx 4.x ...
    Download authpass
  • 3
    Zabbix
    Zabbix
    Zabbix is an enterprise-class open
    source distributed monitoring solution
    designed to monitor and track
    performance and availability of network
    servers, device...
    Download Zabbix
  • 4
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 5
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 6
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • More »

Linux commands

Ad