8000 Releases · jketreno/ze-monitor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jketreno/ze-monitor

v0.4.0-1

01 Apr 21:28
Compare
Choose a tag to compare

Installation

Supported / tested OS: Ubuntu Oracular 24.10

Prerequisites

The following installs the intel-graphics PPA from Canonical for Ubuntu 24.10 Oracular as well as the runtime packages needed for the Intel GPU:

sudo apt-get install -y \
    software-properties-common \
    && sudo add-apt-repository -y ppa:kobuk-team/intel-graphics \
    && sudo apt-get update \
    && sudo apt-get install -y \
    libze-intel-gpu1 \
    libze1

Download and install ze-monitor

version=0.4.0-1
wget -O ze-monitor_${version}_amd64.deb https://github.com/jketreno/ze-monitor/releases/download/v${version}/ze-monitor_${version}_amd64.deb
sudo dpkg -i ze-monitor_${version}_amd64.deb

The ze-monitor utility requires elevated permissions. See Security for details. The .deb package will configure the installed binary with necessary access, executable only by root and users in the group ze-monitor. To add the current user to the ze-monitor group:

sudo usermod -aG ze-monitor $(whoami)
newgrp ze-monitor

Running

List devices

ze-monitor

Monitor device usage

ze-monitor --device 1

Known issues

Changes

Full Changelog: v0.3.0-1...v0.4.0-1

v0.3.0-1

06 Mar 19:00
Compare
Choose a tag to compare

Installation

Supported / tested OS: Ubuntu Oracular 24.10

Prerequisites

The following installs the intel-graphics PPA from Canonical for Ubuntu 24.10 Oracular as well as the runtime packages needed for the Intel GPU:

sudo apt-get install -y \
    software-properties-common \
    && sudo add-apt-repository -y ppa:kobuk-team/intel-graphics \
    && sudo apt-get update \
    && sudo apt-get install -y \
    libze-intel-gpu1 \
    libze1

Download and install ze-monitor

version=0.3.0-1
wget -O ze-monitor_${version}_amd64.deb https://github.com/jketreno/ze-monitor/releases/download/v${version}/ze-monitor_${version}_amd64.deb
sudo dpkg -i ze-monitor_${version}_amd64.deb

The ze-monitor utility requires elevated permissions. See Security for details. The .deb package will configure the installed binary with necessary access, executable only by root and users in the group ze-monitor. To add the current user to the ze-monitor group:

sudo usermod -aG ze-monitor $(whoami)
newgrp ze-monitor

Running

List devices

ze-monitor

Monitor device usage

ze-monitor --device 1

Known issues

Changes

Full Changelog: v0.2.0-1...v0.3.0-1

v0.2.0-1

04 Mar 04:33
Compare
Choose a tag to compare

Installation

The following installs the intel-graphics PPA from Canonical for Ubuntu 24.10 Oracular as well as the runtime packages needed for the Intel GPU:

version=0.2.0-1
sudo apt-get install -y \
    software-properties-common \
    && sudo add-apt-repository -y ppa:kobuk-team/intel-graphics \
    && sudo apt-get update \
    && sudo apt-get install -y \
    libze-intel-gpu1 \
    libze1
wget -O ze-monitor_${version}_amd64.deb https://github.com/jketreno/ze-monitor/releases/download/v${version}/ze-monitor_${version}_amd64.deb
sudo dpkg -i ze-monitor_${version}_amd64.deb

Running

List devices

ze-monitor

Monitor device usage

sudo ze-monitor --device 1

Known issues

Changes

Full Changelog: https://github.com/jketreno/ze-monitor/commits/v0.2.0-1

0