Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19365 - rc scripts for setting nvclock overclocking on bootup
Summary: rc scripts for setting nvclock overclocking on bootup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Philip Walls (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 11:57 UTC by Simon Cooper
Modified: 2003-11-06 07:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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