This is the next piece of my MBP Unibody to receive my attention. I am dismayed at the support for the LCD under Windows. No driver is provided for the monitor so it using the Generic PnP Display driver. As i have previously posted, it seems the ACPI support is almost missing. Because of this, Windows is unable to adjust the brightness of the screen as is apparent from its absence in the Mobility Centre:
This also means that some of the cool new power management features of Windows 7 like the idle screen dimming feature are unavailable. I really like this feature in OSX and would love to see it working under Windows. I decided tonight to investigate this further and the first step was to find out some useful information about the panel. Running the following command in an OSX terminal window gives you the model of your display:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings –6
Finding the model information under Windows is even easier:
- Open device manager
- Expand the Monitors node and double-click the display to bring up its properties dialog
- Change to the Details tab and select Hardware Ids from the drop down list
The model can be seen in the last 4 digits of the hardware ID. For example mine is MONITOR\APP9CA4 which means i have the 9CA4 screen. A quick Google search reveals that this means i have the Samsung LTN154BT08 LCD panel. You can also use the trial version of the excellent Everest application to get even more detailed information:
Now that i know the panel specifications i can continue my hunt for a driver that will hopefully provide better control of the screen. In the meantime, i highly recommend running the Calibrate display colour wizard included with Windows 7 as a minimum. When i ran the wizard, i found the gamma to be WAY too high, which was leading to a washed out image. I ended up following the fantastic guide and lowering the as low as it would let me. Admittedly, up to that point i had not noticed the high gamma since the screen is so damned nice, but after making the adjustment, i can honestly say the colours are much richer. It seems a lot of other people have come to the same conclusion even compared to the standard OSX colour profile.
Oh by the way, if you are thinking of purchasing the matte display option, read this article first. While it does reduce glare to a certain extent, you do sacrifice quite a lot of colour richness. I personally dont find the glare distracting at all, but i guess its personal opinion.
