BigBoppa Posted October 1, 2006 Share Posted October 1, 2006 I have a dual boot system, hackintosh and winXP. If i switch (reboot) from xp to osx, the system time is 2 hours in the past, e.g. changes from 19.12 to 17.12 . If i leave it as it is and make a reeboot to windows again, it is still in the past ( 17.12). Any ideas? I am currently using JaS 10.4.7., there seems not to be the ATIRadeon9700GA.kext included. I got 1680*1050 at my x300 with Callisto_b005, but i want to enable QE/CI. As i understood, i need the ATIRadeon9700GA.kext so i can do the Kovergs Patch, right? Where to get the ATIRadeon9700GA.kext? Link to comment https://www.insanelymac.com/forum/topic/29068-system-clock-problem-atiradeon9700gakext/ Share on other sites More sharing options...
Rammjet Posted October 1, 2006 Share Posted October 1, 2006 I have a dual boot system, hackintosh and winXP. If i switch (reboot) from xp to osx, the system time is 2 hours in the past, e.g. changes from 19.12 to 17.12 . If i leave it as it is and make a reeboot to windows again, it is still in the past ( 17.12). Any ideas? OSX and Windows store time differently in BIOS. OSX stores time as UTC (GMT) and then adjusts it with an adder to the local time. Windows stores local time. So they will always be at odds with one another. To get around this, there are 3 ways: 1) Get an app that sets the time off the internet 2) There is a batch script that can be run at startup to reset the time 3) There is a registry key that can be set, but this is an unsupported register and MS may change its behavior at any time, so this is not recommended. This link takes you to two other links which discuss 2) and 3) http://forum.insanelymac.com/index.php?sho...mp;#entry123785 I am currently using JaS 10.4.7., there seems not to be the ATIRadeon9700GA.kext included.I got 1680*1050 at my x300 with Callisto_b005, but i want to enable QE/CI. As i understood, i need the ATIRadeon9700GA.kext so i can do the Kovergs Patch, right? Where to get the ATIRadeon9700GA.kext? Re-read what you are looking for. These are the 9700 files. You may be looking for a plugin, not a kext. ATIRadeon9700.kext ATIRadeon9700DVDDriver.bundle ATIRadeon9700GLDriver.bundle ATIRadeon9700GA.plugin ATIRadeon9700VADriver.bundle Link to comment https://www.insanelymac.com/forum/topic/29068-system-clock-problem-atiradeon9700gakext/#findComment-199556 Share on other sites More sharing options...
BigBoppa Posted October 1, 2006 Author Share Posted October 1, 2006 Hi Rammjet, thanks a lot! At the Koverg-patch9700-v0.2 there is a file patch9700.sh, as i can see, this file patches the ATIRadeon9700.kext, as read inside: ATIKEXT=/System/Library/Extensions/ATIRadeon9700.kext BACKUP=$HOME/Documents/originals HI=$1 LO=$2 echo Patching to device id: 0x$HI$LO mkdir $BACKUP cp -R $ATIKEXT $BACKUP ./binmay -v -i $BACKUP/ATIRadeon9700.kext/Contents/MacOS/ATIRadeon9700 -s "3d 60 5b 00 00" -r "3d $LO $HI 00 00" -o $ATIKEXT/Contents/MacOS/ATIRadeon9700 At my machine there is no /System/Library/Extensions/ATIRadeon9700.kext... Link to comment https://www.insanelymac.com/forum/topic/29068-system-clock-problem-atiradeon9700gakext/#findComment-199566 Share on other sites More sharing options...
Rammjet Posted October 1, 2006 Share Posted October 1, 2006 I just opened the installer for JaS 10.4.7 and they are all there in the basic installer. They should be there unless you have run some patch or package that moved them. Look around for some folder labelled "disabled" or "backup" or "extensions" (not the main one). The script that you pasted above makes a copy of the extensions in this location: $HOME/Documents/originals If you ran that script, you might look there. Otherwise, do this: - Download Pacifist from Charlessoft - Insert your 10.4.7 install DVD and let it mount on the Desktop - Use Pacifist to open the following: /System/Installation/Packages/Essentials.pkg - Inside that package in Pacifist, follow this path: System -> Library -> Extensions - Find and highlight (with the cursor) all of the ATI 9700 files - Go to the Toolbar in Pacifist and click Install - Go to your OSX partition and delete the following 2 files: /System/LibraryExtensions.mkext /System/Library/Extensions.kextcache - Reboot Link to comment https://www.insanelymac.com/forum/topic/29068-system-clock-problem-atiradeon9700gakext/#findComment-199578 Share on other sites More sharing options...
Recommended Posts