Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaoscoder/active_gfx
active_gfx shows the graphics card currently in use by you macOS system
https://github.com/chaoscoder/active_gfx
Last synced: 8 days ago
JSON representation
active_gfx shows the graphics card currently in use by you macOS system
- Host: GitHub
- URL: https://github.com/chaoscoder/active_gfx
- Owner: ChaosCoder
- License: mit
- Created: 2016-12-18T15:22:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T09:59:06.000Z (about 7 years ago)
- Last Synced: 2024-10-05T02:39:08.703Z (about 1 month ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Active GFX
active_gfx shows the graphics card currently in use by you macOS system. This tool is helpful if you want to monitor the usage of your discrete graphics card. Your *MacBook Pro* will use much more power, if it uses the discrete graphics card, so keeping an eye on it is wise while running on battery.Instead of going through the list of open processes in Activity Monitor, this tool spits out the currently used graphics chip by querying the `system_profiler`.
## Install
active_gfx is a ruby gem, so install via `gem install active_gfx`.## Usage
```
Usage: active_gfx [options]
-a, --all Shows all graphics chips instead of only in use
-p, --pretty Print the pretty name of graphics card instead of model identifier
-h, --help Prints this help
-v, --version Show version
```### Example
```
% active_gfx
# => kHW_IntelHDGraphics530Item
% active_gfx --pretty
# => Intel HD Graphics 530
```