Ubuntu :: Just Keyboard Unresponsive After Screensaver Is Unlocked

May 28, 2010

Problem: When my screen saver kicks in after idle timeout and I get back to my desktop the keyboard is unresponsive in already opened applications with text fields. This happens with and without the password required after screen saver is engaged. This doesn't happen all the time and seems to be transient. It happens at least once a day, but not often.

Workaround: The mouse is still usable, so I open a terminal and hit a few keystrokes. The keyboard is now responsive and I can go back to typing in the open applications that I previously had open prior to the screen saver being engaged.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Keyboard / Mouse Unresponsive For 1st Minute Of Start Up - Cause Of It?

Jul 29, 2010

This just started happening recently on an older install of Linux Mint 9, 32 bit, Gnome with Compiz using a Logitech wireless keyboard and mouse.

I noticed another problem about the same time and I don't know if it is related but now when I restart I get the "default keyring login" pop up message. The keyboard and mouse are unresponsive for at least 60-90 seconds after everything has opened. It only recently started to do this and is not a result of old/slower hardware.

I don't know where to start looking for a cause or what section to post this in.

View 1 Replies View Related

Ubuntu :: Unresponsive Keyboard At Root Shell Prompt?

Jan 28, 2011

I have no user name or password and cannot log in. In recovery mode, I after I enter "drop to root shell prompt" my keyboard does not respond when I try to "give root password for maintenance" or try to enter "Control-D" at the blinking cursor.

View 3 Replies View Related

Fedora :: Fc11 NX Keyboard Layout Broken - Unresponsive

Jan 29, 2010

* When connecting to a host using NX (nomachine), the keyboard layout is wrong, Down arrow is enter, delete is print screen making it difficult to work.

* Gnome keyboard interface appears to do nothing when options are changed, works in fc10.

* Trying to changed the keyboard options originally crashed the nx connection, untill I murdered bug buddy who was the culprit in that issue.

In fc10 you could change options and see a result, not so in fc11, why ?

View 3 Replies View Related

Ubuntu :: Keyboard Shortcut To Activate Screensaver?

Feb 3, 2010

I have a HTPC and need to be able to activate screensaver using a hotkey. (Screen lock won't work, don't want to enter a password).

View 6 Replies View Related

CentOS 5 Hardware :: USB Keyboard Disabled After Lengthy Screensaver Period?

Aug 31, 2009

Screensaver mode was engaged in KDE via Control-Alt-L. Then after a while the screen when blank. I was able to get the login screen by moving my mouse; however, the keyboard was somehow disabled. It would not transmit any input. I hit cancel with the mouse and the keyboard could not bring up the login dialog box. This doesn't happen if the screensaver is engaged briefly - only for an extended period of time (perhaps 30 minutes)

View 2 Replies View Related

Ubuntu :: Keyboard Input Unresponsive Till Booted Ubuntu

Apr 26, 2011

My keyboard has stopped responding till automatically landed at Ubuntu's login screen. I cannot access BIOS with F2 key. I cannot choose Win 7 from first boot menu (EasyBCD.) I cannot, again choose, Win 7 from secondary boot menu (GRUB.) I am left wondering if this is due to recent Ubuntu software updates?I am running Ubuntu 10.10 & my keyboard is a PS/2 Unicomp Customizer 105.

View 6 Replies View Related

Ubuntu :: Install WINE Screensaver In Gnome-screensaver Possible?

May 19, 2010

There's an OSS screensaver on windows that I love called PixelCity (links:blog post, github). it's pretty cool. and it runs fine on my Ubuntu (Karmic 9.10) with wine.Is there a way I can tell the gnome-screensaver about it so I can use it as one of my screensavers? I'm still fairly new to Gnome and the whole "screensavers as themes" thing is still confusing me.I've found my themesdir and tried to create a .desktop file for it, but obviously I've gotten something wrong as it just doesn't show when I open the screensaver prefs dialog, no error, no message, it's just not there.

Installing the xscreensaver packages added the extra screensavers I was missing, and I'm a pixelcity away from perfection..Of course the perfect solution would be if someone ported the screensaver natively to linux, which shouldn't be too hard as the source is open, it already runs on openGL and tries to confine most windows stuff to a single file. But I don't know C++ or 3D code or win/linux internals so I wouldn't know where to start..

