You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
Had a call today that Gateway 15-inch flat screen
monitors do not allow DOS programs to fill the screen.
Anyone have a solution (other than don't buy one?)
Do you mean that they don't support an 80x25 text display? I'd be astonished if that was true, since all Intel CPUs use that screen mode during boot-up.
What happens when you try to switch modes? Does it simply fail or do you see some kind of message, or...?
Hmmm... Maybe you have to use a special video driver to use the monitor with Windows, and maybe it doesn't support 80x25?
Eric,
I had a call on this this morning. The user says
that when in full screen mode about 70% of the monitor
is filled. The largest window size is 2/3 of the screen.
I don't have one of these monitors, but may go to a
Gateway store here in Omaha to see for myself.
I'm curious if their monitor just needs to be aligned.
Is that what the screen looks like during boot-up? If so, that may just be the way their text-mode screen looks. I assume that the surrounding screen area is blank?
Unlike CRTs, LCD displays have a fixed number of pixels available, so the display resolution is not malleable. In order to maintain a proper aspect ratio and keep a clean-looking display, it's not uncommon for an LCD display to use different amounts of screen space to emulate different display resolutions. This is an inherent limitation of the technology.
It may be possible to find a driver that will use the entire display size by "stretching" the image. The fact that this is not the default behavior strongly suggests that the result wouldn't stretch evenly, producing unacceptable display quality.
I have exactly the opposite problem !
On my notebook (EXTENSA 368T, LCD 800x600 pixels)
I would like to see a reduced DOS window (640x480) in full-screen mode, and I cannot.
The window is scaled to full-size, and in graphic mode (SCREEN 12)
a single logic pixel can become anything from one to four physical pixels.
So the image is quite bad.
Does anyone know of drivers fixing this problem ? My vendor was not able to solve it.
Perhaps I can propose to exchange my monitor for the Gateway one ! ....
Being serious, since both kinds of functionality are clearly possible, it should be easy to design a LCD driver
which gives to the user the option of either (a) scale a 640x480 logical screen to the full physical pixel size of the monitor
or (b) let the 640x480 logical size fill a 640x480 physical size, using only part of the screen area.
It is a problem of software, not hardware.
Does anyone know of notebooks/drivers having this option ?
On both my laptops (IBM and Toshiba) the physical screen is 800x600 and there is a BIOS setting to run DOS text as full screen or use only 640x480 pixels in the center. Maybe Gateway also has a setting in the BIOS?
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment