Man Page: x11::protocol::ext::xfree86_misc
Operating Environment: debian
Section: 3pm
Protocol::Ext::XFree86_Misc(3pm) User Contributed Perl Documentation Protocol::Ext::XFree86_Misc(3pm)NAMEX11::Protocol::Ext::XFree86_Misc.pm - Perl module for the XFree86 Misc ExtensionSYNOPSISuse X11::Protocol; $x = X11::Protocol->new(); $x->init_extension('XFree86-Misc');DESCRIPTIONThis module is used to access miscellaneous features of XFree86 serversSYMBOLIC CONSTANTSThis extension adds the MouseTypes, KeyboardTypes and MouseFlags constants, with values as defined in the XFree86 3.3.3 source code.REQUESTSThis 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)AUTHORJay Kominek <jay.kominek@colorado.edu>SEE ALSOperl(1), X11::Protocol perl v5.14.2 2003-05-11 Protocol::Ext::XFree86_Misc(3pm)
| Related Man Pages |
|---|
| xf86misc(3) - centos |
| xf86miscgetsaver(3) - centos |
| xf86miscqueryextension(3) - centos |
| xf86miscsetkbdsettings(3) - centos |
| x11::protocol::ext::shape(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| My first PERL incarnation... Audio Oscillograph |