From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Ahlswede Subject: Re: Disable stretching of mode 13h while fullscreened? Date: Tue, 14 Sep 2004 19:46:02 -0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <1095205562.7910.7.camel@sayuki> References: <1095094776.5296.4.camel@sayuki> Reply-To: mightyquinn@letterboxes.org Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: Bart Oldeman Cc: linux-msdos@vger.kernel.org On Wed, 2004-09-15 at 09:50 +1200, Bart Oldeman wrote: > if you have a 320x200 modeline then dosemu should respect it as well (it > does for me -- even without a modeline; adding "320x200" to the Modes > line in XF86Config was enough). Please make a log > xdosemu -D+X -o log > and check what it does -- look for messages like this: > X: vidmode asking for (%d,%d); setting (%d,%d) This is most peculiar. It's apparently requesting 320,200, and getting a 320x232 window. (I happen to have a number of other exotic modelines, primarily for XMame, and 320x232 is among them). quoth the logfile: X: vidmode asking for (320,200); setting (320,232) According to the command-line xrandr client, both 320x200 and 320x232 are available, and switching to them using that works fine. So I'm a little confused as to why dosemu has chosen this particular mode. (If they are of any interest at all, I've posted the output of both dosemu's debug output and xrandr's mode listings at http://mayaka.sayuri.ca:8000/~quinn/dosemu/availablemodes.txt and http://mayaka.sayuri.ca:8000/~quinn/dosemu/log )