When my GPU is under load from another program, Sublime Text becomes very slow. Latency is proportional to the window size. I have to switch to another text editor because it is unusable. My OS is Linux. I’ve tried all of these:
Running a freshly installed version of sublime text with default settings and no plugins.
subl3 --disable-gpu
subl3 --opengl
Add to config: “gpu_window_buffer”: false
None of them help performance. There must be some way to disable hardware acceleration, right?