Jump to content

Roquin

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Roquin

  1. No, it doesn't work.

     

    However, after several tests

     

    --- Models/D630-nvidia/org.chameleon.Boot.plist	2011-10-15 18:45:12.000000000 +0800
    +++ org.chameleon.Boot.plist	2011-11-08 09:35:42.000000000 +0800
    @@ -4,14 +4,12 @@
    <dict>
    	<key>EHCIacquire</key>
    	<string>Yes</string>
    +	<key>DropSSDT</key>
    +	<string>Yes</string>
    	<key>EthernetBuiltIn</key>
    	<string>Yes</string>
    	<key>ForceHPET</key>
    	<string>Yes</string>
    -	<key>GenerateCStates</key>
    -	<string>Yes</string>
    -	<key>GeneratePStates</key>
    -	<string>Yes</string>
    	<key>GraphicsEnabler</key>
    	<string>Yes</string>
    	<key>Kernel</key>
    

     

    works fines.

     

    Besides, I don't use emulated speedstep support and NullCPUPowerManagement.kext.

  2. After several tests, I resolved it!

    It is due to org.chameleon.Boot.plist. After replaced by the file in edp1.9, everything works again.

    But I don't know which line in this file causes this problem.

     

    Besides, the original dsdt.aml in edp2.2beta has a problem for laptops with Nvidia graphic card. The screen keeps off after boot while I can still login by ssh.

     

    change from

     

    "device_type", 
    Buffer (0x0D)
    {
       "NVDA,Geforce"
    },
    

     

    to

     

    "device_type", 
    Buffer (0x0C)
    {
       "NVDA,Parent"
    },
    

     

    resolved this problem.

×
×
  • Create New...