From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Henley Subject: Re: "Real" text in xdosemu Date: Tue, 28 Sep 2004 10:25:18 -0500 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <4159825E.8070307@kc.rr.com> References: <4159788C.1070509@my.home> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4159788C.1070509@my.home> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jan Willem Stumpel Cc: linux-msdos@vger.kernel.org Jan, I had the same issue. I wanted a larger font than was available, so I was loading a standard font and then resizing the window to a larger size. I finally found (thru some folks help on this site) a font large enough to use without needing to resize the window. After loading that, the window was large enough, but no longer re-sizable. And I could once again do copy and paste. The lines in the /etc/dosemu/dosemu.conf file which matter are: $_X_font = "vga1024norm" # <-- anything will work, this is a very large font $_X_bilin_filt = (on) Good luck. Joe Henley Jan Willem Stumpel wrote: > I have version 1.3, and its xdosemu has a resizable window both > for graphics and text, which is very nice. But -- this also means > that copying from the xdosemu window and pasting into other Linux > windows does not work anymore. > > I apologize to all if this is an old FAQ (it may very well be) but > is there a way to enable copying text from the xdosemu window like > it used to be? (I don't mind if this means giving up the resize > feature for text screens). > > Regards, Jan > > - > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >