JunoLab / Juno.jl

MIT License
145 stars 23 forks source link

[BUG] Juno REPL Display Error with 4K Monitor and Ubuntu 20.04 #618

Closed qin-yu closed 3 years ago

qin-yu commented 3 years ago

Please search existing issues to avoid duplicates.

Details

Steps to reproduce

  1. Start Juno installed on a Ubuntu machine with a 4K display (not sure if it has something to do with the resolution);
  2. Close the lid / put the system to sleep
  3. Wake up and enter password
  4. The REPL has some display error (no showing every character) Screenshot from 2020-12-16 15-20-05
pfitzseb commented 3 years ago

Try switching to another terminal renderer in the julia-client settings. This is a known issue with xterm.js.

qin-yu commented 3 years ago

Thanks! I just tried all the options: webgl, canvas and dom. Only dom works after suspend the machine. Should I close the issue? It seems that it's still an issue!

Try switching to another terminal renderer in the julia-client settings. This is a known issue with xterm.js.

pfitzseb commented 3 years ago

I don't think there's anything we can do about this here, so yeah, will close the issue.