1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908
|
.\" Copyright (c) 2000-2003 Peter Kunzmann <support@citron.de>
.\" $Id: citron.man,v 1.4 2005/12/19 09:07:49 alanc Exp $
.\"
.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.man,v 1.2 2001/01/27 18:20:57 dawes Exp $
.\" $XdotOrg: driver/xf86-input-citron/man/citron.man,v 1.5 2006/03/01 22:03:04 daniels Exp $
.\"
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH CITRON __drivermansuffix__ __vendorversion__
.SH "NAME"
citron \- Citron Infrared Touch Driver (CiTouch)
.SH "SYNOPSIS"
.nf
.B "Section \*qInputDevice\*q"
.br
.BI " Identifier \*q" idevname \*q
.br
.BI " Driver \*q" citron \*q
.br
.BI " Option \*qDevice\*q \*q" devpath \*q
.br
\ \ ...
.br
.B EndSection
.fi
.SH "DESCRIPTION"
.B citron
is a __xservername__ input driver for
.I Citron Infrared Touch
devices.
.PP
The
.B citron
driver acts as a pointer input device, and may be used as the
X server's core pointer. It is connected via a "RS232" with the host.
.SH "SUPPORTED HARDWARE"
At the moment the following touches are supported. They are also
available as
.I ZPress
touches.
.B 2nd Gen Touches \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
.br
.B IRT6I5\-V2.x
6.5 inch Infrared Touch
.B IRT10I4\-V4.x
10.4 inch Infrared Touch
.B IRT12I1\-V2.x
12.1 inch Infrared Touch
.B IRT15I1\-V1.x
15.1 inch Infrared Touch
.B 3rd Gen Touches \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
.br
.B IRT65\-V3.x
6.5 inch Infrared Touch
.B IRT84\-V2.x
8.4 inch Infrared Touch
.B IRT104\-V5.x
10.4 inch Infrared Touch
.B IRT104\-V6.x
10.4 inch Infrared Touch with integrated keyboard and ambient light overflow detection
.B IRT121\-V3.x
12.1 inch Infrared Touch
.B IRT15I1\-V1.x
15.1 inch Infrared Touch
.B IRT170\-V1.x
17.0 inch Infrared Touch
.B IRT181\-V1.x
18.1 inch Infrared Touch
.B IRT190\-V1.x
19.0 inch Infrared Touch
.br
.SH CONFIGURATION DETAILS
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details and for options that can be used with all input drivers. This
section only covers configuration details specific to this driver.
For better understanding please read also the
.B CTS
manual and various
.B IRT
manuals which are available in "pdf" format from Citron web page
.B www.citron.de
or directly from Citron.
.PP
.PP
The following driver
.B Options
are supported:
.TP 7
.BI "Option \*qDevice\*q \*q" devpath \*q
Specify the device path for the citron touch. Valid devices are:
.PP
.RS 12
/dev/ttyS0, /dev/ttyS1, ....
.RE
.PP
.RS 7
This option is mandatory.
It's important to specify the right device Note: com1 \-> /dev/ttyS0, com2 \-> /dev/ttyS1 ....
.RE
.TP 7
.BI "Option \*qScreenNumber\*q \*q" "screennumber" \*q
sets the
.I screennumber
for the
.I citron
InputDevice.
.PP
.RS 7
.I Default:
ScreenNumber: "0"
.RE
.TP 7
.BI "Option \*qMinX, MinY\*q \*q" value \*q
These are the minimum X and Y values for the
.I citron
input device.
.PP
.RS 7
Note: MinX, MinY must be less than MaxX, MaxY.
.PP
.I Range:
"0" \- "65535"
.PP
.I Default:
MinX: "0" MinY: "0"
.RE
.TP 7
.BI "Option \*qMaxX, MaxY\*q \*q" value \*q
These are the maximum X and Y values for the
.I citron
input device.
.PP
.RS 7
Note: MaxX, MaxY must be greater than MinX, MinY.
.PP
.I Range:
"0" \- "65535"
.PP
.I Default:
MaxX: "65535" MaxY: "65535"
.RE
.TP 7
.BI "Option \*qButtonNumber\*q \*q" value \*q
This value is responsible for the
.I button number
that is returned within the xf86PostButton event message
.PP
.RS 7
.I Range:
"0" \- "255"
.PP
.I Default:
"1"
.RE
.TP 7
.BI "Option \*qButtonThreshold\*q \*q" value \*q
This value is responsible for the
.I button threshold.
It changes the pressure sensitivity of the touch. A higher number
corresponds to a higher pressure.
.PP
.RS 7
Note: This feature is only available with pressure sensitive hardware.
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"20"
.RE
.TP 7
.B Sleep\-Mode
If the IRT is in
.I Doze\-Mode
and Touch Zone is not interrupted for another
certain span of time, the so\-called
.I Slee\p-Mode
is activated. The
.I Sleep\-Mode
decreases the scan rate of the beams even further than
the
.I Doze\-Mode
does (see below). This way the life expectancy of the beams is
prolonged and the power consumption of the IRT is reduced.
As soon as an interruption of the Touch Zone is detected, the
.I Sleep\-Mode
is deactivated and the Touch Zone will again be scanned with
the maximum speed. With the Sleep\-Mode activated,
depending on the set scan rate the IRT's response time can be
considerably longer as in normal operation. If, for example,
a scan rate of 500 ms / scan is set, it may last up to a half
of a second until the IRT detects the interruption and deactivates
the
.I Sleep\-Mode.
.PP
.RE
.TP 7
.BI "Option \*qSleepMode\*q \*q" mode \*q
This value is responsible for the
.I sleep\-mode
of the touch.
.RS 7
Determines the behaviour of the Sleep-Mode.
.B 0x00
No message at either activation or deactivation
.B 0x01
Message at activation
.B 0x02
Message at deactivation
.B 0x03
Message at activation and deactivation
.B 0x10
GP_OUT output set according to the Sleep\-Mode status
.I Values:
"0" "1" "2" "3" "16"
.I Default:
"0"
.RE
.TP 7
.BI "Option \*qSleepTime\*q \*q" time \*q
This value is responsible for the
.I sleep\-time
of the touch. It is the activation time in seconds
("0" = immediately activated, "65535" = always deactivated).
.RS 7
.PP
.I Range:
"0" \- "65535" [s]
.PP
.I Default:
"65535" => deactivated
.RE
.TP 7
.BI "Option \*qSleepScan\*q \*q" scan \*q
This value is responsible for the
.I scan\-time
of the touch. This is the time interval between two scan operations
while in Sleep\-Mode. The time interval is set in steps
of milliseconds.
.RS 7
.PP
.I Range:
"0" \- "65535" [ms]
.PP
.I Default:
"500"
.RE
.TP 7
.BI "Option \*qPWMAdjSrc\*q \*q" value \*q
.RE
.TP 7
.BI "Option \*qPWMAdjDst\*q \*q" value \*q
These parameters are used to adjust the brightness of different
backlight inverters. At the moment 2 backlight inverters are
used: 0=TDK 1=AC. If you want a AC backlight inverter to
behave like an AC type you have to set
.I PWMAdjSrc
to 0 (TDK) and
.I PWMAdjDst
to 1 (AC).
.RS 7
.PP
.I Range:
"0" \- "1"
.PP
.I Default:
"\-1" (no adjustment)
.RE
.TP 7
.BI "Option \*qPWMActive\*q \*q" value \*q
This value determines the mark\-to\-space ratio of the
.I PWM
output while in normal operation (sleep\-mode not active).
Higher values result in longer pulse widths. This output
signal can be used in conjunction with the
.I Citron AWBI
to do backlight\-dimming via the touch.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"255" (max. brightness)
.RE
.TP 7
.BI "Option \*qPWMSleep\*q \*q" value \*q
This value determines the mark\-to\-space ratio of the
.I PWM
output while in sleep\-mode (\->
.I SleepMode, SleepScan, SleepTime
) operation (sleep\-mode active).
Higher values result in longer pulse widths.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"255" (max. brightness)
.RE
.TP 7
.BI "Option \*qPWMFreq\*q \*q" value \*q
This value determines the
.I PWM
frequency in Hertz
.RS 7
.PP
.I Range:
"39" \- "9803"
.PP
.I Default:
"9803" (max. frequency)
.RE
.TP 7
.BI "Option \*qClickMode\*q \*q" mode \*q
With mode one can select between 5
.I ClickModes
.I \*q1\*q = ClickMode Enter
With this mode every interruption of the infrared beams will
activate a ButtonPress event and after the interruption a
ButtonRelease event will be sent.
.I \*q2\*q = ClickMode Dual
With this mode every interruption will sent a Proximity event and
every second interruption a ButtonPress event. With the release of
the interruption (while one interruption is still active) a
ButtonRelease event will be sent.
.I \*q3\*q = ClickMode Dual Exit
With this mode every interruption will sent a ProximityIn event and
every second interruption a ButtonPress event. With the release of
the interruption (while one interruption is still active) no
ButtonRelease event will be sent. Only if all interruptions are released
a ButtonRelease followed by a ProximityOut event will be sent.
.I \*q4\*q = ClickMode ZPress
With this mode every interruption will sent a ProximityIn event. Only if
a certain pressure is exceeded a ButtonPress event will occur. If the
pressure falls below a certain limit a ButtonRelease event will be sent.
After also the interruption is released a ProximityOut event is generated.
.I \*q5\*q = ClickMode ZPress Exit
This mode is similar to "Clickmode Dual Exit".
The first interruption of the beams will sent a ProximityIn event. Only if
a certain pressure is exceeded a ButtonPress event will occur. If the
pressure falls below a certain limit no ButtonRelease event will be sent.
After the interruption is also released a ButtonRelease followed by
a ProximityOut event is generated.
.RS 7
.PP
.I Range:
"1" \- "5"
.PP
.I Default:
"1" (ClickMode Enter)
.RE
.TP 7
.BI "Option \*qOrigin\*q \*q" value \*q
This value sets the coordinates origin to one of the four corners of
the screen.
The following values are accepted:
"0" TOPLEFT: Origin set to the left\-hand side top corner.
"1" TOPRIGHT: Origin set to the right\-hand side top corner.
"2" BOTTOMRIGHT: Origin set to the right\-hand side bottom corner.
"3" BOTTOMLEFT: Origin set to the left\-hand side bottom corner.
.RS 7
.PP
.I Range:
"0" \- "3"
.PP
.I Default:
"0" (TOPLEFT)
.RE
.TP 7
.B "Doze\-Mode"
If for a certain span of time the Touch Zone is not interrupted,
the so\-called Doze\-Mode is automatically activated. The activated
Doze\-Mode slightly decreases the scan rate of the beams. This way
the power consumption of the IRT is reduced. As soon as an
interruption of the Touch Zone is detected, the Doze\-Mode
is deactivated and the Touch Zone will again be scanned with
the maximum speed.
.RE
.TP 7
.BI "Option \*qDozeMode\*q \*q" mode \*q
This value is responsible for the
.I doze\-mode
of the touch.
.RS 7
.PP
Determines the behaviour of the Doze\-Mode.
.PP
0x00 No message at either activation or deactivation
0x01 Message at activation
0x02 Message at deactivation
0x03 Message at activation and deactivation
0x10 GP_OUT output set according to the Doze\-Mode status
If the GP_OUT output is already controlled by the
.I Sleep\-Mode
it is no longer available as an output port anymore.
.PP
.I Values:
"0" "1" "2" "3" "16"
.PP
.I Default:
"0"
.RE
.TP 7
.BI "Option \*qDozeTime\*q \*q" time \*q
This value is responsible for the
.I doze\-time
of the touch. It is the activation time in seconds
("0" = immediately activated, "65535" = always deactivated).
.RS 7
.PP
.I Range:
"0" \- "65535" [s]
.PP
.I Default:
"65535" => deactivated
.RE
.TP 7
.BI "Option \*qDozeScan\*q \*q" scan \*q
This value is responsible for the
.I scan\-time
of the touch. This is the time interval between two scan operations
while in Doze\-Mode. The time interval is set in steps
of milliseconds.
.RS 7
.PP
.I Range:
"0" \- "65535" [ms]
.PP
.I Default:
"500"
.RE
.TP 7
.BI "Option \*qDeltaX\*q \*q" value \*q
This value determines a virtual area at the left and right
side of the current cursor position where the cursor didn't move.
Within this area no "MotionNotify" event will be sent.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"0" (no deltaX)
.RE
.TP 7
.BI "Option \*qDeltaY\*q \*q value \*q
This value determines a virtual area at the top and bottom
of the current cursor position where the cursor didn't move.
Within this area no "MotionNotify" event will be sent.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"0" (no deltaY)
.RE
.TP 7
.BI "Option \*qBeep\*q \*q" value \*q
This value determines if a "ButtonPress" and/or a "ButtonRelease"
event should sound the buzzer. "0" deactivates the buzzer while
every other value will activate it.
.RS 7
.PP
.I Range:
"0" \- "1"
.PP
.I Default:
"0" (deactivated)
.RE
.TP 7
.BI "Option \*qPressVol\*q \*q" value \*q
This value determines the volume of the buzzer (0\-100%)
when a "ButtonPress" event is sent.
.RS 7
.PP
.I Range:
"0" \- "100"
.PP
.I Default:
"100"
.RE
.TP 7
.BI "Option \*qPressPitch\*q \*q" value \*q
This value determines the pitch of the tone
when a "ButtonPress" event is sent.
.RS 7
.PP
.I Range:
"0" \- "3000"
.PP
.I Default:
"880"
.RE
.TP 7
.BI "Option \*qPressDur\*q \*q" value \*q
This value determines the duration of the tone in ms
when a "ButtonPress" event is sent.
.RS 7
.PP
.I Range:
"0" - "255"
.PP
.I Default:
"15"
.RE
.TP 7
.BI "Option \*qReleaseVol\*q \*q" value \*q
This value determines the volume of the buzzer (0-100%)
when a "ButtonRelease" event is sent.
.RS 7
.PP
.I Range:
"0" - "100"
.PP
.I Default:
"100"
.RE
.TP 7
.BI "Option \*qReleasePitch\*q \*q" value \*q
This value determines the pitch of the tone when
when a "ButtonRelease" event is sent.
.RS 7
.PP
.I Range:
"0" \- "3000"
.PP
.I Default:
"1200"
.RE
.TP 7
.BI "Option \*qReleseDur\*q \*q" value \*q
This value determines the duration of the tone in ms when
when a "ButtonRelease" event is sent.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"10"
.RE
.TP 7
.BI "Option \*qBeamTimeout\*q \*q" value \*q
Determines the time span in seconds, that has to elapse before a beam is
considered defective, blanked\-out and excluded from the coordinates
evaluation.
.RS 7
.PP
.I Range:
"0" \- "65535"
.PP
.I Default:
"30" (30 seconds)
.RE
.TP 7
.BI "Option \*qTouchTime\*q \*q" value \*q
Determines the minimum time span in steps of 10ms for a valid
interruption. In order for an interruption to be
reported to the host computer as valid, it needs to remain at
the same spot for at least the time span declared here.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"0" (=6,5 ms)
.RE
.TP 7
.BI "Option \*qEnterCount\*q \*q" count \*q
Number of skipped "enter reports". Reports are sent approx.
every 20ms.
.RS 7
.PP
.I Range:
"0" \- "31"
.PP
.I Default:
"3" (3 skipped messages = 60ms)
.RE
.TP 7
.BI "Option \*qZEnterCount\*q \*q" count \*q
Number of skipped "enter reports" while in pressure
sensitive mode. Reports are sent approx. every 20ms.
.RS 7
.PP
.I Range:
"0" \- "31"
.PP
.I Default:
"1" (1 skipped messages = 20ms)
.RE
.TP 7
.BI "Option \*qLockZEnterTime\*q \*q" count \*q
Minimum duration of an AreaPressEnter state (Pressure > AreaPressure)
before a PressEnter event is issued. The time is given in 10ms steps.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"1" (10ms)
.RE
.TP 7
.BI "Option \*qLockZExitTime\*q \*q" count \*q
Minimum duration of an AreaPressExit state (Pressure < AreaPressure/2)
before a PressExit event is issued. The time is given in 10ms steps.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"1" (10ms)
.RE
.TP 7
.BI "Option \*qLockZLockTime\*q \*q" count \*q
Minimum gap between a PressExit and a PressEnter event.
The time is in 10ms steps.
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"10" (100ms)
.RE
.TP 7
.BI "Option \*qDualCount\*q \*q" count \*q
Number of skipped "dual touch error". Reports are sent approx.
every 20ms. This option is only available for "ZPress" and
"ZPress Exit" modes.
.RS 7
.PP
.I Range:
"0" \- "31"
.PP
.I Default:
"2" (2 skipped messages = 40ms)
.RE
.TP 3
.B Please Note:
.I The following functions are only available on touches with special hardware,
.I which does support that functions. Please contact Citron to get more information.
.RE
.TP 7
.BI "Option ""AmbientOverload"" """ mode """
Defines how detection of ambient light overload is handled.
These values can be "ored" to combine them.
.B mode=0
Ambient light is ignored and no error message is generated.
.B mode=1
Ambient light error message is generated.
.B mode=2
Scanning is stopped in case of ambient light error.
Bits can be "ored"
.RS 7
.PP
.I Range:
"0" \- "3"
.PP
.I Default:
"0" Ambient light overload is ignored and no error message is generated
.RE
.TP 7
.BI "Option ""KeyMatrix"" """ mode """
Enables or disables 4x4 key matrix scanning on touches with key matrix feature
.RS 7
.PP
.I Range:
"0" \- "1"
.PP
.I Default:
"0" No scanning of 4x4 key matrix
.RE
.TP 7
.BI "Option ""BeepKey"" """ value """
This value determines if a "KeyPress" and/or a "KeyRelease"
event should sound the buzzer. "0" deactivates the buzzer while
every other value will activate it.
.RS 7
.PP
.I Range:
"0" \- "1"
.PP
.I Default:
"0" (deactivated)
.RE
.TP 7
.BI "Option ""PressVolKey"" """ value """
This value determines the duration of the speaker on
period when a "KeyPress" event is sent.
It is calculated: (PressVolKey * PressDurKey / 50).
If you give PressVolKey a value of 50 then PressDurKey
is the duration in [ms].
.RS 7
.PP
.I Range:
"0" \- "256"
.PP
.I Default:
"50"
.RE
.TP 7
.BI "Option ""PressPitchKey"" """ value """
This value determines the pitch of the tone
when a "ButtonPress" event is sent. It is the
frequency in [Hz].
.RS 7
.PP
.I Range:
"0" \- "3000"
.PP
.I Default:
"1500"
.RE
.TP 7
.BI "Option ""PressDurKey"" """ value """
This value determines the duration of the tone in ms
when a "ButtonPress" event is sent.
It is calculated: (PressVolKey * PressDurKey / 50).
If you give PressVolKey a value of 50 then PressDurKey
is the duration in [ms].
.RS 7
.PP
.I Range:
"0" \- "65535"
.PP
.I Default:
"120"
.RE
.TP 7
.BI "Option ""ReleaseVolKey"" """ value """
This value determines the duration of the speaker on
interval when a "KeyRelease" event is sent.
It is calculated: (PressVolKey * PressDurKey / 50).
If you give PressVolKey a value of 50 then PressDurKey
is the duration in [ms].
.RS 7
.PP
.I Range:
"0" \- "255"
.PP
.I Default:
"50"
.RE
.TP 7
.BI "Option ""ReleasePitchKey"" """ value """
This value determines the pitch of the tone when
when a "ButtonRelease" event is sent. It is the
frequency in [Hz].
.RS 7
.PP
.I Range:
"0" \- "3000"
.PP
.I Default:
"3000"
.RE
.TP 7
.BI "Option ""ReleseDurKey"" """ value """
This value determines the duration of the speaker on
period when a "KeyRelease" event is sent.
It is calculated: (PressVolKey * PressDurKey / 50).
If you give PressVolKey a value of 50 then PressDurKey
is the duration in [ms].
.RS 7
.PP
.I Range:
"0" \- "65535"
.PP
.I Default:
"60"
.SH "SEE ALSO"
XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__).
.SH "AUTHORS"
2000\-2005 \- written by Citron GmbH (support@citron.de)
|