Hiraku

Results 16 comments of Hiraku

我發現拿一個 Intel 的機器先跑一次 one-key-hidpi,然後再複製 /Library/Displays/Contents/Resources/Overrides 裡面的內容到 M1 機器裡面就好了,不需要其他第三方軟體 環境:macOS 12.4 機器:Mac Studio 螢幕:MAG342CQRV 3440x1440 ![CleanShot 2022-06-08 at 10 57 56](https://user-images.githubusercontent.com/358647/172522055-b8ff9883-a12b-44d6-be87-68d77ba91f60.jpg)

> 这看上去也不像hidpi啊 糊的 截圖軟體我有調整過,所以比較糊,正常。實際上我用這個方法看起來跟用 BetterDummy 效果一樣,至於為何我不需要 SwitchResX4 但 @Ding-Kyoma 需要,我就不知道了。 但是無論是 BetterDummy、SwitchResX4 還是直接覆蓋設定檔,跟 Intel 的機器比起來確實還是比較糊一些些,這可能硬傷,沒辦法解決。

再測試了一下,其實 one-key-hidpi 在 M1 (macOS 12.4)只差在原本的指令無法抓到螢幕製造商跟型號,只要改成用 `ioreg -lw0 | grep -i "DisplayAttributes"` 指令就可以抓到這兩個字串了。 但我沒有能力改腳本,只能先生成檔案之後再手動修改內容跟檔名。我寫了一個教學在[這邊]( https://hiraku.tw/2022/06/6873/),也另外找了一個人測試,全程不需要 SwitchResX4 也可以顯示設定。 有能力動手的大神可以試試,應該可以弄出 M1 能相容的腳本。

> 请问可否分享一下你的文件呢,我改一下ID测试下是否可以,我自己的文件没有效果 你發一下設備id,製造商id 還有目前分辨率跟想要的分辨率吧。我的螢幕是 3440x1440 的你如果不是這個分辨率可能無法直接用。

I found some legacy OS X Installation disks from Apple's website, which is legit and official.

For 10.4.7 and 10.2, they are in https://developer.apple.com/download/more/ , but you must have a "paid" developer account or they won't show in the list. For 10.13.6 and 10.7.5, I just...

The image mentioned above can't boot as a boot2docker image? Any other solutions? Thanks

@afbjorklund I run `docker-machine create --driver=parallels --parallels-memory=16384 --parallels-disk-size=65536 --parallels-cpu-count=8 --parallels-boot2docker-url https://github.com/afbjorklund/boot2docker-debian/releases/download/a12e50d/boot2docker-arm64.iso prl-dev` command and the log shows: ``` Creating CA: /Users/hirakujira/.docker/machine/certs/ca.pem Creating client certificate: /Users/hirakujira/.docker/machine/certs/cert.pem Running pre-create checks... (prl-dev) Image...

This is intended. Emoji switch key would break the logic of keyboard accio. On Apr 12, 2021, 14:51 +0800, EyalRotem ***@***.***>, wrote: > Device: iPhone 11 Pro > iOS: 14.3...

Yes, they forgot to block unmentioned video/file messages in the group chat This is a quick fix: ```python async def unsupport_message_handle(update: Update, context: CallbackContext, message=None): # check if bot was...