aqaing
Jul 27 2008, 09:07 AM
| | Hi guys,
I run a small 3D visualisation business and need some more rendering power. I am going to upgrade my dell precision 670 from a 3.2 dual xeon to a a 2.8 dual quad core. I need to get a new motherboard aswell as the existing one will not take quads. Through this process i will also be going from 32bit XP, to 64bit vista but am worried about the functionality of some of my programs. As a backup i would like to have XP and Vista on the PC so that i can still work on XP if i need some time to sort out any new software updates for 64 or something more major.
So my questions are:- 1. is it possible to have both XP 32bit and Vista 64bit installed on the same PC? 2. If so how would I do this? 3. How do i switch between XP and vista when using my PC 4. Anything i should be aware of when using the same software on 32 bit and 64bit
my dad thinks that To switch from Vista to XP and vice versa, you will have to reboot. (Or you can use a virtual PC and not have to worry about rebooting. any opinion? |
Comment/Reply (w/o sign-up)
yordan
Jul 28 2008, 11:55 AM
Wrong forum, aqaing. You posted your question in the tutorial section. In the tutorial section, you are supposed to teach things. So, people knowing this subject will not look inside the tutorial section. So, if you want to ask a question, don't post your question in the tutorial section. Ask your question in a "tutorial request" if you want a tutorial, or in the "Windows" section if you want an answer concerning windows. That's why I moved your topic here, where it should find an answer. I'm not really familiar with xeon quad, however, I'm pretty sure concerning some facts. a) A 32-bit machine needs a 32-bit operating system, a 64-bit machine needs a 64 bits operating system.  You must buy the Windows version suitable for your cpu. So, what about asking the guy who will sell you the software, if he guarantees that it will work ? c) I know that vista/XP dual boot does not work well, maybe you should do a test on a test machine (a machine you can easily sacrify). I would try reformatting the hard disk of the test machine, then install XP on a partition, and install vista on a second partition, and see how the vista multi-boot will manage that. In my opinion this is the safest way to decide.
Comment/Reply (w/o sign-up)
xboxrulz
Jul 28 2008, 12:09 PM
All quad cores are 64-bit processors so just install Windows Vista x64 for your system. You don't really need to install XP if you have Vista unless you need direct access for DirectX hardware like DirectSound. Most software written for the passed 5 years should work on Windows Vista fine. xboxrulz
Comment/Reply (w/o sign-up)
faulty.lee
Jul 29 2008, 03:04 AM
QUOTE(aqaing @ Jul 27 2008, 05:07 PM)  Hi guys,
I run a small 3D visualisation business and need some more rendering power. I am going to upgrade my dell precision 670 from a 3.2 dual xeon to a a 2.8 dual quad core. I need to get a new motherboard aswell as the existing one will not take quads. Through this process i will also be going from 32bit XP, to 64bit vista but am worried about the functionality of some of my programs. As a backup i would like to have XP and Vista on the PC so that i can still work on XP if i need some time to sort out any new software updates for 64 or something more major.
So my questions are:- 1. is it possible to have both XP 32bit and Vista 64bit installed on the same PC? 2. If so how would I do this? 3. How do i switch between XP and vista when using my PC 4. Anything i should be aware of when using the same software on 32 bit and 64bit
my dad thinks that To switch from Vista to XP and vice versa, you will have to reboot. (Or you can use a virtual PC and not have to worry about rebooting. any opinion? I would like to add a little bit more info on top of yordan's reply. 1. As long as you have 64bit capable processor, it's most like possible to install both on the same PC. 64Bit processor are backward compatible with 32bit OS. 3. Like yordan said, the vista's multi-boot manager will handle this properly. If not, you can still resort to using those tools that handle BDC (Boot Device Configuration), such as VistaBootPRO. This is something new and less friendly compared to Xp's boot.ini 4. Not all 32bit software will run properly in 64bit environment. And not all software that runs on XP can run on Vista. It's safer to check in with your software vendor, or their website. Most of them mention their compatibility with Vista and 64Bit system. Some might require you to download and install minor update your copy of the software. Side Note: Since your intention is to improve the performance of your 3d visualization rendering performance, make sure you check that your software supports or has a 64bit version. If your software is 32bit only, and running in 64bit OS, there won't be any improvement in terms of performance. Then, the only advantage left for using 64bit OS in this case is to able install more RAM. 32Bit OS and hardware has the maximum memory limit of 3GB. Also, Vista require slightly more resource than XP itself, so you might have loss a bit of performance when running in Vista.
Comment/Reply (w/o sign-up)
xboxrulz
Jul 29 2008, 05:38 AM
faulty.lee, actually 32-bit software do run faster in 64-bit environments due to the larger memory mapping available to them. Also, most 32-bit and XP software do work on Windows Vista x64.
Comment/Reply (w/o sign-up)
faulty.lee
Jul 29 2008, 12:28 PM
QUOTE(xboxrulz @ Jul 29 2008, 01:38 PM)  faulty.lee, actually 32-bit software do run faster in 64-bit environments due to the larger memory mapping available to them. Also, most 32-bit and XP software do work on Windows Vista x64. Not really xboxrulz. When you run 32bit (x86) application in 64bit (x64) OS, the software is running on an emulation layer provided either by the OS or by the CPU(AMD). The amount of memory the specific application can access is still with it's 32bit addressing capability, which is 4GB. The larger memory mapping is only available to 64bit software, and the other possible advantage is when you have more than 4GB of memory, the OS can keep much more program running in memory as possible. Further more compatibility with Vista is another issue on top of x64. Take for example, say there 2% of XP 32bit software that won't run on Vista alone. Then there's another 2% of the software won't run on 64Bit OS (including XP 64). Thus you might ended up with compounded percentage equal to 4% of the software not able to run in Vista 64. If you're lucky enough, there's overlapped percentage in both the area, then it would be less than 4%. To really take advantage of the 64bit OS/CPU, the application needs to be re-compiled for 64bit CPU. There are further advantages and disadvantages of 64Bit OS/CPU as outline by these articles : http://en.wikipedia.org/wiki/Vista_64http://en.wikipedia.org/wiki/64-bit#Pros_and_cons
Comment/Reply (w/o sign-up)
xboxrulz
Jul 29 2008, 12:33 PM
There isn't any emulation required to run 32-bit software on top of Windows x64 since the processor executes both 64-bit and 32-bit software natively. For this reason, AMD64 was successful and IA64 wasn't. WOW64 is actually a compatibility layer like WINE for Linux. They're not emulators but compatibility layers. I notice that 32-bit games generally run faster on 64-bit Windows than 32-bit Windows. xboxrulz
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : installing, xp, vista
- The Run Command
Vista run command (5)
Making Xp Look Like Vista
(3) QUOTE For those that are not planning to install Windows Vista anytime soon, and want the styles
and feel Vista has to offer when it comes to eyecandy and functionality, there are a few ways you
can do this which can change not only the skins to Vista, but also icons, menus and your bootup
screens. The most popular aspect of Vista is its Aero - Transparency and 3D Flip. To get opaque
windows on Windows XP, you can try out a various software packages. Forget WindowsBlinds, thats not
a true enablement of the Vista experience, what you really need is the BricoPack Vis....
Vista Requirements
(1) I have a copy of vista home premium, i have put it on one of my computers however my other computer
has only 64 mb of ram with vista hp requires 128, will vista still legaly run on my computer or will
it fail to install 2.0 ghz prossessor 1 gb of ram 60 gb hdd 64 mb ram ....
Why I May Be Installing Windows Xp Sp3 Again
(16) This is a sad tale of a man and his machine that would not start again. The story continues with a
sorted affair between two operating systems and a battle to win the love of this man’s heart. My
problems began last weekend when I started my computer after it had been off from the previous
night. Everything went normally throughout the POST but once Windows XP started I heard the dreaded
clicking from the hard drive. After several reboots and a Spinrite diagnostic I gave up and called
the time of death around three in the afternoon. This is not all bad because I had....
Will Vista Run On This Pc
(5) Will vista work on the computer im using since windows xp profession edittion works and i never get
lags or freezes running the internet since there are no games i like that this computer can run here
are the specs PIII 550mhz Nvidia riva tnt II pro some kind of foxxcon motherboard 20gb hard drive
and 10gb 320 soething ram 2x128 1x64 i think it will run fine but i dont know about compadibility....
Vista
(5) I am aware that when Vista was first released it was full of bugs and was very nonsupporting for
Drivers. I was wondering if it has been fixed up at all by this time since it has been out for quite
a while now. Also, which Operating System is better for gaming at this time, Windows Vista or XP? A
final question I have is that of the worthiness of Vista, is it worth it to buy the Ultimate
Edition, or what? If I'm planning on using the computer for Web and Image Design, as well as
Hardcore Gaming what Edition should I seek?....
Vista: Work In Progress?
(3) QUOTE Steve Ballmer has admitted that Vista is "a work in progress", and admitted the company
has to learn lessons from its release. Speaking at the Most Valuable Professional Global Summit in
Seattle, Ballmer resisted calls for a slimmed down Windows 7: "Vista is bigger than XP and it's
gonna stay bigger than XP. We have to make sure it doesn't get bigger still." However, Ballmer
went on to admit that it had taken too long to get Vista out the door and admitted it had caused
problems: "Vista is a very important piece of work, and I think we did a lot of th....
Windows Vista
How would you rate it? (5) I like windows vista, It has a unique design and security system...Although it's just another
copy of WindowsXP, Except different design and some new features, Here are my overall ratings:
Design Rating : 8/10 - I think i give it 8/10 because i like the design but even sometimes i find
design faults/bugs in them. System Rating : 7/10 - I give this 7/10 because the system is unique
but also sometimes very fustrating to use. New Features : 8/10 - I'm giving the new features
8/10, Simpy because there are some bugs i've found in lots of new features that Vist....
Windows Vista Sp1 Released.
(18) Today, I fired up my laptop to check the email, usual morning stuff and got the Windows Update
reminder in the taskbar. No worries, I’ll just update this and be on my way. Small couple of
kB Windows Defender update - easy! A few moments later it was done, the successful update balloon
popped up. Moments later, another update appeared, strange… I opened Windows Update and it
reported that this one update had a size of a few MB up to a few hundred! Could it be… Well it
was, Windows Vista SP1 is ready for all. As I write this, I am currently downloading i....
Xp Vs Vista
THE FINAL (19) Im wondering what your views are on Windows Vista and Windows XP! Which do YOU think is the better
operating system? Personaly, i thikn windows XP. Lets see why...... Windows XP upsides: Doesnt
need much RAM Less file space (More space free!) Ability to install every previous windows program
Stylable Unique Many other features which i cant list Windows XP downsides: Not as attractive as
Vista Sometimes runs very slow Security breaches (Most have been patched) Should be coded in C/C++
Windows Vista upsides: Stylish Attractive Nicer looking windows and buttons Attra....
Vista Drives Me Up The Wall
(8) Im really mad at my Windows Vista Home Premium. Below are a list of problems i encounter: - Security
question for ever dang thing i open - Doesnt Auto Run CD - Windows Media Centre is the worst - Half
my games barley work - Security update every 5 mins - Takes ages for my computer to acutally close
down - takes up alot of computer useage for just one document Granted that some of those are not
related to Vista but there must something that can help me. Thanks....
[trick] Installing Xp Last And Still Dual Boot
For Windows Vista (0) QUOTE This was a tough one, but I managed to prove my theory that XP can be installed last and
still added to the bootloader. It was simple to do with two cmd lines, but damn hard to find and
figure out. My first problem getting Vista off of XP (I didn't want to use VistaBootPro in
solving this puzzle) so I could add XP after the Vista install without any traces of it left from
the bootloader. I could have reinstalled XP and cleaned it up, but a little research revealed a much
quicker way with bootsect.exe. The syntax is: E:\boot\bootsect.exe /nt52 ALL /force (....
64 Bit Vista Software Compatibility List
Thats Great! (3) This thread contains a list of all software that has been found to be compatible with Vista 64-bit.
Note this is software only, not hardware/drivers! All suggestions can be edited into this Wiki and
new categories created if necessary. Please add your forum username to additions to this list.
Hopefully this will be a great resource for Vista x64 users! All changes need to be approved before
they become active. Once you have made revisions to this document, a member of staff will receive a
PM asking for approval. System Utilities Arconis True Image 10 (64-bit) - Znod Ult....
Download Youtube Videos In Windows Vista
Windows VISTA (6) You can watch videos on YouTube, but you may want to save them off-line for later viewing, this is
not possible by default. Although there is a free program that allows you to download videos from
YouTube. The name of this program is YouTube downloader, download it from here >
http://www.softpedia.com/get/Internet/Down...onwloader.shtml Some sites will give you a direct
link to download the video, but this program just needs the video's URL in YouTube then it will
save the video in either FLV, MPEG, or AVI file format for you. You may watch the videos downloaded
i....
How To Login To An Expired Windows Vista System
based on How To Login To An Expired Windows Xp System (2) I just read How To Login To An Expired Windows Xp System . This gave me a nice Windows Vista
mini-tutorial. Notice!!! I'm not advertising piracy!! It's just a matter of having
the rights to access your files, and it doesn't approve that it restores the full function of
Windows Vista, and besides How To Login To An Expired Windows Vista System 1) Login until you go
unto the windows where it says that the Windows has expired. 2) Click on the purchase new serial
key. (yehey!!! /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="s....
Review About Vista
On a TOSHIBA Equium A100-147 (10) Hi, this is my opinion about Vista, first. The machine that I'm testing it on is a TOSHIBA
Equium A100-147: 1.6Ghz Intel Core Duo (Centrino) T2050 1GB of RAM Intel GMA950 (Intel Mobile 945GM
w/ 128MB of Video RAM) Wi-Fi (Intel PRO/Wireless 3945abg) Realtek HD Audio Now, I have upgraded
from XP MCE 2005 to Vista Ultimate, I'll tell some things. Pro's The Aero UI is awesome I
have used 60% of physical memory with IEXPLORE.EXE (IE) running The Windows Ultimate Extras!
Compatibility with XP devices Con's Had to update drivers/software Installation took ....
Disable Scan And Repair In Vista
(0) Everytime I connect my usb stick to my laptop (vista), a pop-up appear asking whether I want to scan
and repair my usb stick. It does this because I don't use the "safely remove device" thingy in
the taskbar /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0"
alt="rolleyes.gif" /> . I've never had any problems with the usb key before so I'm not going
to waste my time to check it for errors. Is there a way to disable this annoying popup ?....
Is Vista Good?
I gonna use Ultimate OK? (10) I am gonna use Vista Ultimate on a TOSHIBA Equium A100-147, my system specs are below: Intel Core
Duo Socket M T2050 1.6GHz (Dual Core) 1GB of DDR2 RAM DVD-RAM Drive 4X USB 2.0 Ports 2 speakers
connected to Realtek HD Audio 5-in-1 Card Reader (SD, MMC eg) PC Card slot (PCMCIA)(CardBus)
ExpressCard slot Intel 945GM Current OS: Windows XP MCE 2005 w/ Rollup 2 Intel 3945ABG Wireless
TOSHIBA Software Modem Intel PRO/100 VE Network Connection IEEE1394 Using the upgrade adviser, it
recommends me to Home Premium. I will sort the software out. Please can you comment on the OS ....
Clean Vista Thumbnail Cache
(0) To speed things up a bit, windows caches all the thumbnails it has created in a series of
thumbnailcaches. After an extent period of time, these files get huge (before re-installing Vista,
my thumbnailcaches had a total size of 900Mb) and big files slow down your system so it's a good
things to clean them up. Where ? The caches are located in:
C:\Users\your_name\AppData\Local\Microsoft\Windows\Explorer\ . How ? You'll see 6 files in
the folder previously mentioned, select them all and delete them. Explorer will complain that it
can't delete the files, ....
100 Reasons To Use Windows Vista
No, really?? (14) Recently, I have received an "Exploring Windows" email from Microsoft, which led me to an
interesting link called 100 Reasons You'll be speechless. Thought it was related to Windows
Vista, and it was. Here are some of my opinions: 1. It makes using your PC a breeze, if Windows is
responding most of the time. Also, many users have complained about User Account Control, which say
that it makes using the PC not a breeze. I haven't tried it yet, but from others' point of
view, it seems to be intrusive and annoying. 2. Your music may be a click away from your re....
Vista And Xp - What's The Difference?!?
(11) I don't know what the difference between Vista and XP is. I just see Vista as a glorified XP.
Does anyone have any other opinions?....
My Summary Of Vista Bugs
User summary (12) Wow /ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> I can't
believe that Microsoft Vista, even at it's release, has many bugs. Even though the features--
nice start logo, great sidebar, cool effects, nice IE 7, awesome Windows Media Player, improved
Policies, a start search, indexing,(do you want me to name them all) ReadyBoost, new & improved
bootscreen, Microsoft Aero(I think Windows Aero), and many more--are very great, I recently faced
many bugs:(Note that these bugs are in Windows Vista) Some programs I can't access fr....
Vista Readyboost
(9) Hey, A friend of mine has just purchased a new 1gb SD card to use on his vista computer. When the
card is inserted, the options come up (where you can choose what you want to do, view pics, print
pics etc) and the last item on the list is use this device for readyboost. But when he clicks on it
- nothing happens. If you look in the properties window, there is no readyboost tab, even though it
was found as readyboost compatible before. Any ideas whats happening? Thanks....
Vista Rocks
(33) I love vista. the look of it is awesome. i was a lil scared at first to buy computer with it but now
that i have it i'm glad I do. VISTA ROCKS!!! /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" />....
Windows Vista Is Awesome!
I've recently got Windows Vista and I've had very few problems (26) ATTENTION ALL READERS! WINDOWS VISTA IS AWESOME - I REPEAT - WINDOWS VISTA IS AWESOME! I think
Windows Vista is an incredibly good operating system which allows you to do so much more than XP.
The new look, design, simplicity, controls and layout are all fantastic. I've got a clock and a
calendar on the right hand side of my desktop and all my icons easier and clearer to recognise. It
takes under 5 seconds to log in and the graphics are just great. I've got Windows Vista Home
Premium and as long as I install the compatible drivers, all the software works! I'....
Is Vista Worth It?
Is Windows Vista a good buy, or should I wait until I buy a new comput (25) I was wondering about the pro's and con's about windows vista, and if it was worth buying or
not?....
Messed Up My Boot.ini File With Vista...
How can i fix it? (13) I wanted to install Vista without getting rid of my XP installation, so I left Xp on my C drive, and
installed Vista on another physical disk. I started running into problems with the dual booting when
i would switch from one OS to the next, and after a while Xp would start hanging on boot, and only
after several cold reboots would it load properly. So i was planning on uninstalling Vista, but the
hard drive i had it on got formatted by a friend of mine who thought he was doing me a favor. Now
when i switch on the computer i get the OS choice menu, typical Vista pre-sele....
Problems Installing Vista
(14) I just got a hold of Vista from my friend. He downloaded it from the Microsoft site and burned it on
a DVD for me. Since I just installed VMware recently, I wanted to give Vista a try. So far it's
only been giving me headaches. I've been getting all kinds of errors...most likely related to
the amount of disk space I allocated for the install or the memory assigned. Well, I gave it all I
got today. I set VMware to give it 15GB of hard drive space and 512MB of memory. It seems to work.
Got up to the copying files and after a short file it gave me an error code 800....
Cd Burner Can't Burn Anymore After Installing Vmware
(5) Hi, one of my friends is having problems with the VMware Workstation program (using version 5.5).
After installing it he couldn't burn any CDs from Windows (outside VMware) anymore. I checked
all the settings and it looks ok. Don't have any burning software installed in that computer
except the default burning feature in Windows XP Home. What is disabling him from burning CDs? This
is what I did. I selected a file to burn. Then clicked on write these files to CD. Clicked Next.
Then it says "Insert a writable disc to continue". This is a good CDRW that I just era....
What Do You Need To Run Windows Vista
(13) Microsoft announced in a site what are the minium requests to be able to run without problems o
WindowsVista. According to Microsoft any modern CPU from Intel AMD and Via will do, 512 Mb Minium
memories, a graphics card with DirectX 9 are more than enough to run the new operative System.
Visit site : MICROSOFT VISTA : HARDWARE REQUESTS ....
Looking for installing, xp, vista
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for installing, xp, vista
|
advertisement
|
|