Recommended Posts

iMacs running Windows XP under Virtual PC are absurdly slow, unless you are just doing office software tasks. I am told that even on a G5, Virtual PC is no great shakes, speed wise.

I don't know if this has been replied to, and i don't have the time to read through 6 pages of replies to find out...

The latest version of Virtual PC was created before the G5 came out and doesn't take advantage of the new hardware. In fact, I think it might run slower on a G5, but I'm not certain. Another main reason VPC runs slow when doing anything other than basic tasks has to do a lot with the video cards emulated in VPC. The current version emulates some crappy 4 or 8 meg card. I'm pretty sure the upcoming version from Microsoft will take advantage of the G5 to emulate video better and speed things up quite a bit overall.

**EDIT**

Actually, VPC7 is already out :)

http://www.microsoft.com/mac/products/virt...x?pid=virtualpc

Made it to step 4 of Emon's guide.

Step 4: Now we are going to make a Hard Drive image where we will install OS 10.3. To do that run PPC_CFE.exe from C:\PearPC folder, click on File menu and choose Make Hard Drive Image..

I receive a nasty error, The application failed to initialize properly (0xc0000135). Click OK to terminate. Rebooting or cleanign out the temp files doesn't seem to do the trick.

-WinXP w/ SP2 slipstreamed.

-Firewall disabled

-Nothing running at startup

After installing .NET framework 1.1 and then running the .NET sp1 update, I was able to launch it just fine. Don't know if you wanted to add that to your guide or not :)

I'm also at the same point as Inplode. Nothing happens after clicking Start except the editor minimizing to my system tray. Even waited 20 minutes :(

Edited by Callaway
I'm also at the same point as Inplode.  Nothing happens after clicking Start except the editor minimizing to my system tray.  Even waited 20 minutes  :(

Replace everything in that config file with this:

pci_ide0_master_installed = 1
pci_ide0_master_image = "hd_image.img"
pci_ide0_master_type = "hd"
memory_size = 0x20000000 ??? Set to 512MB Ram
ppc_start_resolution = "1280x1024x32"
redraw_interval_msec = 10
prom_driver_graphic = "video.x"
cpu_pvr = 0x00088302 ??? Remove this line if something goes wrong
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"
pci_rtl8139_installed = 1
pci_rtl8139_mac = "de:ad:ca:fe:12:35"
pci_3c90x_installed = 0
pci_3c90x_mac = "de:ad:ca:fe:12:34"
pci_usb_installed = 1
prom_bootmethod = "select"
prom_env_bootargs = ""
prom_env_machargs = ""
nvram_file = "nvram"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "OSX_CD1.iso" ??? Whatever you named it.ISO
pci_ide0_slave_type = "cdrom"

Looks like this:

post-107-1096083747.jpg

hey .. sorry guys .. I didn't check this thread for awhile ... I am amazed some people are actually using my program :D

@Callaway .. thanks .. I will add that info to the guide ( I thought everyone has .Net FrameWork 1.1 by now ..guess I was wrong :) )

and to everyone who are having problem starting up PearPC .. my program does nothing but calls pearpc.exe with the config file as the argument. So check your config file .. check if you have named your HD image right or not

That file is well documented .. if you guys are still confused about some parts of the file ..let me know.

i am having a problem and have been surfing the net looking on this....

i am using the mac osx disc that came with my sis's ibook (i dunno if it is the right disk or if i can use it, it says "mac osx install" on it...

[iO/IDE] <Error> invalid format <filesize isn't a multiple of 516096>

this only happens when i activate the cd.... (in the config file)

please help :(

Someone please help, i've gotten this to work before, but I can't figure out what I did differently before to get it to work for the life of me.. and nothing happens when i click start pearpc...with the file emon made..

here's my config and screen shot..

## PearPC Configuration File

##

## Start Resolution

##

## (clients that use video.x can change the resolution at runtime,

##  so this would be used only for starting up)

##

## format:  "(width)x(height)x(depth)"

##    or  "(width)x(height)x(depth)@(frequency)"

##

## depth can only be 15 or 32

##

## default: "800x600x15"

##

ppc_start_resolution = "800x600x15"

##

## Redraw interval (in ms)

## must be between 10 and 500

##

## If you set this higher, PearPC will spend less time doing redraws (and so run faster)

## but feel less responsive. You should adjust this to your computer speed and personal

## preference.

##

redraw_interval_msec = 100

##

## Key codes

##

key_toggle_mouse_grab = "F12"

key_toggle_full_screen = "Alt+Return"

##

## Loader

##

##

## Boot method

##  this can be

##  1. "auto", prom will boot the first bootable partition found (default)

##  2. "select", prom will show you a list of bootable partitions

##  3. "force", prom will load and boot the local file prom_loadfile

##

prom_bootmethod = "auto"

## Example of how to use "force":

#prom_bootmethod = "force"

#prom_loadfile = "test/yaboot"

#prom_env_bootpath = "disk"

##

## bootargs: don't change unless you know what you are doing

## machargs: set to "-v" to get a verbose startup

##

#prom_env_bootargs = ""

prom_env_machargs = ""

##

## This is needed if you want to boot Mac OS X

##

prom_driver_graphic = "video.x"

## This will adjust the position of the initial page table (don't change)

#page_table_pa = 104857600

##

## CPU Config

##

## Processor Version Register

## Defaults to 0x00088302

## Only change if you know want you are doing

## Altivec: G4 = 0x000c0000, G5 = 0x00390202 [ Do not use these values. They are not supported yet ]#cpu_pvr = 0x000c0000

cpu_pvr = 0x00088302

##

## Main memory (default 128 MiB)

## must be >= 64 MiB

##

# Remove the '#' sign front of your desired memory size

# 128 megs RAM

# memory_size=0x8000000

# 256 megs RAM

memory_size=0x10000000

# 384 megs RAM

# memory_size=0x18000000

# 512 megs RAM

# memory_size=0x20000000

# 640 megs RAM

# memory_size=0x28000000

# 768 megs RAM

# memory_size=0x30000000

# 896 megs RAM

# memory_size=0x38000000

#

# IO Devices

#

#

# PCI IDE Config

#

# Drive type will be set according to file extension:

#  .img: Harddisk (filesize must be multiple of 516096)

#  .iso: CD-Rom

# Or you can override this by specifying the type via

# pci_ide0_master_type / pci_ide0_slave_type

pci_ide0_master_installed = 1

pci_ide0_master_image = "C:\pearpc\pantherimage.img"

# pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1

# pci_ide0_slave_image = "C:\pearpc\panther.iso"

pci_ide0_slave_image = "C:\pearpc\pantherimage.img"

# pci_ide0_slave_image = "F:\"

# pci_ide0_slave_type = "cdrom"

pci_ide0_slave_type = "hd"

# pci_ide0_slave_type = "nativecdrom"

##

## Network

##

## Choose one of the cards

pci_3c90x_installed = 0

pci_3c90x_mac = "de:ad:ca:fe:12:34"

#pci_rtl8139_installed = 1

#pci_rtl8139_mac = "de:ad:ca:fe:12:35"

##

## USB

##

pci_usb_installed = 1

##

## NVRAM

##

nvram_file = "nvram"

post-107-1096656535.gif

pci_ide0_slave_installed = 1

# pci_ide0_slave_image = "C:\pearpc\panther.iso"
pci_ide0_slave_image = "C:\pearpc\pantherimage.img"
# pci_ide0_slave_image = "F:\"

# pci_ide0_slave_type = "cdrom"
pci_ide0_slave_type = "hd"
# pci_ide0_slave_type = "nativecdrom"

See ..you are using an .img file as a slave image. Thats should be an image file of your OS X CD. SO it has to be an .iso file. Also the type of the image has to be "cdrom" ...

unless .. you wanted to have a second hard drive.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I like the show more options. The only problem with it is that it's not always in a consistent spot in the menu. If the copy/paste/cut, happens to show on top, then more option is the last in the menu. But if copy/paste/cut happens to show on the bottom, then more options is before the copy/paste/cut. But I do like the more options because it hides the stuff that I rarely use. But I would like to choose what it is or isn't hiding. That would make it better.
    • I wonder if "put it back the way it was for decades" ever crossed their minds? 🤣
    • Rescind the stupid "Show more options" in context menus and just give us the full menu instead of adding more steps to get to what we want. The "simpler by default" makes me think they'll go in the opposite direction. Every context menu should have a configure button so you can pick and choose what options should be shown, I know you can do that with some registry fu but that shouldn't be required.
    • This is why competition must exist. Finally, pressure is mounting on Microsoft to move in the right direction.
    • Microsoft is making Windows 11's context menus faster, simpler, and configurable by Taras Buria Five years ago, Windows 11 introduced redesigned context menus, offering users a simpler, more modern design. However, customers quickly discovered that the new menus leave a lot to be desired. Many are unhappy with performance (they are really slow), while others dislike the double-layed design, where many options are hidden behind the "Show more options" button. In addition, over the years, menus became cluttered and overloaded. While Microsoft has already fixed plenty of pain points across Windows 11, context menus remain mostly unchanged. Fortunately, Microsoft is finally listening. Marcus Ash, Design and Research Lead for Windows at Microsoft, responded to a tweet on X, confirming that the company is working on fixing Windows 11's context menus. Reworked context menus are supposed to be faster, simpler by default, and "configurable to what you use most." What the latter means is unknown, just like whether Microsoft plans to keep the classic menu alongside the modern one, but according to Marcus, the wait should finally be over soon, as he promised to "share our approach soon." Improved context menus will most likely appear first in Windows 11 preview builds in the Experimental Channel. While we wait for Microsoft to release them, you can try fixing context menus on your PC with a simple tool called Windows 11 Context Menu Manager. It lets you disable entries you do not need, not only cleaning up context menus, but also making them significantly faster. Microsoft has already improved Windows 11's Start menu and taskbar, so hopefully it will address user criticism of the context menu as well. Stay tuned for new Windows 11 preview builds, which usually arrive every Friday.
  • Recent Achievements

    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      468
    2. 2
      PsYcHoKiLLa
      249
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      61
  • Tell a friend

    Love Neowin? Tell a friend!