lutris / lutris

Lutris desktop client
https://lutris.net
GNU General Public License v3.0
7.89k stars 691 forks source link

Add runtime support for platform icons #2874

Closed loisgomez closed 4 years ago

loisgomez commented 4 years ago

Describe the bug Incorrect icon on the side nav bar for nintendo wii/gamecube.

Expected behavior Valid icon for the platform nintendo wii/gamecube

Current behavior Shows an invalid icon (see picture attached)

Steps to reproduce

Lutris debugging output

INFO     2020-05-15 07:43:19,937 [application.do_command_line:245]:Running Lutris 0.5.6
INFO     2020-05-15 07:43:19,937 [startup.check_driver:54]:Using NVIDIA drivers 440.82 for x86_64
INFO     2020-05-15 07:43:19,938 [startup.check_driver:60]:GPU: GeForce GTX 1070 Ti
INFO     2020-05-15 07:43:19,938 [startup.check_driver:77]:GPU: 10DE:1B82 1458:3795 using nvidia drivers
INFO     2020-05-15 07:43:19,957 [startup.check_vulkan:132]:Vulkan is supported
ERROR    2020-05-15 07:43:19,960 [startup.fill_missing_platforms:162]:Providing missing platform for game bomberman-64
WARNING  2020-05-15 07:43:19,960 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,961 [startup.fill_missing_platforms:162]:Providing missing platform for game cruisn-usa
WARNING  2020-05-15 07:43:19,962 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,963 [startup.fill_missing_platforms:162]:Providing missing platform for game cruisn-world
WARNING  2020-05-15 07:43:19,963 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,965 [startup.fill_missing_platforms:162]:Providing missing platform for game f-zero-x
WARNING  2020-05-15 07:43:19,965 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,967 [startup.fill_missing_platforms:162]:Providing missing platform for game mario-kart-64
WARNING  2020-05-15 07:43:19,967 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,969 [startup.fill_missing_platforms:162]:Providing missing platform for game mario-tennis
WARNING  2020-05-15 07:43:19,969 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,971 [startup.fill_missing_platforms:162]:Providing missing platform for game paper-mario
WARNING  2020-05-15 07:43:19,971 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,972 [startup.fill_missing_platforms:162]:Providing missing platform for game star-wars-episode-i-racer
WARNING  2020-05-15 07:43:19,972 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,974 [startup.fill_missing_platforms:162]:Providing missing platform for game super-mario-64
WARNING  2020-05-15 07:43:19,974 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,976 [startup.fill_missing_platforms:162]:Providing missing platform for game super-smash-bros
WARNING  2020-05-15 07:43:19,976 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,978 [startup.fill_missing_platforms:162]:Providing missing platform for game the-legend-of-zelda-majoras-mask
WARNING  2020-05-15 07:43:19,978 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
ERROR    2020-05-15 07:43:19,980 [startup.fill_missing_platforms:162]:Providing missing platform for game the-legend-of-zelda-ocarina-of-time
WARNING  2020-05-15 07:43:19,980 [game.set_platform_from_runner:241]:Can't get platform for runner Libretro
INFO     2020-05-15 07:43:19,980 [dxvk.get_dxvk_versions:22]:Updating DXVK versions
DEBUG    2020-05-15 07:43:20,194 [http.get:65]:GET https://lutris.net/api/runtime
INFO     2020-05-15 07:43:20,199 [lutriswindow.toggle_connection:642]:Connected to lutris.net as Magbed
DEBUG    2020-05-15 07:43:20,200 [http.get:65]:GET https://lutris.net/api/games/library/Magbed
DEBUG    2020-05-15 07:43:20,483 [store.get_missing_media:208]:Requesting missing icons from API for 55 games
DEBUG    2020-05-15 07:43:20,483 [http.get:65]:GET https://lutris.net/api/games
DEBUG    2020-05-15 07:43:20,882 [pga_game.platform:68]:Game Bomberman 64 has no platform
DEBUG    2020-05-15 07:43:20,926 [pga_game.platform:68]:Game Cruis'n USA has no platform
DEBUG    2020-05-15 07:43:20,944 [pga_game.platform:68]:Game Cruis'n World has no platform
DEBUG    2020-05-15 07:43:21,023 [pga_game.platform:68]:Game F-Zero X has no platform
DEBUG    2020-05-15 07:43:21,116 [pga_game.platform:68]:Game Mario Kart 64 has no platform
DEBUG    2020-05-15 07:43:21,134 [pga_game.platform:68]:Game Mario Tennis has no platform
DEBUG    2020-05-15 07:43:21,203 [pga_game.platform:68]:Game Paper Mario has no platform
DEBUG    2020-05-15 07:43:21,298 [pga_game.platform:68]:Game Star Wars Episode I: Racer has no platform
DEBUG    2020-05-15 07:43:21,327 [pga_game.platform:68]:Game Super Mario 64 has no platform
DEBUG    2020-05-15 07:43:21,345 [pga_game.platform:68]:Game Super Smash Bros. has no platform
DEBUG    2020-05-15 07:43:21,379 [pga_game.platform:68]:Game The Legend of Zelda: Majora's Mask has no platform
DEBUG    2020-05-15 07:43:21,409 [pga_game.platform:68]:Game The Legend of Zelda: Ocarina of Time has no platform
DEBUG    2020-05-15 07:43:22,010 [api.get_game_api_page:132]:Loaded 50 games from page 1
DEBUG    2020-05-15 07:43:22,014 [http.get:65]:GET https://lutris.net/games/banner/warsaw.jpg
DEBUG    2020-05-15 07:43:22,019 [http.get:65]:GET https://lutris.net/games/banner/warhammer-vermintide-2-closed-test.jpg
DEBUG    2020-05-15 07:43:22,077 [store.fetch_icon:374]:Getting banner for warsaw: /games/banner/warsaw.jpg
DEBUG    2020-05-15 07:43:22,078 [http.get:65]:GET https://lutris.net/games/banner/warsaw.jpg
DEBUG    2020-05-15 07:43:22,121 [store.on_icon_loaded:351]:warsaw has no banner
DEBUG    2020-05-15 07:43:22,121 [store.fetch_icon:374]:Getting icon for warsaw: /games/icon/warsaw.png
DEBUG    2020-05-15 07:43:22,125 [http.get:65]:GET https://lutris.net/games/icon/warsaw.png
DEBUG    2020-05-15 07:43:23,185 [store.on_icon_loaded:351]:warsaw has no banner
DEBUG    2020-05-15 07:43:23,206 [store.on_icon_loaded:351]:warhammer-vermintide-2-closed-test has no banner
DEBUG    2020-05-15 07:43:23,206 [http.get:65]:GET https://lutris.net/games/icon/warsaw.png
DEBUG    2020-05-15 07:43:23,253 [store.on_icon_loaded:351]:warsaw has no icon
gtk-update-icon-cache: The generated cache was invalid.
DEBUG    2020-05-15 07:43:24,199 [store.on_icon_loaded:351]:warsaw has no icon
DEBUG    2020-05-15 07:43:30,373 [store.fetch_icon:374]:Getting banner for warhammer-vermintide-2-closed-test: /games/banner/warhammer-vermintide-2-closed-test.jpg
DEBUG    2020-05-15 07:43:30,374 [http.get:65]:GET https://lutris.net/games/banner/warhammer-vermintide-2-closed-test.jpg
DEBUG    2020-05-15 07:43:30,413 [store.on_icon_loaded:351]:warhammer-vermintide-2-closed-test has no banner

(lutris:24964): Gdk-CRITICAL **: 07:43:31.556: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed

System information

{
  "comment": "Missing wii/gamecube icon",
  "system": {
    "nvidia_driver": {
      "nvrm": {
        "vendor": "NVIDIA",
        "platform": "UNIX",
        "arch": "x86_64",
        "version": "440.82",
        "date": "Wed Apr 1 20:04:33 UTC 2020"
      }
    },
    "nvidia_gpus": [
      {
        "Model": "GeForce GTX 1070 Ti",
        "IRQ": "33",
        "GPU UUID": "GPU-ae73320b-bf1e-432c-c985-cd798a097048",
        "Video BIOS": "86.04.85.00.a0",
        "Bus Type": "PCIe",
        "DMA Size": "47 bits",
        "DMA Mask": "0x7fffffffffff",
        "Bus Location": "0000:01:00.0",
        "Device Minor": "0",
        "Blacklisted": "No"
      }
    ],
    "gpus": [
      {
        "DRIVER": "nvidia",
        "PCI_ID": "10DE:1B82",
        "PCI_SUBSYS_ID": "1458:3795",
        "PCI_CLASS": "30000",
        "PCI_SLOT_NAME": "0000:01:00.0",
        "MODALIAS": "pci:v000010DEd00001B82sv00001458sd00003795bc03sc00i00"
      }
    ],
    "env": {
      "TERMINATOR_DBUS_NAME": "net.tenshu.Terminator23558193cd9818af7fe4d2c2f5bd9d00f",
      "SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
      "SESSION_MANAGER": "local/hutchinson:@/tmp/.ICE-unix/4618,unix/hutchinson:/tmp/.ICE-unix/4618",
      "LANG": "en_AU.UTF-8",
      "XDG_CURRENT_DESKTOP": "GNOME",
      "TERM": "xterm-256color",
      "GIO_LAUNCHED_DESKTOP_FILE_PID": "24366",
      "COLORTERM": "truecolor",
      "QT_IM_MODULE": "ibus",
      "USER": "berto",
      "HOME": "/home/berto",
      "XDG_MENU_PREFIX": "gnome-",
      "LC_MEASUREMENT": "en_AU.UTF-8",
      "DESKTOP_SESSION": "gnome",
      "TERMINATOR_UUID": "urn:uuid:5a808624-3435-404e-887c-3ebdff9965cd",
      "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
      "LC_NUMERIC": "en_AU.UTF-8",
      "XDG_DATA_DIRS": "/home/berto/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/",
      "WINDOWPATH": "2",
      "JOURNAL_STREAM": "9:30631",
      "XDG_SESSION_DESKTOP": "gnome",
      "VTE_VERSION": "6002",
      "MANAGERPID": "4562",
      "LC_TIME": "en_AU.UTF-8",
      "MAIL": "/var/spool/mail/berto",
      "LOGNAME": "berto",
      "LC_PAPER": "en_AU.UTF-8",
      "PATH": "/home/berto/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/berto/.yarn/bin",
      "XDG_RUNTIME_DIR": "/run/user/1000",
      "XMODIFIERS": "@im=ibus",
      "SHELL": "/usr/bin/zsh",
      "XDG_SESSION_TYPE": "x11",
      "LC_MONETARY": "en_AU.UTF-8",
      "USERNAME": "berto",
      "INVOCATION_ID": "90a06f79890344678e06b60b28d9dc6d",
      "PWD": "/home/berto",
      "XAUTHORITY": "/run/user/1000/gdm/Xauthority",
      "GDM_LANG": "en_AU.UTF-8",
      "SHLVL": "1",
      "XDG_SESSION_CLASS": "user",
      "DISPLAY": ":1",
      "GDMSESSION": "gnome",
      "TERMINATOR_DBUS_PATH": "/net/tenshu/Terminator2",
      "MOZ_PLUGIN_PATH": "/usr/lib/mozilla/plugins",
      "OLDPWD": "/home/berto",
      "_": "/usr/bin/lutris",
      "ZSH": "/home/berto/.oh-my-zsh",
      "PAGER": "less",
      "LESS": "-R",
      "LSCOLORS": "Gxfxcxdxbxegedabagacad",
      "LS_COLORS": "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:",
      "NVM_DIR": "/home/berto/.nvm",
      "NVM_CD_FLAGS": "-q",
      "NVM_RC_VERSION": "",
      "HISTCONTROL": "ignoreboth"
    },
    "missing_libs": {
      "OPENGL": [
        [],
        []
      ],
      "VULKAN": [
        [],
        []
      ],
      "WINE": [
        [],
        []
      ],
      "GAMEMODE": [
        [],
        []
      ]
    },
    "cpus": [
      {
        "processor": "0",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3986.113",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "0",
        "cpu cores": "4",
        "apicid": "0",
        "initial apicid": "0",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "1",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3937.480",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "1",
        "cpu cores": "4",
        "apicid": "2",
        "initial apicid": "2",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "2",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3963.807",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "2",
        "cpu cores": "4",
        "apicid": "4",
        "initial apicid": "4",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "3",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3940.760",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "3",
        "cpu cores": "4",
        "apicid": "6",
        "initial apicid": "6",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "4",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3989.579",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "0",
        "cpu cores": "4",
        "apicid": "1",
        "initial apicid": "1",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "5",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3939.181",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "1",
        "cpu cores": "4",
        "apicid": "3",
        "initial apicid": "3",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "6",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3964.675",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "2",
        "cpu cores": "4",
        "apicid": "5",
        "initial apicid": "5",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "7",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "60",
        "model name": "Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz",
        "stepping": "3",
        "microcode": "0x27",
        "cpu MHz": "3912.822",
        "cache size": "8192 KB",
        "physical id": "0",
        "siblings": "8",
        "core id": "3",
        "cpu cores": "4",
        "apicid": "7",
        "initial apicid": "7",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "vmx flags": "vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple shadow_vmcs",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
        "bogomips": "7202.79",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "39 bits physical, 48 bits virtual",
        "power management": ""
      }
    ],
    "drives": [
      {
        "name": "sda",
        "fstype": null,
        "fsver": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sda1",
            "fstype": "vfat",
            "fsver": "FAT32",
            "label": "BOOT",
            "uuid": "E0A7-91F6",
            "fsavail": "462.5M",
            "fsuse%": "9%",
            "mountpoint": "/boot"
          },
          {
            "name": "sda2",
            "fstype": "ext4",
            "fsver": "1.0",
            "label": "/",
            "uuid": "c8901df3-5004-4dea-a207-cfadfa1524af",
            "fsavail": "413.1G",
            "fsuse%": "50%",
            "mountpoint": "/"
          }
        ]
      },
      {
        "name": "sdb",
        "fstype": "LVM2_member",
        "fsver": "LVM2 001",
        "label": null,
        "uuid": "9v88lS-LnXL-FGmh-IqhS-kDIR-yfYX-4dh2f5",
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "vg_data-lv_cache_cdata",
            "fstype": null,
            "fsver": null,
            "label": null,
            "uuid": null,
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": null,
            "children": [
              {
                "name": "vg_data-lv_data",
                "fstype": "ext4",
                "fsver": "1.0",
                "label": null,
                "uuid": "5b553960-fe50-45c2-85e5-a92ecc2b8547",
                "fsavail": "1.2T",
                "fsuse%": "52%",
                "mountpoint": "/mnt/S-HDD"
              }
            ]
          },
          {
            "name": "vg_data-lv_cache_cmeta",
            "fstype": null,
            "fsver": null,
            "label": null,
            "uuid": null,
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": null,
            "children": [
              {
                "name": "vg_data-lv_data",
                "fstype": "ext4",
                "fsver": "1.0",
                "label": null,
                "uuid": "5b553960-fe50-45c2-85e5-a92ecc2b8547",
                "fsavail": "1.2T",
                "fsuse%": "52%",
                "mountpoint": "/mnt/S-HDD"
              }
            ]
          }
        ]
      },
      {
        "name": "sdc",
        "fstype": "LVM2_member",
        "fsver": "LVM2 001",
        "label": null,
        "uuid": "5j6HyF-OR2j-5u2W-YcU4-dXxl-HBBv-ftXgu8",
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "vg_data-lv_data_corig",
            "fstype": null,
            "fsver": null,
            "label": null,
            "uuid": null,
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": null,
            "children": [
              {
                "name": "vg_data-lv_data",
                "fstype": "ext4",
                "fsver": "1.0",
                "label": null,
                "uuid": "5b553960-fe50-45c2-85e5-a92ecc2b8547",
                "fsavail": "1.2T",
                "fsuse%": "52%",
                "mountpoint": "/mnt/S-HDD"
              }
            ]
          }
        ]
      },
      {
        "name": "sdd",
        "fstype": "LVM2_member",
        "fsver": "LVM2 001",
        "label": null,
        "uuid": "hZnjT1-W4Z2-kZGn-n2hg-GpOj-hxiX-OLrPCa",
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "vg_data-lv_data_corig",
            "fstype": null,
            "fsver": null,
            "label": null,
            "uuid": null,
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": null,
            "children": [
              {
                "name": "vg_data-lv_data",
                "fstype": "ext4",
                "fsver": "1.0",
                "label": null,
                "uuid": "5b553960-fe50-45c2-85e5-a92ecc2b8547",
                "fsavail": "1.2T",
                "fsuse%": "52%",
                "mountpoint": "/mnt/S-HDD"
              }
            ]
          }
        ]
      }
    ],
    "ram": {
      "MemTotal": "16339368",
      "MemFree": "2754376",
      "MemAvailable": "7420696",
      "Buffers": "172956",
      "Cached": "5258156",
      "SwapCached": "0",
      "Active": "10345368",
      "Inactive": "2422840",
      "Active(anon)": "7338484",
      "Inactive(anon)": "655608",
      "Active(file)": "3006884",
      "Inactive(file)": "1767232",
      "Unevictable": "80",
      "Mlocked": "80",
      "SwapTotal": "0",
      "SwapFree": "0",
      "Dirty": "0",
      "Writeback": "8",
      "AnonPages": "7337276",
      "Mapped": "1584676",
      "Shmem": "732576",
      "KReclaimable": "228196",
      "Slab": "414332",
      "SReclaimable": "228196",
      "SUnreclaim": "186136",
      "KernelStack": "23504",
      "PageTables": "61880",
      "NFS_Unstable": "0",
      "Bounce": "0",
      "WritebackTmp": "0",
      "CommitLimit": "8169684",
      "Committed_AS": "17195660",
      "VmallocTotal": "34359738367",
      "VmallocUsed": "90236",
      "VmallocChunk": "0",
      "Percpu": "5312",
      "HardwareCorrupted": "0",
      "AnonHugePages": "0",
      "ShmemHugePages": "0",
      "ShmemPmdMapped": "0",
      "FileHugePages": "0",
      "FilePmdMapped": "0",
      "HugePages_Total": "0",
      "HugePages_Free": "0",
      "HugePages_Rsvd": "0",
      "HugePages_Surp": "0",
      "Hugepagesize": "2048",
      "Hugetlb": "0",
      "DirectMap4k": "819600",
      "DirectMap2M": "15900672",
      "DirectMap1G": "1048576"
    },
    "dist": [
      "Arch Linux",
      "rolling",
      "n/a"
    ],
    "arch": "x86_64",
    "kernel": "5.6.12-arch1-1",
    "glxinfo": {
      "direct_rendering": "Yes",
      "opengl_core_profile_version": "4.6.0 NVIDIA 440.82",
      "opengl_version": "4.6.0 NVIDIA 440.82",
      "opengl_shading_language_version": "4.60 NVIDIA",
      "screen": "0",
      "opengl_context_flags": "(none)",
      "opengl_core_profile_shading_language_version": "4.60 NVIDIA",
      "opengl_profile_mask": "(none)",
      "opengl_es_profile_shading_language_version": "OpenGL ES GLSL ES 3.20",
      "display": ":1",
      "opengl_core_profile_profile_mask": "core profile",
      "opengl_vendor": "NVIDIA Corporation",
      "opengl_renderer": "GeForce GTX 1070 Ti/PCIe/SSE2",
      "opengl_core_profile_context_flags": "(none)",
      "opengl_es_profile_version": "OpenGL ES 3.2 NVIDIA 440.82",
      "name_of_display": ":1"
    }
  }
}

Screenshots

image

AlexanderRavenheart commented 4 years ago

Duplicate of #2832