-
Notifications
You must be signed in to change notification settings - Fork 963
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
Can't disable throughput graph obscuring lower-right corner of vncviewer client window #1279
Comments
Heh ;-) I even tried this little hack to see if there were any undocumented options/config-settings/arguments that might be tried:
I didn't see anything obvious. I tentatively conclude that there presently is no way to disable this throughput graph from appearing in the lower right corner of the client viewer window. |
Well. I have always kept the -Log option turned on sending output to stdout and typically capturing it for analysis when things go wrong. I've used this option for many years:
Removing this makes the graph go away. It seems like it would be useful to [a] know that the graph is caused by -Log, [b] have a separate option for [en/dis]abling the graph independently from logging, and [c] have the new appearance of this graph be documented more prominently. To me, requesting "-Log" means to log information, but it does not imply that a debug graph should be painted. Seems like this should be separated and or renamed in some way. I suppose I'll do without the logging then. |
I added a blurb to the wiki page that describes the If people are OK with that blurb, the priority of this issue may be lessened a bit. I'd suggest this be treated as an enhancement request: create separate options for enabling logging -vs- displaying the diagnosis graph. I hope I haven't upset anyone with the filing of this issue or the modification of the relevant wiki page. |
The update graph didn't get its own setting as it is only for debugging and I didn't want to pollute the options list for that. It is only enabled when debug logging is enabled, so it shouldn't affect any normal use. Running in debug logging mode constantly is something I'd strongly recommend against as it will write sensitive things to disk. E.g. it will act as a key logger and log every key stroke you make, including passwords. (Note that the graph is tied specifically to the "DesktopWindow" log target, so if you turn that specific section down you'll get rid of the graph.) |
Describe the bug
Can't disable throughput graph obscuring lower-right corner of vncviewer client window
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to use entire area of client window without content being obscured
Client (please complete the following information):
Server (please complete the following information):
any
Additional context
There should be a config option but I can't find it. Using "-h" at the command line to dump available options shows nothing to disable this graph.
Bringing up the options dialog while connected (using the desired Menu Key) also shows no reference to the graph that appears in the lower right.
The graph tries to show pixel and I/O throughput rates, is partially transparent, and is really quite pretty, but it OBSCURES USEFUL CLIENT VISUALS and renders that portion of the screen useless especially when the graph becomes very busy.
I spelunked the code briefly and could find nothing in the parameters.cxx and parameters.h files.
Why is this graph forced on with no obvious (or even non-obvious) way to disable it!?!?!?
The text was updated successfully, but these errors were encountered: