Wednesday, March 28 2007 @ 09:30 AM PDT
Mac OS X 10.4.9 (#10): Reducing system volume; Quicken: .Mac backup failure (cont.)
[For complete coverage of Mac OS X 10.4.9 troubleshooting issues, see our special report]
Reducing system volume We continue to report on a situation where the system volume scale is significantly louder under Mac OS X 10.4.9. The same volume setting under Mac OS X 10.4.9 represents a much higher actual volume relative to earlier releases of OS X.
As previously reported, the opinion on this change is split, with some users seeing the volume increase as a significant improvement -- allowing higher volume than was previously accessible -- while others see it as a problem -- making even the lowest volume setting too loud for some purposes, and eliminating the lower range of volume.
MacFixIt reader Michael Henderson offers an AppleScript that can set the volume to levels lower than can be accomplished by tweaking of the slider.
Open Script Editor (located in /Applications/AppleScript) and enter the following:
tell application "System Events"
tell process "System Preferences"
set volume 0.01
end tell
end tell
then click the "Run" button. Modify the variable "0.01" to set volume at the desired level.