Group, I am not the only developer who has trouble reading the wine debugger screen. The solution which was pointed out will not work for me since I do not run wine that way. We should have a real solution rather than one that is bodged together anyway. What I'm getting at is, are any developers already working on making the debugger screen more readable? Since I cannot do much until this is fixed, I'll take a crack at it if somebody can give me some pointers on changing the concole appearance settings, size/font/etc. Ideally, I'd like this to be controlled by a few variables in the wine configuration file, or registry so that they can be adjusted. My personal preference would be to redirect the debugger to an unsued virtual terminal because I can read those. God Bless, --Robert 'Admiral' Coeyman
admiral coeyman a écrit :
Group, I am not the only developer who has trouble reading the wine debugger screen. The solution which was pointed out will not work for me since I do not run wine that way. We should have a real solution rather than one that is bodged together anyway.
what do you mean here ? you can (as of today) choose any fixed font (that fits in the screen) for displaying in the wineconsole. Those settings are saved in the registry. I agree that the current way of choosing a default font is not optimal, but you can always pick up another one if you don't like it
I'm about to release a patch that will let the user have console settings on a per app basis (and not a global settings as today)
A+
Eric Pouech,
what do you mean here ? you can (as of today) choose any fixed font (that fits in the screen) for displaying in the wineconsole. Those settings are saved in the registry. I agree that the current way of choosing a default font is not optimal, but you can always pick up another one if you don't like it
The last time I tried using winedbg, the entire text was in a small square at the top of my screen. It looked like about 1/10 of the screen. Other people mentioned this so I was asking if there was somebody else working on that. This is not my strong suit, if I even have one, and I was hoping that somebody more qualified than I am was going to work on this.
I'm about to release a patch that will let the user have console settings on a per app basis (and not a global settings as today)
How do you select the font in the first place? God Bless, --Robert 'Admiral' Coeyman
admiral coeyman a écrit :
Eric Pouech,
what do you mean here ? you can (as of today) choose any fixed font (that fits in the screen) for displaying in the wineconsole. Those settings are saved in the registry. I agree that the current way of choosing a default font is not optimal, but you can always pick up another one if you don't like it
The last time I tried using winedbg, the entire text was in a small square at
the top of my screen. It looked like about 1/10 of the screen. Other people mentioned this so I was asking if there was somebody else working on that. This is not my strong suit, if I even have one, and I was hoping that somebody more qualified than I am was going to work on this.
as of today, right click in the console window, and choose the default item in the popup menu that comes up a dialog box will appear. Choose the Fonts sheet and pick up any font (& size) you want. this will become the default for any subsequent console sessions A+