Created
March 2, 2014 01:33
-
-
Save oneman/9300573 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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