Aug.30,TM290 855GM显卡开启QE
作者:范范 日期:2010-08-31

- 安装10.4.1
- 从Darwin 8.0.1光盘中拷贝AppleIntel830.kext、AppleIntel830GA.plugin及AppleIntel830GLDriver.bundle至/System/Library/Extensions
- 编辑AppleIntelIntegratedGraphics.kext/Contents/Info.plist,将IOPCIMatch的值改为0x35828086
或许是由于TM290不支持在BIOS中设置共享显存的缘故?我们需要借助其它系统来预分配显存?读取BIOS中的显存分配信息?(问题的缘由纯属推测,无法肯定的下结论)以XP为例,建立XP/Tiger 10.4.1双系统,开机之后先进入XP,随后重启返回10.4.1,如此便可开启QE ~
Aug.29,Good command line usage habits and tips
作者:范范 日期:2010-08-30
If you use the command line frequently, chances are you may have some bad command line habits. IBM's DeveloperWorks site has posted 10 good UNIX usage habit tips, some of them are just pretty handy tricks in general and if you're new to the Mac OS X Terminal, you'll probably learn something since practically all of them work within the Mac OS X command line. Here's one of my personal favorites since it hit home with my command line activities:
* Change the path to unpack something into rather than moving the archive file itself, in this example by using the -C flag with the tar command:
tar xvf -C path/to/unpack newarc.tar.gz
I'm certainly guilty of moving archives around, but that's partially because I like to keep all of them in a central location. But if you're going to just delete the archive anyway, there's no point in moving the archive file around just to unpack it. Save yourself the keystrokes.
Here's the full list of tips in the IBM DeveloperWorks article:
Aug.28,深度定制Tiger系统之System Profiler信息
作者:范范 日期:2010-08-29
Aug.27,虎牌上网本之Tiger/XP时间同步
作者:范范 日期:2010-08-28
TM290安装Leopard并不困难,不过由于硬件限制,产生一些大问题。譬如不经意间的四国,系统运行速度不佳等。思量思量,暂且先退回Tiger。双硬盘呵,无损转换。
Tiger已经十分完善,基本只留下一些优化、微调的余地。今天先来解决Tiger、XP的时间同步问题。
对于这个问题,注册表RealTimeIsUniversal大法依然有效,不过存在局限。运行某些程序,待机、休眠后恢复或是唤醒显示器时,容易导致时间回退。
于此,引入一种较为先进的方案。Tiger下,编辑/etc/rc.local及/etc/rc.shutdown.local,加入:
date `date -u +%m%d%H%M%Y`
~~~
Aug.26,TM290 Leopard 10.5.8驱动调整(续)
作者:范范 日期:2010-08-27
无线网卡驱动方面,用VoodooIntel2200BG-05取代iwi2200。后者对加密网络的支持十分差劲,且每次都需要通过第三方程序来搜索网络、输入密码等。
移除iDeneb预装的AppleDecrypt.kext,替换为FakeSMC v2。
电池管理驱动:VoodooBettery.kext
如此,已经基本完满。剩下的问题当前无解,好在并非关键,包括CPU电源管理,板载红外及调制解调器。

联网升级,毫无问题。OK ~
Aug.25,TM290 Leopard 10.5.8驱动调整
作者:范范 日期:2010-08-26
首先移除iDeneb预装的GenericCPUPMControl.kext。原因是此功能扩展与SSE2 CPU存在兼容问题,导致降频降速,严重拖慢系统的运行速度。
随后安装一系列设备的驱动扩展:
ALPS Glidepad Driver:ALPS触摸板驱动。未安装前,只能实现移动定位;安装之后,支持左击操作及双指或单指滚动。
IOPCMCIAFamily.kext:ENE CB-1410 CardBus Controller驱动。
iwi2200:Intel PRO/Wireless 2200BG无线网卡驱动。
GenericAC97Audio:板载Realtek AC97声卡驱动,取自XxX 10.4.11。
PCGenRTL8139Ethernet.kext:板载Realtek RTL8139网卡驱动。









