Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jstest-gtk(1) [debian man page]

jstest-gtk(1)															     jstest-gtk(1)

NAME
jstest-gtk - joystick testing and configuration tool SYNOPSIS
jstest-gtk [options]... [device] files... DESCRIPTION
jstest-gtk is a simple joystick tester based on Gtk+. It provides a list of attached joysticks, a way to display which buttons and axis are pressed, a way to remap axis and buttons and a way to calibrate your joystick. Even when your joystick is working mostly fine, you might want to give it a try, as the calibration lets you get rid of overlarge default deadzones that many joysticks use and then is a noticeable problem in some games. USAGE
jstest-gtk is mainly a graphical interface to check that your joysticks and pads work properly. You can find precise information on each axis, you can optionally recalibrate it and also change the mapping. If you run the program without parameters, you will get a window showing all the joystick devices in your system (there can be more than one). When you double click on one of them, you will get a newer window with detailed information about its axis and buttons. There are two buttons in the detailed window called "Mapping" adn "Calibration", that allows you to reconfigurate the device. If you run the program with a device as an argument (for example /dev/input/js0), you will get the detailed window for that device directly, without getting the whole list of joysticks in the system. Calibration of the axis consists in a simple window in which you set the values that go directly into the operative system configuration, without doing any changes on them. They're divided in range and dead zone (or center). In both of them you have to set a minimum and a max- imum. You also have a checkbox for inverting the axis. Values are changed and applied in the same instant that you modify them, there's no need for clicking anywhere or doing anything else for applying the changes. OPTIONS
These program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). -h, --help Display help information and exit -v, --version Display version information and exit SEE ALSO
You can find more information if you visit http://pingus.seul.org/~grumbel/jstest-gtk/ AUTHOR
jstest-gtk was written by Ingo Ruhnke <grumbel@gmx.de>. This manual page was written by Miriam Ruiz <little_miry@yahoo.es>, for the Debian project (and may be used by others). May 9, 2009 jstest-gtk(1)

Check Out this Related Man Page

Gtk2::Gdk::Display(3)					User Contributed Perl Documentation				     Gtk2::Gdk::Display(3)

NAME
Gtk2::Gdk::Display HIERARCHY
Glib::Object +----Gtk2::Gdk::Display METHODS
$display->beep $display->close device = $display->get_core_pointer $display->set_cursor_theme ($theme, $size) o $theme (string) o $size (integer) Since: gtk+ 2.8 integer = $display->get_default_cursor_size Since: gtk+ 2.4 display or undef = Gtk2::Gdk::Display->get_default window = $display->get_default_group Since: gtk+ 2.4 screen = $display->get_default_screen $display->set_double_click_distance ($distance) o $distance (integer) Since: gtk+ 2.4 $display->set_double_click_time ($msec) o $msec (integer) event = $display->get_event $display->flush Since: gtk+ 2.4 $display->grab $display->keyboard_ungrab ($time_) o $time_ (unsigned) list = $display->list_devices Returns a list of Gtk2::Gdk::Devices (width, height) = $display->get_maximal_cursor_size Since: gtk+ 2.4 integer = $display->get_n_screens string = $display->get_name display or undef = Gtk2::Gdk::Display->open ($display_name) o $display_name (string or undef) event = $display->peek_event list = $display->get_pointer boolean = $display->pointer_is_grabbed $display->pointer_ungrab ($time_) o $time_ (unsigned) $display->put_event ($event) o $event (Gtk2::Gdk::Event) $display->register_standard_event_type ($event_base, $n_events) o $event_base (integer) o $n_events (integer) Since: gtk+ 2.4 boolean = $display->request_selection_notification ($selection) o $selection (Gtk2::Gdk::Atom) Since: gtk+ 2.6 screen = $display->get_screen ($screen_num) o $screen_num (integer) string = $display->get_startup_notification_id Since: gtk+ 2.12 $display->store_clipboard ($clipboard_window, $time_, ...) o $clipboard_window (Gtk2::Gdk::Window) o $time_ (unsigned) o ... (list) of Gtk2::Gdk::Atom's Since: gtk+ 2.6 boolean = $display->supports_clipboard_persistence Since: gtk+ 2.6 boolean = $display->supports_composite Since: gtk+ 2.12 boolean = $display->supports_cursor_alpha Since: gtk+ 2.4 boolean = $display->supports_cursor_color Since: gtk+ 2.4 boolean = $display->supports_input_shapes Since: gtk+ 2.10 boolean = $display->supports_selection_notification Since: gtk+ 2.6 boolean = $display->supports_shapes Since: gtk+ 2.10 $display->sync $display->ungrab unsigned = $display->get_user_time Since: gtk+ 2.8 $display->warp_pointer ($screen, $x, $y) o $screen (Gtk2::Gdk::Screen) o $x (integer) o $y (integer) Since: gtk+ 2.8 (window, win_x, win_y) = $display->get_window_at_pointer ($display) SIGNALS
closed (Gtk2::Gdk::Display, boolean) SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Gdk::Display(3)
Man Page