VMWare 장 착 mac os x 필수 최적화 신기 beamoff

1653 단어 잡담
https://github.com/whtiehack/hello-world/raw/master/beamoff.zip
이 프로그램 은 로그 인 시작 으로 설정 하 는 것 이 좋 습 니 다. 원본 코드 는 간단 합 니 다.
//
//  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

github 에 있 는 beamoff 주소:https://github.com/JasF/beamoff
그리고 꼭 해 야 할 최적화 가 하나 더 있어 요.
'시스템 선 호 설정' 은 '보조 기능' 에 들 어가 서 '투명 성 감소' 를 선택 합 니 다.
다른:
"시스템 선 호 설정" Dock 진입 " :" 크기 조정 효과 선택 "
another:
"시스템 은 '진입' 확장 설정 을 선 호 하고 사용 하지 않 는 구성 요 소 를 지 웁 니 다."
이 몇 단계 가 끝 난 후에 인터페이스 응답 속 도 는 나의 pc 에서 몇 배 올 랐 다.
beamoff 를 켜 는 자동 운행 방법 으로 설정 합 니 다.
다운로드 하 다.http://files.cnblogs.com/files/yipu/beamoff.zip mac 는 자동 으로 압축 을 풀 고 beamoff. app 시스템 선 호 설정 - 사용자 와 그룹 - 사용자 이름 선택 - "로그 인 항목" 옵션 카드 선택 - 점 + 번 호 를 선택 하여 다운로드 한 beamoff. app 를 찾 습 니 다.

좋은 웹페이지 즐겨찾기