Git Product home page Git Product logo

prime-switcher's Introduction

prime-switcher

Tool (GUI + CLI) to select used GPU for Optimus Laptop on GNU/Linux.

Supported Configurations

Integrated GPU brand Discrete GPU brand Driver for discrete GPU Supported
Intel NVIDIA nvidia (Proprietary) Yes
Intel NVIDIA nouveau Yes
Intel or AMD AMD amdgpu-pro (Proprietary) No
Intel or AMD AMD amdgpu, radeon Yes

Display Managers Support

Display Manager Supported
GDM Yes
LightDM Yes
SDDM Yes
LXDM No
XDM No

Dependencies

  • Python 3.7
  • python-gobject
  • gtk3
  • libappindicator-gtk3
  • libnotify
  • mesa-utils (glxinfo)
  • bbswitch (Optional but recommended for power-saving with NVIDIA discrete GPU)

How to install

Warning : You must install drivers for discrete GPU before installing the switcher

Arch Linux/Manjaro

AUR Package : https://aur.archlinux.org/packages/prime-switcher/

Other Distribution

# ./install.sh

How to use

Select GPU to use

# prime-switcher -s {mode}

Modes :

  • performance : Use the discrete GPU as primary GPU.
  • power-saving : Disable the discrete GPU if possible.

Select target driver

Automatic detection

# prime-switcher -D -s {mode}

Manual selection

# prime-switcher -d {driver} -s {mode}

Drivers :

  • free : Free drivers (amdgpu, radeon, nouveau without bbswitch)
  • nvidia : NVIDIA proprietary driver
  • nouveau : nouveau driver
  • nvidia-reverse-prime : NVIDIA proprietary driver with Reverse Prime (Discrete GPU managing some output ports)
  • nouveau-reverse-prime : nouveau driver with Reverse Prime

Get current used GPU

prime-switcher -q

Open GUI

prime-switcher --gui

Remove patches applied by the switcher

# prime-switcher --uninstall

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.