I use Fedora 3.16.6-203.fc20.x86_64 with Gnome desktop. I don't use any input methods.
Video information VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device 844d Flags: bus master, fast devsel, latency 0, IRQ 56 Memory at fe000000 (64-bit, non-prefetchable) [size=4M] Memory at d0000000 (64-bit, prefetchable) [size=256M] I/O ports at f000 [size=64] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: i915 Kernel modules: i915 Just in case, I have not managed to find other similar PC setup to make a test, but on my PC the issue is still there. However this problem had become not critical for me now, I have just rewritten all of the code to use "pygame.key.get_pressed()" function instead and I am satisfied with it. Mikhail On 5 December 2014 at 16:42, Russell Jones <russell.jo...@gmail.com> wrote: > What type of video card are you using? Which kernel version, and which > window manager? Are you using any input methods for non-Latin languages? > > Russell > > On 1 November 2014 at 18:19, Mikhail V <mikhail...@gmail.com> wrote: >> >> Hello, >> >> Recently I've tested some of my pygame scripts on 64-bit Fedora 20 linux >> and to my horror >> all of them are showing an issue with keyboard input. I have reported this >> to fedora's pygame buglist at >> https://bugzilla.redhat.com/show_bug.cgi?id=1158712 >> >> Details and sample script are described there. I had run this script on i7 >> intel PC, python 2.7.5 and pygame 1.9.1 release >> so its everything standard, nothing special. >> If someone can test it on same or similar setup, please let me know. So at >> least I will know if it is some >> problem with my setup or a global problem. >> I use some scripts for work and managing some serious projects using >> pygame, I'm just upset :( >> 32-bit linux and 64-bit windows 7 doesn't have this issue, but It seems on >> windows I am using 32-bit version of pygame. >> > >