diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110912/005239.html')
| -rw-r--r-- | zarb-ml/mageia-discuss/20110912/005239.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110912/005239.html b/zarb-ml/mageia-discuss/20110912/005239.html new file mode 100644 index 000000000..a4d0a91fa --- /dev/null +++ b/zarb-ml/mageia-discuss/20110912/005239.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Third button emulation ? (solved) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Third%20button%20emulation%20%3F%20%28solved%29&In-Reply-To=%3C201109120437.18017.renaud%40olgiati-in-paraguay.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005238.html"> + <LINK REL="Next" HREF="005240.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Third button emulation ? (solved)</H1> + <B>Renaud (Ron) Olgiati</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Third%20button%20emulation%20%3F%20%28solved%29&In-Reply-To=%3C201109120437.18017.renaud%40olgiati-in-paraguay.org%3E" + TITLE="[Mageia-discuss] Third button emulation ? (solved)">renaud at olgiati-in-paraguay.org + </A><BR> + <I>Mon Sep 12 10:37:17 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005238.html">[Mageia-discuss] Erhalte Zugang zu meinen Bildern und mehr +</A></li> + <LI>Next message: <A HREF="005240.html">[Mageia-discuss] Missing in Action +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5239">[ date ]</a> + <a href="thread.html#5239">[ thread ]</a> + <a href="subject.html#5239">[ subject ]</a> + <a href="author.html#5239">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Found a solution on an Ubuntu list/blog: + +Seems the problem comes from a new default onfig of evdev, which no longer +activates by default the three-button emulation. + +There is no GUI way to change this at the moment, it can be changed by adding +to xorg.conf the following: + +Section "InputClass" + Identifier "middle button emulation class" + MatchIsPointer "on" + Option "Emulate3Buttons" "on" +EndSection + +I read (but did not check, not a Gnome user) that under gnome + +$> gsettings set org.gnome.settings-daemon.peripherals.mouse +middle-button-enabled true + +also does trick. + +Cheers, + +Ron. + +Sources: +<A HREF="http://who-t.blogspot.com/2010/06/new-evdev-middle-mouse-button-emulation.html">http://who-t.blogspot.com/2010/06/new-evdev-middle-mouse-button-emulation.html</A> +<A HREF="https://bugzilla.redhat.com/show_bug.cgi?id=696790">https://bugzilla.redhat.com/show_bug.cgi?id=696790</A> +-- + Any stigma, as the old saying is, + will serve to beat a dogma. + -- Philip Guedalla + + -- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> -- + +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005238.html">[Mageia-discuss] Erhalte Zugang zu meinen Bildern und mehr +</A></li> + <LI>Next message: <A HREF="005240.html">[Mageia-discuss] Missing in Action +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5239">[ date ]</a> + <a href="thread.html#5239">[ thread ]</a> + <a href="subject.html#5239">[ subject ]</a> + <a href="author.html#5239">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |
