LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-01-2010, 05:36 AM   #1
raela
LQ Newbie
 
Registered: Feb 2004
Distribution: Slackware 13.1
Posts: 19

Rep: Reputation: 0
[SOLVED] Windows stop responding to keyboard (13.1)


I upgraded to 13.1 from 13.0 a few days ago. I have a Toshiba Satellite L3655D that I leave on constantly. Twice now, I have woken up to windows (urxvt and firefox) that don't accept keyboard input. I can paste into them and they respond, clicking is fine, but the keyboard either barely sends or is completely ignored - if I tap a bunch of keys, one or two might go through, eventually. New windows work fine, so I have to replace everything I have open. Anyone have any ideas of what I should check, what I can do?

edit: in case anyone in the future comes across this in a search - I switched to XFCE for 2 days and the issue didn't appear, but my other laptop with the same fluxbox settings also did not have any problems. I switched the original laptop back to fluxbox (and happened to upgrade the ATI drivers around the same time) and haven't had it happen since. If this happens to you, try restarting X.

Last edited by raela; 06-09-2010 at 10:02 AM. Reason: issue has self-resolved
 
Old 06-02-2010, 04:02 PM   #2
rmjohnso
Member
 
Registered: Mar 2006
Location: Wisconsin
Distribution: Slackware64-Current
Posts: 294

Rep: Reputation: 43
What is your DE (e.g., KDE, XFCE, etc.)?
 
Old 06-02-2010, 07:33 PM   #3
raela
LQ Newbie
 
Registered: Feb 2004
Distribution: Slackware 13.1
Posts: 19

Original Poster
Rep: Reputation: 0
I'm using fluxfox 1.1.1. The frequency seems quite random - sometimes a window is fine when I wake up in the morning, but I've woken up, reset a window, went for a shower, and came back to it non-responsive to keyboard again.
 
Old 06-02-2010, 08:09 PM   #4
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206
If it only happens overnight I would check cron jobs running during that time frame.

Several years ago under Mandrake 10 as I recall, I had a normal system cron that would leave my box in some unusual states - including unresponsiveness. I tracked it down to a single line running a 'find' based operation. In fact, IIRC it was 'find' itself that had a bug, very frustrating at the time.
 
Old 06-02-2010, 08:10 PM   #5
rmjohnso
Member
 
Registered: Mar 2006
Location: Wisconsin
Distribution: Slackware64-Current
Posts: 294

Rep: Reputation: 43
Can you post your xorg.conf file, if you are using one? I wonder what would happen if you ran the following in a terminal window for a while to see if anything shows up when this happens:

Code:
tail -f /var/log/messages
I'm not sure I can think of much else since I don't have a lot of experience with fluxbox.
 
Old 06-03-2010, 05:19 AM   #6
raela
LQ Newbie
 
Registered: Feb 2004
Distribution: Slackware 13.1
Posts: 19

Original Poster
Rep: Reputation: 0
I did find one cron entry that could be causing issues, so I removed that. It happens randomly as far as I can tell (it was fine overnight this time).

I looked through /var/log/messages and didn't see anything relevant. It happened a few times yesterday, but the log was full of --MARK-- entries. I do use a minimal xorg.conf since I use fglrx drivers.

Code:
Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
 
Old 06-03-2010, 02:29 PM   #7
raela
LQ Newbie
 
Registered: Feb 2004
Distribution: Slackware 13.1
Posts: 19

Original Poster
Rep: Reputation: 0
Sorry for the double post, but I'd just like to add that removing the cron job did not work. I came home to an unresponsive term, loaded a new one, opened firefox, then had firefox stop accepting keyboard input in the middle of me typing (the new term window also didn't respond to the keyboard, but a skype message I had open the whole time is still fine).
 
Old 06-03-2010, 02:47 PM   #8
rmjohnso
Member
 
Registered: Mar 2006
Location: Wisconsin
Distribution: Slackware64-Current
Posts: 294

Rep: Reputation: 43
Here are the only things I can think of trying:

1. Consider adding specific keyboard configurations to your xorg.conf to see if that clears anything up.
2. Try a different DE, like KDE or XFCE and see if this still happens.
3. Go to runlevel 3, leave something like top or links open overnight and see if the keyboard stops responding.

Sorry I can't provide anything specific.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
keyboard and touchpad stop responding randomly damnsynaptic Linux - Laptop and Netbook 10 06-05-2006 05:40 PM
keyboard and mouse stop responding coffeedemon Linux - Software 8 11-09-2004 03:53 PM
Mouse and Keyboard stop working in any Windows Manager? dend Slackware 5 03-14-2004 06:56 PM
Keyboard and Mouse Buttons stop responding h2gofast Linux - General 2 02-26-2004 12:32 PM
GAIM windows stop responding AnasSplenium Linux - Software 0 01-20-2004 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration