LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Key repeat on graphical login screen is too fast, Its almost impossible to login. FC5 (https://www.linuxquestions.org/questions/fedora-35/key-repeat-on-graphical-login-screen-is-too-fast-its-almost-impossible-to-login-fc5-480014/)

spacecoyote 09-03-2006 09:23 AM

Key repeat on graphical login screen is too fast, Its almost impossible to login. FC5
 
I just installed Fedora Core 5 from a DVD. But I can barely login as the key repeat is too fast. Changing the settings in the control panel didn't affect it. My BIOS has no keyboard options.

Also, GNOME freezes very easily right now. Not a big deal though as I prefer KDE, and it works just fine. Also the graphical package manager gives an error when detecting installed packages (or something like that, I can't remember exactly, and I can't test that right now, as I'm logged in on Windows at the moment).

It would also be good for future reference to know if theres a way to log in to KDE from the command line terminal.

Thanks in advance for the help.

slackhack 09-03-2006 09:47 AM

you can change to init:3 in /etc/inittab to boot to a console, then launch kde with startx and having exec startkde in ~/.xinitrc.

sounds like some gnome package is corrupted or buggy, maybe something to do with hal. did you check the md5sum of the iso? maybe removing gnome and reinstalling it from the repositories would fix the problem, or just upgrading if it's behind.

spacecoyote 09-03-2006 10:00 AM

Hmm...Maybe I should just re-install without the Gnome packages. Also udev wasn't starting up the first 2 times I booted.

Yeah, I have no problem booting to a console.

spacecoyote 09-03-2006 02:01 PM

Re-installing without Gnome fixes some things, but the problem with the login screen remains. If I knew which file stored the key repeat, I could experiment with the setting. But right now I can't, because if I screw up the key repeat any worse I won't be able to login. It seems to be affecting X Windows as well, but not the terminal.

fvgm 09-14-2006 08:14 AM

same problem
 
Hi, i´m have the same problems, the keys are rrreeeeepppattinggg under X. In text mode, everything goes ok. Does someone have a solution for this?? I´m have already changed configurations in /etc/X11/xorg.conf with no success. My pc is k6-2 400mhz.

Plase help me

davekelly1979 09-27-2006 08:05 PM

Fast keyboard repeat solved!
 
Please see this post below. I made the change to my modules file as stated and it works great. BTW, I'm using a desktop, not a laptop as discussed in the article. It's an old AMD K6 350MHz (fast huh?) :)

ubuntuforums.org /archive /index.php /t-25574.html
(couldn't post a URL here because I'm not yet allowed by the forumn, just take out the erroneous spaces) :(

As originally posted:

risager
April 11th, 2005, 07:19 PM
I now solved the bounce-key situation on my Toshiba. In the file /etc/modules I replaced the line
psmouse
with
psmouse rate=40
as described in the original post. Previously I had just removed the module with 'rmmod psmouse' and then done 'modprobe psmouse rate=40'. That didn't work. But after rebooting with the new '/etc/modules' file the bouncings and occasional delays are completely gone. :grin:

Hope it works also for the rest of you Toshiba users.

klumix 12-25-2006 10:42 PM

keyboard problems Xorg -configure should fix it
 
If you are having a problem with your keyboard keys repeating or seeming to stick here is how to fix it. This should work with almost any ubuntu kubuntu or other distros with gui's you will probably only see this problem in a gui desktop. Don't try to fix it with keyboard settings it won't help you. You probably added a new keyboard to your system or you selected a wrong keyboard option when you installed.

If you are using ubuntu or kubuntu or the sort logout then select session type terminal write the following command down before you do so that you will know what to do next. Or just open a terminal accessories-> terminal

sudo Xorg -configure

type the above command at the command line.
It will probably give you the following info

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

So do what is says and remove that file with the following command

sudo rm /tmp/.X0-lock
Then type the above command again

sudo Xorg -configure

Type

reboot

Everything should work perfectly now.

The problem was caused by a bad xorg configuration. the Xorg -configure command automatically configures your keyboard for you.

ert829 07-20-2008 01:44 PM

turn off key repeat (command: xset r off )
 
lots of people (including me) have had this problem. you type a letter, and it repeats multiple times. (e.g. hheeeellllppp!!!)

I am running SUSE Linux 10.3 in a VMWare session. I turned the keyrepeat off by typing the following in a console....."xset r off" (no quotes, of course)

you can see the other xset command options with the command xset /?

hope this stops the insanity! (this one really drove me nuts) Please post this hint on other forums to help others.

-ert829

Vincent de Jong 05-13-2010 08:53 AM

Spacecoyote,

Your solution worked, Thank you.

Vmware Workstation, Fedora Core 12 guest.


All times are GMT -5. The time now is 02:32 AM.