You are not logged in.

#1 2009-06-02 03:31:26

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Xorg / Keyboard / Firefox problem?

Weird problem... Started happening yesterday, somehow my keyboard locks up but not totally.

For example, I'm typing something and suddenly it locks up (as if the input is busy). I cannot enter anymore keys, but the mouse still works, except for any dragging operations. Button clicks work fine, but dragging windows around not. Now I do get normal keyboard functionality back by switching to the console and back. In that respect, not all keyboard operations are dead.

On the console I'm also getting the following output (repeated many times):

(firefox:5702): Gdk-Warning **: XID collision, trouble ahead

I'm suspecting these may be related.

Anyone else noticed this as well?

Offline

#2 2009-06-02 11:50:17

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: Xorg / Keyboard / Firefox problem?

This may have to do with xorg 1.6 new keyboard repeat behavior?

I read in the wine forums that a couple games would have problems because of it, possibly it's related.  Their fix was to:

xset -r 24
xset -r 25
xset -r 26
xset -r 38
xset -r 39
xset -r 40

Before playing the game.  Probably won't help but might be worth a try.


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#3 2009-06-03 01:14:43

toxygen
Member
Registered: 2008-08-22
Posts: 713

Re: Xorg / Keyboard / Firefox problem?

GogglesGuy wrote:

On the console I'm also getting the following output (repeated many times):

(firefox:5702): Gdk-Warning **: XID collision, trouble ahead

I'm getting that warning a lot today, mainly while watching youtube on firefox.  no keyboard/mouse problems that i can tell though.


"I know what you're thinking, 'cause right now I'm thinking the same thing. Actually, I've been thinking it ever since I got here:
Why oh why didn't I take the BLUE pill?"

Offline

#4 2009-06-03 13:50:34

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Xorg / Keyboard / Firefox problem?

Gen2ly wrote:

This may have to do with xorg 1.6 new keyboard repeat behavior?

I read in the wine forums that a couple games would have problems because of it, possibly it's related.  Their fix was to:

xset -r 24
xset -r 25
xset -r 26
xset -r 38
xset -r 39
xset -r 40

Before playing the game.  Probably won't help but might be worth a try.

Interesting... but the problem seems to be gone since yesterday. At least I haven't experienced again. Now the XID collision warning is still there, so may not be related...

Offline

#5 2009-06-03 18:15:46

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: Xorg / Keyboard / Firefox problem?

XID collisions, can be Totally Ignored!


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#6 2009-06-03 18:23:50

GogglesGuy
Member
From: Rocket City
Registered: 2005-03-29
Posts: 610
Website

Re: Xorg / Keyboard / Firefox problem?

Gen2ly wrote:

XID collisions, can be Totally Ignored!

If they can, they shouldn't be filling up my console...

Offline

#7 2009-06-21 14:55:48

harryNID
Member
From: P3X-1971
Registered: 2009-06-12
Posts: 117

Re: Xorg / Keyboard / Firefox problem?

Apparently this is a bug!

It's been filed here if you want to view:

http://bugs.adobe.com/jira/browse/FP-2253


In solving a problem of this sort, the grand thing is to be able to reason backward. That is a very useful accomplishment, and a very easy one, but people do not practice it much. In the everyday affairs of life it is more useful to reason forward, and so the other comes to be neglected. There are fifty who can reason synthetically for one who can reason analytically.  --Sherlock Holmes

Offline

#8 2009-07-02 06:31:39

Yaro
Member
Registered: 2009-04-03
Posts: 154

Re: Xorg / Keyboard / Firefox problem?

I had this while watching vids, too. I bet restarting X would clear it up, if not rebooting altogether?

Offline

#9 2009-07-02 09:04:36

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: Xorg / Keyboard / Firefox problem?

No idea if that's related, but I had firefox 3.5 for a while now already and I noticed that sometimes a window wouldn't accept the keyboard any more (until firefox was restarted). This happened mostly when I used wine and/or virtualbox, didn't really bother to figure it out as it wasn't very often.

Offline

#10 2009-08-06 12:41:16

gav616
Member
Registered: 2008-01-16
Posts: 182

Re: Xorg / Keyboard / Firefox problem?

Gen2ly wrote:

This may have to do with xorg 1.6 new keyboard repeat behavior?

I read in the wine forums that a couple games would have problems because of it, possibly it's related.  Their fix was to:

xset -r 24
xset -r 25
xset -r 26
xset -r 38
xset -r 39
xset -r 40

Before playing the game.  Probably won't help but might be worth a try.

I tried this  when running Steam, Q doesn't repeat but other letters do. sad

maybe someone could create a little script that does 'xset r off' before executing the game, then on the games exit sets the 'xset r on'.

possible?

Last edited by gav616 (2009-08-06 12:58:45)

Offline

#11 2009-09-02 20:01:42

gav616
Member
Registered: 2008-01-16
Posts: 182

Re: Xorg / Keyboard / Firefox problem?

any news on xserver fix/patch for this key repeat behaviour?

Offline

#12 2009-09-04 07:54:20

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: Xorg / Keyboard / Firefox problem?

My .xsession-errors is full of that stuff and it is getting bigger and bigger... Also experiencing the odd keyboard hang using firefox.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#13 2009-09-10 20:53:47

gav616
Member
Registered: 2008-01-16
Posts: 182

Re: Xorg / Keyboard / Firefox problem?

i found this works well anyway...

#!/bin/bash
cd ~/games/goodgame
export WINEPREFIX=~/games/goodgame/.wine
xset r off
wine ggame.exe ; xset r on ; unset WINEPREFIX ; echo "][ goodgame ended and keyboard repeat re-enabled ]["

obviously replace the relevant stuff....

Last edited by gav616 (2009-09-10 20:55:01)

Offline

Board footer

Powered by FluxBB