Help - Search - Members - Calendar
Full Version: Is It Save To Remove:
MSFN Forums > Member Contributed Projects > nLite

   
Google Internet Forums Unattended CD/DVD Guide
rado354
Can someone tell me if it's save to remove the following two components:

Hardware Support:
AGP Filters – 100kb
CPU AMD – 20kb

I DO integrate the CPU driver and Catalyst 6.11.
Is it save to get rid of them?
jmbattle
If you have an AGP graphics card in your system, do not remove AGP filters. In fact, even if you do not, leave them well alone - I experimented with an installation on my laptop and was unable to install the onboard ATI video card drivers.

I believe I even attempted to re-integrate the drivers using a driver backup tool.

The CPU driver is safe to install, provided you are not using an AMD CPU.

Take care,
James
x
uvmain
it's a bit self explanatory really.. if you have a pci-e grfx card, then the agp filters are safe to remove. if you have an intel chip, then the cpu driver is safe to remove. saying that, i have always used AMD chips, and haven't seen problems before when removing the cpu driver.. I suspect it's just an old cool n' quiet kind of implementation.. i mean, XP is what, 6 years old? whatever that driver did, no-one's gonna have that hardware anymore anyway smile.gif
tsk
I have similar Q so won't start a new thread but ask here:

I have Intel Pentium 3 CPU and Intel BX chipser (i440BX). Also AGP gtaphics card (Geforce). Can I remove CPU Intel and AGP Filters - or leave them alone?

What "CPU Intel" is needed for? Do I need it for my P3 or is it for some newer (P4?)/mobile Intel CPUs?
rado354
No, no... I'm asking because I have Radeon AGP video card and Athlon 64 CPU smile.gif

That's why I'm unsure to keep these components or remove them?


So if jmbattle is right, removing AGP Filters will brings me only problems.
Someone can confirm that?

More info is needed yes.gif
Kelsenellenelvian
Why don't you just bite the bullet and try it? You'll only be out a CD and like an hour of your time...
rado354
LOL, Kelsenellenelvian!

I use CD-RW for testing, that's not the problem.
I just thought someone here knows the answer...

But as it seems at the end I will follow your advice smile.gif
Camarade_Tux
I've tried to remove all CPU things and AGP filter.

In VMWare, there's an entry in setuperr.log about agp440.sys but otherwise no problem, VMWare Tools installed successfully. Did not used dxdiag though.
Have no agp test machine available. sad.gif


About CPU things : I had no problem in VMWare and on real install (first emulates an AMD CPU, second is a dual-core 64bit).

Keep in mind XP (doesn't matter which SP) knows nothing about dual-core and 64bit.
rado354
Thanks a lot Camarade_Tux smile.gif

I love your stars!
monohouse
btw do you know if xp runs on dual-core systems and 64-bit systems in 32-bit mode ? even if it does not know about them ?
Camarade_Tux
Files are simply different for 64 and 32 bit versions. You'll notice 64-bit files are fast always bigger than their 32-bit counterparts.
There's nothing to know : there is some code to execute, nothing more.
monohouse
well comrade, in your personal opinion, would it be more efficient and faster to execute 32-bit code on a 32-bit xp on a 64-bit cpu or 32-bit code on a 64-bit xp on a 64-bit cpu ?

there is no real proper 64-bit code anywhere so 64-bit code can be considered as does not exist, what does exist is a 64-bit winblows and 64-bit cpu, do any of these improve execution of 32-bit code (or 32-bit based code recompiled for 64-bit processor, all the same, as there is no compiler good enough anyway) ?
Camarade_Tux
On IA-32 when a variable is longer than 32 bits (not sure it's really 32) it is split so the CPU can handle it. This takes some time.
On 64-bit, the var can be 64 bit without being split.
Also, I think 64-bit OS is needed in order to access additionnal registries.

But 64-bit means 64-bit memory address so you will need more memory (PAE has the same effect).

As far as I've understood, on 32-bit OSes a 64 bit CPU will behave in the same way as a 32 bit CPU.



64-bit OSes are probably faster (and even more for scientific apps) but they need more RAM.
monohouse
so what you're sayin is that there is no point in using 64-bit OS or a 64-bit CPU for a 32-bit code ? as the additional memory requirements are just going to be wasted because the 32-bit code does not use the extra registers or the extra memory address space anyway ?
Camarade_Tux
I'm saying there's probably no difference between XP SP2 on Athlon and Athlon64.
And it's not they won't use these registers, it's they won't have access to it.
Innocent Devil
that's similar to shift from 16 to 32 bits

when the cpu is reset it start exec from 0xFFFF (it bit real mode)
then if a 32 bit OS loads it swiches the cpu to 32 bit protected mode (after getting cotrol transfrred by BIOS)

for 64 bit similarlt it initiates 64 bit protected mode.

for 64 bit processor it has all the register for 16,32 and 64 bit oses
for 16 bit -- AX,BX,CX DX, SI,DI,IP,etc
for 32 bit -- EAX, EBX, ECX, EIP etc
for 64 bit -- RAX,RBX,RCX etc

|<---------------------------64 bit------------------->|
|<------32 bit---------->|
|<---8 bit -->|
|--------------------------------------------------------|
|--------------------------------------------------------|
|<--AX----->|
|<------ EAX------------>|
|<-----------------RAX------------------------------->|

the same register appear differently for differet oses
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.