# fbset
mode "1024x768-76" # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz geometry 1024 768 1024 768 16 timings 12714 128 32 16 4 128 4 rgba 5/11,6/5,5/0,0/0 endmode
All I'm after is the first line: mode 1024x768-76 but in addition I want rows and columns as inxi reports:
# inxi -G Graphics: Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller Display Server: X.org 1.18.3 drivers: modesetting (unloaded: fbdev,vesa) tty size: 189x52 Advanced Data: N/A for root
So, the best I can come up with as yet follows: # fbset | grep 'mode "' mode "1440x900" # inxi -G | grep tty tty size: 189x52 Advanced Data: N/A for root
On 26.02.2018 14:59, Felix Miata wrote: try these commands and extract your information from their output: grep . /sys/class/graphics/fb0/* 2>/dev/null stty -a -F /dev/console Probably /sys/class/graphics/fb0/virtual_size content is already enough for the first part. -- Stefan Seyfried Ceterum censeo fluid-soundfont esse delendam (from the Leap 15 DVD :-) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org