View 6 Replies View Related

Ubuntu Security :: Root Unlocked - But Didn't Unlock It

Sep 7, 2010

So I was testing to see what would happen if I tried to open a root shell in recovery mode, WITHOUT having first activated the root-user account (I only installed the system two days ago). I used my ordinary password and was expecting to see something like "Invalid password" or some such message. To my surprise, I got a root prompt. Thinking that this may just be how it works with recovery mode, I tried logging out of my X session and logging back in as root, thinking (or at least hoping) that it wouldn't work. But it did.

View 9 Replies View Related

Security :: Unlocked Port 22 On UFW - SSH Allowed

Jan 22, 2011

I had just got Arch up and running a couple weeks back, and I was following a random user's guide (previous Ubuntu user and newb to Linux in general)-- I think it may have been a mistake. When I was configuring my iptables/ufw, I'd added a rule to iptables allowing ssh to be used from anywhere (I think so anyhow); it came up as something along the lines of 'ALLOW: IN : ANYWHERE: ssh 22' in red font on gufw.

This had been open for about a few days, and I didn't realize the security risk until I learned what ssh is. So is it likely that my system is compromised and needs a full hard drive wipe? hosts.deny remained in its default state, so wouldn't that override the iptables configuration or no? Could my router have kept any potential threats out like it has before despite the rule?

View 4 Replies View Related

General :: Get Ubuntu To Automatically Run A Program Every Time The Screen Is Unlocked?

Oct 31, 2010

I have a script I would like to have automatically invoked every time the screen is unlocked. Does Ubuntu provide some support for users who wish to do this?

View 1 Replies View Related

Ubuntu :: Login Keyring Didn't Get Unlocked When Logged Into Computer

Nov 16, 2010

I have an Ubuntu desktop I have set it up to connect to my MSN Messenger account Each time I boot up I get a dialogue box saying "The login keyring did not get unlocked when you logged into your computer" with a space to type in my password This should NOT be asking for my password after I am into my account! I think this is a usability bug? How can I fix this?

View 5 Replies View Related

Ubuntu :: See What Time Unlocked The Lock Screen (by Typing The Password)?

Feb 24, 2011

Is there a way to see what time I unlocked the lock screen (by typing the password)?

View 5 Replies View Related

Programming :: Mutexes Necessary - Gets Locked / Unlocked Each Time One Of The 60 Threads?

Jun 24, 2011

I'm a bit worried about "too many mutexes" in my little curses-based app and would like to get confirmation/opinions that I'm doing this right. I've got an array: int nums[60] I've got 61 threads. 1-60 are doing math on the value in their array index (ie: thread1 increments nums[1], threadN increments nums[N]), then sleep(1) The 61st thread is my curses thread which does a for-loop over the array and prints out all the values to the screen, then sleep(1)

Right now, I've got 1 mutex which gets locked/unlocked each time one of the 60 threads needs to update its array-index with a new value, and the 61st thread locks the same mutex just before the for-loop beings reading the values and unlocks after ending the loop.

My questions:
A) Does the above seem OK? (I know it's ok, cause everything works right now but would like opinions on it)
B) Do I even need the mutexes since 1-60 only ever update their own index and 61 just reads?
C) If I do need the mutex protection, is there a better, more efficient way?

View 11 Replies View Related

Ubuntu :: Get The Message "The Login Keyring Did Not Get Unlocked When You Logged Into Your Computer"?

Dec 30, 2010

I am asked for my password four times when starting Ubuntu. I get the message "The login keyring did not get unlocked when you logged into your computer.".Also, I accidently removed the [alt][ctrl][delete] shortcut that brings up the shutdown/restart options. What is the command that I need to use to recreate it?

View 4 Replies View Related

Hardware :: Option Wireless ICON 322 Unlocked Wireless 3G Internet Card?

Apr 25, 2010

What would work better with my att internet i have a Option Wireless ICON 322 Unlocked Wireless 3G Internet Card - GPRS/EDGE, USB, Lanyard (AT&T Branded)Or Zoom 4596 3G USB Tri-band Modem for AT&T - Wireless cellular modem - external - Hi-Speed USB - GSM, GPRS, UMTS, EDGE, HSDPA, HSUPA - How would i set tis up with ubuntu 9.10 or 10.04?

