Jump to content

How to use Linux get-edid data w/ATIinject for my x1300 mobility?


rconti
 Share

1 post in this topic

Recommended Posts

Hello,

 

I've done a bunch of searches on this but can't find anything useful to me.

 

I've got a IBM T60 with an x1300 mobility and screen at 1400x1050. QE and everything work great on my iATKOS 4 install after changing a few settings to work with my deviceID.

 

I'd like to try to get rid of the mouse tearing by putting my EDID information into the ATIinject, but I can't figure out what info to use.

 

The documentation I've found says to take the 16-digit hex strings outputted by parse-edid, but none of my data looks anything like what I see in the documentation.

 

Any help would be greatly appreciated.. or you can let me know not to waste my time with EDID settings if I won't be able to get rid of mouse tearing even via the ATIinject hack (which I'm beginning to fear).

 

TIA.

 

Here's my output from get-edid and then parse-edid:

 

root@rconti-laptop:~# get-edid > edid

get-edid: get-edid version 1.4.1

 

Performing real mode VBE call

Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0

Function supported

Call successful

 

VBE version 300

VBE string at 0xc0254 "ATI ATOMBIOS"

 

VBE/DDC service about to be called

Report DDC capabilities

 

Performing real mode VBE call

Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0

Function supported

Call successful

 

Monitor and video card combination does not support DDC1 transfers

Monitor and video card combination supports DDC2 transfers

0 seconds per 128 byte EDID block transfer

Screen is not blanked during DDC transfer

 

Reading next EDID block

 

VBE/DDC service about to be called

Read EDID

 

Performing real mode VBE call

Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0

Function supported

Call successful

 

 

root@rconti-laptop:~# cat edid | parse-edid

parse-edid: parse-edid version 1.4.1

parse-edid: EDID checksum passed.

 

# EDID version 1 revision 3

Section "Monitor"

# Block type: 2:0 3:f

# Block type: 2:0 3:fe

Identifier "LEN:2240"

VendorName "LEN"

ModelName "LEN:2240"

# Block type: 2:0 3:f

# Block type: 2:0 3:fe

# DPMS capabilities: Active off:yes Suspend:yes Standby:yes

 

Mode "1400x1050" # vfreq 60.020Hz, hfreq 63.981kHz

DotClock 108.000000

HTimings 1400 1448 1560 1688

VTimings 1050 1051 1054 1066

Flags "-HSync" "-VSync"

EndMode

Mode "1400x1050" # vfreq 50.000Hz, hfreq 53.300kHz

DotClock 89.970000

HTimings 1400 1448 1560 1688

VTimings 1050 1051 1054 1066

Flags "-HSync" "-VSync"

EndMode

# Block type: 2:0 3:f

# Block type: 2:0 3:fe

EndSection

Link to comment
Share on other sites

 Share

×
×
  • Create New...