Darren,
The Dilard software should be a part of any DILA based system, IMO, calibrated Pj or not. Cliffs, Williams or Dilards calibration should be a must as well if you want the most out of your G11.
I've had my G11 a year without calibration. I was the last one on Richard Martins(a very respected DILA tweaker) list before he went into retirement. Missed it by
that much.
http://www.avsforum.com/ubb/frown.gif
That was a big letdown, and it was then that I made the decision to wait for the new kid on the block, DILARD, as it had promise for a plethora of DILA enhancements for the now, and for the future. The final gamma calibration is obviously the(near)future.
In the meantime though, I've had more fun with Dilard than a barrel of Panamorphs, exercising darn near every internal limit the G.xx has to offer.
If you're into automation, or plan on getting into automating your G11 now or in the future, check out this Dilard macro:
Sub PlayMoviePDVD
' This macro ensures that the projector is on, dTV and Siren is off, then starts WinDVD.
Task.MoveCursorOffScreen
' Open the media door if not already loaded.
If Not Media.DiscPresent Then Media.Eject
' Close dTV and Siren.
' Turn the projector on, if it isn't already.
If Projector.OperationModeS = "Standby" Then
Projector.PowerOn
Projector.SelectComputer1
Projector.SourceAUTO
Task.RunApp "C:\\Program Files\\PowerStrip\\PStrip.exe /p:Startup"
Task.Pause 5
End If
' Pick the appropriate input and source area for the software DVD player.
' If you have custom 'mods' for this on a particular source area, you can select it here.
If Projector.OperationModeS = "Power On" Then
Projector.SelectComputer1
Task.RunApp "C:\\Program Files\\PowerStrip\\PStrip.exe /p:Startup"
End If
' Change to an application specific powerstrip resolution if desired as follows
' Look for media present
If Media.DiscPresent Then
' Open the PC DVD player PowerDVD
Task.RunApp "C:\\Program Files\\CyberLink\\PowerDVD\\PowerDVD.exe"
Task.Pause 1
Projector.OSDMessage "Lays Home Theater", vbYellow, 56
Task.Pause 4
Projector.OSDMessage "Hang On To Your Seats!", vbYellow, 56
'Fire it up!
Else
Projector.OSDMessage "Give Me a Movie to Play", vbYellow, 28
Task.Pause 5
Projector.OSDMessage "60 Seconds to Comply", vbRed, 26
End If
End Sub
This is what I use in conjunction with my Pronto to do a "one touch, sit down and watch a movie" action that dazzles the mind and gives your guests some of that
wow factor that really makes for a true HT experience.
Chris