View 1 Replies View Related

Ubuntu :: Unity Is 100% Unresponsive?

Jan 29, 2011

I installed the Unity Desktop Env. to play around with it on my wubi installation of Ubuntu 10.10. I have the log in screen disabled as well as the grub menu so it launches right into Ubuntu. I logged out and logged back in under Unity and could move the mouse but nothing would happen. I have gnome-panels disabled as well so alt f2 wont work even in my gnome DE. By disabling the log in screen and the grub menu have I painted myself into a corner so to speak and made this installation completely unrecoverable?

View 5 Replies View Related

Ubuntu :: Close The Unresponsive Programs?

Feb 23, 2010

when my PC hangs my terminal do not open and it is not possible to go to System->Administration->System Monitor and close the unresponsive programs. Is there any way to close the unresponsive programs?

View 2 Replies View Related

Ubuntu / Apple :: Installer Becomes Unresponsive

Mar 25, 2010

I have installed and run Ubuntu on my iMac, now I would like to try Kubuntu but the installer hangs every time inbetween step 1 setting language and step 2 choosing time zone. Sometimes it's while the system clock is being set, sometimes after. It's just the installer that is locked up, I can still move the cursor but because the installer is fullscreen I cannot get out of it, at least not that I know of.

I have made two different desktop CDs from two different ISOs and both gave the same exact behaviour. I think I prefer Kubuntu to Ubuntu but I haven't really been able to give it a try.

View 6 Replies View Related

Ubuntu :: Slow Unresponsive Terminal ?

Apr 4, 2010

For some strange reason my gnome-terminal has become really slow and unresponsive.If I type anything on the terminal I have to wait a few seconds before anything appears on the terminal.Memory or cpu is not the problem. Currently I am using only about 20% of my CPU:s and 15% of my RAM..Booting didn't help.Lucky this doesnt happen in openoffice, firefox or gedit. (which I need most)and I am running 9.10, which has last been updated about a week ago.

View 1 Replies View Related

Ubuntu :: Karmic Koala 9.10 Unresponsive UI?

Apr 21, 2010

On Dell Inspiron 9200, with or without accelerator for NVIDEA graphics. P.S. I would like to give 9.10 a chance. have gedit and browser open (browser with the forum message being edited), then do the following:

1.This example demonstrates one problem (unresponsive single click) Use the System-->Preferences-->Mouse

