gastoni2 Posted September 21, 2006 Share Posted September 21, 2006 Hola a todos de nuevo Tengo un portatil HP Pavilion zd 8000 con la instalación Jas MacOS X 10.4.7 Funciona directamente sonido, wifi, bluetooth y la ethernet. El problema lo tengo con la gráfica una ATI Mobility X600 (ID VEN: 1002 y ID DEV: 3150) he probado el parche especifico de JAS para Mobility y no funciona, he probado el parche koverg y la pantalla se queda con unos cuadrados horrorosos. Todos coinciden que esta gráfica funciona seguro con el parche de Callisto (version B008) y al aplicarlo se me pone la pantalla en negro, en el fichero troubleshoot especifica que si la pantalla se queda en negro al reiniciar el ordenador es por la frecuencia de refresco que no la soporta el monitor (en este caso al ser un portatil esta integrada, esplica como usar un método alternativo calculando el "Programming PLL" editando el "Callisto.ketxt" y editando del Info.plist, y luego modificando el valor de la clave "CallistoUseAltPLLMethod" que por defecto es "false" por el valor "true" para que el parche utilice un método PLL alternativo (Que aquí ya no tengo ni idea de lo que quiere indicar) el caso es que cambio el valor y en vez de la pantalla en negro salen unas franjas muy estrechas horizontales y nada mas. Aparte de esto durante la instalación del parhe la parte referente a la edición de los valores de la pantalla. """""If your DFP monitor is detected as CRT by the driver, you can try to hard-code the EDID string of your monitor. Use the Monitor Asset Manager (or any other way) to retrieve your 128 byte HEX value string. When using MAM, you only need the actual hex values do not include line numbers (00:, 10:, 20:, etc). Next open the Callisto_latest folder on your desktop, then right mouse click on Callisto.kext and left click on Show Package Contents. Open the Contents folder and there you will see Info.plist. Double click on Info.plist file and it *should* open in Property List Editor. Click on the arrow next to the Root, then arrow next to the IOKitPersonalities, then next to the CallistoMatch. You will see a key called MONITOR_TYPE,EDID. Double click on it to edit it and replace the MONITOR_TYPE with DFP so it says DFP,EDID or with CRT,EDID for a CRT screen. In the value field of the same key replace the hex values there with the ones from your EDID, making sure that the < and > remain on the ends. You will see my original value there, it's the EDID for Apple Cinema Display 20" . Once done, save the file with File/Save. Here's an imaginary EDID string, just so you see how it looks like: 00 FF FF FF FF FF FF 00 10 AC 19 A0 4C 56 52 31 0D 10 01 03 80 2B 1B 78 EE EE 91 A3 54 4C 99 26 0F 50 54 A5 4B 00 81 80 71 4F 01 01 01 01 01 01 01 01 01 01 01 01 7C 2E 90 A0 60 1A 1E 40 30 20 36 00 B2 0E 11 00 00 1A 00 00 00 FF 00 48 46 37 33 30 36 33 52 31 52 56 4C 0A 00 00 00 FC 00 44 45 4C 4C 20 32 30 30 37 57 46 50 0A 00 00 00 FD 00 38 4C 1E 53 0E 00 0A 20 20 20 20 20 20 00 33 It is absolutely important that you do not miss any characters in your EDID string, and that it is exactly 128 bytes long. Also have in mind that the above procedure is ONLY for non-Mobility owners, Mobility owners should not do this, your settings come from the BIOS.""""" No entiendo nada de nada, se supone que hay que editar el fichero info.plist del callisto,kext (hasta hay llego y luego modificar el valor de "MONITOR_TYPE" por EDID o DFP, para eso indica un programa en windows que nos da un valor necesario, el Monitor Asset Manager que me lo he bajado y me ha dado el siguiente valor. Start Component Name = "Machine" Start Group Name = "Monitor Information" ID = 1 Class = "Moninfo|Monitor Information|1.0" Start Attribute Name = "Windows description" ID = 1 Type = String(50) Storage = Specific Value = "Monitor predeterminado" End Attribute Start Attribute Name = "Manufacturer description" ID = 2 Type = String(30) Storage = Specific Value = "n/a" End Attribute Start Attribute Name = "Manufacturer" ID = 3 Type = String(30) Storage = Specific Value = "n/a" End Attribute Start Attribute Name = "Plug and Play ID" ID = 4 Type = String(30) Storage = Specific Value = "n/a" End Attribute Start Attribute Name = "Serial number" ID = 5 Type = String(30) Storage = Specific Value = "n/a" End Attribute Start Attribute Name = "Manufacturer date" ID = 6 Type = String(30) Storage = Specific Value = "n/a" End Attribute Start Attribute Name = "Size" ID = 7 Type = String(30) Storage = Specific Value = "n/a" End Attribute Start Attribute Name = "Raw EDID" ID = 8 Type = String(30) Storage = Specific Value = "n/a" End Attribute End Group End Component Ahora la siguiente parte del parche no la entiendo: """In the value field of the same key replace the hex values there with the ones from your EDID, making sure that the < and > remain on the ends. You will see my original value there, it's the EDID for Apple Cinema Display 20" . Once done, save the file with File/Save. Here's an imaginary EDID string, just so you see how it looks like: 00 FF FF FF FF FF FF 00 10 AC 19 A0 4C 56 52 31 0D 10 01 03 80 2B 1B 78 EE EE 91 A3 54 4C 99 26 0F 50 54 A5 4B 00 81 80 71 4F 01 01 01 01 01 01 01 01 01 01 01 01 7C 2E 90 A0 60 1A 1E 40 30 20 36 00 B2 0E 11 00 00 1A 00 00 00 FF 00 48 46 37 33 30 36 33 52 31 52 56 4C 0A 00 00 00 FC 00 44 45 4C 4C 20 32 30 30 37 57 46 50 0A 00 00 00 FD 00 38 4C 1E 53 0E 00 0A 20 20 20 20 20 20 00 33 It is absolutely important that you do not miss any characters in your EDID string, and that it is exactly 128 bytes long. Also have in mind that the above procedure is ONLY for non-Mobility owners, Mobility owners should not do this, your settings come from the BIOS.""" No entiendo esta parte ya que se supone que hay que editar el fichero en hexadecimal o no se que y cambiar el valor que te da el programa, que se supone que segun mi reporte es "String (30)" pero no se que hacer con este valor no como editar el EDID. A ver si alguien mas acostumbrado a aplicar el parche callisto me puede echar una mano aunque sea al cuello. Gracias a todos por adelantado. Link to comment https://www.insanelymac.com/forum/topic/28222-configuracion-callisto-en-ati-mobility-x600/ Share on other sites More sharing options...
Zealot Posted October 23, 2006 Share Posted October 23, 2006 Te recomiendo usar una guia para instalar callisto desde la terminal de esa forma los parches se alican de forma + facil y clara ademas de que tienes que ponerle el flag -f para que el parche que ponas cargue obligadamente. sorry por no darte la ubicacion pero sera facil de encontrar usando la busqueda del foro. Link to comment https://www.insanelymac.com/forum/topic/28222-configuracion-callisto-en-ati-mobility-x600/#findComment-215023 Share on other sites More sharing options...
Ian Romanelli Posted March 6, 2007 Share Posted March 6, 2007 (edited) Saludos a todos los foreros. Yo tambien tengo el mismo modelo de lapto una HP ZD8350la y tambien tengo un una ATI MOBILITY RADEON X600 de 128 MB ID: 31 50 en MAC 10.4.8 Y aqui la solucion para HP ZD8000: Si quieres ver el post (ingles) http://forum.insanelymac.com/index.php?sho...mp;#entry285273 Y sino los archivos y manual tambien en ingles: http://www.box.net/public/kd5ulo8u6h Ah se me olvidaba solo funciona para 10.4.7 & 10.4.8 Saludos Edited March 7, 2007 by Ian Romanelli Link to comment https://www.insanelymac.com/forum/topic/28222-configuracion-callisto-en-ati-mobility-x600/#findComment-317988 Share on other sites More sharing options...
knm1983 Posted March 11, 2007 Share Posted March 11, 2007 Hola amigos este es mi primer mensaje en este foro. Referente a lo de la X600 , yo tengo un Sony Vaio a617B con la Mobility X600 y tube el mismo problema con la version 008 de los callisto y al final de probar varios callisto , el que me funciono perfectamente fue el 006 conjuntamente con el Koberg path v2. Por mi parte tengo un pequeño problema con mi monitor que no se si alguien le ha pasado y ha conseguido solucionarlo: El problema que tengo es que mi portatil controla el brillo del monitor a traves de software con los botones que lleva integrados y no por hardware y como el OSX no detecta bien el monitor pues no me sale el deslizador para el brillo en las propiedades de pantalla y no puedo cambiarlo , mi solucion es arrancar windows y cambiar desde alli para que quede memorizado pero es un coñazo. Despues de 5 meses todavia no he encontrado solucion. Venga amigos saludos. Link to comment https://www.insanelymac.com/forum/topic/28222-configuracion-callisto-en-ati-mobility-x600/#findComment-321486 Share on other sites More sharing options...
moquiwa Posted April 5, 2008 Share Posted April 5, 2008 lo k me valio fue el cal3 0x0x0 1 1 pero sigo sin QE alguien tiene una solucion?? tengo un x600 Mobility Link to comment https://www.insanelymac.com/forum/topic/28222-configuracion-callisto-en-ati-mobility-x600/#findComment-697613 Share on other sites More sharing options...
Derty Posted April 7, 2008 Share Posted April 7, 2008 estos son del 10.4.8 los quieres probar??? http://www.box.net/public/kd5ulo8u6h o los que dejo....10.4.11 o lee esto http://forum.insanelymac.com/index.php?showtopic=10415 Archivo_comprimido.zip Link to comment https://www.insanelymac.com/forum/topic/28222-configuracion-callisto-en-ati-mobility-x600/#findComment-700174 Share on other sites More sharing options...
Recommended Posts