Rendering directly on ubuntu server without setting Application.UseSystemConsole = true is broken
See original GitHub issueI created a fresh ubuntu20.04.3 (server) server VM, installed the dotnet sdk, checked out gui.cs, ran dotnet run --project UICatalog
and it looked like this:
In my app, I notice severe drawing issues as well (dead “pixels”, skewed graph axes, …). Am I doing something fundamentally wrong?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
Rendering directly on ubuntu server without setting ...
I created a fresh ubuntu20.04.3 (server) server VM, installed the dotnet ... UseSystemConsole = true is broken Rendering directly on ubuntu ...
Read more >AMD GPU Rendering not working (Ubuntu PPA) : r/kdenlive
When I attempt to use the AMD VAAPI profile, but GPU usage only goes up by about 4%, which makes no sense if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What are you using to access the server? are you directly logging in or using ssh? what does $TERM show (i.e.
echo $TERM
)? Typically you can get odd colours or not showing colors if you are using a different terminal protocol. For example to get putty to work you need to set the app to usexterm-256color
(https://github.com/migueldeicaza/gui.cs/discussions/1455)With a
Thread.Sleep (10)
inside thewhile (true)
of theWaitWinChange ()
method will improve the performance.dotnet run --project UICatalog -usc