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

Text in middle of terminal section blurred since upgrade to 1.45.0 #97682

Closed
wivory opened this issue May 13, 2020 · 16 comments
Closed

Text in middle of terminal section blurred since upgrade to 1.45.0 #97682

wivory opened this issue May 13, 2020 · 16 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues terminal-rendering upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone

Comments

@wivory
Copy link

wivory commented May 13, 2020

Issue Type: Bug

Steps to Reproduce:

  1. Use VS Code with terminal window open across bottom (I have 2 editors side by side above).
  2. After a short period (under 15 minutes typically), text in the middle of the terminal window goes blurry. Clicking the maximize button (to reduce from full screen to smaller) and again (back to full screen) fixes the problem for a while, then it returns. Very very annoying.

This only started on Monday this week after I upgraded to 1.45.0.

VS Code version: Code 1.45.0 (d69a79b, 2020-05-07T16:10:24.511Z)
OS version: Linux x64 4.15.0-99-generic

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 3540)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: disabled_software
skia_renderer: disabled_off_ok
video_decode: unavailable_off
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 62.52GB (36.51GB free)
Process Argv -r /home/wivory/VSCodeWorkspaces/fleetwood_go.code-workspace --no-sandbox
Screen Reader no
VM 0%
DESKTOP_SESSION cinnamon
XDG_CURRENT_DESKTOP X-Cinnamon
XDG_SESSION_DESKTOP cinnamon
XDG_SESSION_TYPE x11
Extensions (16)
Extension Author (truncated) Version
cpputest-test-adapter bne 0.1.2
yacc car 1.3.1
gitlens eam 10.2.1
vscode-test-explorer hbe 2.18.0
workspacesort ici 1.5.9
jenkins-pipeline-linter-connector jan 1.2.0
plantuml jeb 2.13.9
code-groovy mar 0.1.2
python ms- 2020.5.78807
cpptools ms- 0.28.0
Go ms- 0.14.1
vscode-groovy-lint Nic 0.13.0
vscode-print pdc 0.7.14
rf-intellisense Tom 2.8.0
vscode-workspace-explorer tom 1.5.0
yang-vscode typ 2.0.3
@Tyriar
Copy link
Member

Tyriar commented Jun 11, 2020

Please provide a screenshot of a gif illustrating the problem. See this wiki page for more general info on how to report actionable terminal issues.

/label "needs more info" integrated-terminal

@wivory
Copy link
Author

wivory commented Jun 12, 2020 via email

@Tyriar
Copy link
Member

Tyriar commented Jun 13, 2020

@wivory attaching via email doesn't work on github, you need to go to github.com for that.

@wivory
Copy link
Author

wivory commented Jun 13, 2020 via email

@wivory
Copy link
Author

wivory commented Jun 15, 2020

Adding 2 screenshots. Look at the middle of the top line of the terminal section of the screen and you should be able to see that it's somewhat out of focus in one. Note in addition to my initial comments that minimising / back to full screen doesn't solve the problem - it's only when you resize the window (eg toggle the maximise button) that fixes it.
all_text_clear
fuzzy_top_middle_of_terminal

@Romyanmar4
Copy link

``<script src="//code.jivosite.com/widget/p3yqJKpweV" async></script>

@Romyanmar4
Copy link

[<script src="//code.jivosite.com/widget/p3yqJKpweV" async></script>](<script src="//code.jivosite.com/widget/p3yqJKpweV" async></script>b19cEXMX1mxH3​) #98778

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug upstream Issue identified as 'upstream' component related (exists outside of VS Code) labels Jun 15, 2020
@Tyriar
Copy link
Member

Tyriar commented Jun 15, 2020

Can you share your settings.json? Try changing your terminal.integrated.rendererType

@wivory
Copy link
Author

wivory commented Jun 15, 2020 via email

@Tyriar
Copy link
Member

Tyriar commented Jul 8, 2020

Workaround is to use the setting "terminal.integrated.rendererType": "dom"

@Tyriar Tyriar removed the info-needed Issue requires more information from poster label Jul 8, 2020
@Tyriar Tyriar added this to the Backlog milestone Jul 8, 2020
@wivory
Copy link
Author

wivory commented Jul 9, 2020 via email

@wivory
Copy link
Author

wivory commented Oct 13, 2020

While still waiting on a fix for the original problem, I've updated from 1.48 to 1.50 (1.49 had a different bug I was avoiding until fixed), and now find that the search box is permanently out of focus. Does this need a separate bug? It's really annoying, doesn't clear (even temporarily) if I resize the window, so it's back to 1.48, again.
Screenshot from 2020-10-13 08-15-11

@Tyriar
Copy link
Member

Tyriar commented Nov 3, 2020

@wivory yes that looks like a different thing, probably related to Electron so you could search the issues for electron/blurry.

Another potential workaround is to make sure window.zoomLevel is set to 0 and change the editor/terminal text size manually.

@wivory
Copy link
Author

wivory commented May 7, 2021

Upgraded to 1.56 today. Problem is back as it seems the rendererType option is now greyed out in settings.json and doesn't work. Coming up to a year after I first filed this )-:

@Tyriar
Copy link
Member

Tyriar commented Jun 4, 2021

@wivory it changed to: "terminal.integrated.gpuAcceleration": "off"

@Tyriar
Copy link
Member

Tyriar commented Jun 4, 2021

Let's track this in #85154

/duplicate

@Tyriar Tyriar closed this as completed Jun 4, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues terminal-rendering upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants
@Tyriar @wivory @Romyanmar4 and others