1Protocol::Ext::XFree86_UMsiesrc(C3o)ntributed Perl DocumPernottaotciooln::Ext::XFree86_Misc(3)
2
3
4
6 X11::Protocol::Ext::XFree86_Misc.pm - Perl module for the XFree86 Misc
7 Extension
8
10 use X11::Protocol;
11 $x = X11::Protocol->new();
12 $x->init_extension('XFree86-Misc');
13
15 This module is used to access miscellaneous features of XFree86 servers
16
18 This extension adds the MouseTypes, KeyboardTypes and MouseFlags
19 constants, with values as defined in the XFree86 3.3.3 source code.
20
22 This extension adds several requests, called as shown below:
23
24 $x->XF86MiscQueryVersion => ($major, $minor)
25
26 $x->XF86MiscGetSaver($screen) => ($suspendtime, $offtime)
27
28 $x->XF86MiscSetSaver($screen, $suspendtime, $offtime)
29
30 $x->XF86MiscGetMouseSettings => (%settings)
31
32 $x->XF86MiscSetMouseSettings(%settings)
33
34 $x->XF86MiscGetKbdSettings => ($type, $rate, $delay, $servnumlock)
35
36 $x->XF86MiscSetKbdSettings($type, $rate, $delay, $servnumlock)
37
39 Jay Kominek <jay.kominek@colorado.edu>
40
42 perl(1), X11::Protocol
43
44
45
46perl v5.34.0 2021-07-27 Protocol::Ext::XFree86_Misc(3)