LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 864|回复: 9

Gentoo 分辨率求助

[复制链接]
发表于 2006-8-22 15:23:50 | 显示全部楼层 |阅读模式
我的Gentoo分辨率是1024x768可改成更高的分辨率,但是不能改成更低的分辨率,一旦我改成800x600或600x480重启X时立马花屏,请问这是什么原因,怎样才能改成更低的分辨率?谢谢!
发表于 2006-8-22 16:09:21 | 显示全部楼层
xorg.conf贴出来……
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-22 16:33:37 | 显示全部楼层

xorg.conf

-------------------xorg.conf-------------------------
Section "ServerLayout"
        Identifier        "X.Org Configured"
        Screen        0        "Screen0" 0 0
        InputDevice        "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice        "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

Section "ServerFlags"
        Option        "AllowMouseOpenFail" "true"
       
EndSection

Section "Files"
        FontPath        "/usr/share/fonts/util"
        FontPath        "/usr/share/fonts/encodings"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/local"
        FontPath        "/usr/share/fonts/terminus"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/local/share/fonts"
        FontPath        "/usr/share/fonts"
        FontPath        "/usr/share/fonts/default"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/arphicfonts"
        FontPath        "/usr/share/fonts/jisx0213"
        FontPath        "/usr/share/fonts/shinonome"
        FontPath        "/usr/share/fonts/baekmuk-fonts"
        FontPath        "/usr/share/fonts/kacst-fonts"
        FontPath        "/usr/share/fonts/sgi-fonts"
        FontPath        "/usr/share/fonts/unfonts"
        FontPath        "/usr/share/fonts/default/ghostscript"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
        Load        "ddc"
        Load        "vbe"
        Load        "GLcore"
        Load        "dbe"
        Load        "dri"
        Load        "extmod"
        Load        "glx"
        Load        "bitmap"
        Load        "speedo"
        Load        "type1"
        Load        "freetype"
        Load        "record"
EndSection

Section "InputDevice"
        Identifier        "Keyboard0"
        Driver        "kbd"
        Option        "CoreKeyboard"
        Option        "XkbRules" "xorg"
        Option        "XkbModel" "pc105"
        Option        "XkbOptions" "grp:toggle,grp_led:scroll"
        Option        "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier        "Serial Mouse"
        Driver        "mouse"
        Option        "rotocol" "Microsoft"
        Option        "Device" "/dev/ttyS0"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier        "S/2 Mouse"
        Driver        "mouse"
        Option        "rotocol" "IMPS/2"
        Option        "Device" "/dev/misc/psaux"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
        Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier        "USB Mouse"
        Driver        "mouse"
        Option        "Device" "/dev/input/mice"
        Option        "SendCoreEvents" "true"
        Option        "rotocol" "IMPS/2"
        Option        "ZAxisMapping" "4 5"
        Option        "Buttons" "5"
EndSection

Section "InputDevice"
        Identifier        "Synaptics"
        Driver        "synaptics"
        Option        "rotocol" "event"
        Option        "Device" ""
        Option        "LeftEdge" "1900"
        Option        "RightEdge" "5400"
        Option        "TopEdge" "1900"
        Option        "BottomEdge" "4000"
        Option        "FingerLow" "25"
        Option        "FingerHigh" "30"
        Option        "MaxTapTime" "180"
        Option        "MaxTapMove" "220"
        Option        "VertScrollDelta" "100"
        Option        "MinSpeed" "0.02"
        Option        "MaxSpeed" "0.10"
        Option        "AccelFactor" "0.0010"
        Option        "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        Identifier  "Card0"
        # The following line is auto-generated by x11-misc/mkxf86config
        Driver      "vesa"
        VendorName  "All"
        BoardName   "All"
