Jump to content

Ianxxx

Members
  • Posts

    410
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • Gender
    Male
  • Location
    UK

Recent Profile Visitors

3,178 profile views
  1. I think with gigabyte boards you also need to add PciRoot=1 or it might be =0 can't remember which.
  2. That version contains one error with new iasl I've uploaded a fixed version here http://osx86.net/f84/g41m-es2l-dsdt-everyt...-working-t6435/
  3. Thought someone from this thread might want to try my dsdt for g41m-es2l Basic speed step for and core2, you don't need to configure it but will only give basic highest and lowest. Lots of other fixes everything working including auto sleep. all unnecessary devices removed, NO PS2 audio only works with kext from 10.6.2 or older. Included DSDT with nvidia graphics and a DSDT with no graphics Only 2 kexts in Extra folder legacy alc888b and fakesmc dsdt_and_extensions.zip
  4. Try looking up some unix commands -R not -r if you want to copy all in directory
  5. Install this app (voodoomonitor) http://www.mediafire.com/?yyu4dwzkyc0 kext can either go in extra folder or /S/L/Extensions app obviously in your applications When you start app you will see a list of p states but also status tab, you should see your processor speed going up and down
  6. on 7300le, small improvement in opengl and quartz performance, but no 64 bit, still get a blue screen :-(
  7. com.apple.Boot.plist <key>Kernel Flags</key> <string>-x32</string>
  8. I've had no problems at all with my 8800gs 384mb ram, efi string or dsdt Good performance and pretty cheap by now I expect.
  9. the 02 for the cmos reset bug is the code above Device (RTC) { Name (_HID, EisaId ("PNP0B00")) Name (ATT0, ResourceTemplate () { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x02, // Length ) }) Name (ATT1, ResourceTemplate () { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x04, // Length ) }) Method (_CRS, 0, NotSerialized) { If (LGreaterEqual (OSFX, 0x03)) { If (HPTF) { Return (ATT1) } Else { Return (ATT0) } } Else { Return (ATT0) } } }
  10. I compared with my dsdt the only difference is the one I've underlined, hope this helps Name (ATT1, ResourceTemplate () { IO (Decode16, 0x0070, // Range Minimum 0x0070, // Range Maximum 0x00, // Alignment 0x02, // Length >> change to 0x04 )
×
×
  • Create New...