You are not logged in.
In runmode 3, how can I query what resolution is being displayed?
Last edited by graysky (2011-08-06 15:06:18)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I'm totally unsure, but I quickly found it by guessing:
$ cat /sys/devices/virtual/graphics/fbcon/subsystem/fb0/virtual_size
1280,800
Last edited by lolilolicon (2011-08-06 15:04:47)
This silver ladybug at line 28...
Offline
Nice! Thanks!
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Hey, maybe this is better:
cat /sys/class/graphics/fb0/virtual_size
This silver ladybug at line 28...
Offline