Jump to content

I run 10.4.8 on my T60, but...


watons
 Share

73 posts in this topic

Recommended Posts

Please tell me the simple way to work out the problems

..

Not working:

 

Sound: Analog Devices AD1981HD @ Intel 82801GBM ICH7-M - HD Audio Controller [b-0]

 

PCI Express x16: ATI Mobility Radeon X1400 (Lenovo)

 

Intel® PRO/Wireless 3945ABG Network Connection

 

No PowerManagement...

 

...

by the way, a stupid question - how to capture sreen in the mac osx?

Link to comment
Share on other sites

Command-Shift-4: select area of screen with cursor and send to file on Desktop

Command-Shift-3: send whole screen to file on Desktop

Add the Control key and send the images to Clipboard

 

Wireless and video - no solutions

Audio - maybe but doubtful

Link to comment
Share on other sites

I just installed 10.4.8 on my T60 with the x1400 and BIOS revision 2.03.

 

After two days of trying, I finally got my x1400 to work with acceleration ON THE INTERNAL LCD and not JUST the external display.

 

I had to do the following:

 

** Your milage may vary. This worked for ME, but that doesn't mean it will work for you!! **

 

1) Force the resolution to the LCD's native resolution (1400x1050x32 for my panel) in the boot.plist

2) Reboot and make sure it works on your INTERNAL LCD. You won't have acceleration, but your resolution should be fine now instead of 1024x768.

3) Edit the ATIRadeonX1000.kext to include your Device ID from the (mine was 7145).

4) rm /System/Library/Extensions.kextcache

5) rm /System/Library/Extensions.mkext

6) diskutil repairPermissions /

7) reboot and enjoy..

 

Riley

Link to comment
Share on other sites

1) Force the resolution to the LCD's native resolution (1400x1050x32 for my panel) in the boot.plist

2) Reboot and make sure it works on your INTERNAL LCD. You won't have acceleration, but your resolution should be fine now instead of 1024x768.

3) Edit the ATIRadeonX1000.kext to include your Device ID from the (mine was 7145).

 

how to do this ? I'm a newbie , plz tell me by detailed steps! Thx!

Link to comment
Share on other sites

I find one guy with T60p (mac 10.4.6 )to make the sound working! I do the same, but mine cannot load the kext!

Maybe I am mac 10.4.8 , or ...who are using mac 10.4.6 , plz give me your AppleAzalizAudio.kext! Thx!

 

1. Delete AppleHDA.kext:

 

* In Terminal, type: sudo rm -rf /System/Library/Extensions/AppleHDA.kext

* sudo rm -rf /System/Library/Extensions.mkext

* sudo rm -rf /System/Library/Extensions.kext

 

 

2) Edit AppleAzaliaAudio.kext:

 

* In Terminal, type: sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist

* Search for (use hotkey= ctrl + w):

<key>IOHDAudioCodecVendorID</key>

* change the string to:

<string>0x10ec0882</string>

* Exit pico

* sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist

* Search for (use hotkey= ctrl + w):

<key>IOPCIPrimaryMatch</key>

* change the string to:

<string>0x27d88086</string>

* Exit pico

 

 

3) Clean up the system:

 

* In Terminal, type: sudo kextload /System/Library/Extensions/AppleAzaliaAudio.kext

* kextcache -k /System/Library/Extensions/

 

 

4) Then, reboot and enjoy sound out of two channels.

Link to comment
Share on other sites

Look in the info.plist and be sure you didn't type some extra characters and that the indenting is all the same as it was. After you fix it, repeat the Terminal commands.

 

Still the same problem, my device Id: 0x11d41981 & 0x27d88066 , If possible please edit for me and upload here , thx!

Link to comment
Share on other sites

I make the CI/QE to be supported now , but it appear mouse tear...

 

a very stupid qestion : what funtions do CI/QE have ? why should switch it on?

How did you do this?

Please explain. Now I'm downloading Apple MaOSXUpd10.4.8Intel.dmg to extract ATI kexts from it. I hope this will solve the problem.

Link to comment
Share on other sites

How did you do this?

Please explain. Now I'm downloading Apple MaOSXUpd10.4.8Intel.dmg to extract ATI kexts from it. I hope this will solve the problem.

:turbin:

To get QE/CI working, you need to change the device id list inside ATIRadeonX1000.kext:

ATIRadeonX1000.kext/Contents/Info.plist

<key>IOPCIMatch</key>
<string>0x71c01002 0x41441002 0x4E481002</string>

add YOUR deviceid (get it from System Profiler / Graphics):

<string>0x71451002</string>.

This would get you the QE/CI support, but also the mouse tearing.

 

then go to the Terminal..

 

sudo -s
*your password*
chmod -R 755 /System/Library/Extensions/ATIRadeonX1000.kext
chown -R root:wheel /System/Library/Extensions/ATIRadeonX1000.kext

 

reboot ...ENJOY!

Link to comment
Share on other sites

I have X1400 with ID 0x71451002.

After the 10.4.8 kexts were installed the screen images became better than previous but still 1024x768 and no QE/CI :D

 

Thers is part of my Boot.plist:

<key>Graphics Mode</key>

<string>1280x800x32</string>

Maybe something wrong in it?

Link to comment
Share on other sites

 Share

×
×
  • Create New...