Technical victories
Sep. 18th, 2005 03:28 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
First, I finally got my Powerbook to stop miscellaneously slowing to a crawl several times an hour, and also got it to stop hanging on "Open" dialogs. The solutions were 1) completely and utterly disable Spotlight and 2) turn off syncing the iDisk. So I had to disable two useful features of my operating system because they were buggy and painful, but at least I'm not swearing at top volume every 15 minutes.
Second, Jeff Eaton was kind enough to post on his blog the solution to a horrible Photoshop problem I'd been having. All my pictures would look lovely in Photoshop and then get washed out and crappy as soon as I saved them as web-optimized jpegs to put on Flickr, etc. I couldn't figure out what the hell was happening, and it was making me something something. Turns out there was a bad preference in the "view" menu in Photoshop under "proofing". End of problem.
Man, it's like taking a rock out of each shoe.
Second, Jeff Eaton was kind enough to post on his blog the solution to a horrible Photoshop problem I'd been having. All my pictures would look lovely in Photoshop and then get washed out and crappy as soon as I saved them as web-optimized jpegs to put on Flickr, etc. I couldn't figure out what the hell was happening, and it was making me something something. Turns out there was a bad preference in the "view" menu in Photoshop under "proofing". End of problem.
Man, it's like taking a rock out of each shoe.
(no subject)
Date: 2005-09-19 01:19 am (UTC)(no subject)
Date: 2005-09-19 04:16 am (UTC)(no subject)
Date: 2005-09-19 04:49 am (UTC)(no subject)
Date: 2005-09-19 01:22 am (UTC)c/p from macosxhints.com
Date: 2005-09-19 05:20 am (UTC)SPOTLIGHT=-NO-
Then to get rid of the existing index, run these two commands from Terminal:
mdutil -i off /
mdutil -E /
The first command disables indexing on the boot volume, and the second erases the existing template. You can then use Activity Monitor to kill any mds or mdimport processes or else just reboot. Futzing with permissions will probably break OS updates that try to update files in the zeroed-out directories and of course won't survive a repair-permissions run.
If you later change your mind and decide you want Spotlight after all, it's easy to reactivate. Set
SPOTLIGHT=-YES-
in /etc/hostconfig, run in Terminal:
mdutil -i on /
and reboot.
(no subject)
Date: 2005-09-19 02:11 am (UTC)(no subject)
Date: 2005-09-19 04:18 am (UTC)