#        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier        "Screen0"
        Device        "Card0"
        Monitor        "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth        1
                Modes "1024x768"  "800x600"
        EndSubSection
        SubSection "Display"
                Depth        4
                Modes "1024x768"  "800x600"
        EndSubSection
        SubSection "Display"
                Depth        8
                Modes "1024x768"  "800x600"
        EndSubSection
        SubSection "Display"
                Depth        15
                Modes "1024x768"  "800x600"
        EndSubSection
        SubSection "Display"
                Depth        16
                Modes "1024x768"  "800x600"
        EndSubSection
        SubSection "Display"
                Depth        24
                Modes "1024x768"  "800x600"
        EndSubSection
        SubSection "Display"
                Depth        32
                Modes "1024x768"  "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-22 16:35:07 | 显示全部楼层

xorg.log

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-gentoo-r10 i686 [ELF]
Current Operating System: Linux localhost 2.6.15-gentoo-r5 #1 SMP Mon Feb 13 20:23:47 UTC 2006 i686
Build Date: 02 February 2006
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 22 16:27:34 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(==) |-->Input Device "Serial Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
        Using the first mouse device.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/encodings").
(WW) The directory "/usr/share/fonts/terminus" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/corefonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/local/share/fonts" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/default").
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/jisx0213" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/shinonome" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kacst-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sgi-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/unfonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/util,/usr/share/fonts/misc,/usr/share/fonts/local,/usr/share/fonts/TTF,/usr/share/fonts/default/ghostscript"
(==) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 15ad,1976 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 15ad,1976 rev 08 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 15ad,1976 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 15ad,1976 rev 00 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 15ad,1976 rev 08 class 06,80,00 hdr 80
(II) PCI: 00:0f:0: chip 15ad,0405 card 15ad,0405 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:10:0: chip 1000,0030 card 0000,0000 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:11:0: chip 1022,2000 card 1022,2000 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:12:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0080 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:15:0) VMWare Inc unknown chipset (0x0405) rev 0, Mem @ 0xf0000000/27, 0xec000000/23, I/O @ 0x14c0/4
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [1] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [2] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [3] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [4] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [5] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [6] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [7] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [8] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [9] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [1] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [2] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [3] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [4] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [5] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [6] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [7] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [8] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [9] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [10] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [11] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [12] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [13] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [14] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [15] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [16] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "vbe"
(II) Loading /usr/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "vesa"
(II) Loading /usr/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:0f:0
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [10] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [11] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [12] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [13] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [14] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [15] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [16] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) resource ranges after probing:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [10] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [11] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [15] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [16] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [17] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [18] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [19] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
        [20] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [21] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: V M ware, Inc. VBE support 2.0
