Jump to content

PAGO UNA PIZZA A CHI MI AIUTA


MikX
 Share

43 posts in this topic

Recommended Posts

Installo tiger, poi installo i driver boris. riavvio si pianta dopo un po che c'è la schermata della mela, presentando delle righe colorate rapide, come se avesse craschato qualcosa.

se avvio in verbose mode il blocco avviene ad una scritta che dice starting e qualcosa altro.

 

anke per l'audio ac97, provate tutte le guide disponibili, trovate qua. manco quello va.

 

NON MI RESTA CHE RINUNCIARE. :D:o:D

Link to comment
Share on other sites

BorisBadenov X1600/X1800 Full Support Solution

 

GUIDE VERSION: 0.2

 

Credit goes out to borisbadenov for getting the official Apple drivers to work with X1600 and X1800 cards.

 

For the latest info and discussion about this method, refer to the 'boris thread' here

 

Remember the golden rule: Your Mileage May Vary. User experience has shown:

 

- X1600 and X1800 cards have been known to work

- 10.4.4 and 10.4.6 can give artefacts - if you get these, try 10.4.5 (eg Myzar disc)

- DVI support varies. Some can only use VGA (analogue) signal.

- The 'perfect' card for 10.4.6 is the ASUS X1600XT Silent - Sleep, DVI etc working

- Some support of dual displays may be possible. However it is not possible right now.

- Cards on motherboards supporting SLI modes (ie two cards in parallel) may have issues with this solution.

 

Also note you need a 10.4.4, 10.4.5 or 10.4.6 installation, and an ATI X1600 or X1800-based card.

 

How to Apply the Patch:

 

1) (Optional) Remove all GeForce and ATIRadeon kexts from /System/Library/Extensions EXCEPT:

 

ATIRadeonX1000.kext

ATIRadeonX1000GA.plugin

ATIRadeonX10000GLDriver.bundle

ATIRadeonX1000VADriver.bundle

ATINDRV.kext

 

2) Open a terminal and type:

 

CODEsudo -s (and enter your password)

cd /System/Library/Extensions/ATINDRV.kext/Contents/

emacs Info.plist

 

Find where it says:

CODE<string>IONDRVDevice</string>

 

and modify it to read:

CODE<string>IOPCIDevice</string>

 

Now find where it says:

CODE<string>ATY,Wormy</string>

 

and modify it to read:

CODE<string>display</string>

 

Press and hold Ctrl key and press X then C to exit. Press 'y' to save the file before you exit.

 

3) Go to the Apple menu, select 'About this Mac' and click 'More Information' to bring up System Profiler. You need to locate the display adapter (graphics card) and find the Vendor ID and Product ID. Make a note of these.

 

4) Now go back to your Terminal session and type:

CODEcd /System/Library/Extensions/ATIRadeonX1000.kext/Contents

emacs Info.plist

 

Find the line containing 'IOPCIMatch' (ctrl-S to search in emacs). The next line needs to be modified to contain your Vendor and Product IDs. Take the vendor id and product ids and combine them. For example, lets say the vendor ID is 1002, and your device ID is 71c2. You combine them to a string 0x71c21002 (the 0x just means its a hex value).

 

The line immediately after the one containing IOPCIMatch should contain your newly-created string. For example:

CODE<string>0x71c21002</string>

 

Ctrl-X-C to exit, pressing 'y' to save the file.

 

Now type:

CODEcd /System/Library/Extensions/ATIRadeonX1000GA.bundle/Contents/

emacs Info.plist

 

You should be able to find two lines which look something like this:

 

CODE<key>100271C2-0000-0000-0000-000a27898d3e</key>

<string>100271C2-0000-0000-0000-000a27898d3e</string>

 

You need to modify these to match your Product and Vendor IDs. NOTE that the string is constructed the 'other way round' this time - ie its vendor first then product. (ie 100271c7, not 71c71002).

 

