Skip to content

Instantly share code, notes, and snippets.

@clintar
clintar / oc_nv.sh
Created October 11, 2017 21:49
fix nvidia overclock by doing things in steps
#!/bin/bash
CONFIG_FILE="/root/config.txt"
source $CONFIG_FILE
export DISPLAY=:0
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]
then
echo "Missing variable"
exit 1
@clintar
clintar / oc_nv.sh
Created October 11, 2017 21:24
fixed nvidia overclock in smos with powerlimit set before core/memory
#!/bin/bash
CONFIG_FILE="/root/config.txt"
source $CONFIG_FILE
export DISPLAY=:0
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]
then
echo "Missing variable"
exit 1
@clintar
clintar / oc_nv.sh
Created October 10, 2017 18:23
attempt to fix nvidia overclock in smos
#!/bin/bash
CONFIG_FILE="/root/config.txt"
source $CONFIG_FILE
export DISPLAY=:0
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]
then
echo "Missing variable"
exit 1
@clintar
clintar / nv_oc.sh
Created October 10, 2017 18:22
attempt to fix nvidia overclock in smos
#!/bin/bash
CONFIG_FILE="/root/config.txt"
source $CONFIG_FILE
export DISPLAY=:0
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]
then
echo "Missing variable"
exit 1