Package Details: gpu-viewer 3.04-1

Git Clone URL: https://aur.archlinux.org/gpu-viewer.git (read-only, click to copy)
Package Base: gpu-viewer
Description: A frontend to glxinfo and vulkaninfo.
Upstream URL: https://github.com/arunsivaramanneo/GPU-Viewer/
Licenses: GPL3
Submitter: Strit
Maintainer: Strit
Last Packager: Strit
Votes: 38
Popularity: 0.030079
First Submitted: 2017-11-12 11:19 (UTC)
Last Updated: 2024-05-04 07:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

arunsivaraman commented on 2023-02-12 09:42 (UTC)

@Strit sorry about that, Please see the command line used for fetching the report hope it helps ..

This program uses: - python 3 or higher - GTK4+ for the graphical user interface - The below commands are used to fetch the report - glxinfo(OpenGL Information) - vulkaninfo(Vulkan Information) - clinfo(OpenCL Information) - es2_info(EGL Information) - vdpauinfo(VDPAU Information) (Note : Supported on x11) - lscpu (CPU information) - lsb_release (Distro Information) - XDG_CURRENT_DESKTOP (Desktop Information) - XDG_SESSION_TYPE (Windowing System Information) - cat /proc/meminfo | awk '/Mem/' (Memory information) - uname -r (Kernel Information)

Strit commented on 2023-02-12 09:18 (UTC)

@yochananmarqos: I haven't notice anywhere in the project files that it requires lsb-release or mesa-demos. The appstream check thing is good and I'll probably add that. But can you explain the other dependencies for me? The developer has not mentioned them at all.

yochananmarqos commented on 2023-02-12 00:56 (UTC)

@Strit: There are missing dependencies, see my PKGBUILD.

Strit commented on 2023-01-04 08:07 (UTC) (edited on 2023-01-04 08:11 (UTC) by Strit)

@gamer_ro

Can you try installing xorg-xdpyinfo to see if that makes it work?

It's not listed in the sources dependencies, but I will add it it ot fixes it.

(I've also made an upstream issue about this)

Issue was recognised. Added the dependency that should fix it.

gamer_ro commented on 2023-01-01 07:51 (UTC) (edited on 2023-01-01 08:22 (UTC) by gamer_ro)

Hello. When running the new version -2.02- of the application, I get the message:

~ : gpu-viewer /bin/sh: line 1: xdpyinfo: comandă negăsită Traceback (most recent call last): File "/usr/share/gpu-viewer/Files/GPUViewer.py", line 144, in on_activate width,height = getScreenSize() File "/usr/share/gpu-viewer/Files/Common.py", line 43, in getScreenSize return screen_resolution[0].strip('\n'),screen_resolution[1].strip('\n') IndexError: list index out of range

Followed by a window with a white background without text, images.

Strit commented on 2022-04-28 20:42 (UTC)

@MarkSeed Sorry about that. Try it now, those should now be fixed with 1.40-3.

MarsSeed commented on 2022-04-28 20:20 (UTC)

Broken since v1.40 update:

  • Installs in /usr/local/bin/ and /usr/local/share/

  • Cannot run:

    $ gpu-viewer
    
    Traceback (most recent call last):
    File "/usr/local/share/gpu-viewer/Files/GPUViewer.py", line 8, in <module>
        from VulkanViewer import Vulkan
    File "/usr/local/share/gpu-viewer/Files/VulkanViewer.py", line 2, in <module>
        from click import progressbar
    ModuleNotFoundError: No module named 'click'
    

madmalkav commented on 2021-12-12 11:58 (UTC)

You are completely right, Manjaro repositories were a little behind Arch ones, causing the issue. Manjaro have now updated their repos, so everything is OK. Thanks and sorry, I will have into account that Manjaro repos tend to lag behind the Arch ones in the future before making any comment.

Strit commented on 2021-12-09 13:00 (UTC)

@madmalkav: 8.4.0-6 is the the normal Extra repo in Arch. Just click the link to it in the dependency list on this page and you will see.

If you are using an other distro than Arch, please don't update gpu-viewer until your distro has the mesa-utils package.