(II) VESA(0): VESA VBE OEM Software Rev: 2.0
(II) VESA(0): VESA VBE OEM Vendor: VMware, Inc
(II) VESA(0): VESA VBE OEM Product: VMware virtual machine
(II) VESA(0): VESA VBE OEM Product Rev: 2.0
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/modules/libddc.a
(II) VESA(0): VESA VBE DDC not supported
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 120 (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 121 (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 122 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 123 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 124 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 125 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 126 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1152
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 127 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 128 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 129 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1400
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12a (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12b (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1792
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12c (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1856
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12d (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1920
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12f (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 130 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 131 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 132 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 133 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 134 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2304
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 135 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 136 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 137 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2800
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 138 (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3200
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 139 (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3584
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 13a (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3712
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 13b (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3840
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13c (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13d (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*(II) VESA(0): Not using built-in mode "640x400" (vrefresh out of range)
Mode: 13e (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13f (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 140 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3200
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 141 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 4096
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 142 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 4608
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 143 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 144 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 145 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5600
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 146 (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 6400
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 147 (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7168
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 148 (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7424
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 149 (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7680
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 100 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 101 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 103 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 105 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 107 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 10e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 111 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 114 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 117 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 11a (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Monitor0: Using hsync range of 28.00-96.00 kHz
(II) VESA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) VESA(0): Not using built-in mode "1920x1440" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1856x1392" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1792x1344" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1600x1200" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1400x1050" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1280x960" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1152x864" (width too large for virtual size)
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0):  Built-in mode "800x600"
(**) VESA(0):  Built-in mode "640x480"
(==) VESA(0): DPI set to (75, 75)
(II) VESA(0): Attempting to use 75Hz refresh for mode "1024x768" (141)
(II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (140)
(II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (13f)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/modules/libshadow.a
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [10] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [11] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [15] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [16] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [17] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [18] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [19] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
        [20] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [21] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/modules/linux/libint10.a
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: V M ware, Inc. VBE support 2.0
(II) VESA(0): VESA VBE OEM Software Rev: 2.0
(II) VESA(0): VESA VBE OEM Vendor: VMware, Inc
(II) VESA(0): VESA VBE OEM Product: VMware virtual machine
(II) VESA(0): VESA VBE OEM Product Rev: 2.0
(WW) VESA(0): Failed to set up write-combining range (0xf0000000,0x1000000)
(II) VESA(0): virtual address = 0xb6ce8000,
        physical address = 0xf0000000, size = 16777216
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "rotocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "XkbOptions" "grp:toggle,grp_led:scroll"
(**) Keyboard0: XkbOptions: "grp:toggle,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "rotocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(**) USB Mouse: SmartScroll: 1
(**) Option "rotocol" "Microsoft"
(**) Serial Mouse: Device: "/dev/ttyS0"
(**) Serial Mouse: Protocol: "Microsoft"
(**) Option "SendCoreEvents" "true"
(**) Serial Mouse: always reports core events
(**) Option "CorePointer"
(**) Serial Mouse: Core Pointer
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "arity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) Serial Mouse: Emulate3Buttons, Emulate3Timeout: 70
(==) Serial Mouse: Buttons: 3
(**) Serial Mouse: SmartScroll: 1
(**) Serial Mouse: BaudRate: 1200
(II) XINPUT: Adding extended input device "Serial Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) USB Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/share/fonts/util, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-22 16:35:40 | 显示全部楼层

xorg.log

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-gentoo-r10 i686 [ELF]
Current Operating System: Linux localhost 2.6.15-gentoo-r5 #1 SMP Mon Feb 13 20:23:47 UTC 2006 i686
Build Date: 02 February 2006
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 22 16:27:34 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(==) |-->Input Device "Serial Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
        Using the first mouse device.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/encodings").
(WW) The directory "/usr/share/fonts/terminus" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/corefonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/local/share/fonts" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/default").
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/jisx0213" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/shinonome" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kacst-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sgi-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/unfonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/util,/usr/share/fonts/misc,/usr/share/fonts/local,/usr/share/fonts/TTF,/usr/share/fonts/default/ghostscript"
(==) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 15ad,1976 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 15ad,1976 rev 08 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 15ad,1976 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 15ad,1976 rev 00 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 15ad,1976 rev 08 class 06,80,00 hdr 80
(II) PCI: 00:0f:0: chip 15ad,0405 card 15ad,0405 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:10:0: chip 1000,0030 card 0000,0000 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:11:0: chip 1022,2000 card 1022,2000 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:12:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0080 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:15:0) VMWare Inc unknown chipset (0x0405) rev 0, Mem @ 0xf0000000/27, 0xec000000/23, I/O @ 0x14c0/4
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [1] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [2] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [3] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [4] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [5] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [6] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [7] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [8] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [9] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [1] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [2] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [3] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [4] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [5] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [6] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [7] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [8] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [9] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [10] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [11] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [12] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [13] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [14] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [15] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [16] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "vbe"
(II) Loading /usr/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "vesa"
(II) Loading /usr/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:0f:0
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [10] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [11] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [12] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [13] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [14] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [15] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [16] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) resource ranges after probing:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [10] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [11] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [15] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [16] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [17] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [18] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [19] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
        [20] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [21] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: V M ware, Inc. VBE support 2.0
(II) VESA(0): VESA VBE OEM Software Rev: 2.0
(II) VESA(0): VESA VBE OEM Vendor: VMware, Inc
(II) VESA(0): VESA VBE OEM Product: VMware virtual machine
(II) VESA(0): VESA VBE OEM Product Rev: 2.0
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/modules/libddc.a
(II) VESA(0): VESA VBE DDC not supported
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 120 (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 121 (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 122 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 123 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 124 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 125 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 126 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1152
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 127 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 128 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 129 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1400
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12a (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12b (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1792
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12c (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1856
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12d (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1920
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12f (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 130 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 131 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 132 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 133 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 134 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2304
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 135 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 136 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 137 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2800
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 138 (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3200
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 139 (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3584
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 13a (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3712
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 13b (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3840
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13c (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13d (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*(II) VESA(0): Not using built-in mode "640x400" (vrefresh out of range)
Mode: 13e (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13f (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 140 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3200
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 141 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 4096
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 142 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 4608
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 143 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 144 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 145 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5600
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 146 (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 6400
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 147 (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7168
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 148 (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7424
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 149 (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7680
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 100 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 101 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 103 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 105 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 107 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 10e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 111 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 114 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 117 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 11a (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Monitor0: Using hsync range of 28.00-96.00 kHz
(II) VESA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) VESA(0): Not using built-in mode "1920x1440" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1856x1392" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1792x1344" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1600x1200" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1400x1050" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1280x960" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1152x864" (width too large for virtual size)
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0):  Built-in mode "800x600"
(**) VESA(0):  Built-in mode "640x480"
(==) VESA(0): DPI set to (75, 75)
(II) VESA(0): Attempting to use 75Hz refresh for mode "1024x768" (141)
(II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (140)
(II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (13f)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/modules/libshadow.a
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [10] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [11] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [15] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [16] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [17] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [18] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [19] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
        [20] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [21] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/modules/linux/libint10.a
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: V M ware, Inc. VBE support 2.0
(II) VESA(0): VESA VBE OEM Software Rev: 2.0
(II) VESA(0): VESA VBE OEM Vendor: VMware, Inc
(II) VESA(0): VESA VBE OEM Product: VMware virtual machine
(II) VESA(0): VESA VBE OEM Product Rev: 2.0
(WW) VESA(0): Failed to set up write-combining range (0xf0000000,0x1000000)
(II) VESA(0): virtual address = 0xb6ce8000,
        physical address = 0xf0000000, size = 16777216
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "rotocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "XkbOptions" "grp:toggle,grp_led:scroll"
(**) Keyboard0: XkbOptions: "grp:toggle,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "rotocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(**) USB Mouse: SmartScroll: 1
(**) Option "rotocol" "Microsoft"
(**) Serial Mouse: Device: "/dev/ttyS0"
(**) Serial Mouse: Protocol: "Microsoft"
(**) Option "SendCoreEvents" "true"
(**) Serial Mouse: always reports core events
(**) Option "CorePointer"
(**) Serial Mouse: Core Pointer
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "arity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) Serial Mouse: Emulate3Buttons, Emulate3Timeout: 70
(==) Serial Mouse: Buttons: 3
(**) Serial Mouse: SmartScroll: 1
(**) Serial Mouse: BaudRate: 1200
(II) XINPUT: Adding extended input device "Serial Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) USB Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/share/fonts/util, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!
回复 支持 反对

使用道具 举报

发表于 2006-8-22 17:08:44 | 显示全部楼层
Post by Dennis85
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-gentoo-r10 i686 [ELF]
Current Operating System: Linux localhost 2.6.15-gentoo-r5 #1 SMP Mon Feb 13 20:23:47 UTC 2006 i686
Build Date: 02 February 2006
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 22 16:27:34 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(==) |-->Input Device "Serial Mouse"
(WW) The core pointer device wasn't specified explicitly in the layout.
        Using the first mouse device.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/encodings").
(WW) The directory "/usr/share/fonts/terminus" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/corefonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/local/share/fonts" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/default").
(WW) The directory "/usr/share/fonts/arphicfonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/jisx0213" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/shinonome" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kacst-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/sgi-fonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/unfonts" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-cp1251-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-isocyr-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8r-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xfonts-cronyx-koi8u-misc" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/util,/usr/share/fonts/misc,/usr/share/fonts/local,/usr/share/fonts/TTF,/usr/share/fonts/default/ghostscript"
(==) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 15ad,1976 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 15ad,1976 rev 08 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 15ad,1976 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 15ad,1976 rev 00 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 15ad,1976 rev 08 class 06,80,00 hdr 80
(II) PCI: 00:0f:0: chip 15ad,0405 card 15ad,0405 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:10:0: chip 1000,0030 card 0000,0000 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:11:0: chip 1022,2000 card 1022,2000 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:12:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0080 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:15:0) VMWare Inc unknown chipset (0x0405) rev 0, Mem @ 0xf0000000/27, 0xec000000/23, I/O @ 0x14c0/4
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [1] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [2] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [3] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [4] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [5] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [6] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [7] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [8] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [9] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [1] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [2] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [3] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [4] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [5] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [6] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [7] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [8] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [9] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [10] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [11] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [12] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [13] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [14] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [15] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [16] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "vbe"
(II) Loading /usr/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "vesa"
(II) Loading /usr/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:0f:0
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [10] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [11] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [12] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [13] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [14] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [15] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [16] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
(II) resource ranges after probing:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [10] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [11] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [15] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [16] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [17] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [18] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [19] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
        [20] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [21] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: V M ware, Inc. VBE support 2.0
(II) VESA(0): VESA VBE OEM Software Rev: 2.0
(II) VESA(0): VESA VBE OEM Vendor: VMware, Inc
(II) VESA(0): VESA VBE OEM Product: VMware virtual machine
(II) VESA(0): VESA VBE OEM Product Rev: 2.0
(**) VESA(0): Depth 24, (--) framebuffer bpp 32
(==) VESA(0): RGB weight 888
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/modules/libddc.a
(II) VESA(0): VESA VBE DDC not supported
(II) VESA(0): Searching for matching VESA mode(s):
Mode: 120 (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 121 (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 122 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 123 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 124 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 125 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 126 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1152
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 127 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 128 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 129 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1400
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12a (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12b (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1792
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12c (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1856
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12d (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1920
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 12f (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 130 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 131 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 132 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 133 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 134 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2304
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 135 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 136 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 137 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2800
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 138 (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3200
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 139 (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3584
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 13a (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3712
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 13b (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3840
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13c (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13d (320x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*(II) VESA(0): Not using built-in mode "640x400" (vrefresh out of range)
Mode: 13e (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 13f (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 140 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 3200
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 141 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 4096
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 142 (1152x864)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 4608
        XResolution: 1152
        YResolution: 864
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 143 (1280x960)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 960
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 144 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 145 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 5600
        XResolution: 1400
        YResolution: 1050
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 146 (1600x1200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 6400
        XResolution: 1600
        YResolution: 1200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 147 (1792x1344)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7168
        XResolution: 1792
        YResolution: 1344
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 148 (1856x1392)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7424
        XResolution: 1856
        YResolution: 1392
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
*Mode: 149 (1920x1440)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 7680
        XResolution: 1920
        YResolution: 1440
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 100 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 101 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 103 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 105 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 107 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 8
        RedFieldPosition: 0
        GreenMaskSize: 8
        GreenFieldPosition: 0
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 10e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 111 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 114 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 117 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000
Mode: 11a (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0x0
        WinFuncPtr: 0xc0006ed3
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 16
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 0
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xf0000000

(II) VESA(0): Total Memory: 256 64KB banks (16384kB)
(II) VESA(0): Monitor0: Using hsync range of 28.00-96.00 kHz
(II) VESA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) VESA(0): Not using built-in mode "1920x1440" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1856x1392" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1792x1344" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1600x1200" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1400x1050" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1280x960" (width too large for virtual size)
(II) VESA(0): Not using built-in mode "1152x864" (width too large for virtual size)
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0):  Built-in mode "800x600"
(**) VESA(0):  Built-in mode "640x480"
(==) VESA(0): DPI set to (75, 75)
(II) VESA(0): Attempting to use 75Hz refresh for mode "1024x768" (141)
(II) VESA(0): Attempting to use 72Hz refresh for mode "800x600" (140)
(II) VESA(0): Attempting to use 73Hz refresh for mode "640x480" (13f)
(**) VESA(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/modules/libshadow.a
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xec800000 - 0xec800fff (0x1000) MX
        [6] -1        0        0xe8000000 - 0xe7ffffff (0x0) MXO
        [7] -1        0        0xec000000 - 0xec7fffff (0x800000) MX(B)
        [8] -1        0        0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
        [9] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [10] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [11] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [12] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [13] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [14] -1        0        0x00001480 - 0x000014bf (0x40) IX
        [15] -1        0        0x00001400 - 0x0000147f (0x80) IX
        [16] -1        0        0x00001080 - 0x000010ff (0x80) IX
        [17] -1        0        0x00001060 - 0x0000107f (0x20) IX
        [18] -1        0        0x00001050 - 0x0000105f (0x10) IX
        [19] -1        0        0x000014c0 - 0x000014cf (0x10) IX(B)
        [20] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [21] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/modules/linux/libint10.a
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 2.0
(II) VESA(0): VESA VBE Total Mem: 16384 kB
(II) VESA(0): VESA VBE OEM: V M ware, Inc. VBE support 2.0
(II) VESA(0): VESA VBE OEM Software Rev: 2.0
(II) VESA(0): VESA VBE OEM Vendor: VMware, Inc
(II) VESA(0): VESA VBE OEM Product: VMware virtual machine
(II) VESA(0): VESA VBE OEM Product Rev: 2.0
(WW) VESA(0): Failed to set up write-combining range (0xf0000000,0x1000000)
(II) VESA(0): virtual address = 0xb6ce8000,
        physical address = 0xf0000000, size = 16777216
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.
(==) VESA(0): Default visual is TrueColor
(==) VESA(0): Backing store disabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "rotocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "XkbOptions" "grp:toggle,grp_led:scroll"
(**) Keyboard0: XkbOptions: "grp:toggle,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "rotocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(**) USB Mouse: SmartScroll: 1
(**) Option "rotocol" "Microsoft"
(**) Serial Mouse: Device: "/dev/ttyS0"
(**) Serial Mouse: Protocol: "Microsoft"
(**) Option "SendCoreEvents" "true"
(**) Serial Mouse: always reports core events
(**) Option "CorePointer"
(**) Serial Mouse: Core Pointer
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "arity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) Serial Mouse: Emulate3Buttons, Emulate3Timeout: 70
(==) Serial Mouse: Buttons: 3
(**) Serial Mouse: SmartScroll: 1
(**) Serial Mouse: BaudRate: 1200
(II) XINPUT: Adding extended input device "Serial Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) USB Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/share/fonts/util, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!

兄弟做家装出身?
这强刷的太牛了.
你为什么要那么多语言支持阿?那么多字体.如果用不上的就不要加载.
回复 支持 反对

使用道具 举报

发表于 2006-8-22 18:45:31 | 显示全部楼层
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"  #这里再加几个分辨率
EndSubSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-22 19:41:33 | 显示全部楼层
原来有600x480改成它以后也花屏,不知为什么只能改大不能改小。
回复 支持 反对

使用道具 举报

发表于 2006-8-22 20:09:02 | 显示全部楼层
*(II) VESA(0): Not using built-in mode "640x400" (vrefresh out of range)

记住:没有640x400和600x480的分辨率,只有640x480
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-22 20:27:54 | 显示全部楼层
我改的是800x600,花屏
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表