Sponsored Content
Operating Systems Linux SuSE Touchpad not working - SuSE 8.2 - Toshiba Satellite A30 Post 55620 by zazzybob on Wednesday 15th of September 2004 04:50:57 PM
Old 09-15-2004
Oy! Get away from my window! Smilie

Well, I thought it might be a loose connection, but a couple of screws on the bottom are "threaded" by the previous owner, so I can't get inside to take a look.

I don't think this is the case, however, as it will work for a couple of seconds after starting X - but as soon as you "leave the touchpad alone" for a few seconds - it refuses to work anymore.

It is stupid because it worked for months previously. Aaaaaaaarghhhhh!!

I think I'm just gonna have to get use to using the USB mouse.

Bad luck RTM!!

Cheers
ZB
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Toshiba laptop

I am trying to install mandrake 8.0 on my Satellite Pro 4600. I have got it installed but I am having problems with X windows. The laptop has a trident cyber blade video card I have it set to 1024x768 resolution Basically everytime I start x it appears in the upper right to middle of the screen... (6 Replies)
Discussion started by: gennaro
6 Replies

2. UNIX for Advanced & Expert Users

SUSE 9 and 10 NIS clients with RedHat 8.0 NIS server not working

We have a RedHat 8.0 NIS master, with a RedHat 8.0 NIS Slave. We also have a small number of SUSE 9.1 and SUSE 10 machines here for evaluation. However, no matter what i do, the SUSE machines will not talk to the NIS Servers. If i broadcast for NIS Servers for the specified NIS domain, it... (1 Reply)
Discussion started by: fishsponge
1 Replies

3. Red Hat

Fedora 14 touchpad issu for login screen

I installed fedora 14 to my old laptop and everything looks fine. But my synapticad touchpad adjustments are not valid for login screen. How can we make mouse settings that will be valid for login screen also. (after login my settings overrides) thanx in advance.. (0 Replies)
Discussion started by: titanic
0 Replies

4. UNIX for Advanced & Expert Users

DHCP lease under SuSE is not working. Why?

Hi, I got a strange issue here: We are using ISC DHCP v4 which is default in Open SuSE 11.4. These two options 'default-lease-time' and 'max-lease-time' are set in all subnets, with values between 43200 (12 hours) to 518400 (144 hours). See partial dhcpd.conf below please. Now the lease time... (0 Replies)
Discussion started by: aixlover
0 Replies

5. IP Networking

DHCP lease under SuSE is not working., limited at 10 minutes

Hi, I got a strange issue here: We are using ISC DHCP v4 which is default in Open SuSE 11.4. These two options 'default-lease-time' and 'max-lease-time' are set in all subnets, with values between 43200 (12 hours) to 518400 (144 hours). See partial dhcpd.conf below please. Now the lease... (5 Replies)
Discussion started by: aixlover
5 Replies

6. UNIX for Advanced & Expert Users

touchpad not using 10-synaptics.conf

My touchpad is not using my /etc/X11/xorg.conf.d/10-synaptics.conf. I used this to verify my file is being read. $ synclient -l Parameter settings: LeftEdge = 153 RightEdge = 870 TopEdge = 115 BottomEdge = 652 ... (0 Replies)
Discussion started by: cokedude
0 Replies

7. Red Hat

Corresponding Spacewalk/Satellite versions?

Can anyone point me towards a list that shows which Satellite versions roughly align with which Spacewalk versions, in terms of functionality? Thanks in advance, Akbar. (2 Replies)
Discussion started by: akbar
2 Replies

8. Linux

How to use touchpad in Mint 18.3 Sylvia?

0 down vote favorite I'm using Mint 18.3 Sylvia in my Acer Aspire F 15 F5-573G-77ZP. I have problem in using touchpad, this is when I enable touchpad in Mouse and Touchpad options, I can't move the cursor of touchpad. I mean wherever I touch on the touchpad, it acts as a left click. No moving.... (1 Reply)
Discussion started by: Innnnna
1 Replies

9. Hardware

How to *completely* disable laptop touchpad, without disabling trackpoint?

I run Devuan ASCII on my T400 laptop. I only use the trackpoint ("nipple mouse"). To me, the touchpad is just a nuisance. I've discovered (by monitoring output of sudo cat /dev/input/event5) that the touchpad generates random input while the lid is closed. This causes applications that should... (5 Replies)
Discussion started by: DevuanFan
5 Replies
synclient(1)						      General Commands Manual						      synclient(1)

NAME
synclient - commandline utility to query and modify Synaptics driver options. SYNOPSIS
synclient [-m interval] synclient [-hlV?] [var1=value1 [var2=value2] ...] DESCRIPTION
This program lets you change your Synaptics TouchPad driver for XOrg/XFree86 server parameters while X is running. For the -m and -h options, SHM must be enabled by setting the option SHMConfig "on" in your XOrg/XFree86 configuration. OPTIONS
-m interval monitor changes to the touchpad state. Interval specifies how often (in ms) to poll the touchpad state. Whenever a change in the touchpad state is detected, one line of output is generated that describes the current state of the touchpad. This option is only available in SHM mode. The following data is included in the output. time Time in seconds since the logging was started. x,y The x/y coordinates of the finger on the touchpad. The origin is in the upper left corner. z The "pressure" value. Pressing the finger harder on the touchpad typically produces a larger value. Note that most touch- pads don't measure the real pressure though. Instead, capacitance is usually measured, which is correlated to the contact area between the finger and the touchpad. Since more pressure usually means a larger contact area, the reported pressure value is at least indirectly related to the real pressure. f The number of fingers currently touching the touchpad. Note that only some touchpads can report more than one finger. Gen- erally, synaptics touchpads can, but ALPS touchpads can't. w The w value is a measurement of the finger width. This is only supported by some synaptics touchpads. Touchpads that can't measure the finger width typically report a faked constant value when a finger is touching the touchpad. l,r,u,d,m,multi The state of the left, right, up, down, middle and multi buttons. Zero means not pressed, one means pressed. Not all touch- pads have all these buttons. If a button doesn't exist, the value is always reported as 0. -l List current user settings. This is the default if no option is given. -V Print version number and exit. -? Show the help message. var=value Set user parameter var to value. FILES
/etc/X11/xorg.conf /etc/X11/XF86Config-4 EXAMPLES
To disable EdgeMotionSpeed: synclient EdgeMotionSpeed=0 To monitor touchpad events (requires SHM): synclient -m 100 AUTHORS
Peter Osterlund <petero2@telia.com> and many others. This man page was written by Mattia Dongili <malattia@debian.org> SEE ALSO
Xorg(1), syndaemon(1), synaptics(4) X Version 11 xf86-input-synaptics 1.6.2 synclient(1)
All times are GMT -4. The time now is 03:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy