blob: a4d0a91fa4a54428c8ecef73093a1a6c1495adc3 (
plain)
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
|
<!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>
|