LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-27-2016, 08:43 AM   #31
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265

Quote:
Originally Posted by BW-userx View Post
What you can do is go find out what that app was that worked then find the "Linux" you want to run then just install that app into that Linux then run it off the command line, after its set up you're good to go.
What exactly are you suggesting? To me, it sounds like you're saying "find the windows program that adjusts your touchpad and use that". That won't work for 2 reasons:
1. Windows programs don't run on Linux (unless you count Wine, but that doesn't always work)
2. It's the Linux driver that would need to be adjusted; even if you somehow got the windows program to run, it would have no knowledge of the Linux driver or how to modify its settings.


This is a long shot, but in the BIOS of the laptop, is there any option referring to something like "legacy touchpad" or "PS/2 emulation" or anything else that mentions the touchpad?

Last edited by maples; 03-27-2016 at 08:46 AM.
 
Old 03-28-2016, 05:44 AM   #32
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by maples View Post
What exactly are you suggesting? To me, it sounds like you're saying "find the windows program that adjusts your touchpad and use that". That won't work for 2 reasons:
1. Windows programs don't run on Linux (unless you count Wine, but that doesn't always work)
2. It's the Linux driver that would need to be adjusted; even if you somehow got the windows program to run, it would have no knowledge of the Linux driver or how to modify its settings.


This is a long shot, but in the BIOS of the laptop, is there any option referring to something like "legacy touchpad" or "PS/2 emulation" or anything else that mentions the touchpad?
NOPE not a "Windows" program. I said windows, not Windows, did you see what Bill Gates did their, gets people confused. the OP, he said if I remember correctly that he had a Linux distro .. like Ubuntu that has all of that gui stuff stuffed into it that had a gui program that allowed him to do what it is he is looking to do.

therefore, all he has to do is find out what the name of it was then install it into the linux distro / setup he wants to run.


I have and do this to try to keep away as best I can from all of that GUI saturated Windows clone OS stuff in my OS and just use the programs I need to use.

lxappearance is one of them that I use that is not a standard for the WM I use but no big deal, just start it up adjust my theme settings then close it. Done. that is all the OP needs to do with his mouse/touch Pad settings. one time use.

xfce4-power-manager is another one that is not a "standard" for my i3 WM. but I still use it. Linux is modular.

here is a good read on how to use a config file for X11 ...

https://wiki.archlinux.org/index.php/Touchpad_Synaptics


I need to review what's been going on in this post to get up to speed on what's been tired and not.


Code:
% 06:17 AM [userx@voided]~ >>$cat /proc/bus/input/devices | grep -i "TouchPad"
N: Name="SynPS/2 Synaptics TouchPad"
here is a link that may be useful to go though the steps to determine what it is you're working with first then the steps needed to get control of your touchpad / mouse can be better accessed.
http://www.linuxquestions.org/questi...d-type-920477/

Last edited by BW-userx; 03-28-2016 at 06:21 AM.
 
Old 03-28-2016, 01:11 PM   #33
User9
Member
 
Registered: Mar 2016
Location: Boston
Distribution: Arch Linux, Debian, Ubuntu Server, FreeBSD, FreeNAS
Posts: 53

Original Poster
Rep: Reputation: Disabled
re: maples

good thinking but it's not there that's one of the first things I tried because I want to disable it completely at lowest level possible. It seems like my BIOS has every other option but that.I can disable my microphone in put, disable wlan and Ethernet, completely disable my track pad make it so my track pad will be disabled when I connect a mouse.everything but what I need.

also userx is referring to pg 2 post 27, haven't been able to find the distro that had it. I have read that some people have had problems with there touchpad not being detected every time at start up.not sure if that's the case with me yet.I'll know that once I find out witch is the right driver to be loaded.
 
Old 03-28-2016, 01:28 PM   #34
User9
Member
 
Registered: Mar 2016
Location: Boston
Distribution: Arch Linux, Debian, Ubuntu Server, FreeBSD, FreeNAS
Posts: 53

Original Poster
Rep: Reputation: Disabled
re: BW-userx

Please review all posts as there is a lot of info, most of witch I do not understand. All I know is its being detected as a PS/2 mouse.Also do you know the names of different trackpad drivers ? so far I know of Synaptics, Alps and eltech or elan something like that? have only tried synaptics. going to take a break for today and tomorrow then come back to it.Hopefully a clear mind will help. trackpad tap-click is extremely sensitive clicks all the time.
 
Old 03-28-2016, 01:39 PM   #35
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by User9 View Post
Please review all posts as there is a lot of info, most of witch I do not understand. All I know is its being detected as a PS/2 mouse.Also do you know the names of different trackpad drivers ? so far I know of Synaptics, Alps and eltech or elan something like that? have only tried synaptics. going to take a break for today and tomorrow then come back to it.Hopefully a clear mind will help. trackpad tap-click is extremely sensitive clicks all the time.
before you go get your model number under the laptop and google specs for your laptop or post it and I'll google it too and see if I can find if Dell put up the detailed specs for your hardware. two: did you do this to see what it tells you?

Code:
$cat /proc/bus/input/devices 
that will give you everything then you can just look through it or this
$cat /proc/bus/input/devices | grep -i "TouchPad"
MOD:
Interlink Touch Pad Versa Pad

DELL has Windows drivers for it here (Got a go back to using Windows, lol)

http://www.dell.com/support/home/us/...driverId=9HFCM

Last edited by BW-userx; 03-28-2016 at 02:16 PM.
 
  


Reply

Tags
debian, linux, xorg



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
How to disable Apple trackpad tap? lensilvan Linux - Laptop and Netbook 4 09-28-2014 09:38 AM
how to disable tap to click with touchpad Knightron Slackware 4 02-11-2012 01:14 AM
How to disable tap to click in Slackware 13.37? verynoobish Linux - Laptop and Netbook 2 06-14-2011 02:33 PM
how to disable touchpad's tap click? fastestOS Slackware 3 08-26-2008 01:59 AM
How can I disable Trackpad Tap? captainxark Fedora 1 07-17-2008 03:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:57 AM.

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