10
rated 0 times
[
10]
[
0]
/ answers: 1 / hits: 10126
/ 1 Year ago, wed, april 20, 2022, 5:22:27
Does anyone know of a way to determine the current X resolution from the command line, without using randr?
More From » xorg
Does anyone know of a way to determine the current X resolution from the command line, without using randr?
you can grep output of xdpyinfo
or xwininfo -root
or xprop -root
.