Fedora 14 touchpad issu for login screen

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Fedora 14 touchpad issu for login screen
# 1  
Old 03-15-2011
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..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Login screen reappears..!!

Hi all, My login screen reappears if i give a correct password for a user and give login.. I am doing Linux BMR process for CentOs .. I first backup the ' / ' folder with partition details and then restore it using a live cd. By doing so i got succeeded in restoring a machine.. But while... (0 Replies)
Discussion started by: selvarajvs
0 Replies

2. Solaris

Login Screen in Solaris 11

I have a requirement to add a warning banner to the Solaris 11 login screen. Adding the banner was pretty easy in Solaris 10 by changing *Dtlogin. Does anyone know how to make the change in Solaris !!? (3 Replies)
Discussion started by: goose25
3 Replies

3. Shell Programming and Scripting

OpenSuse Login Screen

I'm Not really sure if this is the best place to ask this question but logic tells me it is :P I'm Trying to change the login screen for OpenSuse the green Screen for something a little bit more of my liking, and I think the only way to do it perfect and right is through the command Line, do not... (1 Reply)
Discussion started by: JuankyKong
1 Replies

4. Red Hat

Screen resolution before and after login

system: Fedora14 on vmware the login screen resolution is 1024*768, but after login the resolution is 800*600. I want to set the login screen resolution as 800*600 too. How to do this? thanks! (2 Replies)
Discussion started by: vistastar
2 Replies

5. Red Hat

Fedora booting in text mode (screen messes up)

Hello everyone Had a problem booting Fedora. I installed it as a server without any desktop environment(kde, gnome) except for X. Problem is when i booting system after it loads kernel suddenly screen messes up with parts of fedora graphics(it's not clear but you can see it -... (8 Replies)
Discussion started by: dimamu15
8 Replies

6. AIX

Pre Login Screen

Is it possible to have the user press enter to acknowledge a message before typing in his or her login name and password? I need to add this functionality to the CDE login, ssh, and ibm 3151 console on AIX 5.3. (0 Replies)
Discussion started by: prichard
0 Replies

7. UNIX for Advanced & Expert Users

openwebmail custom login screen.

I'm running openwebmail on a centos 4.x machine. I want to make my own custom login screen. I would go to the openwebmail mailing list and ask but it seems to be down for the moment. Anyway anybody ever try this? I seen that there are template files and that the login screen is somehow created... (0 Replies)
Discussion started by: mcraul
0 Replies

8. AIX

I won't get the login screen

Hi to all, I am new to AIX.I faced some desktop problem from past few days. when i login to that machine, i won't get the login screen. Why it's happening lot of times, i don't know. I get only blank screen. Could any knows please help me. It's very urget to me. Thanks &... (2 Replies)
Discussion started by: balarajum
2 Replies

9. Solaris

Pre-Login Screen Resolution

I'm trying to configure the resolution that the pre-login screen is set at, I have looked on the net and all I can find is people telling me to edit the 'm46config' file. I cant find this file anywhere in any directory. I'm running Solaris 10 - any ideas how I can alter the resolution? :confused: (1 Reply)
Discussion started by: Dredz
1 Replies

10. UNIX for Dummies Questions & Answers

Login screen change

If I want to change a Solaris 8 login screen to add a Company name what do I need to do ? Current login prompt SunOS 5.8 login: ... (2 Replies)
Discussion started by: miredale
2 Replies
Login or Register to Ask a Question
syndaemon(1)						      General Commands Manual						      syndaemon(1)

NAME
syndaemon - a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. SYNOPSIS
syndaemon [-i idle-time] [-d] [-p pid-file] [-t] [-k] [-K] [-R] [-s] DESCRIPTION
Disabling the touchpad while typing avoids unwanted movements of the pointer that could lead to giving focus to the wrong window. OPTIONS
-i <idle-time> How many seconds to wait after the last key press before enabling the touchpad. (default is 2.0s). -d Start as a daemon, ie in the background. -p <pid-file> Create a pid file with the specified filename. A pid file will only be created if the program is started in daemon mode. -t Only disable tapping and scrolling, not mouse movements, in response to keyboard activity. -k Ignore modifier keys when monitoring keyboard activity. -K Like -k but also ignore Modifier+Key combos. -R Use the XRecord extension for detecting keyboard activity instead of polling the keyboard state. -s Use a shared memory area to enable/disable the touchpad instead of device properties. WARNING: The SHM mechanism is not secure if you are in an untrusted multiuser environment. All local users can change the parameters at any time. This option requires the driver Option "SHMConfig" to be enabled. ENVIRONMENT VARIABLES
DISPLAY Specifies the X server to contact. CAVEATS
It doesn't make much sense to connect to a remote X server, because the daemon will then monitor the remote server for keyboard activity, but will disable the touchpad on the local machine. AUTHORS
Peter Osterlund <petero2@telia.com>. This man page was written by Mattia Dongili <malattia@debian.org> SEE ALSO
Xorg(1), synclient(1), synaptics(4) X Version 11 xf86-input-synaptics 1.2.2 syndaemon(1)