Click repeatedly on the light bulb at 1 second interval ---> result: often the light does not turn on. Result: it appears that the click event does not complete. I have noticed that a mouse-out will cause the click to complete (specifically as in 2. and 3 after a brief moment (hopefully before the drag and drop icon appears).

2. Click on any icon, submit button, close, etc. takes many tries.

3. Click on any icon, panel button, link, etc. if you linger a moment a floating icon (a drag and drop hand).

4. Scrollbar button and action follow the mouse outside of the scrollbar. The scrollbar sticks - difficult to make scrollbar stop following the mouse.

5. Example, have two visible windows (for example gedit and the browser) From gedit move to browser by click on browser. ---> result takes forever to recognise the focus and click and go to the broser.

6. Unresponsive UI. In browser highlight text in textarea (with difficulty) then chose Copy (slow UI), from this window click on desktop's Applications (takes many clicks to open), from Accessories click on gedit (slow or takes more than one try), paste (speed of paste OK).

[Code]...

View 2 Replies View Related

Ubuntu Installation :: 10.04 Unresponsive, Can't Reinstall?

Jun 16, 2010

I upgraded from 8.04 to 10.04, and most things appear to be fine. However, after a day or two of inactivity (apart from remotely logging in for SSH), the computer goes into a state where the screen is blank and it is unresponsive (and no longer allows access by SSH, FTP, or SVN server access). I have to reboot the computer to use it again, which I can't always do when I'm traveling. I inquired about this previously -but I'm convinced the solution may be more complicated than suggested because I don't have compiz turned on and the computer's power management is already set so that it's never supposed to sleep. I tried to install 10.04 fresh from a Live CD, but it freezes where it asks me how I want to use my partitions so I can't even reinstall

View 2 Replies View Related

Ubuntu :: Interface Unresponsive After Update?

Jul 8, 2010

After an update (and a restart), everything has become extremely sluggish to respond to my mouse and keyboard. It takes around 6 seconds to change a tab in Firefox, even changing windows will take 2 seconds before the new window will respond to typing (anything I type in the meantime simply doesn't appear).

Here is Synaptic's history from yesterday, I was wondering if any of the version numbers look off to somebody, or if somebody knows which is the offending package:

Code:
Commit Log for Wed Jul 7 17:20:30 2010

[Code]...

View 1 Replies View Related

Ubuntu :: Unresponsive System Due To Beam.smp?

Sep 29, 2010

From time to time my system will practically lock up. During these times there is near constant hard disk access, and applications will quit responding for 10-30 seconds at a time.Looking in the processes of System monitor it appears that beam.smp is the culprit, during these times it is using 80-95% cpu and between 2 and 3.5GB or RAM (I have 4GB total).It appears to be this bug: https://bugs.launchpad.net/ubuntu/+s...ng/+bug/458453I am using Ubuntu 10.04, 64-bit. I am also relatively current on my updates (I think the last updates I did were about three days ago).Judging from the comments, though it looks as if it was fixed back in May.I don't know if it matters, but the only thing I use evolution for it its integration to gnome-pilot to sync my old Palm m130.

View 9 Replies View Related

Ubuntu :: Computer Unresponsive For 20 Seconds Every Day

Nov 7, 2010

Almost every day, for around 15-20 seconds, my computer becomes unresponsive, while the hard disk makes a strange periodic sound (period ~2 seconds, half of it the sound suggests very intense disk activity, the other half - normal disk activity), and the hard disk LED stays on (not flashing, just on). I ran manually all scripts in the /etc/cron.* folders. Only the mlocate script seemed to cause higher than normal disk activity (but still low enough to not cause problems). I still disabled it, but the problem persists.

View 5 Replies View Related

Ubuntu :: 10.10 Freezes Up / Randomly Becomes Unresponsive

Dec 16, 2010

Two fresh installs of maverick meerkat on my laptop. Both times, problems started immediately. Playing media files, web browsing with a few tabs, or running bittorrnet freezes my humble system.

At some point or another during a lockup, the active programs running use up all of my CPU and a sizable chunk of RAM. Then after a few minutes, it stops and goes back to running normally for a bit. There seems to be no common element that sparks this behavior. Anything I do causes my computer to freeze for 2 minutes. It seems to be a common issue as well, and I've been unable to resolve this substantial problem. Is there some bugfix I am missing?

View 9 Replies View Related

Ubuntu :: Several Office Files That Are Unresponsive?

Dec 28, 2010

I have several Office files that are unresponsive, how do I fix this?

View 1 Replies View Related

Ubuntu Installation :: Has Stopped And Is Unresponsive

Mar 7, 2011

I'm writing this from the OS running off the live CD for 10.10. I'm installing this to a Dell 1501 over 2 Ghtz processor, 1.5 MB ram. I have gone through several dialogue windows and the last one is the password page. I have filled that out and below that there is the back button and foward button. The back button I could and have tried pushing. The forward button is gray and unresponsive. Under that is a progress bar. This bar has stopped. immeadiately above this, there is a text that says "Ready when you are..."

View 4 Replies View Related

Ubuntu :: OS Became Unresponsive - No Init Found

Apr 27, 2011

I've been using ubuntu for around 4 months now and have never had a problem until recently. My OS became unresponsive all of a sudden and all I could do was force shutdown my laptop by holding the power button. When I turned it back on, I was given the
"No init found. Try passing init= bootarg" error.
I have looked around online and most solutions point towards a live cd, which I don't have.

View 2 Replies View Related

Ubuntu Installation :: Unresponsive After Upgrade From 10.10 To 11.04?

May 9, 2011

I have a really strange problem after upgrading from 10.10 to 11.04:

Switching between windows has a noticeable delay.

This is true whether I'm going between two terminals, two tabs in a browser, between tabs in my chat client, or between applications entirely. It's about a 1-second delay, when previously it was an instantaneous (or nearly so) action.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved