Skip to content

Instantly share code, notes, and snippets.

View theunkohlbeck's full-sized avatar

Theun Kohlbeck theunkohlbeck

View GitHub Profile
@theunkohlbeck
theunkohlbeck / 20-multi-gpu-setup.conf
Created September 24, 2018 19:50 — forked from lucasbrynte/20-multi-gpu-setup.conf
Manjaro multi-GPU setup intel integrated GPU + external nVidia GPUs
# /etc/X11/xorg.conf.d/20-multi-gpu-setup.conf
# Inspired by: https://gist.github.com/alexlee-gk/76a409f62a53883971a18a11af93241b
Section "ServerLayout"
Identifier "layout"
Screen 0 "intel"
Screen 1 "nvidia1"
Screen 2 "nvidia2"
EndSection