Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Severe performance issues on Linux #2833

Closed
Tyriar opened this issue Apr 16, 2018 · 4 comments
Closed

Severe performance issues on Linux #2833

Tyriar opened this issue Apr 16, 2018 · 4 comments
Labels
help wanted Contributions wanted towards the issue ❣️ Priority: High Issue is of High priority 📊 Type: Performance Issue contains information about a performance issue in Hyper

Comments

@Tyriar
Copy link
Contributor

Tyriar commented Apr 16, 2018

  • OS version and name:Ubuntu 17.10
  • Hyper.app version: 2.0.0

Issue

Screen redrawing is painfully slow on Hyper 2 on Linux, I believe this is due to Electron 1.8 electron/electron#11051

FYI Electron 2 is coming up and I still have issues on my Linux box but you can workaround it via the --ignore-gpu-blacklist Chromium arg. You may want to allow this (and --disable-gpu) to pass the CLI to /opt/Hyper/hyper. See electron/electron#12042

@Tyriar
Copy link
Contributor Author

Tyriar commented Apr 16, 2018

Running ll:

image

Looks like it's an issue on your end too. There's some weirdness on Linux where spawning takes a while sometimes, don't know too much about that problem.

@timothyis timothyis added help wanted Contributions wanted towards the issue ❣️ Priority: High Issue is of High priority 📊 Type: Performance Issue contains information about a performance issue in Hyper labels Apr 16, 2018
@Tyriar
Copy link
Contributor Author

Tyriar commented Apr 16, 2018

The setCwd/setGit might be from Plugin hyper-statusline (1.7.4) loaded.?

@Tyriar
Copy link
Contributor Author

Tyriar commented Apr 16, 2018

After disabling hyperline, everything is fine when I launch with: /opt/Hyper/hyper --ignore-gpu-blacklist

You should fix this:

~/dev/Microsoft/vscode @tyriar/terminal_process_refactor │ ?1±1 ❯ hyper --ignore-gpu-blacklist
The option "ignore-gpu-blacklist" is unknown. Here's a list of all available options:

@chabou
Copy link
Contributor

chabou commented Apr 16, 2018

Thank you for your feedback @Tyriar

We'll track our work about passing options to hyper/electron over here: #2839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Contributions wanted towards the issue ❣️ Priority: High Issue is of High priority 📊 Type: Performance Issue contains information about a performance issue in Hyper
Projects
None yet
Development

No branches or pull requests

3 participants