Releases: arunsivaramanneo/GPU-Viewer
GPU_VIEWER 2.28 - Release Notes
Change Log
- Added Logo for NixOS
- Better DriverName Logo Detection for Mesa
- Support for displaying the FORMAT_FEATURE_2_ fields in Formats Tab correctly
- . Minor changes to Layer and Device Tab (Processor Details)
- . OpenGL Limits Tab are moved to the Left
- Updated background color of the Application
- Tested with Latest Version of Vulkan Tools
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
GPU_VIEWER 2.26 - Release Notes
Change Log
- New Look for Vulkan Tab, OpenCL Tab, vdpau Tab (Let me know what you guys think on this View)
- Added Support for OPTICAL_FLOW_BIT_NV in Queue Families
- Added Support for RDMA_CAPABLE_BIT_NV in Memory Types
- Memory Types and Memory Heaps is now shown as seperate sections in Vulkan
- Instance Layers and Extensions is now shown as seperate sections in Vulkan
- Updated coded to display the Surface section correctly with the latest version of vulkan Tools
- Features Tab Column Header will be updated based on the Drop Down Selection
- Enable to Show Core(S) per Socket and Thread(S) per core to be displayed under Processor Details
- Tested With latest Version of Vulkan Tools 1.3.243
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
GPU_VIEWER 2.24 - Release Notes
Change Log
- Dark theme for the Application (Well , after more than 5 Years i have managed to complete the Dark theme for the Application. Please do let me know what you all think about the Dark theme, I will try to have an option in future release to choose the light or dark theme )
-
Moved all Gtk Combobox (Depreciated now in GTK) to GTK Drop down. This now works fine on Ubuntu 22.04 (jammy) , I have pushed an update through PPA.
-
updated logo's for few to support Dark theme
-
Added logo's for Ubuntu Budgie, Ubuntu Studio and Reborn OS.
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
GPU_VIEWER 2.22 - Release Notes
Change Log
- Fixed Device Details in OpenCL Tab to show all the OpenCL C Version supported and Device OpenCL C features
-
Fixed Device Queue & Execution capabilities in OpenCL Tab to show the Built in Kernel Section Correctly
-
Fixed Minimize, Maximize and Close Button to show correctly on light themes
-
Minor UI Tweaks
-
Updated About me tab which shows information about all the commands used for extracting the details
-
Added OpenMandriva logo (someone has added the application to the Mandriva package manager, thanks for that)
-
have updated the flatpak config file, hopefully the screenshot are updated in Flathub
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
GPU_VIEWER 2.20 - Release Notes
Change Log
- Removed dependency of themes. The Application should display fine with any themes
- Removed xdpyinfo dependency
- Fixed #63 for all other distro's
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
GPU_VIEWER 2.15 - Release Notes
Change log
- Added logo's to deviceName, driverName, Model Name, Distribution, Desktop, windowing System in Device Tab under Vulkan
as of this release below logo's are supported
----------------- Distro logos ------------------------------------------------
Ubuntu
Linux Mint
Manjaro
OpenSuse
fedora
Pop OS
Flatpak
Elementary OS
Debian
Arch
Solus
Xubuntu
Lubuntu
Kubuntu
MX linux
Zorin OS
------------------- Desktop logo-----------------------------------------------
Gnome
Unity
Cinnamon
KDE
Budgie
Mate
XFCE
Fluxbox
----------------- GPU, CPU and driver---------------------------------------
AMD
Intel
Nvidia
Mesa (driverName only)
----------------- Windowing System------------------------------------------
Wayland
x11
- Minor update to gtk.css for UI
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
Note : I have started working on the dark theme support and i have posted a snapshot of application in development here #61 . do let me know your thoughts on it
GPU_VIEWER 2.13 - Release Notes
Change log
- Fixed Instance Layers Tab (this should fix #60 )
- Minor UI tweaks
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
GPU_VIEWER 2.12 - Release Notes
Change Log
1 added Fiter to Formats Tab in Vulkan ( Note : those installing from ppa this change will be available from Ubuntu 22.10 or above this requires Gtk version 4.6 above to work correctly, so Ubuntu 22.04 users this will not be working correctly if application is clone and installed)
2 updated Vulkan Layers Tab to show all the information (note : those installing from ppa this change is applicable for Ubuntu 22.10 or above)
3 updated AMD Radeon Logo to use the official logo's , Added AMD Radeon pro logo from the official site
4 updated gtk.css for minor Tweaks to UI, still recommended themes are Materia-gtk-theme, Orchis-gtk-theme and Adwaita. Any Light theme the app should render OK
5 Work around (sort off) for Multi Monitor Setup where Application was panning more than the primary Monitor (Note : Primary Monitor should be 1920 x 1080p to work correctly)
6 Updated Legal text in About me Tab for OpenGL and OpenGL ES
7 xdpyinfo is a dependency for the application to work correctly so if you are seeing a blank Window please check xdpyinfo is installed. Those who are installing from PPA, AUR or Flatpak this will be automatically installed. For those who are cloning please follow the below commands to install for the respective distro's (source : https://command-not-found.com/xdpyinfo)
Debian apt-get install x11-utils
Ubuntu apt-get install x11-utils
Arch Linux pacman -S xorg-xdpyinfo
Kali Linux apt-get install x11-utils
CentOS yum install xorg-x11-utils
Fedora dnf install xorg-x11-utils
Windows (WSL2) sudo apt-get update sudo apt-get install x11-utils
Raspbian apt-get install x11-utils
As Always, Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
GPU_VIEWER 2.00 - Release Notes
Thank You All
Hi All,
Before i start mentioning the change log below, I want to wish you all a Merry Chrismas and a Happy New Year. Its been a really active year for this app. I really had to put lot of time in getting the Security Improvement #49 done . Also, when doing this i decided to move the Application to Gtk 4 (note 4.0 not 4.1 or 4.x) (Gnome developers are still trying to figure out what they want, as they keep depreciating the features). Anyway i still went ahead and ported it to Gtk 4.0 and in future i will definitely move it to the latest Gtk 4.X as and when i get time. So to all , try out the application and do let me know what you think and ofcourse if there are any issues, as i could only test with the devices which i have (though covered all major Vendor Intel, Nvidia and AMD.)
Thanks for trying out the application and If you find the project interesting enough, please consider making a donation. Even a small one would mean the world to me.
Thank You
Arun Sivaraman
Change Log
- Application now uses Gtk4.0, those who want to use the Gtk3.0 version, please use the version 1.43 Zip. So basically Ubuntu 22.04 or above
- Security improvements (i guess) - Moved from Python OS to Python Subprocess
- Tweaked gtk.css file for minor UI enhancement, users who are clonning are recommended to install latest version of Orchis-gtk-theme or Materia-gtk-theme . Through PPA and AUR, Orchis-gtk-theme will be installed automatically
- Added Vulkan Instance version to be displayed in Vulkan Tab
- Queues Tab in Vulkan now correctly displays the Video Encode and Decode support (Note : Latest Nvidia vulkan developer drivers are needed or upcoming mesa update with Vulkan Video support)
- Ton of Code cleanup (Did my best to cleanup the mess , i guess this will be ongoing process)
- Tested with Vulkan Version 1.3.238, Mesa utils- 8.4+, Clinfo v3.0.21.02.21, vdpauinfo(supports X11 only) v1.5-1
- Tested with Nvidia Geforce GTX 1050 Ti , AMD Radeon Vega 8 and Intel HD Graphics.
- Tested on Ubuntu 22.10+ , Manjaro 22.00
Known Issues:
- The ComboboxText doesn't seem to be working on Ubuntu 22.04 (Gnome 42.5), but works fine on Ubuntu 22.10 or above (Gnome 43 or above). I still trying to figure out what the issue as i don't why its not working properly below Gnome 43, if you guys have any luck please do let me know
- Dark Mode is still a no no , so please install Orchis or Materia or even adwaita theme to show the details correctly
GPU-Viewer v2.0
*The experience may vary as per the theme you are using.
GPU_VIEWER 1.43 - Release Notes
Change log
- Fixed Vulkan Tab for vulkan-Tools version 1.3.233 changes
- Updated Nvidia RTX logo
- Updated Donation button to PayPal (don't know why i still keep it as i haven't got any donation ever for this :) , just keeping it in case if anyone wants to contribute)
- Other Minor fixes