Sorry for reviving an old thread, but this is still an issue, and this thread is the No1 listing on Google
The issue is with Catalyst Control Center loading after TRIXX, as it resets your overclock.
The fix is...
1. Set TRIXX to load settings at boot like normal
2. Open Task Scheduler, and disable the entry for TRIXX
3. Open a notepad file and copy in the following
@echo off
title TRIXX
cd /
echo Waiting for Catalyst Control Center
:start
tasklist /fi "imagename eq CCC.exe" | find ":" > nul
if errorlevel 1 (echo Loading Sapphire TRIXX) else (goto start)
timeout /t 10 /nobreak
start "" "C:\Program Files (x86)\Sapphire TRIXX\TRIXX.exe" -s
exit
(Note: Adjust this if it does not match where you have installed TRIXX)
4. Save as TRIXX.bat (The drop down box when saving must be changed from "Text Documents (*.txt)" to "All Files")
5. Save this file in your Startup folder. (varies depending on windows version, google if unsure)
6. Reboot
Hope this is simple enough for everyone to understand.