linux:x11:tools
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:x11:tools [2019/11/28 13:52] – created ms | linux:x11:tools [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== X11 Tools ====== | ====== X11 Tools ====== | ||
- | Eigenschaften eines Fensters finden:\\ | + | ==== Eigenschaften eines Fensters finden |
'' | '' | ||
+ | ==== Informationen auf den Monitor ausgeben ==== | ||
+ | Mit xosd_cat können Informationen (Text, Prozent-Bar, | ||
+ | Benötigtes Packet:\\ | ||
+ | '' | ||
+ | Beispiel Text ausgeben: | ||
+ | < | ||
+ | echo -e "Gibt diesen Text in grüner Farbe\nmittig auf dem Monitor aus" | ||
+ | </ | ||
+ | Damit auch root auf das Display eines users schreiben darf, folgenden Eintrag in die .bashrc von root machen: | ||
+ | < | ||
+ | user> xauth extract.Xauthority $DISPLAY | ||
+ | </ | ||
+ | < | ||
+ | / | ||
+ | |||
+ | export XAUTHORITY=/ | ||
+ | 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.1574945542.txt.gz · Last modified: 2023/01/11 20:30 (external edit)