Constructeur
Asiliant
Catégorie
Cartes graphiques et TV
Modèle
Asiliant 65554 PCI Bus
Description
Drivers
Système d'exploitation
Windows XP
Version Driver
2.5.1c
Taille
436Kb
Nom de fichier
wxpv251c.zip
Informations
Changes in Version 2.51c - 09/29/2003
=================
OS: XPe
Bug Number: N/A
Bug Desc: Dialog box fonts are not correct in control panel applet when
running under Windows XP Embedded. Also neither Graphics nor
Video is selected the first time the Color tab is opened.
Fix Desc: Put code in to make sure either Video or Graphics is selected
to apply in Color (gamma) tab. Also, documented in XPe file
that sserife_font needs to be included in the Target Designer
build to fix the font problem on the Chips and Color tabs.
Files: ctapplet.rc, ctapp.rc, gamma.cpp
New files: XP_Embedded.txt, chipsxpe.inf, chipsxpe.sld
Changes in Version 2.51b - 09/05/2003
===============
OS: Win2K,WinXP
Bug Number: N/A
Bug Desc: Cannot go to standby when CT board is secondary.
Fix Desc: Bit alignment in VBE data structures in softbios does not match
what it should be. This is due to the compiler forcing to a 32-bit
boundary on bitfield structures when "unsigned" is specified.
Changed the data structure for this problem to specify sized
members (unsigned char) so that we get the desired 8-bit alignment.
Files: inc/softbios.h