GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Protocol::Ext::XFree86_Misc(3) User Contributed Perl Documentation Protocol::Ext::XFree86_Misc(3)

X11::Protocol::Ext::XFree86_Misc.pm - Perl module for the XFree86 Misc Extension

  use X11::Protocol;
  $x = X11::Protocol->new();
  $x->init_extension('XFree86-Misc');

This module is used to access miscellaneous features of XFree86 servers

This extension adds the MouseTypes, KeyboardTypes and MouseFlags constants, with values as defined in the XFree86 3.3.3 source code.

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)

Jay Kominek <jay.kominek@colorado.edu>

perl(1), X11::Protocol
2003-05-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.