Peter82
May 26 2004, 18:28
Hello

I install full screen patch , it works on F5 but how configure the screen resolution and refresh in full mode.
When i go to full screen my resolution is very bad .
How fix that problem.
gamestargrinder
May 26 2004, 18:31
well after taking out the # infront of the net card my dos window comes up and then closes
amr_01
May 26 2004, 18:33
when mine did that it was telling me it couldn't find the network card. turns out i installed the wrong drivers.
gamestargrinder
May 26 2004, 18:33
so how do i fix that then
amr_01
May 26 2004, 18:39
make sure you follow
these directions, and make sure you downloaded the correct driver. also, open command, go to the pear dir, and try to run pear that way, so cmd will not close. then you can read the error.
in the dropdown box I cant see anything that say PCI Ethernet Slot pci10ex,8139, Port 4
anyone know why????
HaraldBluetooth
May 26 2004, 18:43
Quote -
in the dropdown box I cant see anything that say PCI Ethernet Slot pci10ex,8139, Port 4
anyone know why????
We are a few that has the same result. I fear that the Win-net does only work with 10.3 (but I could be wrong)
gamestargrinder
May 26 2004, 18:43
this is what i get
gamestargrinder
May 26 2004, 18:44
and yes i am using the .2 version
gamestargrinder
May 26 2004, 18:46
i mean .2 version of pearpc im running panther
molox48
May 26 2004, 18:46
Ok i manage to finally get working ppc, but now when OSX installation,com to select disk to install OSX
i got no disk there.
I am using 6gig.img from pearpc page. OSx 10.3
ok when i use disk utlity in what format do i have to format the partion journaled ,estadard or extedent?
I'm sure you've already restarted Kol?
KoL make sure to remove the # before the Network card in the config file, I had the same problem but got it to work

.
amr_01
May 26 2004, 18:51
Quote - (willvg @ May 26 2004, 12:43)
this is what i get
that is the same message i got, until i got the right driver on. are you sure you have the right one?
Quote - (KeR @ May 26 2004, 14:47)
KoL make sure to remove the # before the Network card in the config file, I had the same problem but got it to work

.
Haha yeah that could work too
gamestargrinder
May 26 2004, 18:52
i am running xp sp2 rc1 and used OpenVPN Installer v2.0Beta2 (2mb) is that the right one
yes, you need the SP2 beta one
@ViciousX: Yeah I restarted
Then I remove everything restarted, then install it again and restart. no luck

@ KeR: no #
gamestargrinder
May 26 2004, 18:53
i still get the message could not find any Tap-32 drivers
and open enetif failed
amr_01
May 26 2004, 18:54
yeah, i am sure those are the ones you need. however, i am not using sp2, so i don't have those drivers, so i don't how well they work...
where is the fullscreen patch?
KoL, post the network strings in your config
niteowl
May 26 2004, 18:56
Quote - (XP-RTM @ May 26 2004, 18:55)
where is the fullscreen patch?
The networking and fullscreen patch is combined into one file on
http://www.richardgoodwin.com/pearpc/
evacsoul
May 26 2004, 18:57
Quote - (ViciousX @ May 26 2004, 13:24)
Go to network connections, right click whichever connection your tap-win32's running on, properties >TCP/IP > properties > tick "Use the following IP address"
set IP Address to 192.168.0.50
set Subnet Mask to 255.255.255.0
leave everything else blank, close the dialogs.
Tried that... still doesn't work
all my config
CODE
# PearPC Configuration File
#
# Resolution
#
# 0: 640x480x8 (indexed)
# 1: 640x480x15
# 2: 640x480x32
# 3: 800x600x8 (indexed)
# 4: 800x600x15
# 5: 800x600x32
# 6: 1024x768x8 (indexed)
# 7: 1024x768x15
# 8: 1024x768x32
#
# The indexed modes are unsupported.
#
# default: 4
ppc_start_resolution = 8
#
# Redraw interval (in ms)
# must be between 1 and 999
#
# 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 = 40
#
# 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
#
#cpu_pvr = 0x00088302
#
# Main memory (default 128 MiB)
# must be >= 64 MiB
#
#memory_size=0x8000000
#
# 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\macosx_6gb_unjournaled.img"
pci_ide0_master_type = "hd"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "C:\pearpc\CD1.ISO"
pci_ide0_slave_type = "cdrom"
#
# Network (unavailable on windows)
#
#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:34"
#
# USB
#
pci_usb_installed = 1
#
# NVRAM
#
nvram_file = "nvram"
Fozzieb
May 26 2004, 18:59
Where can i download the config editors i have heard of (PearGUI)?
gamestargrinder
May 26 2004, 19:00
so what do i need to do to get the drivers working
amr_01
May 26 2004, 19:02
gamestargrinder
May 26 2004, 19:02
tried that
@KoL
Everything looks okay in your config...have you tried going ahead and setting the network up?
amr_01
May 26 2004, 19:04
@willvg have you made sure to turn internet connection sharing on?
Tekmaven
May 26 2004, 19:06
Has anyone been able to get it working with TAP v2.0Beta2, Windows XP SP2 Release Candidate, and PearPC 0.2Pre with the networking patch (off the nightly build site)?
KoL have you followed all the correct instructions for installing that patch under windows first?
gamestargrinder
May 26 2004, 19:07
yes its on do i need it go into settings for ics and put a check mark next to all those things
yeah I tried seetting the network
The only problem that I have is that it doesnt say PCI Ethernet Slot pci10ex,8139, Port 4
and if I go to Network Status it say that everything is fine and that I can connect to the internet but I open Safari and pages doesnt load
amr_01
May 26 2004, 19:09
@willvg: on the advaced tab, under ICS i have both those boxes checked. and none of the boxes in the settings window.
Quote - (KeR @ May 26 2004, 15:06)
KoL have you followed all the correct instructions for installing that patch under windows first?
yeah but when I install the TAP-Win32 I got this
and yes that one is OpenVPN Installer v1.6RC4
gamestargrinder
May 26 2004, 19:10
ok tried that still wont work
amr_01
May 26 2004, 19:11
Quote - (willvg @ May 26 2004, 13:10)
ok tried that still wont work
hmm. i don't know, sounds like you have everything set up like i do. it should work. like i said before, i don't know how well those drivers for sp2 work...if at all.
gamestargrinder
May 26 2004, 19:12
ive restarted the computer 4 or 5 times
has anyone with XP SP2 RC1 gotten this to work?
Quote - (KoL @ May 26 2004, 15:09)
yeah but when I install the TAP-Win32 I got this
and yes that one is OpenVPN Installer v1.6RC4

that's not a problem, just continue on that

what exactly are your os x network settings now?
HellBender
May 26 2004, 19:16
I installed OpenVNC (the right version) on my Sp1 computer, and now when I try to go to properties under my Local Area Connection explorer.exe crashes

I rebooted and everything.
molox48
May 26 2004, 19:16
i an real mac you got to activate apple talk ,the go to tcp /ip select dchp automatic
try that
gamestargrinder
May 26 2004, 19:24
what else can i do to get this to work
check
http://www.kelley.ca/pearpc again:
Quote -
This does not currently work with WinXP SP2 or the OpenVPN v2.0 listed below. I am working on a new patch.
Quote - (libb @ May 26 2004, 15:25)
gamestargrinder
May 26 2004, 19:28
hurry up with the patch
Skywing
May 26 2004, 19:34
where can i get a working 6GB image?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.