All Projects → magmast → fedora-prime

magmast / fedora-prime

Licence: MIT license
Simple program to switch between intel and nvidia gpu

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to fedora-prime

nvidia-auto-installer-for-fedora-linux
A CLI tool which lets you install proprietary NVIDIA drivers and much more easily on Fedora Linux (32 or above and Rawhide)
Stars: ✭ 270 (+1025%)
Mutual labels:  fedora, nvidia, optimus
SOLIDWORKS-for-Linux
This is a project, where I give you a way to use SOLIDWORKS on Linux!
Stars: ✭ 122 (+408.33%)
Mutual labels:  fedora, nvidia
Grub-Nvidia-Entry
Enable Nvidia driver only with the last entry in grub.
Stars: ✭ 40 (+66.67%)
Mutual labels:  fedora, nvidia
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+3275%)
Mutual labels:  fedora, nvidia
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (+654.17%)
Mutual labels:  fedora
isaac ros dnn inference
Hardware-accelerated DNN model inference ROS2 packages using NVIDIA Triton/TensorRT for both Jetson and x86_64 with CUDA-capable GPU
Stars: ✭ 67 (+179.17%)
Mutual labels:  nvidia
fahclient
Dockerized Folding@home client with NVIDIA GPU support to help battle COVID-19
Stars: ✭ 38 (+58.33%)
Mutual labels:  nvidia
gl dynamic lod
GPU classifies how to render millions of particles
Stars: ✭ 63 (+162.5%)
Mutual labels:  nvidia
learn-gpgpu
Algorithms implemented in CUDA + resources about GPGPU
Stars: ✭ 37 (+54.17%)
Mutual labels:  nvidia
Geforce-Kepler-patcher
Install Nvidia binaries files on Snapshot disk for macOS Monterey 12
Stars: ✭ 285 (+1087.5%)
Mutual labels:  nvidia
s2i-ruby-container
Ruby container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Ruby applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 55 (+129.17%)
Mutual labels:  fedora
cucim
No description or website provided.
Stars: ✭ 218 (+808.33%)
Mutual labels:  nvidia
argo
The administrative discovery interface for Stanford's Digital Object Registry
Stars: ✭ 19 (-20.83%)
Mutual labels:  fedora
RTX-Mesh-Shaders
Different mesh shading techniques using the NVIDIA RTX (Turing) technology.
Stars: ✭ 84 (+250%)
Mutual labels:  nvidia
nvbench
CUDA Kernel Benchmarking Library
Stars: ✭ 213 (+787.5%)
Mutual labels:  nvidia
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
Stars: ✭ 1,637 (+6720.83%)
Mutual labels:  fedora
mbp-fedora-kernel
No description or website provided.
Stars: ✭ 57 (+137.5%)
Mutual labels:  fedora
nix-install-vendor-gl
Ensure that a system-compatible OpenGL driver is available for `nix-shell`-encapsulated programs.
Stars: ✭ 22 (-8.33%)
Mutual labels:  nvidia
CUDAfy.NET
CUDAfy .NET allows easy development of high performance GPGPU applications completely from the .NET. It's developed in C#.
Stars: ✭ 56 (+133.33%)
Mutual labels:  nvidia
rtx-voice-script
A python script that takes an input MP3/FLAC and outputs an acapella/background noise stripped WAV using the power of NVIDIA's RTX Voice
Stars: ✭ 50 (+108.33%)
Mutual labels:  nvidia

Fedora prime

Switching between intel/nvidia drivers made simple.

This repository contains just two scripts setup-intel.sh and setup-nvidia.sh. Those scripts are modifying kernel parameters to enable/disable nouveau and nvidia drivers. Doing so should switch which gpu is used.

While nouveau driver is loaded, it should disable discrete gpu. But there is a chance that it will not. Unfortunately it doesn't on my laptop, so I decided to change my linux distro. This means that I'll no longer actively maintain fedora-prime, but I'll still accept pull requests or maybe even work on some issues. But still, I encourage you to try fedora-prime. If it will not work for you, try to use 0.1.1 version (see releases or tags).

Getting started

Prerequesites

Installation

Copy and paste setup-intel.sh and setup-nvidia.sh into some directory on your PC (for example /usr/bin or ~/bin).

Usage

To use intel run:

sudo ./setup-intel.sh

To use nvidia run:

sudo ./setup-nvidia.sh

Now you must reboot.

To check if it's working run:

glxinfo | grep 'OpenGL renderer'

This will print which gpu is used. But even if it's intel, nvidia gpu may be still on. To check that use powertop.

License

This project is licensed under MIT License. See LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].