X11 tips and tricks

From HPCWIKI
Revision as of 14:34, 25 May 2024 by Admin (talk | contribs) (Created page with "== Get current display name == #see the capability of display :0 xrandr --current -display  :0 == Get input device list and properties == get stable video output names xrandr -q | grep connected get input devices $ DISPLAY=:0 xinput list $ DISPLAY=:0 xinput list-props 8 == References == <references />")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get current display name

#see the capability of display :0 
xrandr --current -display  :0

Get input device list and properties

get stable video output names

xrandr -q | grep connected

get input devices

$ DISPLAY=:0 xinput list
$ DISPLAY=:0 xinput list-props 8

References