Help me, embedded photon.

Hello,

I have a little problem, I try to make image with IDE to embed photon.
But the sloginfo show me dofferents message
With the phfontFF command :

Sev : Major : Minor : Args :
1 8 0 phfontXX started OK - EOK
1 8 0 MainLoop

And with the io-graphics command :

2 8 0 Unable to get path to config file
5 8 0 Plugin gri-photon.so opened
successfully
5 8 0 Opened photon connection :
2 8 0 Attempted to set bad display mode

And I don’t know how to get rid of these errors messages (the two Severity
number 2 are the real problems I suppose).

Thank you !!!

Vincent.

Gilson Vincent wrote:

Hello,

I have a little problem, I try to make image with IDE to embed photon.
But the sloginfo show me dofferents message
With the phfontFF command :

Sev : Major : Minor : Args :
1 8 0 phfontXX started OK - EOK
1 8 0 MainLoop

And with the io-graphics command :

2 8 0 Unable to get path to config file

This one may not be so bad - most drivers will have a default mode coded
in them if you don’t specify the config file.

5 8 0 Plugin gri-photon.so opened
successfully
5 8 0 Opened photon connection :
2 8 0 Attempted to set bad display mode

This message is saying that you are trying to set a mode that the driver
was not programmed to handle.

What is your command line for io-graphics?

And I don’t know how to get rid of these errors messages (the two Severity
number 2 are the real problems I suppose).

Thank you !!!

Vincent.

io-graphics -g640x480x8 -dldevg-vga.so -I0 &

OK with this line, the driver seems to strart… the screen become black…
and stay black :frowning:((((

Perhaps you can help me ? (I’ve tried with the devg-svga too, same result !)

“Jay Greig” <greig@qnx.com> a écrit dans le message de
news:c3s4j4$dop$1@inn.qnx.com

Gilson Vincent wrote:
Hello,

I have a little problem, I try to make image with IDE to embed
photon.
But the sloginfo show me dofferents message
With the phfontFF command :

Sev : Major : Minor : Args :
1 8 0 phfontXX started OK - EOK
1 8 0 MainLoop

And with the io-graphics command :

2 8 0 Unable to get path to config
file

This one may not be so bad - most drivers will have a default mode coded
in them if you don’t specify the config file.

5 8 0 Plugin gri-photon.so opened
successfully
5 8 0 Opened photon connection :
2 8 0 Attempted to set bad display
mode

This message is saying that you are trying to set a mode that the driver
was not programmed to handle.

What is your command line for io-graphics?


And I don’t know how to get rid of these errors messages (the two
Severity
number 2 are the real problems I suppose).

Thank you !!!

Vincent.

What kind of hardware are you trying to interface with? Is it a PCI
card? If so, you will have to use the ‘-d’ option to specify the vid
and did (ie. -d0x1002,0x5246).

Gilson Vincent wrote:

io-graphics -g640x480x8 -dldevg-vga.so -I0 &

OK with this line, the driver seems to strart… the screen become black…
and stay black > :frowning:> ((((

Perhaps you can help me ? (I’ve tried with the devg-svga too, same result !)

“Jay Greig” <> greig@qnx.com> > a écrit dans le message de
news:c3s4j4$dop$> 1@inn.qnx.com> …


Gilson Vincent wrote:

Hello,

I have a little problem, I try to make image with IDE to embed

photon.

But the sloginfo show me dofferents message
With the phfontFF command :

Sev : Major : Minor : Args :
1 8 0 phfontXX started OK - EOK
1 8 0 MainLoop

And with the io-graphics command :

2 8 0 Unable to get path to config

file

This one may not be so bad - most drivers will have a default mode coded
in them if you don’t specify the config file.


5 8 0 Plugin gri-photon.so opened
successfully
5 8 0 Opened photon connection :
2 8 0 Attempted to set bad display

mode

This message is saying that you are trying to set a mode that the driver
was not programmed to handle.

What is your command line for io-graphics?


And I don’t know how to get rid of these errors messages (the two

Severity

number 2 are the real problems I suppose).

Thank you !!!

Vincent.

\

It’s a pci card… and I use “d” option (I don’t remember numbers). Always
the same problem… even if I start phcalc or phterm after io-graphics.

“Jay Greig” <greig@qnx.com> a écrit dans le message de
news:c3sqsi$25j$1@inn.qnx.com

What kind of hardware are you trying to interface with? Is it a PCI
card? If so, you will have to use the ‘-d’ option to specify the vid
and did (ie. -d0x1002,0x5246).

Gilson Vincent wrote:
io-graphics -g640x480x8 -dldevg-vga.so -I0 &

OK with this line, the driver seems to strart… the screen become
black…
and stay black > :frowning:> ((((

Perhaps you can help me ? (I’ve tried with the devg-svga too, same
result !)

“Jay Greig” <> greig@qnx.com> > a écrit dans le message de
news:c3s4j4$dop$> 1@inn.qnx.com> …


Gilson Vincent wrote:

Hello,

I have a little problem, I try to make image with IDE to embed

photon.

But the sloginfo show me dofferents message
With the phfontFF command :

Sev : Major : Minor : Args :
1 8 0 phfontXX started OK - EOK
1 8 0 MainLoop

And with the io-graphics command :

2 8 0 Unable to get path to config

file

This one may not be so bad - most drivers will have a default mode coded
in them if you don’t specify the config file.


5 8 0 Plugin gri-photon.so opened
successfully
5 8 0 Opened photon connection :
2 8 0 Attempted to set bad display

mode

This message is saying that you are trying to set a mode that the driver
was not programmed to handle.

What is your command line for io-graphics?


And I don’t know how to get rid of these errors messages (the two

Severity

number 2 are the real problems I suppose).

Thank you !!!

Vincent.

\

Here is my complete script (using with IDE) :


pci-bios &
waitfor /dev/pci
/proc/boot/devb-doc blk automount=/dev/hd0t77:/:qnx4 &
waitfor /bin 10
display_msg Chargement configuration reseau
io-net -drtl -ptcpip
waitfor /dev/socket
ifconfig en0 192.168.1.2 netmask 255.255.255.0
route add default 192.168.1.254
hostname station2
mount -Tio-net -o"resolve=ndp,resolve=dns" npm-qnet.so
slogger -l /info -vv &
…/FestoDriverVortex86 &
devc-con -n2 &
reopen /dev/con1

PHOTON_PATH=/usr/photon
Photon &
waitfor /dev/photon

#Don’t work :frowning:((

devi-hirun kbd fd -d/dev/kbd &

phfontFF -d /usr/photon/font_repository -D
/usr/photon/font_repository -b10k -B0 -c10k -k50 -K20 -s50k -S20 -T1 -H -h &
waitfor /dev/phfont
waitfor /dev/phfont32
waitfor /dev/phfont64
fontsleuth -d /usr/photon/font_repository &

io-graphics -dldevg-svga.so -Pvga4.pal -g640,480,4 &

io-graphics -dldevg-vga.so -Pvga4.pal -cS -d0x1039,0x5315 -g640,480,4 -I0h -
n/dev/photon -R60 &

io-graphics -g640x400x16 -dldevg-svga.so -I0 -d0x1039,0x5315 &

sh -c “sloginfo > before”
io-graphics -g640x480x8 -dldevg-vga.so -I0 -d0x1039,0x5315 &

phcalc &

pterm -x10 -y10 -w60 -h60 -K07 &

rm /info

sh -c “sloginfo > info”

[+session]TERM=qansi sh


Sloginfo messages :

Time Sev Major Minor Args
Dec 17 17:49:28 1 8 0 phfontXX started OK - EOK
Dec 17 17:49:28 1 8 0 MainLoop
→ This seems to be for phfontFF
Dec 17 17:49:29 2 8 0 unable to get path to config file
Dec 17 17:49:29 5 8 0 Plugin gri-photon.so opened successfully
Dec 17 17:49:29 5 8 0 Opened photon connection:
Dec 17 17:49:29 6 8 0 VGA primary : bus 0x1 dev/func 0x0
Dec 17 17:49:29 6 8 0 Found 1 PCI/AGP display devices
→ And this for the io-graphics


“Jay Greig” <greig@qnx.com> a écrit dans le message de news:
c3sqsi$25j$1@inn.qnx.com

What kind of hardware are you trying to interface with? Is it a PCI
card? If so, you will have to use the ‘-d’ option to specify the vid
and did (ie. -d0x1002,0x5246).

Gilson Vincent wrote:
io-graphics -g640x480x8 -dldevg-vga.so -I0 &

OK with this line, the driver seems to strart… the screen become
black…
and stay black > :frowning:> ((((

Perhaps you can help me ? (I’ve tried with the devg-svga too, same
result !)

“Jay Greig” <> greig@qnx.com> > a écrit dans le message de
news:c3s4j4$dop$> 1@inn.qnx.com> …


Gilson Vincent wrote:

Hello,

I have a little problem, I try to make image with IDE to embed

photon.

But the sloginfo show me dofferents message
With the phfontFF command :

Sev : Major : Minor : Args :
1 8 0 phfontXX started OK - EOK
1 8 0 MainLoop

And with the io-graphics command :

2 8 0 Unable to get path to config

file

This one may not be so bad - most drivers will have a default mode coded
in them if you don’t specify the config file.


5 8 0 Plugin gri-photon.so opened
successfully
5 8 0 Opened photon connection :
2 8 0 Attempted to set bad display

mode

This message is saying that you are trying to set a mode that the driver
was not programmed to handle.

What is your command line for io-graphics?


And I don’t know how to get rid of these errors messages (the two

Severity

number 2 are the real problems I suppose).

Thank you !!!

Vincent.

\

This is strange. By the output you’ve provided, it should be working.
Is it possible for you to load and run the ‘show_vesa’ binary on your
target and post the output?

Thanks,
-Jay.

Gilson Vincent wrote:

Here is my complete script (using with IDE) :


pci-bios &
waitfor /dev/pci
/proc/boot/devb-doc blk automount=/dev/hd0t77:/:qnx4 &
waitfor /bin 10
display_msg Chargement configuration reseau
io-net -drtl -ptcpip
waitfor /dev/socket
ifconfig en0 192.168.1.2 netmask 255.255.255.0
route add default 192.168.1.254
hostname station2
mount -Tio-net -o"resolve=ndp,resolve=dns" npm-qnet.so
slogger -l /info -vv &
./FestoDriverVortex86 &
devc-con -n2 &
reopen /dev/con1

PHOTON_PATH=/usr/photon
Photon &
waitfor /dev/photon

#Don’t work > :frowning:> ((

devi-hirun kbd fd -d/dev/kbd &

phfontFF -d /usr/photon/font_repository -D
/usr/photon/font_repository -b10k -B0 -c10k -k50 -K20 -s50k -S20 -T1 -H -h &
waitfor /dev/phfont
waitfor /dev/phfont32
waitfor /dev/phfont64
fontsleuth -d /usr/photon/font_repository &

io-graphics -dldevg-svga.so -Pvga4.pal -g640,480,4 &

io-graphics -dldevg-vga.so -Pvga4.pal -cS -d0x1039,0x5315 -g640,480,4 -I0h -
n/dev/photon -R60 &

io-graphics -g640x400x16 -dldevg-svga.so -I0 -d0x1039,0x5315 &

sh -c “sloginfo > before”
io-graphics -g640x480x8 -dldevg-vga.so -I0 -d0x1039,0x5315 &

phcalc &

pterm -x10 -y10 -w60 -h60 -K07 &

rm /info

sh -c “sloginfo > info”

[+session]TERM=qansi sh


Sloginfo messages :

Time Sev Major Minor Args
Dec 17 17:49:28 1 8 0 phfontXX started OK - EOK
Dec 17 17:49:28 1 8 0 MainLoop
→ This seems to be for phfontFF
Dec 17 17:49:29 2 8 0 unable to get path to config file
Dec 17 17:49:29 5 8 0 Plugin gri-photon.so opened successfully
Dec 17 17:49:29 5 8 0 Opened photon connection:
Dec 17 17:49:29 6 8 0 VGA primary : bus 0x1 dev/func 0x0
Dec 17 17:49:29 6 8 0 Found 1 PCI/AGP display devices
→ And this for the io-graphics


“Jay Greig” <> greig@qnx.com> > a écrit dans le message de news:
c3sqsi$25j$> 1@inn.qnx.com> …

What kind of hardware are you trying to interface with? Is it a PCI
card? If so, you will have to use the ‘-d’ option to specify the vid
and did (ie. -d0x1002,0x5246).

Gilson Vincent wrote:

io-graphics -g640x480x8 -dldevg-vga.so -I0 &

OK with this line, the driver seems to strart… the screen become

black…

and stay black > :frowning:> ((((

Perhaps you can help me ? (I’ve tried with the devg-svga too, same

result !)

“Jay Greig” <> greig@qnx.com> > a écrit dans le message de
news:c3s4j4$dop$> 1@inn.qnx.com> …


Gilson Vincent wrote:


Hello,

I have a little problem, I try to make image with IDE to embed

photon.


But the sloginfo show me dofferents message
With the phfontFF command :

Sev : Major : Minor : Args :
1 8 0 phfontXX started OK - EOK
1 8 0 MainLoop

And with the io-graphics command :

2 8 0 Unable to get path to config

file


This one may not be so bad - most drivers will have a default mode coded
in them if you don’t specify the config file.



5 8 0 Plugin gri-photon.so opened
successfully
5 8 0 Opened photon connection :
2 8 0 Attempted to set bad display

mode


This message is saying that you are trying to set a mode that the driver
was not programmed to handle.

What is your command line for io-graphics?



And I don’t know how to get rid of these errors messages (the two

Severity


number 2 are the real problems I suppose).

Thank you !!!

Vincent.



\

This is huge :wink:
Thank you for your help !!


VESA Info Block

VESA Signature : VESA
VESA Version : 0300
OEM String Ptr : 0080:0100
OEM String : SiS
Capabilities : 00000000
DAC width fixed to 6 bits per primary color
Controller VGA compatible
Normal RAMDAC operation
No Hardware Stereoscopic Signaling support
Stereo Signaling supported via external VESA stereo
connector
Video Mode Ptr : 0080:0022
Total Memory : 400000 (4194304)
VBE Software Revision : 0100
OEM Vendor Name Ptr : 0080:0114
OEM Vendor Name String : Silicon Integrated Systems Corp.
OEM Product Name Ptr : 0080:0146
OEM Product Name String : 5315
OEM Product Rev Ptr : 0080:015A
OEM Revision String : 1.02.00
OEM Data : SiS

DPMS Services available
Total Number Of Video Modes found : 31

Mode : 0x0102 information

Mode Attributes : 001F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
No Linear Frame Buffer
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0064 (100)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 04 (4)
Bits Per Pixel : 04 (4)
Number Of Banks : 01 (1)
Memory Model : 03 - Planar
Bank Size : 00
Number Of Image Pages : 0F (15)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0064 (100)
Number of Images for Banked Modes : 0F (15)
Number of Images for Linear Modes : 0F (15)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0101 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0280 (640)
Y Resolution : 01E0 (480)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 0B (11)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 0B (11)
Number of Images for Linear Modes : 0B (11)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0100 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0280 (640)
Y Resolution : 0190 (400)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 0F (15)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 0F (15)
Number of Images for Linear Modes : 0F (15)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0103 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0320 (800)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 07 (7)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0320 (800)
Number of Images for Banked Modes : 07 (7)
Number of Images for Linear Modes : 07 (7)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0104 information

Mode Attributes : 001F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
No Linear Frame Buffer
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0080 (128)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 04 (4)
Bits Per Pixel : 04 (4)
Number Of Banks : 01 (1)
Memory Model : 03 - Planar
Bank Size : 00
Number Of Image Pages : 07 (7)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0080 (128)
Number of Images for Banked Modes : 07 (7)
Number of Images for Linear Modes : 07 (7)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0105 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0400 (1024)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 04 (4)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0400 (1024)
Number of Images for Banked Modes : 04 (4)
Number of Images for Linear Modes : 04 (4)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0107 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0500 (1280)
X Resolution : 0500 (1280)
Y Resolution : 0400 (1024)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 02 (2)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0500 (1280)
Number of Images for Banked Modes : 02 (2)
Number of Images for Linear Modes : 02 (2)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0130 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0640 (1600)
X Resolution : 0640 (1600)
Y Resolution : 04B0 (1200)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 01 (1)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0640 (1600)
Number of Images for Banked Modes : 01 (1)
Number of Images for Linear Modes : 01 (1)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0131 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0C80 (3200)
X Resolution : 0640 (1600)
Y Resolution : 04B0 (1200)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 00 (0)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0C80 (3200)
Number of Images for Banked Modes : 00 (0)
Number of Images for Linear Modes : 00 (0)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x010D information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0140 (320)
Y Resolution : 00C8 (200)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x010E information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0140 (320)
Y Resolution : 00C8 (200)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0110 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0500 (1280)
X Resolution : 0280 (640)
Y Resolution : 01E0 (480)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 05 (5)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0500 (1280)
Number of Images for Banked Modes : 05 (5)
Number of Images for Linear Modes : 05 (5)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0111 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0500 (1280)
X Resolution : 0280 (640)
Y Resolution : 01E0 (480)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 05 (5)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0500 (1280)
Number of Images for Banked Modes : 05 (5)
Number of Images for Linear Modes : 05 (5)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0113 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0640 (1600)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 03 (3)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0640 (1600)
Number of Images for Banked Modes : 03 (3)
Number of Images for Linear Modes : 03 (3)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0114 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0640 (1600)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 03 (3)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0640 (1600)
Number of Images for Banked Modes : 03 (3)
Number of Images for Linear Modes : 03 (3)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0116 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0800 (2048)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 01 (1)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0800 (2048)
Number of Images for Banked Modes : 01 (1)
Number of Images for Linear Modes : 01 (1)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0117 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0800 (2048)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 01 (1)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0800 (2048)
Number of Images for Banked Modes : 01 (1)
Number of Images for Linear Modes : 01 (1)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0119 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0A00 (2560)
X Resolution : 0500 (1280)
Y Resolution : 0400 (1024)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 00 (0)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0A00 (2560)
Number of Images for Banked Modes : 00 (0)
Number of Images for Linear Modes : 00 (0)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x011A information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0A00 (2560)
X Resolution : 0500 (1280)
Y Resolution : 0400 (1024)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 00 (0)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0A00 (2560)
Number of Images for Banked Modes : 00 (0)
Number of Images for Linear Modes : 00 (0)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0132 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0140 (320)
X Resolution : 0140 (320)
Y Resolution : 00F0 (240)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0140 (320)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0133 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0190 (400)
X Resolution : 0190 (400)
Y Resolution : 012C (300)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0190 (400)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0134 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0200 (512)
X Resolution : 0200 (512)
Y Resolution : 0180 (384)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 14 (20)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0200 (512)
Number of Images for Banked Modes : 14 (20)
Number of Images for Linear Modes : 14 (20)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0135 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0140 (320)
Y Resolution : 00F0 (240)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 14 (20)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 14 (20)
Number of Images for Linear Modes : 14 (20)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0136 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0320 (800)
X Resolution : 0190 (400)
Y Resolution : 012C (300)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 0F (15)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0320 (800)
Number of Images for Banked Modes : 0F (15)
Number of Images for Linear Modes : 0F (15)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x01

According to the output, your hardware does support the mode you are
trying to put it in, so why it is not working, I don’t know.

I have tried your bring-up procedure on a couple of boards here and they
both work (ATI Rage128 and SiS630). Without having your exact hardware,
I’m afraid there’s not much more I can do.

Have you been able to test the graphics adapter through other means?
Are you certain the panel/screen works?

-Jay.

Gilson Vincent wrote:

[quote]This is huge :wink:
Thank you for your help !!


VESA Info Block

VESA Signature : VESA
VESA Version : 0300
OEM String Ptr : 0080:0100
OEM String : SiS
Capabilities : 00000000
DAC width fixed to 6 bits per primary color
Controller VGA compatible
Normal RAMDAC operation
No Hardware Stereoscopic Signaling support
Stereo Signaling supported via external VESA stereo
connector
Video Mode Ptr : 0080:0022
Total Memory : 400000 (4194304)
VBE Software Revision : 0100
OEM Vendor Name Ptr : 0080:0114
OEM Vendor Name String : Silicon Integrated Systems Corp.
OEM Product Name Ptr : 0080:0146
OEM Product Name String : 5315
OEM Product Rev Ptr : 0080:015A
OEM Revision String : 1.02.00
OEM Data : SiS

DPMS Services available
Total Number Of Video Modes found : 31

Mode : 0x0102 information

Mode Attributes : 001F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
No Linear Frame Buffer
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0064 (100)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 04 (4)
Bits Per Pixel : 04 (4)
Number Of Banks : 01 (1)
Memory Model : 03 - Planar
Bank Size : 00
Number Of Image Pages : 0F (15)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0064 (100)
Number of Images for Banked Modes : 0F (15)
Number of Images for Linear Modes : 0F (15)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0101 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0280 (640)
Y Resolution : 01E0 (480)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 0B (11)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 0B (11)
Number of Images for Linear Modes : 0B (11)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0100 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0280 (640)
Y Resolution : 0190 (400)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 0F (15)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 0F (15)
Number of Images for Linear Modes : 0F (15)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0103 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0320 (800)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 07 (7)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0320 (800)
Number of Images for Banked Modes : 07 (7)
Number of Images for Linear Modes : 07 (7)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0104 information

Mode Attributes : 001F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
No Linear Frame Buffer
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0080 (128)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 04 (4)
Bits Per Pixel : 04 (4)
Number Of Banks : 01 (1)
Memory Model : 03 - Planar
Bank Size : 00
Number Of Image Pages : 07 (7)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0080 (128)
Number of Images for Banked Modes : 07 (7)
Number of Images for Linear Modes : 07 (7)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0105 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0400 (1024)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 04 (4)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0400 (1024)
Number of Images for Banked Modes : 04 (4)
Number of Images for Linear Modes : 04 (4)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0107 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0500 (1280)
X Resolution : 0500 (1280)
Y Resolution : 0400 (1024)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 02 (2)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0500 (1280)
Number of Images for Banked Modes : 02 (2)
Number of Images for Linear Modes : 02 (2)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0130 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0640 (1600)
X Resolution : 0640 (1600)
Y Resolution : 04B0 (1200)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 01 (1)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0640 (1600)
Number of Images for Banked Modes : 01 (1)
Number of Images for Linear Modes : 01 (1)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0131 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0C80 (3200)
X Resolution : 0640 (1600)
Y Resolution : 04B0 (1200)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 00 (0)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0C80 (3200)
Number of Images for Banked Modes : 00 (0)
Number of Images for Linear Modes : 00 (0)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x010D information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0140 (320)
Y Resolution : 00C8 (200)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x010E information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0140 (320)
Y Resolution : 00C8 (200)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0110 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0500 (1280)
X Resolution : 0280 (640)
Y Resolution : 01E0 (480)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 05 (5)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0500 (1280)
Number of Images for Banked Modes : 05 (5)
Number of Images for Linear Modes : 05 (5)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0111 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0500 (1280)
X Resolution : 0280 (640)
Y Resolution : 01E0 (480)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 05 (5)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0500 (1280)
Number of Images for Banked Modes : 05 (5)
Number of Images for Linear Modes : 05 (5)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0113 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0640 (1600)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 03 (3)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0640 (1600)
Number of Images for Banked Modes : 03 (3)
Number of Images for Linear Modes : 03 (3)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0114 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0640 (1600)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 03 (3)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0640 (1600)
Number of Images for Banked Modes : 03 (3)
Number of Images for Linear Modes : 03 (3)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0116 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0800 (2048)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 01 (1)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0800 (2048)
Number of Images for Banked Modes : 01 (1)
Number of Images for Linear Modes : 01 (1)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0117 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0800 (2048)
X Resolution : 0400 (1024)
Y Resolution : 0300 (768)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 01 (1)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0800 (2048)
Number of Images for Banked Modes : 01 (1)
Number of Images for Linear Modes : 01 (1)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0119 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0A00 (2560)
X Resolution : 0500 (1280)
Y Resolution : 0400 (1024)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 0F (15)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 00 (0)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0A (10)
Green Mask Size : 05 (5)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0A00 (2560)
Number of Images for Banked Modes : 00 (0)
Number of Images for Linear Modes : 00 (0)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0A (10)
Green Mask Size (Linear) : 05 (5)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x011A information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0A00 (2560)
X Resolution : 0500 (1280)
Y Resolution : 0400 (1024)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 00 (0)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0A00 (2560)
Number of Images for Banked Modes : 00 (0)
Number of Images for Linear Modes : 00 (0)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x0132 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0140 (320)
X Resolution : 0140 (320)
Y Resolution : 00F0 (240)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0140 (320)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0133 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0190 (400)
X Resolution : 0190 (400)
Y Resolution : 012C (300)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 1F (31)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0190 (400)
Number of Images for Banked Modes : 1F (31)
Number of Images for Linear Modes : 1F (31)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0134 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0200 (512)
X Resolution : 0200 (512)
Y Resolution : 0180 (384)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 14 (20)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0200 (512)
Number of Images for Banked Modes : 14 (20)
Number of Images for Linear Modes : 14 (20)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0135 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0280 (640)
X Resolution : 0140 (320)
Y Resolution : 00F0 (240)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 14 (20)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0280 (640)
Number of Images for Banked Modes : 14 (20)
Number of Images for Linear Modes : 14 (20)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0136 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0320 (800)
X Resolution : 0190 (400)
Y Resolution : 012C (300)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 0F (15)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0320 (800)
Number of Images for Banked Modes : 0F (15)
Number of Images for Linear Modes : 0F (15)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0137 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0400 (1024)
X Resolution : 0200 (512)
Y Resolution : 0180 (384)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 09 (9)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0400 (1024)
Number of Images for Banked Modes : 09 (9)
Number of Images for Linear Modes : 09 (9)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0138 information

Mode Attributes : 009F
Mode Supported in Hardware
TTY Output functions supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0140 (320)
X Resolution : 0140 (320)
Y Resolution : 00C8 (200)
X Char Size : 08 (8)
Y Char Size : 08 (8)
Number Of Planes : 01 (1)
Bits Per Pixel : 08 (8)
Number Of Banks : 01 (1)
Memory Model : 04 - Packed Pixel
Bank Size : 00
Number Of Image Pages : 3F (63)
Reserved : 01
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0140 (320)
Number of Images for Banked Modes : 3F (63)
Number of Images for Linear Modes : 3F (63)
Red Mask Size (Linear) : 00 (0)
Red Field Position (Linear) : 00 (0)
Green Mask Size (Linear) : 00 (0)
Green Field Position (Linear) : 00 (0)
Blue Mask Size (Linear) : 00 (0)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x0139 information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0500 (1280)
X Resolution : 0280 (640)
Y Resolution : 0190 (400)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 10 (16)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 07 (7)
Reserved : 01
Red Mask Size : 05 (5)
Red Field Position : 0B (11)
Green Mask Size : 06 (6)
Green Field Position : 05 (5)
Blue Mask Size : 05 (5)
Blue Field Position : 00 (0)
Reserved Mask Size : 00 (0)
Reserved Field Position: 00 (0)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0500 (1280)
Number of Images for Banked Modes : 07 (7)
Number of Images for Linear Modes : 07 (7)
Red Mask Size (Linear) : 05 (5)
Red Field Position (Linear) : 0B (11)
Green Mask Size (Linear) : 06 (6)
Green Field Position (Linear) : 05 (5)
Blue Mask Size (Linear) : 05 (5)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 00 (0)
Reserved Field Position (Linear) : 00 (0)
Maximum Pixel Clock : 00000000 (0Hz)

Mode : 0x013A information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0A00 (2560)
X Resolution : 0280 (640)
Y Resolution : 01E0 (480)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 20 (32)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 02 (2)
Reserved : 01
Red Mask Size : 08 (8)
Red Field Position : 10 (16)
Green Mask Size : 08 (8)
Green Field Position : 08 (8)
Blue Mask Size : 08 (8)
Blue Field Position : 00 (0)
Reserved Mask Size : 08 (8)
Reserved Field Position: 18 (24)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0A00 (2560)
Number of Images for Banked Modes : 02 (2)
Number of Images for Linear Modes : 02 (2)
Red Mask Size (Linear) : 08 (8)
Red Field Position (Linear) : 10 (16)
Green Mask Size (Linear) : 08 (8)
Green Field Position (Linear) : 08 (8)
Blue Mask Size (Linear) : 08 (8)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 08 (8)
Reserved Field Position (Linear) : 18 (24)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x013B information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Support
Window A Attributes : 07
Relocatable Window(s)
Window is Readable
Window is Writeable
Window B Attributes : 00
Single-Non Relocatable Window
Window is Not Readable
Window is Not Writeable
Window Granularity : 0040
Window Size : 0040
Window A Start Segment : A000
Window B Start Segment : A000
Window Function Pointer: C000:445A
Bytes Per Scanline : 0C80 (3200)
X Resolution : 0320 (800)
Y Resolution : 0258 (600)
X Char Size : 08 (8)
Y Char Size : 10 (16)
Number Of Planes : 01 (1)
Bits Per Pixel : 20 (32)
Number Of Banks : 01 (1)
Memory Model : 06 - Direct Color
Bank Size : 00
Number Of Image Pages : 01 (1)
Reserved : 01
Red Mask Size : 08 (8)
Red Field Position : 10 (16)
Green Mask Size : 08 (8)
Green Field Position : 08 (8)
Blue Mask Size : 08 (8)
Blue Field Position : 00 (0)
Reserved Mask Size : 08 (8)
Reserved Field Position: 18 (24)
Direct Color Mode Info : 00
Color Ramp is fixed
Reserved Bit Fields are Reserved
Flat Frame Buffer Addr : D0000000
Bytes Per Scan Line (Linear) : 0C80 (3200)
Number of Images for Banked Modes : 01 (1)
Number of Images for Linear Modes : 01 (1)
Red Mask Size (Linear) : 08 (8)
Red Field Position (Linear) : 10 (16)
Green Mask Size (Linear) : 08 (8)
Green Field Position (Linear) : 08 (8)
Blue Mask Size (Linear) : 08 (8)
Blue Field Position (Linear) : 00 (0)
Reserved Mask Size (Linear) : 08 (8)
Reserved Field Position (Linear) : 18 (24)
Maximum Pixel Clock : 11E1A300 (300000000Hz)

Mode : 0x013C information

Mode Attributes : 009B
Mode Supported in Hardware
TTY Output functions not supported by BIOS
Color Mode
Graphics Mode
VGA compatible
VGA windowed compatible
Linear Frame Buffer Available
Double Scan Mode Not Available
Interlaced Mode Not Available
No Hardware Triple Buffer Support
No Hardware Stereoscopic Support
No Dual Display Start Address Supp