You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great script works like a charm! however my rtx3070s worked by changing [3] by [4] in the commands like:
log "$(nvidia-settings -c :0 -a '[gpu:0]/GPUGraphicsClockOffset[4]=-500' -a '[gpu:0]/GPUMemoryTransferRateOffset[4]=2400')"
As an additional note, in order to get the startx running lightdm must be purged previously...
The text was updated successfully, but these errors were encountered:
Yes, depending on your graphics card it turns out the array value may be different. I probably won't update the script to do any kind of auto detection or removal of lightdm, but I can add these to the README as additional pieces of documentation.
Great script works like a charm! however my rtx3070s worked by changing [3] by [4] in the commands like:
log "$(nvidia-settings -c :0 -a '[gpu:0]/GPUGraphicsClockOffset[4]=-500' -a '[gpu:0]/GPUMemoryTransferRateOffset[4]=2400')"
As an additional note, in order to get the startx running lightdm must be purged previously...
The text was updated successfully, but these errors were encountered: