Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Alpha, Beta & Snapshots Discussions (Fedora 10 Only)
FedoraForum Search

Forgot Password? Join Us!

Alpha, Beta & Snapshots Discussions (Fedora 10 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 4th October 2008, 12:45 AM
Dr.Diesel Offline
Registered User
 
Join Date: Mar 2005
Location: Terre Haute, IN
Posts: 254
Disable tap click without xorg.conf?

Hello All!

Is it possible to disable the tap click (on a touchpad laptop) on F10 without creating an xorg.conf and adding the SHMconfig=on?

Thanks
Andy
__________________
F18
  #2  
Old 4th October 2008, 07:20 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
no
3456789 ten

SJ
__________________
Do the Math
  #3  
Old 7th October 2008, 01:45 AM
cbredesen Offline
Registered User
 
Join Date: Nov 2007
Posts: 16
What else needs to be in the xorg.conf? I've created one that has only this (see below) and gsynaptics still won't startup.

Code:
Section "InputDevice"
	Driver      "synaptics"
	Identifier  "TouchPad"
	Option      "SendCoreEvents"
	Option      "Protocol" "auto-dev"
	Option      "SHMConfig" "true"
EndSection
If there's a more correct alternative to this, that would be preferable...

Thanks,

Chris
  #4  
Old 7th October 2008, 10:42 AM
JohnBailey Offline
Registered User
 
Join Date: Jul 2006
Posts: 244
I think you need this line at the top too.

InputDevice "Synaptics" "Corepointer"

I got it to work by putting it in the ServerLayout section.

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad" "CorePointer"
EndSection

That, along with the Synaptics stuff you posted should be enough to get Gsynaptics to work, but it didn't keep settings for me, so I added another line to the settings bit.

Option "MaxTapTime" "0"

Last edited by JohnBailey; 7th October 2008 at 10:47 AM. Reason: to answer second part of problem
  #5  
Old 7th October 2008, 02:50 PM
cbredesen Offline
Registered User
 
Join Date: Nov 2007
Posts: 16
John, thanks for the reply. I tried a few variants of what you suggested, to no avail. Here's my xorg.conf:

Code:
Section "ServerLayout"
	Identifier	"single head configuration"
	InputDevice 	"Keyboard0" "CoreKeyboard"
	InputDevice 	"TouchPad" "CorePointer"
EndSection
Section "InputDevice"
	Driver		"synaptics"
	Identifier  	"TouchPad"
	Option      	"SendCoreEvents"
	Option      	"Protocol" "auto-dev"
	Option      	"SHMConfig" "true"
EndSection
When I start X with this config, I tells me there are no screens available. Even if I have Screen 0 present, I get the same. I'd rather not manually configure anything that can be picked up automatically -- this all seems to work without any xorg.conf. Maybe I need to file a feature request for this?

-Chris
  #6  
Old 7th October 2008, 03:01 PM
terry_g's Avatar
terry_g Offline
Registered User
 
Join Date: Jun 2005
Location: Terrace B.C. Canada
Posts: 215
I have gsynaptics installed and was able to disable tapping with it.
There is also ksynaptics for KDE

Last edited by terry_g; 7th October 2008 at 03:06 PM.
  #7  
Old 7th October 2008, 03:04 PM
cbredesen Offline
Registered User
 
Join Date: Nov 2007
Posts: 16
Quote:
Originally Posted by terry_g View Post
I have gsynaptics installed and was able to disable tapping with it.
Would you be so kind as to post your xorg.conf? I this on F10, by the way?
  #8  
Old 7th October 2008, 03:09 PM
terry_g's Avatar
terry_g Offline
Registered User
 
Join Date: Jun 2005
Location: Terrace B.C. Canada
Posts: 215
Fedora 7 and 8
Attached Files
File Type: conf xorg.conf (1.2 KB, 123 views)
  #9  
Old 7th October 2008, 04:54 PM
JohnBailey Offline
Registered User
 
Join Date: Jul 2006
Posts: 244
xorg

Looks fairly similar to mine. I'll attach a copy. I'm using a Thinkpad T42 with F9 if that makes any difference.
Attached Files
File Type: conf xorg.conf (886 Bytes, 83 views)
  #10  
Old 7th October 2008, 05:14 PM
cbredesen Offline
Registered User
 
Join Date: Nov 2007
Posts: 16
Thanks guys but all this is moot. F10 ships with no xorg.conf as AFAICT this is all handled by input hotplug. I think we're in new ground here. My mistake for hijacking a thread; I saw it was recent and didn't realize OP was using F9, not F10 beta.

Sorry to derail the convo.

Cheers.
  #11  
Old 17th October 2008, 08:18 PM
joolly Offline
Registered User
 
Join Date: May 2008
Posts: 41
my gsynaptics would startup but has no effect. It used to work until I installed the latest updates. I do not find a hint why. Somebody has any ideas?
  #12  
Old 1st November 2008, 09:54 PM
optikos Offline
Registered User
 
Join Date: Nov 2008
Posts: 1
Smile Disable tapclick or tap-click in Fedora 9

For those who have physical mouse-buttons to press that are adjacent to their touchpad and do not need tap-click to be enabled on the touchpad itself as yet another (more annoying) way of mouse-clicking, here is how you can turn off tapclick or tap-click and still use the physical mouse-buttons successfully. This configures the touchpad for pure mouse-cursor movement only. In /etc/X11/xorg.conf:


Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad0" "CorePointer"
EndSection
...snip...
Section "InputDevice"
Identifier "Touchpad0"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
# Option "Device" "/dev/input/event1"
Option "Protocol" "auto-dev"
# Option "Protocol" "event"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "MaxTapTime" "0"
EndSection
 

Tags
click, disable, tap, xorgconf

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I still can not get Tap to Click to Disable!!!!! GGRRRR CrossGT-6 Hardware & Laptops 7 12th December 2008 04:12 PM
How do I disable tap to click? Raskula Hardware & Laptops 2 10th December 2008 09:37 PM
Nothing in xorg.conf -- FC6 Live CD -- Any other way to view xorg.conf? spfdz EOL (End Of Life) Versions 1 8th January 2007 06:02 AM


Current GMT-time: 15:26 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat