Jump to content

fluid | fixed

Alex Auditore

Alex Auditore

Member Since 03 Mar 2012
Offline Last Active Yesterday, 08:07 AM
-----

#1914595 XPC General discussion

Posted Alex Auditore on 12 May 2013 - 04:19 PM

BonBon6, on , said: theconnactic, what happened to the XPC forum, the hosting account is suspend? If you have contact with iPhonetom and he needs free webspace tell me. I own a server & could help if required. In case send me a PM. bR Year, I've also started worrying where iPhoneTom is. Perhaps, he merely took a break and will renew his work soon. He can also move to this forum. We will wait him in any case.

#1912184 RevoBoot

Posted Alex Auditore on 02 May 2013 - 05:15 PM

What should I do with this? :wallbash: :| I've installed Command Line Tools.

#1910828 How to launch ATI-card by DSDT

Posted Alex Auditore on 27 April 2013 - 03:22 PM

plsh2me, on , said: Actually my system running smoothly :P , Just wanna give a try with your method :D . Always was successfull to patch my graphics kexts with the old method - http://www.insanelym...n/#entry1655903 Any kind of co-operation & testing purpose you should call me, freely :weight_lift: Thank you Palash ATIInit is also good. I was consulting with person who has more experience than me in this deal. And he explained that he don't know what should do with your card. As a meter of principle This method into DSDT and ATIInit should be the same. But adjustment of ATIInit is not easy work as well. When I creating this topic I don't think that it has so many exceptions. My card should be corrected so, yours in a different way, manor's also has some peculiarity. and so on. Our goal it to gather all of these features as more as possible.

#1910617 Any drivers for JMicron JMB38X?

Posted Alex Auditore on 26 April 2013 - 05:19 PM

Ok. Made new more stable version for Mountain Lion, but couldn't get rid of this error that is stopping of writing VoodooSDHCI: no response from CMD_8 -- ComInhibitCMD I've boorow part of Slice's code. But some things I exlude //Dump PCIIOPCIDevice * bridge = (IOPCIDevice *)provider;bridge->setMemoryEnable( true );IOLog("VoodooSDHC: dump PCI\n");for(int i=0x00; i<0xff; i+=16){for(int j=0; j<15; j+=4)IOLog("(%02lx)=%08lx ",(long unsigned int)(i+j), (long unsigned int)bridge->configRead32(i+j)); //for trace For exapmle, this part of code I've remove because it really spam kernel boot messages(we can see it in verbose mode) But if this code is deleted from slice's version, his driver starts working for me, but nevertheless it's spamming kernel boot messages, and dosen't working after sleep. But what is interesting indeed. If made IOSDHCBlockDevise from these sources. http://www.insanelym...ers-for-107108/ It's works wit...

#1908965 bareBoot

Posted Alex Auditore on 20 April 2013 - 06:36 AM

artur-pt, on , said:hello are u the developer ? why u post in developer if u are not the boot loader creator ... good hack Becuase bareBoot had created not today, and unfortunately no one has created topic for foreign audience. And as you can see on the native land of this bootloader, proprietor of the Russian topic of bareBoot is GLXOZ, not SanKi http://www.applelife...агрузчик.38708/ Actually I asked permesion from SunKi, he knows about what I did, and he didn't give me any objection. It's not means if I created this thread that I neglect it. I will follow and update it. And will try not to disappointed over it.

#1908542 How to launch ATI-card by DSDT

Posted Alex Auditore on 18 April 2013 - 09:13 PM

plsh2me, on , said:I will check it and let you know :moil: Thanks N.B. Converted video-vios, got something unorganized !!! Added ( ATY_Bin_to_DSDT.txt) see if it is normal. One more thing, on dsdt also need to edit one's own graphics frame buffer ? It's Ok. Now press ctrl+a and ctrl+c. After go to DSDTSE and open your dsdt. Afterwards past your dsdt in the necessary place(ctrl+v) Yes, of course. You need to patch your framebuffer as well. My method is substitution of bootloader's injection. But it is better as with this method working "Display Sleep". Sometimes, there is only way to start up the function of "Display Sleep"

#1908408 How to launch ATI-card by DSDT

Posted Alex Auditore on 18 April 2013 - 04:19 PM

Hello! Today I want to narrate how to inject ATI-card by DSDT. First of all, we need in Windows and AIDA64 to receive video-bios. 1) We should take it with the help of AIDA64. And make it as it is shown at the screenshot.(Just to click right key of mouse at the left lower corner of AIDA64) 2) After that we should rename our file called vgabios.dmp to vgabios.bin 3)The next step will be to convert our video-bios with the help of the program named rom_dsdt_converter.exe. 4)Now go to the DSDT and to correct this deal for it. I try to explain it on my example. I prescribe it at the Device (DP) Device (DP) { Name (_ADR, 0x0220) Method (_DCS, 0, NotSerialized) { If (DP0A) { Return (0x1F) } Else { Return (0x1D) } } Method (_DGS, 0, NotSerialized) { If (DP0A) { Return (One) } Else { Return (Zero) } } Method (_DSS, 1, NotSerialized)...

#1907261 XPC General discussion

Posted Alex Auditore on 15 April 2013 - 08:27 AM

I've found the new convenient way how to install XPC to USBStick. Because old method, namely XPC prepare tool, gave incorrect size of USB stick. TimeWalker75a. What do you think about to release XPC in two variants as "boot" and as "Efildr20, Efildgpt?"

#1904341 bareBoot

Posted Alex Auditore on 06 April 2013 - 01:51 PM

Today. I want to present new EFIbootloader called bareBoot. it made on the base of Clover. we can even say that it's little or mini Clover. The developer is SunnyKI Bareboot isn't able to do some things 1) Doesn't have GUI. 2) Cannot patch DSDT 3) Don't have pkg installer 4) Doesn't work with NVRam 5) Doesn't have VBIOS-patch 6) Doesn't work with "Extra(folder)" 7) Can't work with UEFI motherboards as extra boot modale. 8) Can't work with MBR-Operating Systems such a Windows 8, Ubuntu etc. The sourse code is here https://github.com/SunnyKi/bareBoot BareBoot can be installed in two varians with the help of EDK scheme or with the boot sectore of Clover. In the other words this bootloader exists in two variants 1)Efildr20 and Efildgpt(use XPC-prepare-tool if you wanna install it on the USB Stick) 2)boot(file)(use BDUtility.exe if you wanna install it on the USB Stick) I'm going to improve this first page if it will be interesting to peop...

#1902146 XPC General discussion

Posted Alex Auditore on 30 March 2013 - 06:45 AM

Alex009988, on , said:I have a supplication to everyone. Please check this parameter and answer me whether color has changed from black to orange. Or will say to me that black color was remained. I have to look into why on my laptop a color of icons doesn't change whereas TimeWalker doesn't have this trouble. He shown me the screenshot with the blue icons. This is orange colour! <key>VolumeLabelText</key> <string>0xFFFF4500</string> Try it, please. This is really important for me. I've already investigated it. There is a little bug of XPC. I've write a message to iPhoneTom with description of Problem The version from 23.02.13 doesn't have such problem. And that version is also with themes!

#1901852 XPC General discussion

Posted Alex Auditore on 29 March 2013 - 04:04 AM

buoo, on , said:Alex, you've got 3 free posts in this topic, edit them as you wish. Oh vast thanks that you did it. Maybe we should create subforum for XPC since we devide it into as we had made it for Clover's and Chameleons's theme?:) I will be very thinkfull in this case.

#1901779 XPC General discussion

Posted Alex Auditore on 28 March 2013 - 08:55 PM

And I wish I won't be took away the right to edit my thread my topic. Don't deprive my topic, please!

#1901775 XPC General discussion

Posted Alex Auditore on 28 March 2013 - 08:48 PM

TimeWalker75a, on , said:First post is a complete mess, it has to be restructured and thus the actual thread can be kept as is. What Alex has to do is edit some of his previous posts on a couple of first pages or reserve new post for certain parts of the information in regards to Bootloader. This way it will be easy to navigate and cause of a small user base it won't require an additional dedicated discussion topic. Just plain simple hotlinking to certain post #s 1. Description - #11 2. Release notes i.e. Changelog #69 2. Binary Releases i.e. Builds - #xx 3. Installation - #xx 4. Configuring the bootloader - #67 5. Setting up multiboot environment - #xx etc.. you get my point. Ok I will do my first post over tommorow, that is will do as you suggest me. buoo, on , said:I could move the posts of other users in another topic, so the first 5,6 posts will be yours and you will able to edit them as you wish. In this case we should create the insert for XPC as we made for Clover...

#1900102 10.8.3 iS OuT ..

Posted Alex Auditore on 23 March 2013 - 04:44 PM

I want to ask users of ATI-cards. Do they have this problem with blinking stripes of ATI-cards. Why am I ask about it? Because the issue with DVDPlayer was a problem for many ATI's user. And now it was solved There is my topic about this problem http://www.insanelym...ps-of-ati-card/ Who has ATI card. Please, go to this link http://unigine.com/products/valley/ Namely you should check it on website, not program. And look at whether you have the glimmer. It doesn't metter on what I look at site, programe, or picture. When I have lines which located very close by each other, I see the glimmer.

#1899824 New! Pandora's Box Beta is Out

Posted Alex Auditore on 22 March 2013 - 06:54 PM

I think there is super good project. It is so to be regretted that I hadn't found it in when I was installing my hackintosh one year ago. I would have tormented less during installing MacOSX.

© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy