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
tpconfig(1)															       tpconfig(1)

NAME
tpconfig - Configure touchpad devices SYNOPSIS
tpconfig [ OPTIONS ] DESCRIPTION
This program can show or modify the configuration of several different kinds of touchpad devices, including most Synaptics TouchPad devices and the ALPS Glidepad/Stickpointer. Options for all touchpads: --help Display a help summary and exit. -D [N], --debug[=N] Generate debugging output, where N of 1, 2, or 3 specifies the debugging level. If N is 0, debugging is turned off. If N is not given, it defaults to 1. -d DEVICE, --device=DEVICE Use DEVICE as the device file for the mouse. If this option isn't given, the device file /dev/psaux is used. --version Display the version and copyright information and exit. -i, --info Display the current touchpad configuration. -x, --reset Perform a software reset on the touchpad. Options for all Synaptics TouchPads: -q, --quiet, --silent Suppress verbose output. -a [N] Display the packet mode. With argument N, set the packet mode, where N=0 means relative and N=1 means absolute. --absolute Set the packet mode to absolute. --relative Set the packet mode to relative. -r [N], --rate[=N] Display the reporting rate. With argument N, set the reporting rate, where N=0 means normal, and N=1 means high. Options for older Synaptics TouchPads only: -t [N], --tapmode[=N] Display the tapping mode. With argument N, set the tapping mode, where N=0 means no tap gestures, and N=1 means tap and drag. -s [N], --sleep[=N] Display the sleep mode. With argument N, set the sleep mode, where N=0 means disable, and N=1 means enable. Options for newer Synaptics TouchPads only: -t [N], --tapmode[=N] Display the tapping mode. With argument N, set the tapping mode, where N=0 means no tap gestures, N=1 means tap-to-click only, N=2 means tap and non-locking drag, and N=3 means tap and locking drag. -2, --two-button Set two-button mode. -3, --three-button Set three-button mode. -c [N], --corner[=N] Display the corner-tap mode. With argument N, set the corner-tap mode, where N=0 means disable, and N=1 means enable. -e [N], --edgemode[=N] Display edge motion. With argument N, set edge motion, where N=0 means never, N=1 means always, and N=3 means only during drag. -m Display which mouse button is simulated by corner taps. --middle-button Make corner taps simulate the middle mouse button. --right-button Make corner taps simulate the right mouse button. -z [N], --zthreshold[=N] Display the z threshold setting (tap sensitivity). With argument N, set the z threshold setting to N. --threshold[=N] (Same as --zthreshold.) Options for ALPS touchpads: -r, --reset Reset ALPS device. -t [N], --tapmode[=N] Display the tapping mode. With argument N, set the tapping mode, where N=0 means tapping disabled, and N=1 means tapping enabled. EXAMPLES
Often it's desirable to disable tap mode, to prevent mouse events from being generated when the hand brushes the touchpad: tpconfig --tapmode=0 AUTHORS
Bruce Kall <kall@compass.com> 3.1.3 tpconfig(1)