Coder Social home page Coder Social logo

ubunatic / gnome-intel-gpu-indicator Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 98 KB

Gnome Shell Extension to show 3D Rendering Load, Video Acceleration Load, and Power Usage of Intel GPUs

License: GNU General Public License v3.0

Makefile 6.85% JavaScript 93.15%
gnome-shell-extension intel-gpu

gnome-intel-gpu-indicator's Introduction

Gnome Indicator Extension for Intel GPUs

Shows 3D rendering load, video acceleration load, and power usage of Intel GPUs using intel_gpu_top.

screenshot.png

Requirements

  1. Install intel_gpu_top provided by the intel-gpu-tools package. Try running it:

  2. Allow your Desktop user to run intel_gpu_top as root without password prompt. This can be easily set up with a new sudoers files such as /etc/sudoers.d/10-intel_gpu_top:

    your_user_name ALL = (root) NOPASSWD: /usr/bin/intel_gpu_top
    
  3. Make sure the binary path in the sudoers file points to the actual intel_gpu_top binary in your system.

Local Installation

make install
make restart  # soft-restart Gnome Shell or press Alt+F2, r, Enter (Xorg only)

At the first time installation, you also need to enable the extension in the Gnome Extension Manager or using the Gnome Shell Integration in your browser at extensions.gnome.org/local.

Development

Run make help to learn how to develop and read the development doc for more details.

Find the latest version at the development website: https://github.com/ubunatic/gnome-intel-gpu-indicator

Icons

Except for some hand-drawn indicator icons in src/icons/ubunatic all used icons are from fontawesome.io obtained via github.com/encharm/Font-Awesome-SVG-PNG.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.