Answers for "linux cli see screen resolution"

1

how to know screen resolution linux

$ xrandr | fgrep '*'
Posted by: Guest on March-07-2021
0

linux cli see screen resolution

// On X.org (Tested on Debian Buster)
xrandr | grep current | cut -d" " -f8-10 | cut -d"," -f1
Posted by: Guest on April-20-2021

Code answers related to "linux cli see screen resolution"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language