Uniformity test of Apple 24 inch LED (2009 model)

Equipment used:

Macpro 2009, model MacPro4,1

Apple 24 inch LED display connected via displayport connector.

Xrite DTP94 colorimeter

Calcheck module of Veripress.

Procedure:

A set of colour patches were placed in a small rectangle in the centre of the screen and measured using the DTP94. These values were then used as the reference. Measurements were then taken on a 3 x 3 grid and the measurements compared to the reference using a simple distance formula in Lab ie. delteE CIE1976. The monitor brightness was measured at 150cd/m2 and 6481.30K. This is the way the monitor was already set as I am most comfortable working at this brightness level.

The results are summarised in the table below, and screen shots are included as a way of proof.

This is the average deltaE on the 3 x 3 grid

2.86 1.79 2.97

2.88 1.13 1.73

4.10 1.97 2.00

This is the maximum deltaE on the 3 x 3 grid.

5.63 2.86 4.49

4.71 1.73 3.04

5.52 3.04 4.59

This is the standard deviation on the 3 x 3 grid.

1.85 0.63 1.01

1.16 0.41 0.69

1.12 0.55 1.24

Observations:

From the results we can see that this monitor works best along the centre column and worst on the left and right hand columns. This is probably in line with the design criteria of the device, as most people focus their attention on the centre column of the screen when using the computer, as so most attention has been paid to making this as uniform as possible. I set the deltaE tolerance very high, 6.0, and even so the monitor does not pass the uniformity test. As I previously mentioned, I had the brightness at 150 cd/m2 but I doubt that increasing the brightness will improve the uniformity enough to make the device be useable for critical colour work.

Screen shot 2009-12-04 at 10.15.11 AM.png Screen shot 2009-12-04 at 10.15.29 AM.png Screen shot 2009-12-04 at 10.15.38 AM.png Screen shot 2009-12-04 at 10.15.49 AM.png Screen shot 2009-12-04 at 10.15.54 AM.png Screen shot 2009-12-04 at 10.15.59 AM.png Screen shot 2009-12-04 at 10.16.06 AM.png Screen shot 2009-12-04 at 10.16.15 AM.png Screen shot 2009-12-04 at 10.16.21 AM.png

Linux on the iPhone!

Reading this on the //linuxoniphone.blogspot.com just made my day.Steve Jobs must be thoroughly annoyed. First the unlocking and now this. Life we just be much easier if the iPhone was opened up.

LINUX ON THE IPHONE

FRIDAY, NOVEMBER 28, 2008

Linux on the iPhone!
I’m pleased to announce that the Linux 2.6 kernel has been ported to Apple’s iPhone platform, with support for the first and second generation iPhones as well as the first generation iPod touch. This is a rough first draft of the port, and many drivers are still missing, but it’s enough that a real alternative operating system is running on the iPhone.

What we have:

– Framebuffer driver
– Serial driver
– Serial over USB driver
– Interrupts, MMU, clock, etc.

What we have in openiboot (but hasn’t been ported yet):

– Read-only support for the NAND

What we don’t have (yet!):

– Write support for the NAND
– Wireless networking
– Touchscreen
– Sound
– Accelerometer
– Baseband support

The current userland we’re using, in the interest of expedience, is a Busybox installation created with buildroot, but glibc works fine as well, and we’re going to build a more permanent userland solution.

A demonstration video can be s [From Linux on the iPhone: Linux on the iPhone!]

Follow this link to the original post