openSUSE Forums > Hardware > Laptop » [B]Touchpad Madness!!! Dell XPS1330[/B]

Go Back   openSUSE Forums > Hardware > Laptop
Forums FAQ Members List Search Today's Posts Mark Forums Read


Laptop Questions about laptop hardware and laptop specific software (power management )

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 30-Jan-2009, 02:02
Student Penguin
 
Join Date: Jun 2008
Location: present moment
Posts: 80
Chetanji hasn't been rated much yet
Default [B]Touchpad Madness!!! Dell XPS1330[/B]

Hello to All, Cannot turn off this ridiculous touchpad.
Who ever invented it should be roasted over a slow fire and let every laptop user driven crazy by him/her baste them in favorite barbecue sauce, while they scream bloody murder!!!

Seriously though,

I read every thread in a search for Touchpad/Mouse/Synaptics problems but nothing worked for me.

Quote:
DellXPSM1330 openSUSE 11.1 KDE 3.5 is my system.
I tried the...
Code:
rpm -qa --last > installed-rpms.txt
came up with...
Code:
mousepad-0.2.14-1.16
yast2-mouse-2.16.1-19.119
gsynaptics-0.9.14-64.14
x11-input-synaptics-0.15.2-5.23
I have heard the x11 stuff is experimental and troublesome.
When I go into yast>Hardware>Mouse Model
disabling the touchpad and reboot does nothing.

I hope I have given all needed information.

I just want to be able to turn this touchpad OFF when a USB mouse is plugged in, which is almost always.

Thanks for your help in advance,
Chetanji
__________________
"Instead of finding fault with others, try to look to your own weaknesses."
Reply With Quote
  #2 (permalink)  
Old 30-Jan-2009, 02:35
Student Penguin
 
Join Date: Jun 2008
Location: present moment
Posts: 80
Chetanji hasn't been rated much yet
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

I went into Yast>Hardware>Mouse Model in KDE 3.5

and unactivated the USB optical mouse which was # 2 mouse.

I then logged out/logged in with USB mouse not working.

Then I went back into Yast and reactivated the mouse.

Logging out/logging in brought the USB mouse back into play.

Then I typed as root..
Code:
synclient TouchpadOff=1
prompt came back this time with no errors.

The Touch pad is off for this session.

I don't understand what happened, but the synclient TouchpadOff=1 command never worked before in terminal.

From what I've learned from OldCPU, having too many repos or different programs may cause conflicts.

I have gnome and KDE4 with a few other desktops as options to boot into.

Someone tell me what is recommended for a work situation where I am not playing around or experimenting with different desktops.
I am simply trying to find one that works and is boom-boom knock on the table SOLID!!
Right now that seems to be KDE 3.5

Is is recommended to remove the other GUI's?

Would removing all extra gui's and programs associated with them a very good move???

Your help is much appreciated,
Blessings,
Chetanji
__________________
"Instead of finding fault with others, try to look to your own weaknesses."
Reply With Quote
  #3 (permalink)  
Old 02-Nov-2009, 12:35
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 9
urususe hasn't been rated much yet
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

Quote:
synclient TouchpadOff=1
Hello,

This works only for a session.

How to make the touch pad off permanently?

Thanks in advance.-
Reply With Quote
  #4 (permalink)  
Old 02-Nov-2009, 12:55
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,209
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

urususe wrote:
>> synclient TouchpadOff=1

>
> Hello,
>
> This works only for a session.
>
> How to make the touch pad off permanently?
>
> Thanks in advance.-


Does /etc/X11/xorg.conf have a line containing MaxTapTime? If so, set
the value to "0". It likely has "180" now.
Reply With Quote
  #5 (permalink)  
Old 02-Nov-2009, 14:35
Knurpht's Avatar
Wise Penguin
 
Join Date: Jun 2008
Location: groningen, netherlands
Posts: 1,804
Knurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enough
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

Install 'touchfreeze' from Packman. It'll give you all you need to deal with the TP madness. Just run a first time and configure to needs.
__________________
- AMD Athlon X2 6.0 GHz, 8 GB DDR2-800, 30 GB SSD, 1.5 TB, EVGA 9800GT, openSUSE 11.2 KDE4 4.3.3
- ASUS K70IO laptop, GT120M-1GB, 4 GB, 64 GB SSD, opensuse Factory, KDE4 4.3.3

R.E.S.T.E.C.P.
Reply With Quote
  #6 (permalink)  
Old 02-Nov-2009, 18:03
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 9
urususe hasn't been rated much yet
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

Quote:
Install 'touchfreeze' from Packman. It'll give you all you need to deal with the TP madness. Just run a first time and configure to needs.
Thank you, I'll try!
Reply With Quote
  #7 (permalink)  
Old 02-Nov-2009, 18:20
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 9
urususe hasn't been rated much yet
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

Does not works, this command ( touchfreeze ) just activate the touch pad.

My /etc/X11/xorg.conf is empty.

Another way?
Reply With Quote
  #8 (permalink)  
Old 02-Nov-2009, 21:14
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 7
scarleo hasn't been rated much yet
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

Couldn't you just set
[touchpad_enabled] TRUE

to
[touchpad_enabled] FALSE

in /etc/gpm/syn.conf?
Reply With Quote
  #9 (permalink)  
Old 03-Nov-2009, 11:45
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 9
urususe hasn't been rated much yet
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

Quote:
Couldn't you just set
[touchpad_enabled] TRUE

to
[touchpad_enabled] FALSE

in /etc/gpm/syn.conf?
Done,
Thank you.-
Reply With Quote
  #10 (permalink)  
Old 03-Nov-2009, 14:19
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 9
urususe hasn't been rated much yet
Default Re: [B]Touchpad Madness!!! Dell XPS1330[/B]

Quote:
Couldn't you just set
[touchpad_enabled] TRUE

to
[touchpad_enabled] FALSE

in /etc/gpm/syn.conf?
Works for a session but not permanently.
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks


Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2