Skip to content

Instantly share code, notes, and snippets.

View rplacd's full-sized avatar

Richard Mongler rplacd

View GitHub Profile
@rplacd
rplacd / optimus.md
Last active January 29, 2024 10:34
Enabling Optimus on your desktop Nvidia GPU.

Enabling Optimus support for your desktop GPU

Windows 10 users: you won't need this guide. NVidia has made signed drivers available with the modifications outlined here, although it's been said you'll have to get them from third-party vendors - distributing them like they do with notebook GPU drivers. I use drivers bundled with the Razer Core enclosure.

@rplacd
rplacd / gist:5190140
Last active December 15, 2015 02:49
.init.el
; Setup packaging...
(require 'package)
(add-to-list 'package-archives
'("marmalade" .
"http://marmalade-repo.org/packages/"))
(add-to-list 'package-archives
'("melpa" .
"http://melpa.milkbox.net/packages/"))
(package-initialize)