libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.37k stars 1.84k forks source link

linuxraw input driver acts different under X and kms #826

Open BlackLotus opened 10 years ago

BlackLotus commented 10 years ago

I got a german keyboard layout (z and y are switched compared to the us layout) In my retroarch config I got

input_driver = "linuxraw" input_player1_a = "x" input_player1_b = "y"

When I use this under X everything works fine, under kms it has y and z switched.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3211512-linuxraw-input-driver-acts-different-under-x-and-kms?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github).
SoulEst commented 10 years ago

What keymap are you using in the console (tty or vtty?).

BlackLotus commented 9 years ago

Why is this closed? Using the linuxraw input driver of retroarch and using a german keyboard layout (naturally) on both X and vt this is still easily reproduceable.

kivutar commented 9 years ago

It depends on the keyboard layout you're using. In X, you've set your keyboard layout to german. I don't know if you can do that in tty, maybe yes.

Alcaro commented 9 years ago

Why is this closed?

He closed about a hundred old issues last week, under the assumption that various refactorings all over fixed most of them. This one quite is clearly not refactored away, so I'll reopen it.

gouchi commented 7 months ago

@BlackLotus Is it still an issue ? Thank you.