Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > LCD/Display


Reply
 
Share Thread Tools Display Modes
Old 05-10-2009, 01:26 AM   #1
Low Bitrate
 
AvWuff's Avatar
 
Join Date: May 2008
Posts: 66
AvWuff is an unknown quantity at this point
Custom Intel 945GM Drivers for Lilliput EBY701 - Native 800x480

Hi guys,

After many hours of futzing around, I finally got my Lilliput EBY-701 to work perfectly with 800x480. I've modified these newest Intel drivers for the 945GM chipset to add that resolution as an option.

Hope it works for you, Enjoy!
Attached Files
File Type: zip Intel 945GM XP Drivers for EBY-701.zip (15.90 MB, 683 views)
__________________
Read about my Car PC at www.avbrand.com/projects/carpc -- LED sign now functional!
AvWuff is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 05-10-2009, 08:42 AM   #2
Low Bitrate
 
Join Date: Oct 2007
Posts: 71
Zo6om is an unknown quantity at this point
thnxxxxx
Zo6om is offline   Reply With Quote
Old 05-13-2009, 08:14 AM   #3
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
Does it support Lilliput 8" (889GL-80NP/C/T) LCD ?
efun is offline   Reply With Quote
Old 05-13-2009, 08:53 AM   #4
Low Bitrate
 
AvWuff's Avatar
 
Join Date: May 2008
Posts: 66
AvWuff is an unknown quantity at this point
Quote: Originally Posted by efun View Post
Does it support Lilliput 8" (889GL-80NP/C/T) LCD ?

No idea. I made it for what I have :-)

-av
__________________
Read about my Car PC at www.avbrand.com/projects/carpc -- LED sign now functional!
AvWuff is offline   Reply With Quote
Old 05-14-2009, 09:12 AM   #5
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
I run the TVWsetup.exe, but it said that my system can not meet the mininum requirement. (WINXP SP3).
efun is offline   Reply With Quote
Old 05-14-2009, 11:26 AM   #6
Low Bitrate
 
AvWuff's Avatar
 
Join Date: May 2008
Posts: 66
AvWuff is an unknown quantity at this point
Quote: Originally Posted by efun View Post
I run the TVWsetup.exe, but it said that my system can not meet the mininum requirement. (WINXP SP3).

Oh, don't run the set up -- simply unzip the drivers, then go to your Control Panel, System, Device Manager, and select your 945GM card from the "Display Adapters" list. Go to properties, Driver, click Update Driver. Then click to specify your own driver, click "Have Disk" and point it at the folder where you've unzipped the driver. Select the driver that comes up and let it install, and you'll be all set!

-av
__________________
Read about my Car PC at www.avbrand.com/projects/carpc -- LED sign now functional!
AvWuff is offline   Reply With Quote
Old 05-14-2009, 11:35 AM   #7
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
Oh, thanks for your post. Could you pls point out what modification you made in the driver? since My chipset is Intel 945GME Express chipset.
efun is offline   Reply With Quote
Old 05-14-2009, 11:40 AM   #8
Low Bitrate
 
AvWuff's Avatar
 
Join Date: May 2008
Posts: 66
AvWuff is an unknown quantity at this point
Quote: Originally Posted by efun View Post
Oh, thanks for your post. Could you pls point out what modification you made in the driver? since My chipset is Intel 945GME Express chipset.

Sure, all I did is download the latest driver for the 945GM from Intel's site. Then I unzipped them.

I opened up the igxp32.inf file in the Graphics folder with Notepad, and made the following changes:

Under the section [NonEDIDMode_AddSwSettings],
I changed "TotalDTDCount" from 0 to 1.

Then, below that , I deleted the line that starts with HKR,, DTD_1 and replaced it with this line:

Code:
HKR,, DTD_1,%REG_BINARY%, 82,0C,20,E8,30,E0,50,10,28,50,D3,0C,00,00,00,00,00,1E,37,01 ;800x480

This is essentially the DTD that I found works with the EBY-701 and the 945GM. They might not work on other adapters.

Once I finished that, I saved the file and then followed the steps to make Windows use that driver for my adapter.

By the way, I found the steps for how to make my own drivers with the Intel chipsets from this page:

http://software.intel.com/en-us/arti...ntel-graphics/

