Re: Xephyr keyboard problem

2010-02-12 Thread Nokan Emiro
it should be -keybd ephyr,,,xkbmodel=evdev Thank You, this works! :) u. On Wed, Feb 10, 2010 at 7:29 PM, Mikhail Gusarov dotted...@dottedmag.netwrote: Twas brillig at 19:25:32 10.02.2010 UTC+01 when uzleep...@gmail.com did gyre and gimble: Don't do this, you'll get all input from

Re: Xephyr keyboard problem

2010-02-10 Thread Nokan Emiro
Mikhail Gusarov dotted...@dottedmag.net wrote: NEXephyr :1 -keybd evdev,,device=/dev/input/event3,xkbmodel=evdev Don't do this, you'll get all input from /dev/input/event3. Try -keybd evdev,,,xkbmodel=evdev (without device=) instead. Yes, exactly that's my problem. I get all the

Re: Xephyr keyboard problem

2010-02-10 Thread Mikhail Gusarov
Twas brillig at 19:25:32 10.02.2010 UTC+01 when uzleep...@gmail.com did gyre and gimble: Don't do this, you'll get all input from /dev/input/event3. Try -keybd evdev,,,xkbmodel=evdev (without device=) instead. NE Yes, exactly that's my problem. I get all the keystrokes, no NE matter the

Re: Xephyr keyboard problem

2010-02-09 Thread Nokan Emiro
Hi Aivils and Xorg list, thank You very much Your help! That solved the keyboard problem, but generated another one. :( Now every key works fine in Xepyr, but the problem is now that Xephyr gets all the keystrokes, even if the focus is out of it, and moved into another window. If I type

Re: Xephyr keyboard problem

2010-02-09 Thread Mikhail Gusarov
Twas brillig at 20:22:18 09.02.2010 UTC+01 when uzleep...@gmail.com did gyre and gimble: NEXephyr :1 -keybd evdev,,device=/dev/input/event3,xkbmodel=evdev Don't do this, you'll get all input from /dev/input/event3. Try -keybd evdev,,,xkbmodel=evdev (without device=) instead. --

Re: Xephyr keyboard problem

2010-02-04 Thread aivils
Hi, I suppose that patch is into mainstream. Xephyr -mouse evdev,,device=/dev/input/evdev1 -keybd evdev,,device=/dev/input/evdev0,xkbmodel=evdev,xkblayout=us If You use this commandline, then You bypass X server events and use Linux mouse and keyboard directly. Aivils Citēju Nokan Emiro

Xephyr keyboard problem

2010-02-03 Thread Nokan Emiro
Hello, I use Xephyr for xdmcp connections to my server, but unfortunatelly it has keyboard problems. Arrow keys do not work in it. I've googled a bit, and found that others have the same problem. Somewhere I've found that -kb switches off the KBD extension in Xephyr, and maybe it helps on