1. 程式人生 > >VMWare 裝mac os x 一個必備優化神器 beamoff

VMWare 裝mac os x 一個必備優化神器 beamoff

這個程式設定為登入啟動比較好
原始碼很簡單:

//
//  AppDelegate.m
//  beamoff
//
//  Created by ANDREI VAYAVODA on 09.11.14.
//  Copyright (c) 2014 ANDREI VAYAVODA. All rights reserved.
//

#import "AppDelegate.h"
extern void CGSSetDebugOptions(int);
extern void CGSDeferredUpdates(int);

typedef enum {
    disableBeamSync = 0,
    automaticBeamSync = 1
, forcedBeamSyncMode = 2 } beamSyncMode; @interface AppDelegate () @property (weak) IBOutlet NSWindow *window; @end @implementation AppDelegate - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { int mode = disableBeamSync; CGSSetDebugOptions(mode ? 0 : 0x08000000); CGSDeferredUpdates(mode); [self
.window close]; [NSApp terminate:self]; } - (void)applicationWillTerminate:(NSNotification *)aNotification { // Insert code here to tear down your application } @end

另外還有一個必須做的優化

“系統偏好設定” 進入”輔助功能” 然後勾選”減少透明度”

另一個:

“系統偏好設定”進入”Dock” 最小化視窗時使用: 選擇“縮放效果”

another:

“系統偏好設定”進入”擴充套件”,然後將不使用的元件勾掉.

這幾步搞完以後,介面響應速度在我的pc上提升好幾倍.

beamoff 設定為開機自動執行方法

下載 http://files.cnblogs.com/files/yipu/beamoff.zip
mac會自動解壓 得到 beamoff.app
系統偏好設定 - 使用者與群組 - 選中你自己的使用者名稱 - 選擇 “登入項” 選項卡 - 點 + 號
找到你下載的beamoff.app