When you have modified the file accordingly, Ctrl-X-C, then y to save.

 

5) Now time to clean up and get ready to boot.

 

Type:

 

CODErm /System/Library/Extensions.mkext

rm /System/Library/Extensions.kextcache

diskutil repairPermissions /

 

6) Reboot and cross your fingers / toes / hair / teeth. When it boots again, you should have the ability to change the screen resolution in System Preferences->Display. You should also have full Core Image, Quartz Extreme and OpenGL acceleration, and no mouse tearing artefacts.

 

 

NOTES:

 

* You may have to try each output of your card, or try thru a DVI-VGA adapter to get a display.

* You may experience artefacts or other corruption. 10.4.5 seems to work best.

* If you have an X1800 card, the 10.4.5 kexts/frameworks seem to be the only working versions.

* System Sleep may or may not work. If you get it to work fully, post your findings in the boris thread.

* To speed up boot times, remove AppleHWSensor.kext from your extensions folder.

 

GOOD LUCK!

 

 

FURTHER READING:

 

Boris' original post: http://forum.osx86project.org/index.php?s=...st&p=114661

 

Boris restating the method: http://forum.osx86project.org/index.php?s=...st&p=114957

 

A slightly techie overview of the patch, by SuperHai: http://forum.osx86project.org/index.php?s=...st&p=126373

 

Thanks to Hanschien, Rammjet, SuperHai and of course Borisbadenov

Link to comment
Share on other sites

quel metodo lo provato solo con la 10.4.6 e non è andato a buon fine. poi ho sempre usato l'instalaler quello automatico sempre di boris per la 10.4.4 e 5

 

ora non ho installato la 10.4.5 però ormai non parte piu per via dell'installer di boris. ri.installo. ma sull'installazione l' X11 va installato, è presente quando premo su ad hoc.

Link to comment
Share on other sites

questo l'ho trovato su wiki e riguarda la tua scheda video

10.4.5

QE/CI supported after editing ATIRadeonX1000.kext.

Works fine with 1400x1050x32. 512MB splitted into 2x256 for dual display.

 

cosi, modificando quel file hai provato???

Link to comment
Share on other sites

modificando quale file?

 

cosa vuol dire quello che hai scritto.

QE/CI supported after editing ATIRadeonX1000.kext.

Works fine with 1400x1050x32. 512MB splitted into 2x256 for dual display.

 

IO intanto riinstallo mac 10.4.5 di myzar e poi ci sentiamo, per il come fare.

ci vorrà 1 ora + o -.

Link to comment
Share on other sites

è si che ne sapevo io. cmq ho appena finito di fare la procedura testuale di boris ovvero quella che mi ha scritto sopra.

 

però ho una domanda: IN questa parte:

Now type:

CODEcd /System/Library/Extensions/ATIRadeonX1000GA.bundle/Contents/

emacs Info.plist

 

You should be able to find two lines which look something like this:

 

CODE<key>100271C2-0000-0000-0000-000a27898d3e</key>

<string>100271C2-0000-0000-0000-000a27898d3e</string>

 

You need to modify these to match your Product and Vendor IDs. NOTE that the string is constructed the 'other way round' this time - ie its vendor first then product. (ie 100271c7, not 71c71002).

 

 

SUL FILE NON TROVO UNA <string>100271C2-0000-0000-0000-000a27898d3e</string> DI QUESTO TIPO, ORIGINALMENTE AL POSTO DI QUEI NUMERI c'è scritto ATI e qualcos'altro.

 

QUELLA STRINGA E ESATTAMENTE SOTTO L'altra riga con scritto key ecc..

 

BENE ORA RIAVVIO E VEDIAMO SE FUNZIONA. SPERIAMO

 

 

 

SE CE LA FAI RISP VELOCEMENTE PRIMA DEL RIAVVIO.

Link to comment
Share on other sites

 Share

×
×
  • Create New...