Skip to content

Instantly share code, notes, and snippets.

View rockofox's full-sized avatar
🦊

rockofox

🦊
View GitHub Profile
Running Steam on artix rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1572045180)
Installing breakpad exception handler for appid(steam)/version(1572045180)
Installing breakpad exception handler for appid(steam)/version(1572045180)
(steam:15059): Gtk-WARNING **: 16:06:00.039: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Adwaita-dark/gtk-2.0/main.rc:733: error: unexpected identifier 'direction', expected character '}'
@rockofox
rockofox / dmesg
Last active October 28, 2019 15:16
[ 0.000000] Linux version 5.4.0-rc5-next-20191028-1-next-git (linux-next-git@archlinux) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT @1572272521
[ 0.000000] Command line: \\vmlinuz-linux-next-git rw root=/dev/nvme0n1p3 add_efi_memmap initrd=\initramfs-linux-next-git.img
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
SDL video target is 'x11'
SDL video target is 'x11'
Using Breakpad minidump system. Version: 0 AppID: 440
Setting breakpad minidump AppID = 440
Using breakpad crash handler
[S_API] SteamAPI_Init(): Loaded '/home/felix/.local/share/Steam/linux32/steamclient.so' OK.
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 7 3700X 8-Core Processor
CPU Family: 0x17
Running Steam on artix rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1570046470)
Installing breakpad exception handler for appid(steam)/version(1570046470)
Installing breakpad exception handler for appid(steam)/version(1570046470)
(steam:25468): Gtk-WARNING **: 18:49:21.007: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Materia-dark/gtk-2.0/main.rc:790: error: unexpected identifier 'direction', expected character '}'
@rockofox
rockofox / designer.html
Created August 27, 2014 16:39
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@rockofox
rockofox / designer.html
Created August 26, 2014 17:27
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">