Phillip Pearson - web + electronics notes

tech notes and web hackery from a new zealander who was vaguely useful on the web back in 2002 (see: python community server, the blogging ecosystem, the new zealand coffee review, the internet topic exchange).

2008-5-27

Sharing Pidgin settings/transcripts between Vista and XP

Following up from my last post, I just got Pidgin sharing its settings and transcripts between Vista and XP, by moving the .purple directory and editing the shortcut used to start Pidgin, changing it from:

"D:\Program Files\Pidgin\pidgin.exe"

to:

"D:\Program Files\Pidgin\pidgin.exe" -c "C:\phil\im-settings\pidgin.purple"

I'll probably have to redo this every time I upgrade, but it works for now.

... more like this: [, ]

Sharing Firefox / Thunderbird profiles between OS installs

Now I have both Vista and XP installed, and they can happily access each other's NTFS disks, I've got things set up so that they share a single set of Firefox and Thunderbird profile folders. The trick here is to edit your profiles.ini file and point one of the installs at the other's folders, or move the folders away somewhere else and point both of the installs at the new shared location.

In Vista the profiles.ini files are at:

\Users\username\appdata\roaming\Mozilla\Firefox\profiles.ini
\Users\username\appdata\roaming\Thunderbird\profiles.ini

In XP they are at:

\Documents and Settings\username\Application Data\Mozilla\Firefox\profiles.ini
\Documents and Settings\username\Application Data\Thunderbird\profiles.ini

Using Thunderbird as an example, I moved all the folders under Profiles into C:\phil\mozilla-settings\thunderbird and edited the profile entries in profiles.ini to look like this:

[Profile0]
Name=default
IsRelative=0
Path=C:\phil\mozilla-settings\thunderbird\xyzzy.default
Default=1

Update: This caused some trouble with a few extensions, including Firebug. I fixed it by creating a new profile and telling Firefox (there's an option in the 'create profile' dialog) to put it in C:\phil\mozilla-settings\firefox\firebug from the start. Haven't tried rebooting into Vista to check it out there yet, though.

... more like this: [, , ]

Toshiba Satellite M200-X00N (PSMC0A-01X00N) Vista to XP move

I finally took the plunge and installed Windows XP on my laptop; I could get by day-to-day on Vista but recently the little things (ridiculously long reboot time, inexplicable delays, excessive disk usage for no apparent reason) have been getting to me. Installing XP and getting it to dual boot with Vista is a well trodden path, but getting all the drivers doesn't appear to be, so here are my notes. I got everything working except the hotkeys (Fn-ESC to mute, Fn-F5 to change monitors etc). Bluetooth too, but that's never worked for me; I don't think the PSMC0A boxes have a Bluetooth module installed.

Step by step guide to installing XP on a system which already has Vista, and getting it to dual boot.

Once you've got this, now you need all the drivers. I had a second machine handy but if you're doing this on your only box, you'll want to boot back into Vista to do this.

Take care when getting drivers from Toshiba as there are two different M200 laptops. Mine is a Satellite M200, the Australasian model. In the USA the M200 is an older Tablet PC. The best driver source seems to be this folder full of .zip and .exe files at pc.toshiba-asia.com/support/doc/ [found via Allen Choong's blog]. The drivers you want start with SM200; you don't need them all, just the ones for your particular hardware. I got the ...For_PSMC0_PSMC1... ones.

THIS IS REALLY IMPORTANT: Install the appropriate SM200_XP_Intel_Chipset_Utility... one first, then the appropriate SM200_XP_TOSHIBA_Common_Modules... one, then the others. The hotkey utility and "toshiba utilities" installers won't work until you've installed the common modules. In my case neither would install even after I installed what looked like the right common modules installer, but this one seemed towork: common_modules_24589A.exe (v1.00.22SE) (which apparently is the version from a Toshiba A105-S2141). The hotkeys still wouldn't work after that but everything would install.

... more like this: [, , ]