Twitter
Become an osx86.net member, click here to Register!
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 46
  1. #1
    Member
    Join Date
    Oct 2011
    Posts
    37
    Downloads
    175
    Uploads
    0

    Default Acer Aspire 5742g

    hi! i have acer computer, it have intel core i5-480m,nvidia gt 540m, 4gb ram. I install iatkos l2, it start, and works well, but i have 2 problems only two, my computer have nvidia optimus(it have nvidia gt540m and intel hd3000) to first start i was need delete all ati, nvidia and intel graphic next, and now my computer only have 1024x768 (resolution screen) how can make work only intel hd graphics? and the othere problem is the touchpad, doesn't work (i use a external usb mouse) this is elantech touchpad

    i make work :wifi, sound, microphone and usb if anybody have this laptop i can help it to make this things work


  2. #2
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Downloads
    442
    Uploads
    8

    Default

    Take a look at this thread from the beginning (it`s a different machine but you will find all information needed) > http://www.osx86.net/10-7-lion/13453...r-install.html
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack

  3. #3
    Member
    Join Date
    Oct 2011
    Posts
    37
    Downloads
    175
    Uploads
    0

    Default

    ok i'm reading this: http://www.osx86.net/10-7-lion/13453...install-8.html
    i have unknown 64 m and 1024x768 and i trying to put my vendor id and dev id in info.plist of appleintelhd3000.kext but i don't know where...


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleExecutable</key>
    <string>AppleIntelHD3000Graphics</string>
    <key>CFBundleGetInfoString</key>
    <string>AppleIntelHD3000Graphics 7.10.2</string>
    <key>CFBundleIdentifier</key>
    <string>com.apple.driver.AppleIntelHD3000Graphic s</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>Apple Embedded Graphics Kernel Extension</string>
    <key>CFBundlePackageType</key>
    <string>KEXT</string>
    <key>CFBundleShortVersionString</key>
    <string>7.10.2</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>7.1.0</string>
    <key>IOKitPersonalities</key>
    <dict>
    <key>Gen6</key>
    <dict>
    <key>CFBundleIdentifier</key>
    <string>com.apple.driver.AppleIntelHD3000Graphic s</string>
    <key>IOCFPlugInTypes</key>
    <dict>
    <key>ACCF0000-0000-0000-0000-000a2789904e</key>
    <string>AppleIntelHD3000GraphicsGA.plugin</string>
    </dict>
    <key>IOClass</key>
    <string>Gen6Accelerator</string>
    <key>IODVDBundleName</key>
    <string>AppleIntelHD3000GraphicsVADriver</string>
    <key>IOGLBundleName</key>
    <string>AppleIntelHD3000GraphicsGLDriver</string>
    <key>IOMatchCategory</key>
    <string>IOAccelerator</string>
    <key>IOPCIClassMatch</key>
    <string>0x03000000&amp;0xff000000</string>
    <key>IOPCIPrimaryMatch</key>
    <string>0x01168086</string>
    <key>IOProbeScore</key>
    <integer>100</integer>
    <key>IOProviderClass</key>
    <string>IOPCIDevice</string>
    <key>IOSourceVersion</key>
    <string>0.0.0.0.0</string>
    <key>IOVARendererID</key>
    <integer>17301504</integer>
    <key>VRAMMethod</key>
    <integer>0</integer>
    <key>VRAMOverride</key>
    <integer>0</integer>
    </dict>
    </dict>
    <key>NSHumanReadableCopyright</key>
    <string>Copyright © 1999-2010 Apple Inc. All rights reserved.</string>
    <key>OSBundleLibraries</key>
    <dict>
    <key>com.apple.iokit.IOGraphicsFamily</key>
    <string>1.0.0b1</string>
    <key>com.apple.iokit.IONDRVSupport</key>
    <string>1.0.0b1</string>
    <key>com.apple.iokit.IOPCIFamily</key>
    <string>1.0.0b1</string>
    <key>com.apple.kpi.bsd</key>
    <string>8.0.0</string>
    <key>com.apple.kpi.iokit</key>
    <string>8.0.0</string>
    <key>com.apple.kpi.libkern</key>
    <string>8.0.0</string>
    <key>com.apple.kpi.mach</key>
    <string>8.0.0</string>
    <key>com.apple.kpi.unsupported</key>
    <string>8.0.0</string>
    </dict>
    </dict>
    </plist>

    ok i find where i have to put my vendor id and de id, now i'm going to reboot i'm crosign my fingers
    Last edited by logpa; 20th February 2012 at 04:31.

  4. #4
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Downloads
    442
    Uploads
    8

    Default

    Quote Originally Posted by logpa View Post
    ok i'm reading this: http://www.osx86.net/10-7-lion/13453...install-8.html
    i have unknown 64 m and 1024x768 and i trying to put my vendor id and dev id in info.plist of appleintelhd3000.kext but i don't know where...
    On the key below...

    Code:
    <key>IOPCIPrimaryMatch</key>
    <string>0x01168086</string>
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack

  5. #5
    Member
    Join Date
    Oct 2011
    Posts
    37
    Downloads
    175
    Uploads
    0

    Default

    yes i make it , i put
    <key>IOPCIPrimaryMatch</key>
    <string>0x00468086</string>
    but when i save and after open it to see if it's saved , my 0046 is changed to 0116 (i use to edit the plist :Applescript


    now i try with text editor but there are more than one ((ids) 0168086, 01168086...) i change all of this with my number 00468086 but doesn't work
    Last edited by logpa; 20th February 2012 at 05:32.

  6. #6
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Downloads
    442
    Uploads
    8

    Default

    Quote Originally Posted by logpa View Post
    yes i make it , i put
    <key>IOPCIPrimaryMatch</key>
    <string>0x00468086</string>
    but when i save and after open it to see if it's saved , my 0046 is changed to 0116 (i use to edit the plist :Applescript
    Copy the kext to your desktop, made the changes, save and install the kext that you made the changes using Kext Wizard to /System/Library/Extensions...
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack

  7. #7
    Member
    Join Date
    Oct 2011
    Posts
    37
    Downloads
    175
    Uploads
    0

    Default

    i make it and nothing happens... i have the same unknown and 64mb

  8. #8
    Member
    Join Date
    Oct 2011
    Posts
    37
    Downloads
    175
    Uploads
    0

    Default

    now i have fixed touchpad my only probles is the graphics
    i view a lot of videos of people that have intel hd graphic enable... maybe itgt540540m's easy to make work but i don't know how
    (it's estrange but i install the latest chameleon boot loader and now mac recognize nvidea

    now i have fixed touchpad ;D my only problem is graphics . i see a lot of videos that people have intel hd graphics enable but i don't know how...
    i uptade chamaleon t latest update and now my computer recognize nvidia gt540 but it have 1mb vram and don't work....
    i'm crazy to have graphics because i will have perfect "mac" xD
    Last edited by logpa; 20th February 2012 at 19:15.

  9. #9
    Member
    Join Date
    Dec 2011
    Posts
    31
    Downloads
    28
    Uploads
    0

    Default

    How did you fix the touchpad?

  10. #10
    Member
    Join Date
    Oct 2011
    Posts
    37
    Downloads
    175
    Uploads
    0

    Default

    Quote Originally Posted by Gaschi007 View Post
    How did you fix the touchpad?
    using AppleACPIPS2Nub.kext
    AppleACPIPlatform.kext
    VoodooPS2Controller.kext

    download: Acer Aspire 7750G Package (New!) - Downloads - OSx86.net

    i like try this dsdt but i don't know how i can install it
    dsdt for acer aspire 5750G - Downloads - OSx86.net
    Last edited by logpa; 20th February 2012 at 23:18.


  • Advertising

    advertising
    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Page 1 of 5 123 ... LastLast

Similar Threads

  1. Acer Aspire 5742G-332G32Mncc
    By sima in forum 10.6 Snow Leopard
    Replies: 2
    Last Post: 26th March 2012, 22:16
  2. Acer Aspire One 722
    By yvespeller in forum Русский
    Replies: 2
    Last Post: 31st January 2012, 13:49
  3. Search Acer Aspire 5742G Driver
    By ensy3k in forum Networking & Wireless
    Replies: 1
    Last Post: 27th August 2011, 06:32
  4. Help! Neet kext for Acer Aspire 5742G Nvidia GT 420m
    By CyberR00T in forum Video & Graphics
    Replies: 7
    Last Post: 9th June 2011, 11:35
  5. Acer Aspire 7730 z
    By NECR0NIK in forum Hackintosh Premium Support
    Replies: 2
    Last Post: 8th March 2010, 17:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •