Sent an email as well.
Sent to the tech support address the same body that I sent previously (and I posted in the thread earlier)
Will await a response!
Garry
Co-Developer of A.I.M.E.E
www.aimee.cc
Email sent,
I just purchased a MII 10000 last week and would really like to see the rez support.
Thanks for the templates and email address.![]()
2008 350z GT Installed since April 22nd 2011 - Worklog
2000 Protege Installed Since April 2, 2005 - Intel D201GLY|Fusion Brain|ODBPros ODBII|Engenius|GPS Rikaline|Powermate|Motorized Lilli
Sound StageEclipse|MTX|Infinity
Check out this post on the VIAArena forums. I wonder if they're sick of us emailing them for 800x480 support and want an end-user to hack it into the drivers...
Actually, I wonder if it's even possible to do with just the driver source.
Sent one out also...
VIA MII 10000 - 512MB Ram - Dual 2.5" drives, Xenarc 700TSV, Panasonic CW-8132-B, Opus 150, Audigy 2 NX, PowerMate, IOADR1610 10 Relay card
I downloaded the driver code and ran through it. From looking at via_bios.c it appears that the driver already supports 800x480, but it depends on the BIOS to actually support setting the hardware to that mode. We may still need to hunt them down for thatOriginally Posted by Change
Here's the section of source I think is relevant. Emphasis added by me..
================================================== ===
switch (pViaModeTable->Modes[j].Mode) {
case 0x14:
case 0x15:
case 0x16:
pViaModeTable->Modes[j].Height = 576;
pViaModeTable->Modes[j].Width = 1024;
break;
case 0x17:
case 0x18:
case 0x19:
pViaModeTable->Modes[j].Height = 480; // <==== YES!!
pViaModeTable->Modes[j].Width = 800;
break;
The problem is... Linux X11R6 driver offers 800*480 (if supported by vBIOS), but can you tell this about WinXP drivers too? certainly not.
So, has anyone actually gotten a response?
neither have I, only one from Xenarc posted here ages backOriginally Posted by LagunaICE
Ford Focus MP3 : www.stevieg.org/carpc Blog Updated 29 January 2009!
Car PC Status: Complete - Undergoing Software Redevelopment
Bookmarks