Good luck!
__________________
Read about my Car PC at www.avbrand.com/projects/carpc -- LED sign now functional!
AvWuff is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-14-2009, 11:57 AM   #9
Newbie
 
Join Date: Jun 2007
Posts: 49
Virac is an unknown quantity at this point
where did you find that DTD code? ( tring to repicate with a different chip(ati) )
Virac is offline   Reply With Quote
Old 05-14-2009, 12:19 PM   #10
Low Bitrate
 
AvWuff's Avatar
 
Join Date: May 2008
Posts: 66
AvWuff is an unknown quantity at this point
Quote: Originally Posted by Virac View Post
where did you find that DTD code? ( tring to repicate with a different chip(ati) )

Well, I started with some other drivers I had found years ago that provided 800x480 on the Xenarc, but they never worked properly. I tried them again on the Lilliput when I got it, and it sorta worked -- the picture was there, it was the right width, but it was squashed with big black bars across the top and bottom.

So, I said, "Hmm, it looks like I've almost got it, I just need to change the scan frequency and adjust the front and back porch on the vertical scan." So I fiddled with the numbers until it worked perfectly.

I used DTD Calculator to actually generate that DTD, by inputting the numbers.

Good luck,
-av
__________________
Read about my Car PC at www.avbrand.com/projects/carpc -- LED sign now functional!
AvWuff is offline   Reply With Quote
Old 05-15-2009, 06:45 AM   #11
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
--- "I just need to change the scan frequency and adjust the front and back porch on the vertical scan." So I fiddled with the numbers until it worked perfectly...

What tool you were using to see if the setting is right? Powerstrip or just re-install the driver on each retry?
efun is offline   Reply With Quote
Old 05-15-2009, 09:09 AM   #12
Low Bitrate
 
AvWuff's Avatar
 
Join Date: May 2008
Posts: 66
AvWuff is an unknown quantity at this point
Quote: Originally Posted by efun View Post
What tool you were using to see if the setting is right? Powerstrip or just re-install the driver on each retry?

Reinstall each try. Luckily, my guesses were pretty close and it actually worked perfectly on my second try :-)

-av
__________________
Read about my Car PC at www.avbrand.com/projects/carpc -- LED sign now functional!
AvWuff is offline   Reply With Quote
Old 05-15-2009, 11:38 AM   #13
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
I think it is to modify the windows registry. If so, both DTD caculator and make a .reg file will work too, right?
efun is offline   Reply With Quote
Old 05-15-2009, 12:00 PM   #14
Low Bitrate
 
AvWuff's Avatar
 
Join Date: May 2008
Posts: 66
AvWuff is an unknown quantity at this point
Quote: Originally Posted by efun View Post
I think it is to modify the windows registry. If so, both DTD caculator and make a .reg file will work too, right?

I suppose, but DTD calculator's "apply" option didn't work for me. That's why I reinstalled the driver each time.

-av
__________________
Read about my Car PC at www.avbrand.com/projects/carpc -- LED sign now functional!
AvWuff is offline   Reply With Quote
Old 05-15-2009, 11:07 PM   #15
Constant Bitrate
 
Join Date: Dec 2008
Posts: 162
efun is an unknown quantity at this point
After many retries, I got it finally

The dirver is just yours at first post, the point is I must delete the device before install the driver for it, or the LCD just keep black or said "NOT SUPPORT". Once the driver install sucessfully, the display was 800x480 but not point to point with the LCD. I use the LCD auto adjust function to make it point to point.

Now the display was perfect, but has a problem. When I unplug and reconnect the VGA harness, the display will be incorrect. Need reboot windows to solve it. Forunately, there will be a little chance to unplug the VGA during windows running.
efun is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel 865 custom drivers neilwozau LCD/Display 49 03-19-2009 05:18 AM
Shuttle sv24 or fv24 michael_16j General Hardware Discussion 6 06-05-2006 03:56 PM
800x480 on Intel 845, some hope? sama LCD/Display 3 03-10-2006 03:25 AM
How is this motherboard? Intel board inside.. sspiro General Hardware Discussion 5 01-16-2005 02:16 PM
Possible (theoretical) BIOS fix for 800x480 on Intel Extreme Graphics? Giuliano LCD/Display 3 10-22-2004 12:09 AM



All times are GMT -5. The time now is 12:14 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics