search for: emulate3buttons

Displaying 20 results from an estimated 54 matches for "emulate3buttons".

2005 Jul 16
2
Logitech Marble Mouse on CentOS 4
...quot;ExplorerPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Timeout" "50" Option "Buttons" "7" Option "ZAxisMapping" "6 7" Option "Emulate3Buttons" "on" EndSection But then the left button is for scrolling up, and the right for scrolling down. How can I reverse this?? I have tried several sections from the internet, but most have the same result or don't work at all. Thanks in advance for any help and/or tips. Ange...
2006 Jun 20
1
Bug with evdev corepointers
...n "CorePointer" Option "Device" "/dev/input/event2" Option "Buttons" "12" Option "ZAxisMapping" "4 5 7 6" Option "Emulate3Buttons" "no" Option "ButtonMapping" "1 2 3 8 9 10 11 12" EndSection - ---->8-------->8-------->8-------->8---- Regards, Thomas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozill...
2009 Feb 19
4
Minimizing WoW - Painfully low FPS
...ot;Mouse0" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Buttons" "7" Option "Emulate3Buttons" "0" Option "ZAxisMapping" "4 5" Option "ButtonMapping" "1 2 3 6 7" Option "Resolution" "1600" EndSection Section "InputDevice" # generated from default Identifier...
2008 Aug 11
0
Nouveau takes 100% CPU on startx but does not show anything on GeForce FX 5200
...quired in this case. # Option "Protocol" "Xqueue" # Baudrate and SampleRate are only for some older Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice, or any # 3-button mouse where the middle butt...
2008 Jun 11
0
[ANNOUNCE] xf86-input-evdev 1.99.4
evdev 1.99.3 had a nasty bug that makes the server crash on DEVICE_CLOSE. Here's a fixed version. Peter Hutterer (3): Remove wakeup handlers when device is closed. If Emulate3Buttons is specified in the config, don't auto-deactivate it. evdev 1.99.4 git tag: xf86-input-evdev-1.99.4 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evdev-1.99.4.tar.bz2 MD5: f56d98ab11ef77cfcbafb5d93c697791 xf86-input-evdev-1.99.4.tar.bz2 SHA1: f2ace8c04b9838da0b307333...
2009 Feb 15
2
Wine/WoW not detecting monitor hz
WoW detects my monitor hz as 77, 78, 79. 80, 81, 82 but not 60hz which it should be! This causes a lot of tearing which can be annoying. Is there any way of fixing this?
2005 Apr 02
1
CentOS4 laptop touchpad erratic operation
...ce" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Has anyone else seen this type of problem with a touchpad, and does anyone have knowledge of a fix? TIA, -- Collins When I saw the Iraqi people voting three weeks ago, 8 million of them, it was the start of a new Arab world.... The Berlin Wall ha...
2008 Oct 26
1
Every game is out of sync.
...> Option "XkbModel" "pc105" > Option "XkbLayout" "pl" > EndSection > > Section "InputDevice" > Identifier "Configured Mouse" > Driver "mouse" > Option "CorePointer" > Option "Emulate3Buttons" "true" > EndSection > > Section "ServerLayout" > Identifier "Default Layout" > screen "Default Screen" > EndSection > > Section "Monitor" > Identifier "Philips 170S" > HorizSync 30...
2008 Mar 20
0
[ANNOUNCE] xf86-input-mouse 1.3.0
Adam Jackson (2): Don't sleep(0.3) on shutdown. mouse 1.3.0 Alan Coopersmith (1): Update Emulate3Button default in mouse man page to cover Emulate3ButtonsSoft Matthieu Herrb (1): Makefile.am: nuke RCS Id Peter Hutterer (1): Bug #13144: Don't flush buttons, release events can cause paste events. git tag: xf86-input-mouse-1.3.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-mouse-1.3.0.tar.bz2 MD5: 31a51b0e5ddc4fac...
2006 Feb 17
0
install nvidia driver under xen 3.0
...Device" # generated from data in "/etc/sysconfig/mouse" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from data in "/etc/sysconfig/keyboard" Identifier "Keyboard0" Driver "kbd" Option "XkbLayou...
2006 Jul 20
1
Wireless USB mouse
...er "Mouse0" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection My system is a dual athlon 2.2Ghz (Tyan mpx) 1gig ram 200Gig HD Ati 9700Pro 128Meg USB 1.1 USB microsoft 6000 laser mouse (wireless) pluged into a 4port hub USB Saitek eclipse keyboard. pluged into a 4port hub Thanks for any help Mace -------------- next...
2006 Mar 14
0
CentOS4 on Dell Inspiron 9300
...ce" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Modes" Identifier "16:10" ModeLine "1920x1200_60.00" 193.2 1920 2048 2256 2592 1200 1201 12041242 -hsync +vsync EndSection Section "Monitor" Identifier "Monitor0" Ve...
2008 Jun 17
0
[ANNOUNCE] xf86-input-evdev-2.0.0
...t; 3 (corrected version) Plug a memory leak, we allocated pEvdev twice, dropping the first memory area. Enable middle-mouse button emulation. Disable middle mouse button emulation when a real middle MB event is detected. Remove wakeup handlers when device is closed. If Emulate3Buttons is specified in the config, don't auto-deactivate it. evdev 1.99.4 Finalize MB emulation if EvdevProbe fails. Shut up compiler warning "implicit declaration of function 'xf86Msg'" evdev 2.0.0 Sascha Hlusiak (1): Add XK_Meta_L and XK_Meta_R to lis...
2010 Nov 11
3
Battlefield 2 & Battlefield 2142 : startup resolution issue
...s" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Mon...
2008 Mar 08
6
World Of Warcraft perfomance problem.
...tion "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "ATI Technologies Inc RV380 0x3e50 [Radeon X600]" Driver "fglrx" Busid "PCI:1:0:0" Option "XAANoOffscreenPixmaps" "true" Option "AGPMode" "4" Opti...
2009 Apr 09
0
3D acceleration not running
...EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout&quot...
2008 Aug 18
4
Running google Sketchup 6
...lx" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "keyboard" EndSection Section "Monitor" Identifier &quot...
2011 Aug 20
1
Apps segfaulting, problem with X?
...F/" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "InputClass" Identifier "K...
2009 Mar 01
3
trying to install 5.2 on a laptop
Hello. I burned a CD with the 5.2 netinstall iso, and installed it onto a laptop (Acer Aspire 3680). Note that I'm *totally* new to laptops. The install went fine. But, when I boot it, it errors at the user login. A screen comes up, stating that X11 cannot start, and that it's probably the mouse. A bit of investigating revealed that there is no Synaptics module installed. It will
2007 May 03
2
More CentOS5 nVidia fun
In the vein of the "Can't get resolution higher than 1280x1024" and "Another CentOS 5 oddity..." threads, I just installed CentOS5 w/Xen kernel on a Sony VAIO desktop with an nVidia NV5M64 (RIVA TNT2 64 Pro) card, using an old Samsung SyncMaster 700NF monitor. system-config-display chose the highest possible resolution for the monitor and Xorg did its best to drive it, but