sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
36.2k stars 1.79k forks source link

Arc browser is running very slowly on Ventura #648

Open kcoderhtml opened 1 year ago

kcoderhtml commented 1 year ago

On Ventura, when the arc browser is opened, a large amount of lag ensues that causes the screen to update about once every 3–4 seconds. Arc browser here: arc.net Download link arc.net/gift/5cf01983

kcoderhtml commented 1 year ago

After going through the setup screen and picked a background color it became usable, I'm guessing this was due to the transparency of the background. I followed the guide in sickcodes/osx-optimizer to disable transparency, which made the background an opaque white however I belive that the computer may still have been processing the transparency in the background.

sickcodes commented 1 year ago

It's probably trying to use the GPU, I am trying Ventura right now though

sickcodes commented 1 year ago

Check this result: https://github.com/sickcodes/Docker-OSX/issues/647#issuecomment-1530563245

kcoderhtml commented 1 year ago

I'm not sure if that would be applicable to Arc as the problem was in the setup process where it was trying to apply transparency, blur, and noise to the application's background. Once I was able to disable the transparency and blur, the application ran much faster.