I just successfully modded my T43p (2668-H8U) with a IAQX10N panel

Just after plugging the panel the screen was 1600x1200 in the upper left corner though.
After some fiddling I can confirm that the config pin setting for QXGA is "S S S S", so just a blotch of solder on the first 3 connector pins is enough.
I reused the
original T43p cable+inverter from the 1600x1200 panel. The cable is a little bit too long but it can be stuffed below the panel, just before the plastic part that guides the flat cable out of the display assembly. Then the thinklight portion of the flat cable will be too short but that can be resolved by peeling it off (it's folded & glued to the part of the cable that connects to the panel) and refolding it to gain some length.
The EDID block in the BIOS seems to only specify a 49.3Hz screen mode. The Windows display driver doesn't seem to care and uses 60Hz anyway but I could not get the Xorg radeon driver to display 60Hz out of the box. It rejected my modeline even with "IgnoreEDID" enabled.
fglrx wasn't an option since it does not really support any recent kernels.
I used the
EDID block from thinkwiki.org and patched the pixel clock to get a 60Hz mode. The bytes to be patched are @0x36 and 0x37. They read 29 40 and should be patched to DB 4C. The panel doesn't mind the higher pixel clock.
Here's the
prepared EDID block in binary format for convenience. It has to be loaded using the "CustomEDID" "LVDS:<filename>" option.