QXGA mod --- edid issues
Posted: Mon Jan 20, 2014 11:56 pm
I am in the process of hooking up a IAQX10S to my T60p with a compatible 42T0079 inverter running arch linux.
I am using the i2c-tools package (modprobe i2c-dev) to access and flash the EDID as described in this guide:
http://www.thinkwiki.org/wiki/Installin ... reparation
and
http://www.thinkpads.com/forum/viewtopi ... 3&start=90
I am currently hooked up to an external monitor and am attempting to determine which register I need to flash but I cannot get any data on any of the registers, despite the fact that the external is working.
When I issue the i2cdump -r 0-127 2 0x50 command it prints out an EDID matrix but instead of data there are only 'x's or 'f's.
I believe the external may be in register 3 or 4 because those are the two registers which give me f's instead of x's. I tested by running the i2c dump on a register then unplugging the vga cable and plugging it in again followed by another i2c dump on that register, rinse and repeat. Not sure if the f's were a result of this but it is when I noticed that they were in 3 and 4.
Also when I run the python program described in the guide I get Error: Write failed in registers 0-2.
I am using the i2c-tools package (modprobe i2c-dev) to access and flash the EDID as described in this guide:
http://www.thinkwiki.org/wiki/Installin ... reparation
and
http://www.thinkpads.com/forum/viewtopi ... 3&start=90
I am currently hooked up to an external monitor and am attempting to determine which register I need to flash but I cannot get any data on any of the registers, despite the fact that the external is working.
When I issue the i2cdump -r 0-127 2 0x50 command it prints out an EDID matrix but instead of data there are only 'x's or 'f's.
I believe the external may be in register 3 or 4 because those are the two registers which give me f's instead of x's. I tested by running the i2c dump on a register then unplugging the vga cable and plugging it in again followed by another i2c dump on that register, rinse and repeat. Not sure if the f's were a result of this but it is when I noticed that they were in 3 and 4.
Also when I run the python program described in the guide I get Error: Write failed in registers 0-2.