Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-07-21 17:01:17 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2008-07-21 17:01:17 +0400
commit0cea5b901775a9f786bc5fd0768cd8ffbc7bfb7b (patch)
tree458d890f92eb346e93b9b23182efa3284d4593a3 /README.Linux
parent253fbc5727a7bb586536a4b2c782fa08bcf1d118 (diff)
Update documentation.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1205 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'README.Linux')
-rw-r--r--README.Linux19
1 files changed, 2 insertions, 17 deletions
diff --git a/README.Linux b/README.Linux
index d92d51ac1..2cb72c3b4 100644
--- a/README.Linux
+++ b/README.Linux
@@ -15,9 +15,6 @@ simply typing:
Global Keyboard Events
======================
-Unlike Windows, there is no easy way to monitor all key and mouse events
-under X11.
-
On Linux, Mumble supports reading the kernel input devices. To use this,
make sure mumble can open /dev/input/event* for reading. To test it out,
that should only require:
@@ -26,17 +23,5 @@ However, be aware that this will most likely only last until the next reboot
(at which point devfs is recreated) and you also allow any program run by any
user to monitor the physical keyboard.
-If you're not running Linux (or you're unwilling to compromise keyboard
-security), you can use Xevie under X11 to accomplish the same thing, but
-unfortunately that extension is disabled by default. To enable it
-(and push-to-talk), add the following to your xorg.conf:
-
-Section "Extensions"
- Option "XEVIE" "Enable"
-EndSection
-
-Without Xevie, we would have to either:
- a) [Normal events] Accept shortcuts only when Mumble was the active
- application, making it useless for gaming.
- b) [XGrabKey] Accept only key-down of specific combinations, so that you
- could bind Ctrl-S to "toggle send speech". No binding of keyup in normal X11.
+Without this, Mumble will continously poll the mouse and keyboard state for
+changes, which will use a tiny bit of processing power.