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
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. gl,gm,gr Some touchpads have a "guest device". This is typically a pointing stick located in the middle of the keyboard. Some guest devices have physical buttons, or can detect button presses when tapping on the pointing stick. Such button events are reported as "guest left", "guest middle" or "guest right". gdx,gdy Pointer movements from the guest device are reported as relative x/y positions, called gdx and gdy. -l List current user settings. -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.2.2 synclient(1)