Friday, August 31, 2007

[Tech tips] How to set external monitor to primary monitor on Toshiba Portege M200

System: Toshiba Portege M200 tablet/laptop running Windows XP Tablet 2005 (SP2 equiv.)
Displays: Tablet screen (1050x1400), LCD (1280x1024)
Software: UltraVNC Viewer Win32 1.0.2
Driver: NVIDIA driver downloaded from Toshiba site (v. 6.14??)



I have been using UltraVNC to connect to my institute's application servers over VNC, but my docked tablet/LCD dual monitor setup was causing problems for the UltraVNC client. It would keep trying to put its window on my tablet screen (primary screen), which is usually oriented in portrait view, and had problems when I moved the window over to the LCD monitor (secondary screen). When I moved the window over like this, for some reason, the VNC client screen within the UltraVNC client was clipped at 1050 pixels, and everything to the right was just black (the tablet screen is 1050 pixels wide in portrait orientation).

Anyway, I was looking for a way to switch my primary and secondary monitors (i.e. in Display Properties-Settings, the option "Use this device as the primary monitor" is disabled by default for monitor 2), even though this option is disabled in the default Toshiba setup of the NVIDIA drivers.

The following solution is what I found on the net, and it seems to work fine now (i.e. external monitor 2 can be set to primary). For the Toshiba driver distribution, you have to first run the self-extracting archive file, and then terminate the installation once everything is extracted. Then, edit the .inf file in the extracted directory as described below, then, manually run the setup program in the extracted directory.



In the [nv_SoftwareDeviceSettings] section of your inf, add the following lines (or modify them if they're already there):

HKR,, IgnoreHWSelectedDeviceInSpanningMode, %REG_DWORD%, 1
HKR,, DevicesConnected, %REG_DWORD%, 255
HKR,, DualViewAllow2ndViewAsPrimary, %REG_DWORD%, 1
HKR,, DualViewAllowNonDFPAsPrimary,%REG_DWORD%, 1
HKR,, NvCplConfiguration, %REG_DWORD%, 0

Note: Some infs have more than one SofwareDeviceSettings section, customized for different cards. Make sure you modify the right one, or else modify all of them to be sure.

In the [nv_ControlPanelSettings] section of your inf, add or modify the following lines:

HKLM,"Software\NVIDIA Corporation\Global\NVTweak", NvCplDisableSpanControls,%REG_DWORD%, 0
HKLM,"Software\NVIDIA Corporation\Global\NVTweak", NvCplDualViewAllowNonDFPAsPrimary, %REG_DWORD%, 1
HKLM,"Software\NVIDIA Corporation\Global\NVTweak", NvCplDualviewMoveDesktopIcons,%REG_DWORD%, 1

Reinstall and you should be all set.

Friday, August 10, 2007

[Tech Tips] Problems with Mozy restore

I was all enthusiastic when I heard about Mozy, a new online backup service that was offering 2GB for free. Since I was just in the process of relocating from the US to Germany, and was also writing my PhD thesis at the same time, I enrolled as a second-line backup method (the first backup being an external harddisk mirror). Boy was I disappointed.

Actually, the backing up itself was no problem. It even went so well, that I shelled out the $5 a month to get unlimited storage, and also backed up all of my critical data files. That was apparently my mistake. I had 31 GB in my Mozy account, when my computer crashed (which is prone to happen when you are writing PhD theses).



The short version of the story is, I still can't restore all of my files, after over a month of pestering them.

Their system works this way--when you want to restore your files, you choose the files on their web interface, and then ask their servers to create a restore set, which is a self-extracting archive. Once this restore set is created, you get an email and can go back to their website to download it.

Well, what happens when I try to create a "restore set" to download is their servers invariably cut the process short, and I only get a portion (on the worst try, 2 MB) worth of files. Technical support has repeatedly notified me that it is a "bug" in their program and they will fix it very soon... but 40 days later, I still do not have my restore files. Luckily, my first-line backup (external harddisk) saved me, but from experience, I strongly advise against putting too much faith into Mozy (or perhaps any other service). You should definitely try out the restore process beforehand, before you actually need it.

Customer support has been lousy. Of course, I probably would not count as their best customer (I mean, 30 GB for $5/mo is a bargain), but still, when it comes to backing up critical data, you do wish they were more responsive. Every time I contact them, a new person (with a generic name--I wonder if they are contractors in India or Kenya) tells me that the problem will be solved very soon, and then nothing until I email them again. This has continued for well over a month.



40 days and counting... if they snap out of it and get their act together, I will post again here.

In the meantime, I have started using Carbonite instead. Their interface has a shell extention, and so you can browse your backed-up files in real time, in the Windows Explorer. Right now, I have uploaded 27 GB, and all of the files seem alright in Windows Explorer, so I am assuming that all is well. I will try a full restore some time soon.