Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 19365

Summary: rc scripts for setting nvclock overclocking on bootup
Product: Gentoo Linux Reporter: Simon Cooper <thecoop>
Component: Current packagesAssignee: Philip Walls (RETIRED) <malverian>
Status: RESOLVED FIXED    
Severity: enhancement CC: vapier
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Simon Cooper 2003-04-15 11:57:15 UTC
/etc/init.d/nvclock:
#!/sbin/runscript

depend() {
	before xdm
}

start() {
	ebegin "Setting nvidia card overclock speed"
	nvclock ${CLOCKOPTS} >/dev/null
	eend $?
}

/etc/conf.d/nvclock:
# Config file for /etc/init.d/nvclock

# Set the core clock speed after -n and the memory clock speed after -m
# Check your current speeds by running 'nvclock -s' at the command line
# so you don't overclock too much and burn out the card
# Test out your overclocking before adding this to the bootup!

#CLOCKOPTS="-n <corespeed> -m <memspeed>

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
works fine for me


gf4 ti4200, gaming-sources-2.4.20-r1, lots of cooling :)
Comment 1 Philip Walls (RETIRED) gentoo-dev 2003-11-06 07:59:06 UTC
Added to nvclock-0.7-r1