Hello,
I ssh to remote machine, which is not running X, and run console win32 application on it. Now 2 questions:
It seems remote wine uses my local fonts when rebuilding, could it be so? DISPLAY=localhost:10.0 on remote pc.
How to disable font metrics rebuilding? I don't think fonts are needed for console apps.
Regards, Nerijus
On Tue, 23 Sep 2003 14:08:33 +0300 (EEST) Nerijus Baliunas nerijus@users.sourceforge.net wrote:
I ssh to remote machine, which is not running X, and run console win32 application on it. Now 2 questions:
It seems remote wine uses my local fonts when rebuilding, could it be so? DISPLAY=localhost:10.0 on remote pc.
Yes, it is so. I never used ssh X11Forwarding and thought it was disabled by default, but it wasn't.
How to disable font metrics rebuilding? I don't think fonts are needed for console apps.
"GraphicsDriver" = "ttydrv" helped.
Regards, Nerijus