linux:x11:tools
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:x11:tools [2020/10/30 13:40] – ms | linux:x11:tools [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 19: | Line 19: | ||
export XAUTHORITY=/ | export XAUTHORITY=/ | ||
export DISPLAY=: | export DISPLAY=: | ||
+ | </ | ||
+ | ==== Keyboard Eigenschaften ==== | ||
+ | Keyboard Settings anzeigen | ||
+ | < | ||
+ | setxkbmap -print -v 10 | ||
+ | </ | ||
+ | Keyboard Settings ändern | ||
+ | < | ||
+ | setxkbmap de | ||
+ | </ | ||
+ | ==== Touchpad Eigenschaften ==== | ||
+ | apt-get install xinput | ||
+ | |||
+ | Alle Input-Devices anzeigen | ||
+ | < | ||
+ | xinput list | ||
+ | |||
+ | ⎡ Virtual core pointer | ||
+ | ⎜ ↳ Virtual core XTEST pointer | ||
+ | ⎜ ↳ SynPS/2 Synaptics TouchPad | ||
+ | ⎣ Virtual core keyboard | ||
+ | ↳ Virtual core XTEST keyboard | ||
+ | ↳ Power Button | ||
+ | ↳ Video Bus | ||
+ | ↳ Power Button | ||
+ | ↳ Sleep Button | ||
+ | ↳ HP Webcam: HP Webcam | ||
+ | ↳ AT Translated Set 2 keyboard | ||
+ | ↳ HP WMI hotkeys | ||
+ | </ | ||
+ | Eigenschaften von ' | ||
+ | < | ||
+ | xinput list 12 | ||
+ | SynPS/2 Synaptics TouchPad | ||
+ | Reporting 7 classes: | ||
+ | Class originated from: 12. Type: XIButtonClass | ||
+ | Buttons supported: 7 | ||
+ | Button labels: " | ||
+ | ... | ||
+ | </ | ||
+ | < | ||
+ | xinput list-props 12 | ||
+ | Device ' | ||
+ | Device Enabled (147): | ||
+ | Coordinate Transformation Matrix (149): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 | ||
+ | libinput Tapping Enabled (282): 0 | ||
+ | libinput Tapping Enabled Default (283): 0 | ||
+ | libinput Tapping Drag Enabled (284): | ||
+ | ... | ||
+ | </ | ||
+ | Eigenschaften von ' | ||
+ | < | ||
+ | xinput set-prop 12 282 1 | ||
</ | </ |
linux/x11/tools.1604061635.txt.gz · Last modified: 2023/01/11 20:30 (external edit)