CI & QE ati x700: duda

pepettt

New member
Hola buenas!!
Despues de un tiempo trasteando con el nuevo Leopard me llamaba la atencion que muchos programas se quedaban colgados y por lo que me comentaron en el post de Leopard para AMD se debe a que mi tarjeta grafica no esta a pleno rendimiento...He buscado por el foro e incluso en foros ingleses, pero soy novatillo en esto y no me entero mucho... Q si koverg, que si Callisto...ves al terminal...vamos un cacao, que ni me aclaro!!!
Tengo como dice el titulo tengo una ati x700, he ido a perfil del sistema y me indica esto:

Pantalla:

Tipo: Pantalla
Bus: PCIe
Anchura de canal PCIe: x16
VRAM (total): 256 MB
Fabricante: ATI (0x1002)
ID del dispositivo: 0x5e4d
ID de la revisión: 0x0000
Información de la extensión del kernel: Ninguna extensión de kernel (kext) cargada
Pantallas:
Moniteur de type inconnu:
Resolución: 1024 x 768
Profundidad: Color de 32 bits
Core Image: Software
Pantalla principal: Sí
Duplicado: Desactivado
En línea: Sí
Quartz Extreme: Incompatible​

a ver si alguien domina el tema y pudiese ayudarme que estoy mu interesado en hacerla furular. Gracias de antemano!!
 

electroperc

New member
solucion

Hola buenas!!
Despues de un tiempo trasteando con el nuevo Leopard me llamaba la atencion que muchos programas se quedaban colgados y por lo que me comentaron en el post de Leopard para AMD se debe a que mi tarjeta grafica no esta a pleno rendimiento...He buscado por el foro e incluso en foros ingleses, pero soy novatillo en esto y no me entero mucho... Q si koverg, que si Callisto...ves al terminal...vamos un cacao, que ni me aclaro!!!
Tengo como dice el titulo tengo una ati x700, he ido a perfil del sistema y me indica esto:

Pantalla:

Tipo: Pantalla
Bus: PCIe
Anchura de canal PCIe: x16
VRAM (total): 256 MB
Fabricante: ATI (0x1002)
ID del dispositivo: 0x5e4d
ID de la revisión: 0x0000
Información de la extensión del kernel: Ninguna extensión de kernel (kext) cargada
Pantallas:
Moniteur de type inconnu:
Resolución: 1024 x 768
Profundidad: Color de 32 bits
Core Image: Software
Pantalla principal: Sí
Duplicado: Desactivado
En línea: Sí
Quartz Extreme: Incompatible​

a ver si alguien domina el tema y pudiese ayudarme que estoy mu interesado en hacerla furular. Gracias de antemano!!

mira hace poco encontré la solución a este problema con esta tarjeta

[is very simple just follow the steps as i wrote it

It would be a good idea to backup your entire Extensions directory before proceeding just in case you royally mess up anything.

CODE
sudo cp -R /System/Library/Extensions /System/Library/ExtensionsBackupEnter your password when prompted.


In order to do some of these steps more easily, we're going to run TextEdit and HexEdit in Super User mode. This will save you having to learn nano, vi, or any of those other terminal-based programs.

For TextEdit, open a new window in Terminal. Copy and paste the following:

CODE
sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit


Enter your password when prompted.

For HexEdit, things are a little bit more tricky, especially because HexEdit doesn't come on the computer.
HexEdit 2.00 at MacUpdate

It's in a .sit archive, and since OS X no longer comes with Stuffit Expander, you'll have to download that, too.
Stuffit Expander 11.0 at MacUpdate

After you've downloaded and extracted HexEdit, drag HexEdit Release into your Applications folder. Open up another window in Terminal, and copy and paste the following:

CODE
sudo /Applications/"HexEdit Release"/HexEdit.app/Contents/MacOS/HexEditEnter your password when prompted.


Now you have two simple editing utilities set up with some pretty advanced power. Until you close them, they have the potential to harm protected files.

Part 1, Callisto Installation

I used b006 for installation purposes. It's available on Omni's new website.

After extracting b006, Look in the folder for CallistoHAL.kext. Right-Click on this file and go to Show Package Contents. Double click on Contents, and then drag Info.plist to TextEdit in the dock.

Find

CODE
<key>IOPCIMatch</key>
<string>0x41501002&0xffffffff</string>

and change it to

CODE
<key>IOPCIMatch</key>
<string>0x554d1002&0xffffffff</string>

Make sure you replace 554d with whatever your specific Device ID is, which is avaliable in System Profiler, and then save and close the file.

Open up another Terminal window, and type (or copy) this into Terminal:

CODE
sudo -s
cd <Drag in the directory where the Callisto .kext files are at>
chown -R root:wheel Callisto*
chmod -R 755 Callisto*
cp -R Callisto* /System/Library/Extensions/
rm -f /Library/Preferences/com.apple.window*
rm -f /Library/Preferences/ByHost/com.apple.window*
rm -f /Library/Preferences/ByHost/com.apple.pref*
rm /System/Library/Extensions.mkext
rm /System/Library/Extensions.kextcacheEnter

Enter your password when prompted

Reboot and enjoy!!!!!!!


If you mess it up just reboot in single user mode (-s) and write

CODE
/sbin/mount -uw /
rm -R /System/Library/Extensions/Callisto* <To remove Callisto>
cp -R /System/Library/ExtensionsBackup/ATI* /System/Library/Extensions/ <To restore ATI kexts>
rm /System/Library/Extensions.mkext
rm /System/Library/Extensions.kextcache
reboot


I recomend you to copy this into a paper before doing something

It also work with 10.5.3


puedes copiarlo y traducirlo con google y busca bien los archivos de callisto es nesesario que sea el 006

con esto podrás cambiar la resolución y el refresh rate pero lamentablemente no he podido descubrir como se activa el QE
 
Arriba