Skip to content

Instantly share code, notes, and snippets.

View joelgriffiths's full-sized avatar

Joel Griffiths joelgriffiths

  • Blue Springs, MO
View GitHub Profile
@joelgriffiths
joelgriffiths / overclock.sh
Created March 20, 2021 00:57
Nvidia Overclock.sh
#!/usr/bin/env bash
# Use these settings at you own risk.
# You need to be running xinit for this to work.
# In a headless system, you can't to this until you setup a
# fake display in /etc/X11/xorg.conf. Here is an example:
#
# Section "Screen"
# Identifier "Screen0"
@joelgriffiths
joelgriffiths / xorg.conf
Last active March 20, 2021 00:58
/etc/X11/xorg.conf for headless Nvidia System with Overclocking
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 460.32.03
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection