I'm not sure what you're saying.
"CLE266 Unichrome" is the first in the list that comes up of 28 different Integrated Graphics drivers.
It's easy to download any of them at the library.(I downloaded about ten rendomly).
Darren Harris
Staten Island, New York.
I just wanted to know if I should risk trying them to see what happens.
Thanks.
Darren Harris
Staten Island, New Yrok.
If you want to determine if a driver is "worthwhile" to test install,
look at the INF file. The VEN and DEV values, stored on one
or more lines in the INF, is a way of stating what the particular
driver supports. I would use 7ZIP, and do a little extracting to
get at the INF files and have a look that way.
You'll need a tool to get VEN and DEV. You can use the Everest Free
Edition in Windows. Linux has "lspci" as a way to get the VEN and DEV
of each major hardware subsystem.
If a tool you use has VEN and DEV, and you want to map that to
English, you can use a list like this. You'll find quite a few
instances of Unichrome in here, which would be a graphics GPU
built into the chipset. This list is unofficial and is not
complete, because the real list is kept by USB.org and is
secret, to allow new product introduction without premature
release of information to competitors. This list is maintained
by volunteer contributors.
http://pciids.sourceforge.net/pci.ids
Using the download menu on that VIA page, you can try the "most likely"
driver first. That'll mean fewer trips to the library. If the library
computer had 7ZIP, you could inspect the driver installer for INFs, before
you leave the library. Take note of your VEN/DEV info before you leave home.
For example, if I use Everest...
http://www.majorgeeks.com/download4181.html
This is the info for my video card. VEN=10DE DEV=0291
Field Value
----- -----
Hardware ID PCI\VEN_10DE&DEV_0291&SUBSYS_21DB19F1&REV_A1
In the pci.ids, the translation gives...
10de NVIDIA Corporation
0291 G71 [GeForce 7900 GT/GTO]
I could go to NVidia and look for a driver for 7900GT. Then,
check the INF file to see if 10de and 0291 are in there or not.
That's how I could determine the driver supports that hardware.
Note that not all installers are friendly. Some make
it hard to extract the contents and do forensic work
before installation. So don't be surprised if my
instructions above are hard to follow. There are
at least 20 to 30 different "packers" out there,
things like InstallShield to prevent examination of
software, and it isn't exactly easy to bust all of
them open. I only have the tools to do the simplest
of cases.
Paul