debian man page for x11::protocol::ext::xfree86_misc

Query: x11::protocol::ext::xfree86_misc

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Protocol::Ext::XFree86_Misc(3pm)			User Contributed Perl Documentation			  Protocol::Ext::XFree86_Misc(3pm)

NAME
X11::Protocol::Ext::XFree86_Misc.pm - Perl module for the XFree86 Misc Extension
SYNOPSIS
use X11::Protocol; $x = X11::Protocol->new(); $x->init_extension('XFree86-Misc');
DESCRIPTION
This module is used to access miscellaneous features of XFree86 servers
SYMBOLIC CONSTANTS
This extension adds the MouseTypes, KeyboardTypes and MouseFlags constants, with values as defined in the XFree86 3.3.3 source code.
REQUESTS
This extension adds several requests, called as shown below: $x->XF86MiscQueryVersion => ($major, $minor) $x->XF86MiscGetSaver($screen) => ($suspendtime, $offtime) $x->XF86MiscSetSaver($screen, $suspendtime, $offtime) $x->XF86MiscGetMouseSettings => (%settings) $x->XF86MiscSetMouseSettings(%settings) $x->XF86MiscGetKbdSettings => ($type, $rate, $delay, $servnumlock) $x->XF86MiscSetKbdSettings($type, $rate, $delay, $servnumlock)
AUTHOR
Jay Kominek <jay.kominek@colorado.edu>
SEE ALSO
perl(1), X11::Protocol perl v5.14.2 2003-05-11 Protocol::Ext::XFree86_Misc(3pm)
Related Man Pages
xf86miscsetmousesettings(3) - centos
xf86misc(3) - centos
xf86miscgetmousesettings(3) - centos
xf86miscqueryversion(3) - centos
xf86miscgetkbdsettings(3) - x11r4
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph