Skip to content

Instantly share code, notes, and snippets.

@oneman
Created March 2, 2014 01:33
Show Gist options
  • Save oneman/9300573 to your computer and use it in GitHub Desktop.
Save oneman/9300573 to your computer and use it in GitHub Desktop.
[kradbook::~/kode]% cat /proc/cpuinfo |grep "model name"
model name : Intel(R) Core(TM) i7-4558U CPU @ 2.80GHz
model name : Intel(R) Core(TM) i7-4558U CPU @ 2.80GHz
model name : Intel(R) Core(TM) i7-4558U CPU @ 2.80GHz
model name : Intel(R) Core(TM) i7-4558U CPU @ 2.80GHz
[kradbook::~/kode]% dmesg |grep -i graphics
[ 1.878918] [drm] Memory usable by graphics device = 2048M
[kradbook::~/kode]% cat /var/log/Xorg.0.log |grep Haswell
[ 1645.114] (II) intel(0): SNA initialized with Haswell (gen7.5, gt3) backend
[kradbook::~/kode]% DISPLAY=:0 xrandr |grep eDP1
eDP1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 294mm x 165mm
[kradbook::~/kode]% mount|grep btrfs
/dev/sda1 on / type btrfs (rw,relatime,ssd,space_cache)
[kradbook::~/kode]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment