working in more than 1280*1024 under Dos (Developers)
Hi,
AFAIK VESA VBE 3.0 defines fixed VESA mode numbers up to 1280x1024 or 1600x1200 but it's allowed to use vendor specific video modes with any resolution including widescreen modes. But there's one condition - software must be smart enough to detect such modes because there's no fixed relation beween W x H and mode number. So the software has to obtain VESA modes table and then search through for suitable mode (e.g. my VESATEST do this).
I found widescreen modes on some new VGAs. It seems that VESA mode list in modern VideoBIOS is not even hardcoded but it is built up dynamically according to monitor detection (DCC-EDID). So if you attach wide monitor you may get wide modes. But sometimes there are bugs in VideoBIOS that limits maximum possible modes.
Here are some examples of wide modes that I found on various VGAs:
NVIDIA GT218 Board - 06910003
#30 = 160h - 1280x800/8
#31 = 161h - 1280x800/32
#32 = 162h - 768x480/8
#33 = 17Bh - 1280x720/32
#34 = 17Ch - 1920x1200/8
#35 = 17Dh - 1920x1200/32
NVIDIA G73 Board - p501h6b
#29 = 147h - 1400x1050/8
#30 = 148h - 1400x1050/16
NVIDIA G71 Board - p455h0s
#29 = 147h - 1400x1050/8
#30 = 148h - 1400x1050/16
NVIDIA Crush50 Board - c51g
#29 = 147h - 1400x1050/8
#30 = 148h - 1400x1050/16
ATI RADEON XPRESS 200 Series
#50 = 140h - 1400x1050/8
#51 = 141h - 1400x1050/15
#52 = 142h - 1400x1050/16
#53 = 143h - 1400x1050/24
#54 = 144h - 1400x1050/32
Intel(R) Sandybridge/Ivybridge Graphics
#36 = 17Dh - 1920x1080/8
#37 = 17Eh - 1920x1080/16
#38 = 17Fh - 1920x1080/32
---
DOS gives me freedom to unlimited HW access.
Complete thread:
- working in more than 1280*1024 under Dos - Damien, 22.04.2013, 21:17 (Developers)
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- working in more than 1280*1024 under Dos - RayeR, 22.04.2013, 23:26
- working in more than 1280*1024 under Dos - bretjohn, 23.04.2013, 17:47
- working in more than 1280*1024 under Dos - RayeR, 23.04.2013, 22:25
- working in more than 1280*1024 under Dos - bretjohn, 23.04.2013, 23:40
- working in more than 1280*1024 under Dos - Doug, 24.04.2013, 05:49
- working in more than 1280*1024 under Dos - RayeR, 24.04.2013, 12:43
- working in more than 1280*1024 under Dos - bretjohn, 24.04.2013, 18:32
- working in more than 1280*1024 under Dos - RayeR, 24.04.2013, 19:34
- working in more than 1280*1024 under Dos - bretjohn, 24.04.2013, 20:05
- working in more than 1280*1024 under Dos - RayeR, 25.04.2013, 10:41
- working in more than 1280*1024 under Dos - Doug, 26.04.2013, 05:05
- working in more than 1280*1024 under Dos - Damien, 26.04.2013, 17:06
- working in more than 1280*1024 under Dos - bretjohn, 26.04.2013, 18:34
- working in more than 1280*1024 under Dos - RayeR, 26.04.2013, 23:34
- working in more than 1280*1024 under Dos - Doug, 26.04.2013, 23:59
- working in more than 1280*1024 under Dos - Doug, 26.04.2013, 05:05
- working in more than 1280*1024 under Dos - RayeR, 25.04.2013, 10:41
- working in more than 1280*1024 under Dos - bretjohn, 24.04.2013, 20:05
- working in more than 1280*1024 under Dos - RayeR, 24.04.2013, 19:34
- working in more than 1280*1024 under Dos - bretjohn, 24.04.2013, 18:32
- working in more than 1280*1024 under Dos - bretjohn, 23.04.2013, 23:40
- working in more than 1280*1024 under Dos - Zyzzle, 24.04.2013, 06:42
- working in more than 1280*1024 under Dos - RayeR, 24.04.2013, 10:52
- working in more than 1280*1024 under Dos - Laaca, 25.04.2013, 07:33
- working in more than 1280*1024 under Dos - bretjohn, 24.04.2013, 18:38
- working in more than 1280*1024 under Dos - RayeR, 24.04.2013, 10:52
- working in more than 1280*1024 under Dos - RayeR, 23.04.2013, 22:25
- working in more than 1280*1024 under Dos - Damien, 01.05.2013, 17:47
- working in more than 1280*1024 under Dos - RayeR, 02.05.2013, 17:17
- working in more than 1280*1024 under Dos - Damien, 02.05.2013, 22:34
- working in more than 1280*1024 under Dos - RayeR, 06.05.2013, 20:00
- working in more than 1280*1024 under Dos - Damien, 07.05.2013, 18:56
- working in more than 1280*1024 under Dos - RayeR, 06.05.2013, 20:00
- working in more than 1280*1024 under Dos - Damien, 02.05.2013, 22:34
- working in more than 1280*1024 under Dos - tom, 02.05.2013, 18:12
- working in more than 1280*1024 under Dos - Damien, 02.05.2013, 22:22
- working in more than 1280*1024 under Dos - Zyzzle, 03.05.2013, 02:36
- working in more than 1280*1024 under Dos - RayeR, 02.05.2013, 17:17
- working in more than 1280*1024 under Dos - bretjohn, 23.04.2013, 17:47
- working in LESS than 1280*1024 under Dos - DOS386, 28.04.2013, 15:26
- working in LESS than 1280*1024 under Dos - Damien, 01.05.2013, 17:53
- working in more than 1280*1024 under Dos - freecrac, 28.08.2013, 06:27
- working in more than 1280*1024 under Dos - freecrac, 28.08.2013, 06:29
- working in more than 1280*1024 under Dos - RayeR, 22.04.2013, 23:26
Mix view