harbri
Newbie
Offline
Posts: 3
|
 |
« Reply #150 on: January 11, 2008, 06:43:36 PM » |
|
Please post that hex file, i want to test it.
Ok here it is. This is the file that comes with pc_efi_v8. Hope you can solve it. Harbri
|
|
|
|
|
Logged
|
|
|
|
elRey
Newbie
Offline
Posts: 3
|
 |
« Reply #151 on: January 11, 2008, 07:30:06 PM » |
|
@ time_ed,
sorry to bother you, but i'm totaly lost with this terminal thing. this is my ./gfxutil -f display output: PciRoot(0xbfff0030)/Pci(0x1,0x0)/Pci(0x0,0x0) it is from a MSI FX5200-TD128LF AGP. i attached my IODeviceTree.
love & energy el Rey
|
|
|
|
|
Logged
|
|
|
|
mcmatrix
Newbie
Offline
Posts: 46
|
 |
« Reply #152 on: January 11, 2008, 07:37:53 PM » |
|
@ time_ed,
sorry to bother you, but i'm totaly lost with this terminal thing. this is my ./gfxutil -f display output: PciRoot(0xbfff0030)/Pci(0x1,0x0)/Pci(0x0,0x0) it is from a MSI FX5200-TD128LF AGP. i attached my IODeviceTree.
love & energy el Rey
Strange, reading from ioreg dump your pciroot _UID = "0". There must be some error or bug, your correct pciroot is PciRoot(0x0) not PciRoot(0xbfff0030). I will investigate that. 12.01.08 - That nasty bug is now fixed.
|
|
|
|
« Last Edit: January 12, 2008, 03:45:28 PM by mcmatrix »
|
Logged
|
|
|
|
bs0d
Newbie
Offline
Posts: 6
|
 |
« Reply #153 on: January 11, 2008, 07:42:50 PM » |
|
Please post that hex file, i want to test it.
Ok here it is. This is the file that comes with pc_efi_v8. Hope you can solve it. Harbri i have made a plist/hex file for the 8800 GTS ... will attach it in a few hours once i get home from work. bs0d.
|
|
|
|
|
Logged
|
|
|
|
bs0d
Newbie
Offline
Posts: 6
|
 |
« Reply #154 on: January 11, 2008, 09:41:41 PM » |
|
Here are the hex & plist files for 8800GTS
Working on P35 Chipset
bs0d
|
|
|
|
|
Logged
|
|
|
|
time ed
Jr. Member

Offline
Posts: 98
|
 |
« Reply #155 on: January 11, 2008, 11:14:37 PM » |
|
@ time_ed, i attached my IODeviceTree.
Device path is _SB/PCI0@0_UID=0/P0P1@10000/Display@0, so I don't know what's up with the gfxutil output you posted. I see mcmatrix is looking into it... Anyway, attached is hex to put in Boot.plist and raw plist for string. 2 things: 1) I'm not sure string will work because some of your device params are different than 7600/7900 cards, and I had to guess at proper keys; 2) obviously, I don't know ROM version of your card, so if string does work ROM version will be wrong. Sorry. I went ahead and added an ethernet device path to string. I see you have two Realtek NIC's. Since I don't know which is your primary, I used ethernet@5. If that's wrong, open raw plist and edit eth device path. Change PciRoot(0x0)/Pci(0x1e,0x0)/Pci(0x5,0x0) to PciRoot(0x0)/Pci(0x1e,0x0)/Pci(0x2,0x0). Then convert to hex: ./gfxutil -i xml -o hex elrey.plist out.hex, readd hex to Boot.plist Regards, t-e
|
|
|
|
« Last Edit: January 11, 2008, 11:23:30 PM by time ed »
|
Logged
|
|
|
|
d3t0x
Newbie
Offline
Posts: 1
|
 |
« Reply #156 on: January 12, 2008, 05:44:31 AM » |
|
hey guys, i'm having the same issue as elRey (gfxutil -f display output: PciRoot(0xbfff0030)/Pci(0x1,0x0)/Pci(0x0,0x0))
i think my info should be:
PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - display - xfx 7600gt PciRoot(0x0)/Pci(0x1e,0x0)/Pci(0x4,0x0) - network
however, i still only get 1024x768, no network, etc... its clearly not working.
i've attached my ioreg-dump.txt (w/ the last portion of audio info cut out so i could attach it), if someone could take a look, i would be grateful. i'm about ready to throw in the towel. thanks.
|
|
|
|
|
Logged
|
|
|
|
gu3d3s
Newbie
Offline
Posts: 16
|
 |
« Reply #157 on: January 12, 2008, 07:59:15 AM » |
|
HI guys,
I need help,
I try some strings foru use in my nvidia 7300gs 256mb, but all time, only have vesa displey.
a send my dump ioreg
|
|
|
|
|
Logged
|
|
|
|
harbri
Newbie
Offline
Posts: 3
|
 |
« Reply #158 on: January 12, 2008, 02:26:51 PM » |
|
Here are the hex & plist files for 8800GTS
Working on P35 Chipset
bs0d
Thanx! At first it looked like the string didn't work for my config (MSI P965 Platinum + 8800GTS640) but after taking another look I found out I had defined my PciRoot wrong. After correcting it I now have my 8800 and my networkcard working! I've attached the plist and hex file. Next thing I'll try is getting the onboard ALC883 in a plist and string. Harbri
|
|
|
|
« Last Edit: January 12, 2008, 03:28:48 PM by harbri »
|
Logged
|
|
|
|
time ed
Jr. Member

Offline
Posts: 98
|
 |
« Reply #159 on: January 12, 2008, 03:43:41 PM » |
|
hey guys, i'm having the same issue as elRey (gfxutil -f display output: PciRoot(0xbfff0030)/Pci(0x1,0x0)/Pci(0x0,0x0))
i think my info should be:
PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) - display - xfx 7600gt PciRoot(0x0)/Pci(0x1e,0x0)/Pci(0x4,0x0) - network
however, i still only get 1024x768, no network, etc... its clearly not working.
What you believe your paths to be is correct. However, if you are using a "canned" 7600GT string, I think you need to very carefully edit the device properties of the display child devices in the plist and remove any parameter in the plist not found in your ioreg dump. Step back and try adding only one device at a time. Ensure you are not adding characters into your Boot.plist string by working in TextEdit.
|
|
|
|
|
Logged
|
|
|
|
time ed
Jr. Member

Offline
Posts: 98
|
 |
« Reply #160 on: January 12, 2008, 03:50:06 PM » |
|
HI guys, I need help, I try some strings foru use in my nvidia 7300gs 256mb, but all time, only have vesa displey. a send my dump ioreg
Download my plist here: http://forum.netkas.org/index.php/topic,55.msg918.html#msg918change UID to 0, convert to hex with gfxutil. That should do it. If you want while editing plist, change card name to 7300GS before converting to hex.
|
|
|
|
|
Logged
|
|
|
|
gu3d3s
Newbie
Offline
Posts: 16
|
 |
« Reply #161 on: January 12, 2008, 04:18:12 PM » |
|
HI,
Thx for reply! but I'm lost in this step: "change UID to 0, convert to hex with gfxutil. That should do it."
I need change here? [ PciRoot(0x1,0x1)/Pci(0x1,0x0)/Pci(0x0,0x0) ]
And for converting for HEX i use a plist editor or not?
Sory my newbee question!
[]'s
|
|
|
|
|
Logged
|
|
|
|
time ed
Jr. Member

Offline
Posts: 98
|
 |
« Reply #162 on: January 12, 2008, 04:30:59 PM » |
|
I need change here? [ PciRoot(0x1,0x1)/Pci(0x1,0x0)/Pci(0x0,0x0) ]
And for converting for HEX i use a plist editor or not?
My bad. Download again. Change PciRoot(0x1)/Pci(0x1,0x0)/Pci(0x0,0x0) to PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) Convert to hex with gfxutil
|
|
|
|
|
Logged
|
|
|
|
gu3d3s
Newbie
Offline
Posts: 16
|
 |
« Reply #163 on: January 12, 2008, 05:03:07 PM » |
|
HI, I do it, but only boot in vesa mode  i will attachment my ioreg output w and w/o nvinject Thx 4 u help!
|
|
|
|
|
Logged
|
|
|
|
elRey
Newbie
Offline
Posts: 3
|
 |
« Reply #164 on: January 12, 2008, 05:56:57 PM » |
|
thanx to time_ed and all others working on that, this is my systemprofiler:
GeForce FX 5200:
Chipsatz-Modell: GeForce FX 5200 Typ: Monitor Bus: PCI VRAM (gesamt): 128 MB Hersteller: NVIDIA (0x10de) Geräte-ID: 0x0322 Versions-ID: 0x00a1 ROM-Version: 3022 Monitore: Monitoranschluss: Status: Kein Monitor angeschlossen RM170: Auflösung: 1280 x 1024 @ 60 Hz Farbtiefe: 32-Bit Farbe Core Image: Hardware-unterstützt Hauptmonitor: Ja Synchronisierung: Aus Eingeschaltet: Ja Quartz Extreme: Unterstützt
this is without any injects, the only problem it is an AGP cart
love & energy el Rey
|
|
|
|
|
Logged
|
|
|
|
|