LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-01-2006, 05:56 PM   #1
arobinson74
Member
 
Registered: Nov 2002
Location: Lone Tree, CO
Distribution: Xubuntu Gutsy
Posts: 174

Rep: Reputation: 30
Incorrect double click on occasion when using a USB mouse


Not sure if this is the best forum, but here it goes...

I am on a T43 laptop and running XOrg/XFce.

When I use the touchpad and buttons on the laptop I don't have any issues at all. However, if I use my "Optical Mouse Blue USB" from Microsoft, I occasionally get a double-click when I single-click the mouse button. I am not sure how to troubleshoot this.

xorg.conf:
Code:
Section "Module"
	Load	"dbe"
	Load	"type1"
	Load	"freetype"
	Load	"glx"
	Load	"dri"
	SubSection "extmod"
		Option "omit xfree86-dga"
	EndSubSection
EndSection

Section "Files"
	RgbPath	 	"/usr/lib/X11/rgb"
	FontPath	"/usr/share/fonts/misc/"
	FontPath	"/usr/share/fonts/100dpi/"
	FontPath	"/usr/share/fonts/75dpi/"
	FontPath	"/usr/share/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/Speedo/"
	FontPath	"/usr/share/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/Type1/"
	FontPath	"/usr/share/fonts/TrueType/"
	#FontPath	"/usr/share/fonts/ttf/msfonts/"
	FontPath	"/usr/share/fonts/freefont/"
EndSection

Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"kbd"
	Option		"AutoRepeat"	"500 30"
	#Option		"XkbLayout"		"fr-latin9"
	Option		"XkbModel"		"pc105"
EndSection

Section "InputDevice"
	Identifier	"Track_Point"
	Driver		"mouse"
	Option		"Protocol"				"auto"
	Option		"Device"				"/dev/input/mice"
	Option		"SendCoreEvents"
	Option		"ChorePointer"
	Option		"EmulateWheel"			"true"
	Option		"EmulateWheelButton"	"2"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"		"true"
	Option		"Device"				"/dev/psaux"
	Option		"Protocol"				"auto-dev"
	Option		"HorizScrollDelta"		"0"
EndSection

Section "InputDevice"
	Identifier	 "USB_Mouse"
	Driver		 "mouse"
	Option		 "Protocol"		"auto"
	Option		 "Device"		"/dev/input/mice"
	Option		 "Buttons"		"3"
	Option		 "ZAxisMapping"	"4 5"
EndSection

Section "Monitor"
	Identifier	"LCD_Monitor"
	#HorizSync	 30-90
	#VertRefresh	 58-70
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. M22 [Radeon Mobility M300]"
	Driver		"ati"
	BusID		"PCI:1:0:0"
	Option		"Dynamic Clocks"	"true"
	#VendorName	 "ATI Technologies"
	#BoardName	 "ATI Radeon FireGL"
	#Option		 "AGPMode"			 "4"
	#Option		 "EnableDepthMoves"	 "on"
	#Option		 "EnablePageFlip"		"on"
	#Option		 "backingstore"
	#Option		 "VideoOverlay"		 "on"
	#Option		 "OpenGLOverlay"		 "on"
EndSection

Section "Screen"
	Identifier		"Screen"
	Device			"ATI Technologies, Inc. M22 [Radeon Mobility M300]"
	Monitor		 	"LCD_Monitor"
	DefaultDepth	24

	Subsection "Display"
		Depth		24
		#Modes		"1600x1200"
		Modes		"1400x1050"
		ViewPort	0 0
	EndSubsection
EndSection

Section "Screen"
	Identifier		"Screen"
	Device			"ATI Technologies, Inc. M22 [Radeon Mobility M300]"
	Monitor			"LCD_Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Server Layout"
	Screen		"Screen"
	InputDevice	"Track_Point"	"CorePointer"
	InputDevice	"USB_Mouse"		"SendCoreEvents"
	InputDevice	"Keyboard"		"CoreKeyboard"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode 0666
EndSection
The only thing that may be wrong is I don't seem to have the "synaptics" driver installed, although the touch pad is working fine.
 
Old 02-02-2006, 11:55 PM   #2
dtor
Member
 
Registered: Jun 2004
Location: Indiana, US
Distribution: Used to be RedHat 8
Posts: 43

Rep: Reputation: 15
Lose either Track_Point or USB_mouse InputDevice section - they both reading the same device (/dev/input/mice) so you basically getting double of everything - movements, button presses, etc.

I also would recommend installing synaptics driver as it allows you to control sensitivity of the touchpad (but the should work OK even without the synaptics driver).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse: single-click becomes double-click kinzlaw Linux - Hardware 2 08-24-2005 07:55 PM
mouse gui to set double click ? itsjustme Slackware 2 03-23-2005 09:45 PM
Mouse Prob : Double Click Problem NoobieDoobieDo Linux - General 2 01-26-2005 12:56 PM
mouse unwanted double-click Darshbot Debian 1 10-10-2004 09:02 PM
Logitech First Mouse+ PS2 double click jang Linux - General 2 12-11-2002 01:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration