one9092002 Posted November 29, 2013 Share Posted November 29, 2013 i have figured out how to do the override but im still getting artifacts and freezing. I'm looking at the console and I'm getting this error :debug info for possible hang in main graphics engine Link to comment Share on other sites More sharing options...
one9092002 Posted November 30, 2013 Share Posted November 30, 2013 can you tell me how to inject graphic string in clover for config.plist Link to comment Share on other sites More sharing options...
one9092002 Posted November 30, 2013 Share Posted November 30, 2013 hi everyone i have the l502x and i can't change resolutions to 800x600 on my intel 3000 i only have one resolution i can change to 1366x768 and 1344x756 and i don't have anymore options .can you help me get more resolutions ...i don't know whats wrong with my installation Link to comment Share on other sites More sharing options...
jkbuha Posted December 1, 2013 Share Posted December 1, 2013 If the previous EDID override did not work (ie: the apparent hang error still persists) you need to try with a different EDID override. There are other methods to remove freezing which have worked well elsewhere but this method only works for me. Once you get this sorted you will be able to fix all other resolution related issues as well. Looks like you're going to have to search around for a few options yourself and experiment until you find the solution that works for you. Link to comment Share on other sites More sharing options...
one9092002 Posted December 1, 2013 Share Posted December 1, 2013 dell l502x specs intel 2630qm intel 3000 512 mg device id 0116/nvidia 525m 1gig optimus/not working artifacts and freezing 8gigs memory 700gig hard drive alc 269 sound memory card reader not working wifi working im running clover with patched dsdt.aml patched by doix almost everything works except intel 3000 i need someone that can help me patch the dsdt.aml insert the patch for intel 3000 device id 0116 i found this thread related to video card issues Editing Custom connector info for Intel HD 3000 Graphics (sandy bridge, OSX Lion here is the link: http://www.insanelymac.com/forum/topic/259705-editing-custom-connector-info-for-intel-hd-3000-graphics-sandy-bridge-osx-lion/page-8 i need help I'm noob its complicated for me. can someone help me im running clover with maverick 10.9 and i also experienced artifacts and freezing in 10.7 and 10.8 and 10.9 DSDT.aml.zip Link to comment Share on other sites More sharing options...
one9092002 Posted December 1, 2013 Share Posted December 1, 2013 here is config.plist that works on my UEFI FOLDER BUT I NEED TO MODIFY I need to insert graphic string into config plist after number of attempts i need some help now config.plist.zip Link to comment Share on other sites More sharing options...
one9092002 Posted December 1, 2013 Share Posted December 1, 2013 can someone enable graphics to l502x 1366x768 display modify my dsdt.aml 1) Device-properties; to enable Dual-Link for the 1080p display Link to comment Share on other sites More sharing options...
one9092002 Posted December 2, 2013 Share Posted December 2, 2013 here before dsdt edits Here's what I did for the DSDT. Where these lines are in the DSDT:Device (IGD0) { Name (_ADR, 0x00020000) OperationRegion (IGDP, PCI_Config, 0x40, 0xC0) i need help injecting this into my dsdt.aml here the code : Device (IGD0) { Name (_ADR, 0x00020000) Method (_DSM, 4, NotSerialized) // ***** graphics fix { Store (Package (0x02) { "device-id", Buffer (0x04) { 0x16, 0x01, 0x00, 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } OperationRegion (IGDP, PCI_Config, 0x40, 0xC0) Link to comment Share on other sites More sharing options...
t6590 Posted December 4, 2013 Share Posted December 4, 2013 @jkbuha never had this problem before with sleep but it would seem i loose sound after wake does this happen on your end ? how to resolve ? Link to comment Share on other sites More sharing options...
TimeWalker75a Posted December 4, 2013 Share Posted December 4, 2013 https://github.com/Dolnor/EAPD-Codec-Commander 1 Link to comment Share on other sites More sharing options...
t6590 Posted December 4, 2013 Share Posted December 4, 2013 alright Timewalker thank you. Link to comment Share on other sites More sharing options...
Air Posted December 5, 2013 Share Posted December 5, 2013 On another note, I have fixed the P-state stepper errors (they were due to incorrect SSDT, fixed using clover auto-generate) but I cannot boot the Mavericks installation usb as it crashes (reboots without errors) as soon as the display is initialised. I can only boot into installation in safe mode. Weird. @jkbuha, could you explain what was the cause of this reboot issue and how you fixed it? I'm on the same system as you (and using your modded BIOS, thanks for that!) and also experiencing the reboot once the screen comes to gray. Also when using your config.plist I get a blinking cursor and fail to get into the Clover boot menu...would you also know what causes this? My own config.plist works fine, but I'd like to use your version with all its customized goodies. Thanks in advance! *EDIT* out of nowhere I seem to be able to get out of verbose mode (after a little longer than it should take to boot though) into the gray apple logo for the installer screen. like youngwake though, I get a spinning wheel and the installer pretty much freezes there. have you found the solution to this issue, youngwake? Link to comment Share on other sites More sharing options...
t6590 Posted December 5, 2013 Share Posted December 5, 2013 for the sake of simplicity use chameleon method to install on our systems. pretty sure jk even posted an extra folder for the 15z. Link to comment Share on other sites More sharing options...
jkbuha Posted December 5, 2013 Share Posted December 5, 2013 @jkbuha never had this problem before with sleep but it would seem i loose sound after wake does this happen on your end ? how to resolve ? CodecCommander as TW said or EAPDfix, which I use, both work. @jkbuha, could you explain what was the cause of this reboot issue and how you fixed it? I'm on the same system as you (and using your modded BIOS, thanks for that!) and also experiencing the reboot once the screen comes to gray. Also when using your config.plist I get a blinking cursor and fail to get into the Clover boot menu...would you also know what causes this? My own config.plist works fine, but I'd like to use your version with all its customized goodies. Thanks in advance! *EDIT* out of nowhere I seem to be able to get out of verbose mode (after a little longer than it should take to boot though) into the gray apple logo for the installer screen. like youngwake though, I get a spinning wheel and the installer pretty much freezes there. have you found the solution to this issue, youngwake? Same problem I had before; turned out I had to change my device-properties in config.plist or org.Boot.chameleon.plist to the one I posted before. I also had to include some crazy kernel parameters such as PCIRootUID=1 darkwake=0 dart=0 for it to boot. To be honest I still don't know why but it works and I'm too busy to waste time figuring out the reasons. As t6590 said, use my Extra zip folder or EFI - both work nicely respectively. 1 Link to comment Share on other sites More sharing options...
jkbuha Posted December 6, 2013 Share Posted December 6, 2013 Yay - finally figured out the EC register as per TW's method for the Mainboard temperature but for the L502x and L511z (VGAT). There's another unused temp register called CPUT that probably sits on the Intel HD3000 chipset which should most likely be called at some point as well, but in the meantime enjoy your newly populated temps UEFI only - as you all know Chameleon drops all SSDTs and I haven't yet found a way to stick the ECRM in the DSDT block... SSDT-2.zip Link to comment Share on other sites More sharing options...
youngwake Posted December 6, 2013 Share Posted December 6, 2013 @jkbuha, could you explain what was the cause of this reboot issue and how you fixed it? I'm on the same system as you (and using your modded BIOS, thanks for that!) and also experiencing the reboot once the screen comes to gray. Also when using your config.plist I get a blinking cursor and fail to get into the Clover boot menu...would you also know what causes this? My own config.plist works fine, but I'd like to use your version with all its customized goodies. Thanks in advance! *EDIT* out of nowhere I seem to be able to get out of verbose mode (after a little longer than it should take to boot though) into the gray apple logo for the installer screen. like youngwake though, I get a spinning wheel and the installer pretty much freezes there. have you found the solution to this issue, youngwake? Unfortunately, no I have not. However I was able to boot past the spinning wheel with -x boot flag. Although that happened, I was unable to use the keyboard or the touchpad/mouse to complete settings. And I tried using a Chameleon based setup but I couldn't even boot the thing. It would always say that the "still waiting on device" blah blah. I gave up on Mav, but ML works just fine. Hope it works out for you. Good luck Link to comment Share on other sites More sharing options...
jkbuha Posted December 6, 2013 Share Posted December 6, 2013 try the kernel parameters I have used in the post above together with the device-properties parameter I have used previously. this worked for me. Link to comment Share on other sites More sharing options...
youngwake Posted December 6, 2013 Share Posted December 6, 2013 try the kernel parameters I have used in the post above together with the device-properties parameter I have used previously. this worked for me. include those parameters in addition to the FHD paramters or override the FHD parameters with the one your previously posted? Link to comment Share on other sites More sharing options...
jkbuha Posted December 6, 2013 Share Posted December 6, 2013 overwrite them Link to comment Share on other sites More sharing options...
DawTaylor Posted December 7, 2013 Share Posted December 7, 2013 @youngwake Regarding to "Still waiting for root device", I always get this error when I try to boot installation in a USB 3.0 port, in a 2.0 port it works like a charm. Maybe you can try it. Link to comment Share on other sites More sharing options...
youngwake Posted December 7, 2013 Share Posted December 7, 2013 overwrite them I did and it boots to the actual installation with -f flags, but the mouse is not working not even through usb mouse, but keyboard works fine...i can't enter the set to format disk and install, but this is the furthest i've gotten, so thank you for that @youngwake Regarding to "Still waiting for root device", I always get this error when I try to boot installation in a USB 3.0 port, in a 2.0 port it works like a charm. Maybe you can try it. Thanks DawTaylor, I always use USB 2. I believe it had something to do with DSDT or Boot config, once I used the -f flag i was able to get past it. Link to comment Share on other sites More sharing options...
youngwake Posted December 7, 2013 Share Posted December 7, 2013 I finally got it to install by utilizing a USB mouse. For anyone struggling with install issues on XPS 15z with 1080p FHD display, keep in mind that the USB PORTS where not working due to jkbuha's device property edits. However his DSDT and kexts work's just fine. If you are unable to UTILIZE external USB mouse during the install screen, replace your device property in chameleon boot org with this string 061200000100000002000000780500001800000002010c00d041030a000000000101060000027fff0400320000004100410050004c002c006200610063006b006c0069006700680074002d0063006f006e00740072006f006c0000000800000001000000420000004100410050004c00300031002c0062006c00610063006b00730063007200650065006e002d0070007200650066006500720065006e0063006500730000000800000000000008200000004100410050004c002c00740062006c002d0069006e0066006f00000016000000304402020202000000000102020200010202280000004100410050004c00300030002c004c0069006e006b0046006f0072006d0061007400000008000000000000001e000000730061007600650064002d0063006f006e00660069006700000004010000010000000000000006100000c59c00009c02000010070000004400d80014000000000000ff048e052f054f05ff048e05000000000000000000000000540000811f03ff041f034d0300000000220328031f034d03061405000260028805691800b80bc800c409c80002033080000000000000000000000000204352040000000000000000ce02000010070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070d0300800080040000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000002400000067007200610070006800690063002d006f007000740069006f006e00730000000800000004000000180000004100410050004c00300030002c0054003700000008000000f4010000360000004100410050004c00300030002c0049006e007600650072007400650072004600720065007100750065006e006300790000000800000008520000180000004100410050004c00300030002c005400350000000800000000000000180000004100410050004c00300030002c0054003300000008000000fa000000180000004100410050004c00300030002c0054003100000008000000000000002a0000004100410050004c00300030002c0050006900780065006c0046006f0072006d0061007400000008000000000000001e0000004100410050004c002c006f0073002d0069006e0066006f0000001800000030490111111108000001f01f0100000010070000240000004100410050004c00300030002c0049006e0076006500720074006500720000000800000000000000240000004100410050004c00300030002c004400750061006c004c0069006e006b00000008000000010000002a0000004100410050004c00300030002c0044006100740061004a0075007300740069006600790000000800000001000000200000004100410050004c00300030002c0044006900740068006500720000000800000000000000420000004100410050004c00300030002c0062006c00610063006b00730063007200650065006e002d0070007200650066006500720065006e0063006500730000000800000000000008180000004100410050004c00300030002c00540034000000080000002c010000360000004100410050004c002c006100750078002d0070006f007700650072002d0063006f006e006e0065006300740065006400000008000000010000002e0000004100410050004c002c0073006e0062002d0070006c006100740066006f0072006d002d006900640000000800000000000100180000004100410050004c00300030002c005400360000000800000014000000240000004100410050004c00300030002c004c0069006e006b00540079007000650000000800000000000000180000004100410050004c00300030002c005400320000000800000014000000820c00004000000002010c00d041030a000000000101060000010101060000007fff0400280000004100410050004c00300030002c004c0069006e006b0046006f0072006d006100740000000800000000000000360000004100410050004c002c006100750078002d0070006f007700650072002d0063006f006e006e006500630074006500640000000800000001000000320000004100410050004c002c006200610063006b006c0069006700680074002d0063006f006e00740072006f006c000000080000000100000014000000400030002c00450044004900440000008400000000ffffffffffff0006afed17000000000014010490221378022135ad5037aa2411505400000001010101010101010101010101010101783780ae703832403c30aa0058c11000001a783780ae703832403c30aa0058c11000001a000000fe004b5959564b804231353648573100000000000081029b0101000002010a202000011200000049004f004e0061006d00650000000b000000646973706c6179100000006d006f00640065006c0000001a0000006e5649444941204765466f726365204754203534304d20000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d61632e000000400030002c004100410050004c002c0062006f006f0074002d0064006900730070006c006100790000000800000001000000240000004100410050004c00300030002c004400750061006c004c0069006e006b000000080000000100000022000000400031002c0064006900730070006c00610079002d00630066006700000008000000ffff010120000000400031002c006400650076006900630065002d00690064007a00000008000000f50d0000360000004100410050004c00300030002c0049006e007600650072007400650072004600720065007100750065006e006300790000000800000008520000240000004100410050004c00300030002c0049006e0076006500720074006500720000000800000000000000100000004e00560043004100500000001800000004000000000079000200000000000007000000001c000000400030002c00660062006f00660066007300650074000000080000000000030020000000400031002c006e00610074006900760065004e004400520056000000080000006164766e20000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d61631e00000072006f006d002d007200650076006900730069006f006e000000270000006e5669646961204765466f7263652047543534304d204f70656e474c20456e67696e652a00000049004f0050004d004900730050006f007700650072004d0061006e0061006700650064000000050000000126000000400030002c004100410050004c002c006e006400720076002d00640065007600000005000000012e000000400031002c004e005600440041002c0055006e006400650072007300630061006e004d0069006e00000008000000520000002a0000004100410050004c00300030002c0044006100740061004a0075007300740069006600790000000800000001000000200000004100410050004c00300030002c00440069007400680065007200000008000000000000002400000049004f004e005600520041004d00500072006f007000650072007400790000000500000001220000005600520041004d002c0074006f00740061006c00730069007a006500000008000000000000801c000000400030002c00700077006d002d0069006e0066006f0000001c000000021800649059020008520000a51c0000000400000100000024000000400030002c005600520041004d002c006d0065006d00730069007a00650000000c000000000000200000008022000000400030002c0064006900730070006c00610079002d006300660067000000080000000301000024000000400031002c005600520041004d002c006d0065006d00730069007a00650000000c0000000000002000000080200000004e005600440041002c0046006500610074007500720065007300000008000000ff06c800420000004100410050004c00300031002c0062006c00610063006b00730063007200650065006e002d0070007200650066006500720065006e00630065007300000008000000000000002e000000400030002c006200610063006b006c0069006700680074002d0063006f006e00740072006f006c000000080000000100000022000000400031002c0070006f00720074002d006e0075006d006200650072000000080000000300000028000000400030002c00610076002d007300690067006e0061006c002d0074007900700065000000080000000200000028000000400030002c0063006f006e006e006500630074006f0072002d0074007900700065000000080000000200000038000000400030002c007500730065002d006200610063006b006c0069006700680074002d0062006c0061006e006b0069006e0067000000040000001e000000730075006200730079007300740065006d002d00690064000000080000001000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d42180000004100410050004c00300030002c0054003700000008000000900100001e00000049004f005000430049004d00530049004d006f00640065000000050000000128000000400031002c00610076002d007300690067006e0061006c002d0074007900700065000000080000001000000028000000400031002c0063006f006e006e006500630074006f0072002d0074007900700065000000080000000004000022000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c6179180000004100410050004c00300030002c00540036000000080000000000000024000000400031002c00630061006e002d0068006f0074002d0070006c007500670000000400000022000000400030002c0070006f00720074002d006e0075006d0062006500720000000800000001000000180000004100410050004c00300030002c005400350000000800000001000000180000004100410050004c00300030002c0054003400000008000000c80000000c00000072006500670000007c0000000000010000000000000000000000000000000000100001020000000000000000000000000000000114000142000000000000000000000000000000101c0001420000000000000000000000000000000224000101000000000000000000000000800000003000020200000000000000000000000000000800180000004100410050004c00300030002c0054003300000008000000c80000002e000000400030002c004e005600440041002c0055006e006400650072007300630061006e004d0069006e00000008000000520000001c000000400030002c006200750069006c0074002d0069006e00000004000000180000004100410050004c00300030002c005400320000000800000001000000240000004100410050004c00300030002c004c0069006e006b005400790070006500000008000000000000001c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e742a0000004100410050004c00300030002c0050006900780065006c0046006f0072006d00610074000000080000000000000014000000400030002c004e0056004d0054000000740000000e03ff200610cd9c8007b0042008b007d0070000d304b304b904000080da2d0900000101ff00000000000000000000000000000000000000000000000000000000000000ffff00000000000040ff1005020000000000000400080000ff03000000000000000000008007b0048007b004180000004100410050004c00300030002c005400310000000800000000000000220000004100410050004c002c0073006c006f0074002d006e0061006d00650000000a000000536c6f742d31420000004100410050004c00300030002c0062006c00610063006b00730063007200650065006e002d0070007200650066006500720065006e006300650073000000080000000000000014000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d4122000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c617922000000400030002c006400650076006900630065002d0074007900700065000000070000004c434420000000400030002c006e00610074006900760065004e004400520056000000080000006164766e sorry i dont know how to enter that in a small box. don't judge me Link to comment Share on other sites More sharing options...
youngwake Posted December 7, 2013 Share Posted December 7, 2013 I finally installed, booted back with USB, Installed Jkbuha's Extra and Kexts minus his SSDT, fixed permission with kextwizard. open reboot, I get this... any thoughts? Link to comment Share on other sites More sharing options...
TimeWalker75a Posted December 7, 2013 Share Posted December 7, 2013 1. See that "Waiting for DSMOS" line ? You are missing FakeSMC 2. See that "NVDAGF100HAL loaded and registered" line? Your nVidia is being picked up by the drivers and in case it's Optimus technology (unless your screen is full hd and 3D) this is bad... Link to comment Share on other sites More sharing options...
youngwake Posted December 8, 2013 Share Posted December 8, 2013 Hello TimeWalker, to my understanding, jkbuha's dsdt is supposed to have optimus patched and disabled. As far as my screen goes, it's Fhd, but not 3D. However I've gotten the system to boot completely and actually logged into the OS. so far its working well, not as smooth as ML though. @jkbuha, could you explain what was the cause of this reboot issue and how you fixed it? I'm on the same system as you (and using your modded BIOS, thanks for that!) and also experiencing the reboot once the screen comes to gray. Also when using your config.plist I get a blinking cursor and fail to get into the Clover boot menu...would you also know what causes this? My own config.plist works fine, but I'd like to use your version with all its customized goodies. Thanks in advance! *EDIT* out of nowhere I seem to be able to get out of verbose mode (after a little longer than it should take to boot though) into the gray apple logo for the installer screen. like youngwake though, I get a spinning wheel and the installer pretty much freezes there. have you found the solution to this issue, youngwake? yes you have to edit the Device properties in chameleon boot org. it's a graphical error. I posted the patch on page 145 overwrite them I can't seem to get audio, battery, and brightness control working? any ideas? I am using your dsdt you provided among with your kexts as well. 1. See that "Waiting for DSMOS" line ? You are missing FakeSMC 2. See that "NVDAGF100HAL loaded and registered" line? Your nVidia is being picked up by the drivers and in case it's Optimus technology (unless your screen is full hd and 3D) this is bad... Link to comment Share on other sites More sharing options...
Recommended Posts