How long does it take to patch the bios file? I've installed the tool, downloaded the bios-file from the gigabyte site (I have a EP35-DS4 board), started the tool and selected the downloaded biosfile to patch (ep35ds4.f5). A dos-box opened and that's it for over an hour now, the dos-box is still open. Is it normal that it takes this long or dit something else go wrong?
harbri
843 replies to this topic
#41
Posted 27 December 2008 - 02:10 PM
#42
Posted 27 December 2008 - 02:27 PM
harbri, on Dec 27 2008, 03:10 PM, said:
How long does it take to patch the bios file? I've installed the tool, downloaded the bios-file from the gigabyte site (I have a EP35-DS4 board), started the tool and selected the downloaded biosfile to patch (ep35ds4.f5). A dos-box opened and that's it for over an hour now, the dos-box is still open. Is it normal that it takes this long or dit something else go wrong?
harbri
harbri
few sec acctually, maybe 10
I did test on your bios everything was ox.
#43
Posted 27 December 2008 - 03:09 PM
harbri, on Dec 27 2008, 03:10 PM, said:
How long does it take to patch the bios file? I've installed the tool, downloaded the bios-file from the gigabyte site (I have a EP35-DS4 board), started the tool and selected the downloaded biosfile to patch (ep35ds4.f5). A dos-box opened and that's it for over an hour now, the dos-box is still open. Is it normal that it takes this long or dit something else go wrong?
harbri
harbri
No it isn't. However, patching EP35DS4.F5 is working on my computer.
Try putting BIOS on another place or updating .NET Framework to 3.5.
Never put BIOS in read-only places or places which requires administrator rights like system disk root or something like that.
I just posted 0.1.7 patcher which add GFX DSDT functionnality.
#44
Posted 27 December 2008 - 04:12 PM
Hi! I have patched BIOS(insert Windows SLIM table) on my m/b GA-EX38-DQ6.
This patcher destroy it ?
p.s Sorry at my bad english
This patcher destroy it ?
p.s Sorry at my bad english
#45
Posted 27 December 2008 - 04:40 PM
#46
Posted 27 December 2008 - 04:50 PM
Great work koalala !
#47
Posted 27 December 2008 - 04:50 PM
That sounds very interesting! Any chance of getting desktop GMA950 working properly? I think the problem lies in the amount of shared memory and dev-id. Since that's the only difference between GMA950 for laptops (which works) and desktops (which don't work)!
#48
Posted 27 December 2008 - 05:03 PM
Desktop GMA950 works with this code
Device (GFX0)
{
Name (_ADR, 0x00020000) // use a proper value for each board
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x1A)
{
"device_type",
Buffer (0x08)
{
"display"
},
"model",
Buffer (0x07)
{
"GMA950"
},
"built-in",
Buffer (one)
{
0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
Method (DTGP, 5, NotSerialized)
{
If (LEqual (Arg0, Buffer (0x10)
{
/* 0000 */ 0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44,
/* 0008 */ 0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
}))
{
If (LEqual (Arg1, One))
{
If (LEqual (Arg2, Zero))
{
Store (Buffer (One)
{
0x03
}, Arg4)
Return (One)
}
If (LEqual (Arg2, One))
{
Return (One)
}
}
}
Store (Buffer (One)
{
0x00
}, Arg4)
Return (Zero)
}
}
#49
Posted 27 December 2008 - 05:28 PM
#50
Posted 27 December 2008 - 07:09 PM
koalala, I can say - work are you doing is great!
#51
Posted 27 December 2008 - 08:04 PM
roisoft, I added your fix and GMA 950 code in 1.7.2 version.
#52
Posted 27 December 2008 - 08:14 PM
Great work! (once again)
#53
Posted 27 December 2008 - 11:15 PM
My m/b EP35C-DS3R 100% work!
Thanks !
Thanks !
#54
Posted 27 December 2008 - 11:20 PM
If I patch just the dsdt.aml file the program always crashes with a can't find dsdt.dsl file in vista and in xp the program always deletes the dsdt.asl file. If I patch a bios in either xp or vista (which ins't for my board) it works though.
#55
Posted 27 December 2008 - 11:30 PM
atka, on Dec 28 2008, 12:20 AM, said:
If I patch just the dsdt.aml file the program always crashes with a can't find dsdt.dsl file in vista and in xp the program always deletes the dsdt.asl file. If I patch a bios in either xp or vista (which ins't for my board) it works though.
#56
Posted 28 December 2008 - 01:26 AM
Great work koalala.Thanks.
#57
Posted 28 December 2008 - 09:53 AM
atka, on Dec 28 2008, 12:20 AM, said:
If I patch just the dsdt.aml file the program always crashes with a can't find dsdt.dsl file in vista and in xp the program always deletes the dsdt.asl file.
Same here. I have an AMI BIOS, so I can only patch the DSDT.aml file.
Is there any chance to add support for AMI bios; or patch the extracted ACPI BIOS modules. Then I could just replace the original module with tha patched one and rebuild the BIOS file....
Excellent work anyways!
Thanks!
#58
Posted 28 December 2008 - 11:05 AM
Does nvidia another card Suport?
G94(9600GT)?
G94(9600GT)?
#59
Posted 28 December 2008 - 02:19 PM
Is there anyway to use this without windows, because I don't have windows on my PC. Also is there anyway I could use the desktop GMA950 code without patching the BIOS (eg. EFI string.. etc)?
Sorry for being a noob, but this is way above my computing skills!
Sorry for being a noob, but this is way above my computing skills!
#60
Posted 28 December 2008 - 02:41 PM
Dr. Hurt, on Dec 28 2008, 03:19 PM, said:
Is there anyway to use this without windows, because I don't have windows on my PC. Also is there anyway I could use the desktop GMA950 code without patching the BIOS (eg. EFI string.. etc)?
Sorry for being a noob, but this is way above my computing skills!
Sorry for being a noob, but this is way above my computing skills!
Yes, download bios for MB and patch it with marked option for generating DSDT.aml
I've made one based on MB type from your signature
Take a look
DSDT.aml.zip 5.49K
81 downloads
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Sign In
Create Account








