#xinput — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #xinput, aggregated by home.social.
-
Darn, looks like there’s nothing comparable to #xinput in #Wayland. Under #X11, I could temporarily disable my Ergoslider bar mouse with `xinput disable "Ergoslider Mouse"`. Under Wayland, I can only list the devices recognized by #libinput with `sudo libinput list-devices` (and yes, it *does* require sudoing!) but that’s that. #Sad, as the orange buffoon is fond of saying. #Linux #FLOSS
-
Darn, looks like there’s nothing comparable to #xinput in #Wayland. Under #X11, I could temporarily disable my Ergoslider bar mouse with `xinput disable "Ergoslider Mouse"`. Under Wayland, I can only list the devices recognized by #libinput with `sudo libinput list-devices` (and yes, it *does* require sudoing!) but that’s that. #Sad, as the orange buffoon is fond of saying. #Linux #FLOSS
-
[Перевод] Почему слишком быстрые мыши могут ломать FPS в играх
При разработке или портировании игры для PC приходится иметь дело с пользовательским вводом, который обычно разделяется на три категории источников: мышь , клавиатуру и геймпады . По началу может показаться, что работать с мышью и клавиатурой проще всего, но на самом деле это не так; по крайней мере, когда мы говорим о Windows. Множество очень популярных AAA-игр было выпущено с серьёзными проблемами ввода с мышами верхнего ценового диапазона , и в некоторых популярных движках по-прежнему существует эта проблема. В этой статье мы изучим причины этого, а также создадим работающее, но неудовлетворительное решение. Думаю, для правильной работы с такими аксессуарами, как рули, джойстики и другие симуляторные устройства, требуется целый дополнительный уровень сложности, но пока мне пока не доводилось работать над игрой, в которой бы нужен был такой ввод, поэтому в статье мы не будем его рассматривать.
https://habr.com/ru/articles/846368/
#пользовательский_ввод #input #мышь #fps #xinput #raw_input_api
-
Si tienes un segundo #teclado para conectar a tu equipo #linux pero su distribución de lenguaje es diferente, te explico como configurar aquí.
#xinput #setxkbmap
https://www.cosmoscalibur.com/es/blog/2024/configurar-segundo-teclado-en-linux/ -
Si tienes un segundo #teclado para conectar a tu equipo #linux pero su distribución de lenguaje es diferente, te explico como configurar aquí.
#xinput #setxkbmap
https://www.cosmoscalibur.com/es/blog/2024/configurar-segundo-teclado-en-linux/ -
A question for those who use a joystick on a wayland system. Does xinput work ? jstest does not detect the joystick :(
I can see links on google about some sort of libinput-introduced regression on wayland. Not enough info though.
-
GP2040: A Configurable Game Pad Firmware - [feralAI] and fellow GitHub contributors present for your viewing pleasure GP2040:... - https://hackaday.com/2022/09/04/gp2040-a-configurable-game-pad-firmware/ #peripheralshacks #directinput #gamepad #rp2040 #xinput #react #rndis #lwip #rgb
-
With an X window set up, I can remap things using #xinput so that the touch is registered correctly but I haven’t figured out a way of doing the same in Wayland. Does anybody have any ideas?
-
-
The only issue I have now is that I can only get it work as a clone of the #laptop #display and not as a separate #screen. This works with #X11 though I have to adjust things a bit with #xinput. But in #Wayland, touches on the screen as configured “to the right” of the main display map back to the #mouse #cursor on the main screen and not on the #touchscreen itself. Does anyone have any ideas about a possible solution?
-
Phew, it's been a little ordeal but a labour of love.
Proud to present the next iteration of my #bash #script which should be more robust and less annoying in daily use. Only 'problem' is when the screen becomes locked and your keyboard is disabled (no easy way to enter your password) but rebooting should be a workaround for that.
It should be a desktop agnostic way to #autorotate your screen and mice by method of #xrandr and #xinput. Please try it and report bugs!
-
@algernon judging by your website, I assume this is for a Linux machine, so perhaps a spare USB mouse could work till you find a proper pedal?
Redefine the keys to do what you want through #XInput:
https://askubuntu.com/questions/492744/how-do-i-automatically-remap-buttons-on-my-mouse-at-startup
You can probably disable the actual mouse pointer through that too, or else just tape over the laser?Would give you 2 fairly easily accessible buttons you can reprogram. 3 or more depending on your mouse and how nimble your toes are. ;)
-
Fresh graphical user interface (GUI) goodness for Linux: xinput-GUI.
Xinput is a utility to configure and test X input devices, such as mouses, keyboards, and touchpads. So, here's a simple GUI for Xorg's (a traditional Linux display server) Xinput tool.
Little GUI apps like this go a long way in making things more accessible for everybody. A huge salutation to the app developer IvanFon!
==> https://github.com/IvanFon/xinput-gui
_
#xinput #xinputGUI #IvanFon #Linux #Xorg #GUI #inputdevices #HID -
#GNOMEShell auf einem #Lenovo #Yoga11e #Convertible
Es gibt keine Autoerkennung für den Tablet-Modus, d.h. die Tastatur auf dem Rücken des Bildschirms bleibt aktiv und man drückt ständig versehentlich Tasten.Lösung:
Die vorgesehene Taste zur (De-)Aktivierung der Tastatur (F11) bei den Tastenkombinationen mit den Befehlenxinput --disable 12 (Shift+F11)
bzw.
xinput --enable 12 (F11)belegen. So lässt sich die Tastatur relativ komfortabel an- und ausschalten.
-
Still need to use Wine to play some games AND with a controller on Linux? A project to make a controller work under those circumstances without too much hassle is here. With this project you just basically copy paste a DLL file into the game folder and you're done --> https://github.com/kozec/dumbxinputemu #controllers #gaming #Wine #Linux #Github #emulation #xinput