rado354
Nov 16 2006, 02:54 AM
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
Nov 16 2006, 04:05 AM
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
Nov 16 2006, 05:24 AM
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
tsk
Nov 16 2006, 06:47 AM
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
Nov 16 2006, 06:53 AM
No, no... I'm asking because I have
Radeon AGP video card and
Athlon 64 CPU
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
Kelsenellenelvian
Nov 16 2006, 07:40 AM
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
Nov 16 2006, 07:44 AM
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
Camarade_Tux
Nov 16 2006, 10:26 AM
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.
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
Nov 17 2006, 03:35 AM
Thanks a lot Camarade_Tux

I love your stars!
monohouse
Nov 18 2006, 10:34 AM
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
Nov 18 2006, 11:08 AM
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
Nov 18 2006, 12:03 PM
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
Nov 18 2006, 12:14 PM
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
Nov 18 2006, 12:34 PM
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
Nov 18 2006, 01:28 PM
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
Nov 18 2006, 01:47 PM
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.