Mouse and keyboard do not work under Xorg

10 posts / 0 new
Last post
#1 Sun, 2015-08-30 03:54
zzggbb
  • zzggbb's picture
  • Offline
  • Last seen: 2 years 7 months ago
  • Joined: 2015-08-30

I have installed xf86-input-keyboard, xf86-input-mouse, xf86-input-synaptics, and xf86-input-evdev.

running `startx` properly starts up the X server, but the mouse and keyboard don't do anything.

If anybody has had this issue and fixed it, how did you do so?

Mon, 2015-08-31 09:10
mrgreen
  • mrgreen's picture
  • Offline
  • Last seen: 9 months 2 weeks ago
  • Joined: 2015-07-08

Without more information difficult to help, first thoughts are have you got udev running? what is in .xinitrc? which desktop are you trying to run

Mon, 2015-08-31 22:33
zzggbb
  • zzggbb's picture
  • Offline
  • Last seen: 2 years 7 months ago
  • Joined: 2015-08-30

Well, how about that. Now my mouse and keyboard are working. I haven't even touched my computer for a few days, and now it works. Perhaps it was a recent update that fixed it.

Sorry for not having a more concrete answer for those people having similar issues as me.

I am running fluxbox, and udev-postmount is running. Here is my /etc/X11/xinit/xinitrc:

#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
 
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
xinitdir=/etc/X11
sysresources=$xinitdir/Xresources
sysmodmap=$xinitdir/Xmodmap
 
# merge in defaults and keymaps
 
if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi
 
if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi
 
if [ -f $userresources ]; then
    xrdb -merge $userresources
fi
 
if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi
 
# First try ~/.xinitrc
if [ -f "$HOME/.xinitrc" ]; then
	XINITRC="$HOME/.xinitrc"
	if [ -x $XINITRC ]; then
		# if the x bit is set on .xinitrc
		# it means the xinitrc is not a
		# shell script but something else
		exec $XINITRC "$@"
	else
		exec /bin/sh "$HOME/.xinitrc" "$@"
	fi
fi
exec startfluxbox

Tue, 2015-09-01 16:58
ScrumpyJack
  • ScrumpyJack's picture
  • Offline
  • Last seen: 6 months 3 weeks ago
  • Joined: 2013-06-20

rc-update add udev
rc-update add dbus

Mon, 2016-05-16 16:56
ScrumpyJack
  • ScrumpyJack's picture
  • Offline
  • Last seen: 6 months 3 weeks ago
  • Joined: 2013-06-20

There seem to be a surge in these issues under virtualbox, docker, vmware and even bare metal.

https://bugs.alpinelinux.org/issues/5422

If you are having this issue, please can you post the output of:

uname -a
lsmod
cat /etc/X11/xorg.conf.d/20-modules.conf
apk info

Describe your environment (bare metel or which hyervisor) and how X behaves when you run Xorg -retro.

You should see this (virtualbox setup) and be able to move the mouse it's all working properly.

Mon, 2016-05-16 21:03
Aleksey
  • Aleksey's picture
  • Offline
  • Last seen: 1 year 10 months ago
  • Joined: 2016-05-16

I am using VirtualBox 4.3.36-dfsg-1+deb8u1 on Debian Stable.
When I run startx with default config (wfb module loaded) and openbox WM (.xinitrc is sole 'openbox' line) I get Xorg with mouse moving until I press right mouse button to get menu. With same config and awesome WM it freezes instantly. (This don't looks like mouse related)
After freeze it's imposible to switch to console but VM can be corectly shutdown using ACPI poweroff.
Disabling wfb solves this for both WMs.

Here is config of guest system:
uname -a

Linux alpine 4.4.10-0-grsec #1-Alpine SMP Sat May 14 12:44:22 GMT 2016 x86_64 Linux

lsmod

Module                  Size  Used by
ipv6                  350346  14
af_packet              33501  0
psmouse                91571  0
serio_raw               5074  0
pcspkr                  2190  0
i2c_piix4               8723  0
i2c_core               28975  1 i2c_piix4
snd_intel8x0           29440  0
snd_ac97_codec        112749  1 snd_intel8x0
snd_pcm                88493  2 snd_ac97_codec,snd_intel8x0
snd_timer              24683  1 snd_pcm
snd                    73959  4 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm
soundcore               6840  1 snd
ac97_bus                2013  1 snd_ac97_codec
intel_agp              11808  0
intel_gtt              13026  1 intel_agp
agpgart                35722  2 intel_agp,intel_gtt
input_leds              3166  0
joydev                 12912  0
mousedev               10310  0
battery                 8641  0
fjes                   19082  0
ppdev                   9782  0
evdev                  15013  7
parport_pc             17475  0
parport                28389  2 ppdev,parport_pc
video                  27691  0
backlight               8213  1 video
button                  5819  0
acpi_cpufreq            7501  0
tpm_tis                10593  0
tpm                    35381  1 tpm_tis
processor              27085  1 acpi_cpufreq
ac                      4073  0
hid_generic             1559  0
usbhid                 30228  0
hid                    64895  2 hid_generic,usbhid
sr_mod                 13540  0
cdrom                  35325  1 sr_mod
ahci                   27275  3
libahci                24810  1 ahci
ohci_pci                3410  0
ohci_hcd               19471  1 ohci_pci
e1000                  94656  0
ata_generic             3959  0
pata_acpi               3853  0
ata_piix               26091  0
libata                186506  5 ahci,pata_acpi,libahci,ata_generic,ata_piix
squashfs               28381  0
lz4_decompress          2721  1 squashfs
loop                   20065  0
ext4                  333935  2
crc16                   1907  1 ext4
mbcache                 9537  1 ext4
jbd2                   65688  1 ext4
usb_storage            54361  0
sd_mod                 28671  4
scsi_mod              120829  4 usb_storage,libata,sd_mod,sr_mod

apk info
acct
zlib
libc-utils
alpine-keys
libattr
lddtree
xz-libs
kmod
linux-firmware
mtools
syslinux
udev-init-scripts
udev
xf86-input-keyboard
font-alias
libfontenc
mkfontscale
mkfontdir
font-misc-misc
font-cursor-misc
libxau
libxdmcp
libxcb
libx11
libxkbfile
xkbcomp
libxext
libice
libsm
libxt
libxmu
xauth
mcpp-libs
mcpp
xrdb
xinit
libxfixes
libxdamage
libxxf86vm
libpciaccess
libxshmfence
libxfont
xf86-video-modesetting
xf86-video-vesa
libxrender
libxcursor
libxinerama
libxrandr
libxft
cairo
libxml2
openbox-libs
xcb-util
startup-notification
openbox
xf86-input-vmmouse
libgomp
libjpeg-turbo
lcms2
libltdl
tiff
cairo-gobject
lua5.1-libs
xcb-util-image
xcb-util-renderutil
xcb-util-cursor
xcb-util-wm
xcb-util-keysyms
libxdg-basedir
libffi
libgcc
perl
libbz2
libid3tag
lua5.1
lua5.1-lgi
lua
libstdc++
exiv2
hicolor-icon-theme
gtk-update-icon-cache
libxcomposite
gmp
gtk+2.0
liblcms
geeqie
p11-kit
ncurses-terminfo-base
ncurses-terminfo
ncurses-libs
libepoxy
hwdata-pci
pciutils-libs
pciutils
libxpm
libxaw
linux-pam
xdm
libpng
libxi
rxvt-unicode
m4
autoconf
make
isl
libatomic
pkgconf
pkgconfig
mpfr3
mpc1
gcc
fakeroot
attr
tar
libc-dev
fortify-headers
g++
build-base
lzo
squashfs-tools
bzip2
cdrkit
alpine-sdk
automake
apk-tools
scanelf
libcap
pax-utils
libssh2
cryptsetup-libs
mkinitfs
freetype
pixman
libcom_err
e2fsprogs-libs
e2fsprogs
giflib
nettle
libxscrnsaver
libxv
fribidi
sdl
lame
opus
librtmp
libogg
libtheora
v4l-utils-libs
libvorbis
x264-libs
xvidcore
libsamplerate
jack
lua5.2-libs
rsound-libs
libvdpau
patch
htop
openssh-client
openssh-sftp-server
openssh
xmodmap
xf86-input-mouse
alpine-conf
alpine-base
sudo
expat
glib
mdocml
man
wayland
mdev-like-a-boss-xorg
musl
busybox
alpine-baselayout
openrc
libcrypto1.0
libssl1.0
busybox-suid
busybox-initscripts
musl-utils
openssl
ca-certificates
libcurl
curl
abuild
binutils-libs
binutils
musl-dev
pcre
git
libmagic
file
libuuid
libblkid
device-mapper
fontconfig
dbus-libs
libintl
avahi-libs
libtasn1
gnutls
cups-libs
jbig2dec
ghostscript
libwebp
imagemagick
gobject-introspection
graphite2
harfbuzz
pango
gdk-pixbuf
awesome
awesome-doc
chrony
dbus
imlib2
feh
shared-mime-info
atk
linux-grsec
linux-headers
sqlite-libs
libdrm
mesa-gbm
mesa-egl
mesa-glapi
mesa-gl
alsa-lib
libass
libva
libvpx
x265
ffmpeg-libs
enca
mpv-libs
mpv
blkid
eudev-libs
eudev
virtualbox-guest-modules-grsec
sessreg
encodings
xkeyboard-config
libmount
libsmartcols
findmnt
mcookie
xorg-server
llvm-libs
mesa-xatracker
xf86-video-vmware
dbus-glib
libevent
libxtst
at-spi2-core
at-spi2-atk
gtk+3.0
hunspell
icu-libs
nspr
nss
firefox
ttf-dejavu
ttf-courier-prime
ttf-heuristica
ttf-liberation
ttf-noto-sans
ttf-noto-serif
ttf-noto
ttf-symbola
fonts-base
readline
bash
ffmpeg2.8-libs
ffmpegthumbnailer
spacefm

Edited /etc/X11/xorg.conf.d/20-modules.conf

Section "Module"
    Load "exa"
    Disable "wfb"
 
    Load "dri"
    Load "dri2"
    Load "glx"
 
    Load "int10"
    Load "vbe"
    Load "fb"
    Load "shadowfb"
    Load "shadow"
    Load "vgahw"
    Load "evdev"
    Load "fbdevhw"
    Load "glamoregl"
EndSection

Tue, 2016-05-17 09:17
lucianogiuseppe
  • lucianogiuseppe's picture
  • Offline
  • Last seen: 1 year 10 months ago
  • Joined: 2016-05-17

I'm trying to install alpine x86-64 on virtualbox and I have a similar problem.
A first problem is that alpine-linux apk is not present in x86-64 repository, infact I have install manually lxdm.
A second problem is that Xorg -configure give me "No device to configure" and I had installed xf86-video vmware, ati, ecc...
Only Xorg -retro works for me , but I only see the mouse and no manù bar :\
Last but not least: startx, startxfce4, ecc.. don'twork

Someone can give me an help?

Thu, 2016-08-18 17:33
mei737
  • mei737's picture
  • Offline
  • Last seen: 1 year 7 months ago
  • Joined: 2016-08-18

I had similar problems with Alpine Linux 3.4.1 on VirtualBox 5.0.24. Mouse and keyboard did not work. I got a blank screen. And Xorg -configure wrote something like "no device to configure" to console.

To solve the problems I started again with a basic setup (only setup-xorg-base) and invoked Xorg -retro. The output on the screen was fine (only when using Xorg -retro), but there were no reactions when I used mouse or keyboard. The solution to solve this mouse-/keyboard-problem was very simple: I had to reboot (after lbu commit).

After rebooting another problem persisted. When I tried to start XFCE the screen turned blank (black). I could switch to console with CTRL+ALT+F2 (the VirtualBox-window got smaller), but the screen was still blank. This is the problem that I could solve by disabling wfb (https://bugs.alpinelinux.org/issues/5422#note-3). So, XFCE is working, now. Before disabling wfb I got the following Xorg.0.log:

[   164.402] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[   164.402] X Protocol Version 11, Revision 0
[   164.402] Build Operating System: Linux 4.1.20-0-grsec x86_64 
[   164.402] Current Operating System: Linux localhost 4.4.14-0-virtgrsec #1-Alpine SMP Mon Jun 27 14:15:15 GMT 2016 x86_64
[   164.402] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-virtgrsec initrd=/boot/initramfs-virtgrsec modloop=/boot/modloop-virtgrsec modules=loop,squashfs,sd-mod,usb-storage quiet 
[   164.402] Build Date: 29 April 2016  06:23:23PM
[   164.402]  
[   164.402] Current version of pixman: 0.34.0
[   164.402] 	Before reporting problems, check <a href="http://wiki.x.org" rel="nofollow">http://wiki.x.org</a>
	to make sure that you have the latest version.
[   164.403] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   164.403] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 12:31:53 2016
[   164.403] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   164.403] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   164.403] (==) No Layout section.  Using the first Screen section.
[   164.403] (==) No screen section available. Using defaults.
[   164.403] (**) |-->Screen "Default Screen Section" (0)
[   164.403] (**) |   |-->Monitor "<default monitor>"
[   164.403] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   164.403] (==) Automatically adding devices
[   164.403] (==) Automatically enabling devices
[   164.403] (==) Automatically adding GPU devices
[   164.403] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   164.403] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   164.403] 	Entry deleted from font path.
[   164.403] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   164.403] 	Entry deleted from font path.
[   164.403] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi:unscaled,
	/usr/share/fonts/75dpi:unscaled
[   164.403] (==) ModulePath set to "/usr/lib/xorg/modules"
[   164.403] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   164.403] (II) Loader magic: 0xe355b2efbe0
[   164.403] (II) Module ABI versions:
[   164.403] 	X.Org ANSI C Emulation: 0.4
[   164.403] 	X.Org Video Driver: 20.0
[   164.403] 	X.Org XInput driver : 22.1
[   164.403] 	X.Org Server Extension : 9.0
[   164.407] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/67108864
[   164.407] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   164.407] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   164.407] (II) LoadModule: "exa"
[   164.407] (II) Loading /usr/lib/xorg/modules/libexa.so
[   164.407] (II) Module exa: vendor="X.Org Foundation"
[   164.407] 	compiled for 1.18.3, module version = 2.6.0
[   164.407] 	ABI class: X.Org Video Driver, version 20.0
[   164.407] (II) LoadModule: "wfb"
[   164.407] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   164.407] (II) Module wfb: vendor="X.Org Foundation"
[   164.407] 	compiled for 1.18.3, module version = 1.0.0
[   164.407] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   164.407] (II) LoadModule: "dri"
[   164.407] (II) Module "dri" already built-in
[   164.407] (II) LoadModule: "dri2"
[   164.407] (II) Module "dri2" already built-in
[   164.407] (II) LoadModule: "glx"
[   164.407] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   164.409] (II) Module glx: vendor="X.Org Foundation"
[   164.409] 	compiled for 1.18.3, module version = 1.0.0
[   164.409] 	ABI class: X.Org Server Extension, version 9.0
[   164.409] (==) AIGLX enabled
[   164.409] (II) LoadModule: "int10"
[   164.409] (II) Loading /usr/lib/xorg/modules/libint10.so
[   164.410] (II) Module int10: vendor="X.Org Foundation"
[   164.410] 	compiled for 1.18.3, module version = 1.0.0
[   164.410] 	ABI class: X.Org Video Driver, version 20.0
[   164.410] (II) LoadModule: "vbe"
[   164.410] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   164.410] (II) Module vbe: vendor="X.Org Foundation"
[   164.410] 	compiled for 1.18.3, module version = 1.1.0
[   164.410] 	ABI class: X.Org Video Driver, version 20.0
[   164.410] (II) LoadModule: "fb"
[   164.410] (II) Loading /usr/lib/xorg/modules/libfb.so
[   164.410] (II) Module fb: vendor="X.Org Foundation"
[   164.410] 	compiled for 1.18.3, module version = 1.0.0
[   164.410] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   164.410] (II) LoadModule: "shadowfb"
[   164.410] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   164.410] (II) Module shadowfb: vendor="X.Org Foundation"
[   164.410] 	compiled for 1.18.3, module version = 1.0.0
[   164.410] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   164.410] (II) LoadModule: "shadow"
[   164.410] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   164.410] (II) Module shadow: vendor="X.Org Foundation"
[   164.410] 	compiled for 1.18.3, module version = 1.1.0
[   164.410] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   164.410] (II) LoadModule: "vgahw"
[   164.410] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   164.410] (II) Module vgahw: vendor="X.Org Foundation"
[   164.410] 	compiled for 1.18.3, module version = 0.1.0
[   164.410] 	ABI class: X.Org Video Driver, version 20.0
[   164.410] (II) LoadModule: "evdev"
[   164.410] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   164.411] (II) Module evdev: vendor="X.Org Foundation"
[   164.411] 	compiled for 1.18.3, module version = 2.10.2
[   164.411] 	Module class: X.Org XInput Driver
[   164.411] 	ABI class: X.Org XInput driver, version 22.1
[   164.411] (II) LoadModule: "fbdevhw"
[   164.411] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   164.411] (II) Module fbdevhw: vendor="X.Org Foundation"
[   164.411] 	compiled for 1.18.3, module version = 0.0.2
[   164.411] 	ABI class: X.Org Video Driver, version 20.0
[   164.411] (II) LoadModule: "glamoregl"
[   164.411] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   164.414] (II) Module glamoregl: vendor="X.Org Foundation"
[   164.414] 	compiled for 1.18.3, module version = 1.0.0
[   164.414] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   164.414] (==) Matched vboxvideo as autoconfigured driver 0
[   164.414] (==) Matched modesetting as autoconfigured driver 1
[   164.414] (==) Matched fbdev as autoconfigured driver 2
[   164.414] (==) Matched vesa as autoconfigured driver 3
[   164.414] (==) Assigned the driver to the xf86ConfigLayout
[   164.414] (II) LoadModule: "vboxvideo"
[   164.414] (WW) Warning, couldn't open module vboxvideo
[   164.414] (II) UnloadModule: "vboxvideo"
[   164.414] (II) Unloading vboxvideo
[   164.414] (EE) Failed to load module "vboxvideo" (module does not exist, 0)
[   164.414] (II) LoadModule: "modesetting"
[   164.414] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   164.414] (II) Module modesetting: vendor="X.Org Foundation"
[   164.414] 	compiled for 1.18.3, module version = 1.18.3
[   164.414] 	Module class: X.Org Video Driver
[   164.414] 	ABI class: X.Org Video Driver, version 20.0
[   164.414] (II) LoadModule: "fbdev"
[   164.414] (WW) Warning, couldn't open module fbdev
[   164.414] (II) UnloadModule: "fbdev"
[   164.414] (II) Unloading fbdev
[   164.414] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   164.414] (II) LoadModule: "vesa"
[   164.414] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   164.414] (II) Module vesa: vendor="X.Org Foundation"
[   164.414] 	compiled for 1.18.3, module version = 2.3.4
[   164.414] 	Module class: X.Org Video Driver
[   164.414] 	ABI class: X.Org Video Driver, version 20.0
[   164.414] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   164.414] (II) VESA: driver for VESA chipsets: vesa
[   164.414] (++) using VT number 7
 
[   164.414] (EE) open /dev/dri/card0: No such file or directory
[   164.414] (WW) Falling back to old probe method for modesetting
[   164.414] (EE) open /dev/dri/card0: No such file or directory
[   164.414] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   164.414] (EE) Screen 0 deleted because of no matching config section.
[   164.414] (II) UnloadModule: "modesetting"
[   164.414] (II) Loading sub module "vbe"
[   164.414] (II) LoadModule: "vbe"
[   164.414] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   164.414] (II) Module vbe: vendor="X.Org Foundation"
[   164.414] 	compiled for 1.18.3, module version = 1.1.0
[   164.414] 	ABI class: X.Org Video Driver, version 20.0
[   164.414] (II) Loading sub module "int10"
[   164.414] (II) LoadModule: "int10"
[   164.414] (II) Loading /usr/lib/xorg/modules/libint10.so
[   164.415] (II) Module int10: vendor="X.Org Foundation"
[   164.415] 	compiled for 1.18.3, module version = 1.0.0
[   164.415] 	ABI class: X.Org Video Driver, version 20.0
[   164.415] (II) VESA(0): initializing int10
[   164.415] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   164.417] (II) VESA(0): VESA BIOS detected
[   164.417] (II) VESA(0): VESA VBE Version 2.0
[   164.417] (II) VESA(0): VESA VBE Total Mem: 65536 kB
[   164.417] (II) VESA(0): VESA VBE OEM: VirtualBox VESA BIOS
[   164.417] (II) VESA(0): VESA VBE OEM Software Rev: 0.3
[   164.417] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[   164.417] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox VBE Adapter
[   164.417] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM VirtualBox Version 5.0.24
[   164.497] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   164.497] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[   164.497] (==) VESA(0): RGB weight 888
[   164.497] (==) VESA(0): Default visual is TrueColor
[   164.497] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[   164.497] (II) Loading sub module "ddc"
[   164.497] (II) LoadModule: "ddc"
[   164.497] (II) Module "ddc" already built-in
[   164.497] (II) VESA(0): VESA VBE DDC not supported
[   164.497] (II) VESA(0): VESA VBE PanelID invalid
[   164.497] (II) VESA(0): Searching for matching VESA mode(s):
[   164.498] Mode: 100 (640x400)
[   164.498] 	ModeAttributes: 0x9b
[   164.498] 	WinAAttributes: 0x7
[   164.498] 	WinBAttributes: 0x0
[   164.498] 	WinGranularity: 64
[   164.498] 	WinSize: 64
[   164.498] 	WinASegment: 0xa000
[   164.498] 	WinBSegment: 0x0
[   164.498] 	WinFuncPtr: 0xc0000629
[   164.498] 	BytesPerScanline: 640
[   164.498] 	XResolution: 640
[   164.498] 	YResolution: 400
[   164.498] 	XCharSize: 8
[   164.498] 	YCharSize: 16
[   164.498] 	NumberOfPlanes: 1
[   164.498] 	BitsPerPixel: 8
[   164.498] 	NumberOfBanks: 1
[   164.498] 	MemoryModel: 4
[   164.498] 	BankSize: 0
[   164.498] 	NumberOfImages: 255
[   164.498] 	RedMaskSize: 0
[   164.498] 	RedFieldPosition: 0
[   164.498] 	GreenMaskSize: 0
[   164.498] 	GreenFieldPosition: 0
[   164.498] 	BlueMaskSize: 0
[   164.498] 	BlueFieldPosition: 0
[   164.498] 	RsvdMaskSize: 0
[   164.498] 	RsvdFieldPosition: 0
[   164.498] 	DirectColorModeInfo: 0
[   164.498] 	PhysBasePtr: 0xe0000000
[   164.500] Mode: 101 (640x480)
[   164.500] 	ModeAttributes: 0x9b
[   164.500] 	WinAAttributes: 0x7
[   164.500] 	WinBAttributes: 0x0
[   164.500] 	WinGranularity: 64
[   164.500] 	WinSize: 64
[   164.500] 	WinASegment: 0xa000
[   164.500] 	WinBSegment: 0x0
[   164.500] 	WinFuncPtr: 0xc0000629
[   164.500] 	BytesPerScanline: 640
[   164.500] 	XResolution: 640
[   164.500] 	YResolution: 480
[   164.500] 	XCharSize: 8
[   164.500] 	YCharSize: 16
[   164.500] 	NumberOfPlanes: 1
[   164.500] 	BitsPerPixel: 8
[   164.500] 	NumberOfBanks: 1
[   164.500] 	MemoryModel: 4
[   164.500] 	BankSize: 0
[   164.500] 	NumberOfImages: 217
[   164.500] 	RedMaskSize: 0
[   164.500] 	RedFieldPosition: 0
[   164.500] 	GreenMaskSize: 0
[   164.500] 	GreenFieldPosition: 0
[   164.500] 	BlueMaskSize: 0
[   164.500] 	BlueFieldPosition: 0
[   164.500] 	RsvdMaskSize: 0
[   164.500] 	RsvdFieldPosition: 0
[   164.500] 	DirectColorModeInfo: 0
[   164.500] 	PhysBasePtr: 0xe0000000
[   164.502] Mode: 102 (800x600)
[   164.502] 	ModeAttributes: 0x1f
[   164.502] 	WinAAttributes: 0x7
[   164.502] 	WinBAttributes: 0x0
[   164.502] 	WinGranularity: 64
[   164.502] 	WinSize: 64
[   164.502] 	WinASegment: 0xa000
[   164.502] 	WinBSegment: 0x0
[   164.502] 	WinFuncPtr: 0xc0000629
[   164.502] 	BytesPerScanline: 100
[   164.502] 	XResolution: 800
[   164.502] 	YResolution: 600
[   164.502] 	XCharSize: 8
[   164.502] 	YCharSize: 16
[   164.502] 	NumberOfPlanes: 4
[   164.502] 	BitsPerPixel: 4
[   164.502] 	NumberOfBanks: 1
[   164.502] 	MemoryModel: 3
[   164.502] 	BankSize: 0
[   164.502] 	NumberOfImages: 255
[   164.502] 	RedMaskSize: 0
[   164.502] 	RedFieldPosition: 0
[   164.502] 	GreenMaskSize: 0
[   164.502] 	GreenFieldPosition: 0
[   164.502] 	BlueMaskSize: 0
[   164.502] 	BlueFieldPosition: 0
[   164.502] 	RsvdMaskSize: 0
[   164.502] 	RsvdFieldPosition: 0
[   164.502] 	DirectColorModeInfo: 0
[   164.502] 	PhysBasePtr: 0xe0000000
[   164.503] Mode: 103 (800x600)
[   164.503] 	ModeAttributes: 0x9b
[   164.503] 	WinAAttributes: 0x7
[   164.503] 	WinBAttributes: 0x0
[   164.503] 	WinGranularity: 64
[   164.503] 	WinSize: 64
[   164.503] 	WinASegment: 0xa000
[   164.503] 	WinBSegment: 0x0
[   164.503] 	WinFuncPtr: 0xc0000629
[   164.503] 	BytesPerScanline: 800
[   164.503] 	XResolution: 800
[   164.503] 	YResolution: 600
[   164.503] 	XCharSize: 8
[   164.503] 	YCharSize: 16
[   164.503] 	NumberOfPlanes: 1
[   164.503] 	BitsPerPixel: 8
[   164.503] 	NumberOfBanks: 1
[   164.503] 	MemoryModel: 4
[   164.503] 	BankSize: 0
[   164.503] 	NumberOfImages: 138
[   164.503] 	RedMaskSize: 0
[   164.503] 	RedFieldPosition: 0
[   164.503] 	GreenMaskSize: 0
[   164.503] 	GreenFieldPosition: 0
[   164.503] 	BlueMaskSize: 0
[   164.503] 	BlueFieldPosition: 0
[   164.503] 	RsvdMaskSize: 0
[   164.503] 	RsvdFieldPosition: 0
[   164.503] 	DirectColorModeInfo: 0
[   164.503] 	PhysBasePtr: 0xe0000000
[   164.505] Mode: 104 (1024x768)
[   164.505] 	ModeAttributes: 0x1f
[   164.505] 	WinAAttributes: 0x7
[   164.505] 	WinBAttributes: 0x0
[   164.505] 	WinGranularity: 64
[   164.505] 	WinSize: 64
[   164.505] 	WinASegment: 0xa000
[   164.505] 	WinBSegment: 0x0
[   164.505] 	WinFuncPtr: 0xc0000629
[   164.505] 	BytesPerScanline: 128
[   164.505] 	XResolution: 1024
[   164.505] 	YResolution: 768
[   164.505] 	XCharSize: 8
[   164.505] 	YCharSize: 16
[   164.505] 	NumberOfPlanes: 4
[   164.505] 	BitsPerPixel: 4
[   164.505] 	NumberOfBanks: 1
[   164.505] 	MemoryModel: 3
[   164.505] 	BankSize: 0
[   164.505] 	NumberOfImages: 169
[   164.505] 	RedMaskSize: 0
[   164.505] 	RedFieldPosition: 0
[   164.505] 	GreenMaskSize: 0
[   164.505] 	GreenFieldPosition: 0
[   164.505] 	BlueMaskSize: 0
[   164.505] 	BlueFieldPosition: 0
[   164.505] 	RsvdMaskSize: 0
[   164.505] 	RsvdFieldPosition: 0
[   164.505] 	DirectColorModeInfo: 0
[   164.505] 	PhysBasePtr: 0xe0000000
[   164.507] Mode: 105 (1024x768)
[   164.507] 	ModeAttributes: 0x9b
[   164.507] 	WinAAttributes: 0x7
[   164.507] 	WinBAttributes: 0x0
[   164.507] 	WinGranularity: 64
[   164.507] 	WinSize: 64
[   164.507] 	WinASegment: 0xa000
[   164.507] 	WinBSegment: 0x0
[   164.507] 	WinFuncPtr: 0xc0000629
[   164.507] 	BytesPerScanline: 1024
[   164.507] 	XResolution: 1024
[   164.507] 	YResolution: 768
[   164.507] 	XCharSize: 8
[   164.507] 	YCharSize: 16
[   164.507] 	NumberOfPlanes: 1
[   164.507] 	BitsPerPixel: 8
[   164.507] 	NumberOfBanks: 1
[   164.507] 	MemoryModel: 4
[   164.507] 	BankSize: 0
[   164.507] 	NumberOfImages: 84
[   164.507] 	RedMaskSize: 0
[   164.507] 	RedFieldPosition: 0
[   164.507] 	GreenMaskSize: 0
[   164.507] 	GreenFieldPosition: 0
[   164.507] 	BlueMaskSize: 0
[   164.507] 	BlueFieldPosition: 0
[   164.507] 	RsvdMaskSize: 0
[   164.507] 	RsvdFieldPosition: 0
[   164.507] 	DirectColorModeInfo: 0
[   164.507] 	PhysBasePtr: 0xe0000000
[   164.508] Mode: 106 (1280x1024)
[   164.508] 	ModeAttributes: 0x1f
[   164.508] 	WinAAttributes: 0x7
[   164.508] 	WinBAttributes: 0x0
[   164.508] 	WinGranularity: 64
[   164.508] 	WinSize: 64
[   164.508] 	WinASegment: 0xa000
[   164.508] 	WinBSegment: 0x0
[   164.508] 	WinFuncPtr: 0xc0000629
[   164.508] 	BytesPerScanline: 160
[   164.508] 	XResolution: 1280
[   164.508] 	YResolution: 1024
[   164.508] 	XCharSize: 8
[   164.508] 	YCharSize: 16
[   164.508] 	NumberOfPlanes: 4
[   164.508] 	BitsPerPixel: 4
[   164.508] 	NumberOfBanks: 1
[   164.508] 	MemoryModel: 3
[   164.508] 	BankSize: 0
[   164.508] 	NumberOfImages: 101
[   164.508] 	RedMaskSize: 0
[   164.508] 	RedFieldPosition: 0
[   164.508] 	GreenMaskSize: 0
[   164.508] 	GreenFieldPosition: 0
[   164.508] 	BlueMaskSize: 0
[   164.508] 	BlueFieldPosition: 0
[   164.508] 	RsvdMaskSize: 0
[   164.508] 	RsvdFieldPosition: 0
[   164.508] 	DirectColorModeInfo: 0
[   164.508] 	PhysBasePtr: 0xe0000000
[   164.510] Mode: 107 (1280x1024)
[   164.510] 	ModeAttributes: 0x9b
[   164.510] 	WinAAttributes: 0x7
[   164.510] 	WinBAttributes: 0x0
[   164.510] 	WinGranularity: 64
[   164.510] 	WinSize: 64
[   164.510] 	WinASegment: 0xa000
[   164.510] 	WinBSegment: 0x0
[   164.510] 	WinFuncPtr: 0xc0000629
[   164.510] 	BytesPerScanline: 1280
[   164.510] 	XResolution: 1280
[   164.510] 	YResolution: 1024
[   164.510] 	XCharSize: 8
[   164.510] 	YCharSize: 16
[   164.510] 	NumberOfPlanes: 1
[   164.510] 	BitsPerPixel: 8
[   164.510] 	NumberOfBanks: 1
[   164.510] 	MemoryModel: 4
[   164.510] 	BankSize: 0
[   164.510] 	NumberOfImages: 50
[   164.510] 	RedMaskSize: 0
[   164.510] 	RedFieldPosition: 0
[   164.510] 	GreenMaskSize: 0
[   164.510] 	GreenFieldPosition: 0
[   164.510] 	BlueMaskSize: 0
[   164.510] 	BlueFieldPosition: 0
[   164.510] 	RsvdMaskSize: 0
[   164.510] 	RsvdFieldPosition: 0
[   164.510] 	DirectColorModeInfo: 0
[   164.510] 	PhysBasePtr: 0xe0000000
[   164.512] Mode: 10d (320x200)
[   164.512] 	ModeAttributes: 0x9b
[   164.512] 	WinAAttributes: 0x7
[   164.512] 	WinBAttributes: 0x0
[   164.512] 	WinGranularity: 64
[   164.512] 	WinSize: 64
[   164.512] 	WinASegment: 0xa000
[   164.512] 	WinBSegment: 0x0
[   164.512] 	WinFuncPtr: 0xc0000629
[   164.512] 	BytesPerScanline: 640
[   164.512] 	XResolution: 320
[   164.512] 	YResolution: 200
[   164.512] 	XCharSize: 8
[   164.512] 	YCharSize: 16
[   164.512] 	NumberOfPlanes: 1
[   164.512] 	BitsPerPixel: 15
[   164.512] 	NumberOfBanks: 1
[   164.512] 	MemoryModel: 6
[   164.512] 	BankSize: 0
[   164.512] 	NumberOfImages: 255
[   164.512] 	RedMaskSize: 5
[   164.512] 	RedFieldPosition: 10
[   164.512] 	GreenMaskSize: 5
[   164.512] 	GreenFieldPosition: 5
[   164.512] 	BlueMaskSize: 5
[   164.512] 	BlueFieldPosition: 0
[   164.512] 	RsvdMaskSize: 1
[   164.512] 	RsvdFieldPosition: 15
[   164.512] 	DirectColorModeInfo: 0
[   164.512] 	PhysBasePtr: 0xe0000000
[   164.514] Mode: 10e (320x200)
[   164.514] 	ModeAttributes: 0x9b
[   164.514] 	WinAAttributes: 0x7
[   164.514] 	WinBAttributes: 0x0
[   164.514] 	WinGranularity: 64
[   164.514] 	WinSize: 64
[   164.514] 	WinASegment: 0xa000
[   164.514] 	WinBSegment: 0x0
[   164.514] 	WinFuncPtr: 0xc0000629
[   164.514] 	BytesPerScanline: 640
[   164.514] 	XResolution: 320
[   164.514] 	YResolution: 200
[   164.514] 	XCharSize: 8
[   164.514] 	YCharSize: 16
[   164.514] 	NumberOfPlanes: 1
[   164.514] 	BitsPerPixel: 16
[   164.514] 	NumberOfBanks: 1
[   164.514] 	MemoryModel: 6
[   164.514] 	BankSize: 0
[   164.514] 	NumberOfImages: 255
[   164.514] 	RedMaskSize: 5
[   164.514] 	RedFieldPosition: 11
[   164.514] 	GreenMaskSize: 6
[   164.514] 	GreenFieldPosition: 5
[   164.514] 	BlueMaskSize: 5
[   164.514] 	BlueFieldPosition: 0
[   164.514] 	RsvdMaskSize: 0
[   164.514] 	RsvdFieldPosition: 0
[   164.514] 	DirectColorModeInfo: 0
[   164.514] 	PhysBasePtr: 0xe0000000
[   164.516] Mode: 10f (320x200)
[   164.516] 	ModeAttributes: 0x9b
[   164.516] 	WinAAttributes: 0x7
[   164.516] 	WinBAttributes: 0x0
[   164.516] 	WinGranularity: 64
[   164.516] 	WinSize: 64
[   164.516] 	WinASegment: 0xa000
[   164.516] 	WinBSegment: 0x0
[   164.516] 	WinFuncPtr: 0xc0000629
[   164.516] 	BytesPerScanline: 960
[   164.516] 	XResolution: 320
[   164.516] 	YResolution: 200
[   164.516] 	XCharSize: 8
[   164.516] 	YCharSize: 16
[   164.516] 	NumberOfPlanes: 1
[   164.516] 	BitsPerPixel: 24
[   164.516] 	NumberOfBanks: 1
[   164.516] 	MemoryModel: 6
[   164.516] 	BankSize: 0
[   164.516] 	NumberOfImages: 255
[   164.516] 	RedMaskSize: 8
[   164.516] 	RedFieldPosition: 16
[   164.516] 	GreenMaskSize: 8
[   164.516] 	GreenFieldPosition: 8
[   164.516] 	BlueMaskSize: 8
[   164.516] 	BlueFieldPosition: 0
[   164.516] 	RsvdMaskSize: 0
[   164.516] 	RsvdFieldPosition: 0
[   164.516] 	DirectColorModeInfo: 0
[   164.516] 	PhysBasePtr: 0xe0000000
[   164.518] Mode: 110 (640x480)
[   164.518] 	ModeAttributes: 0x9b
[   164.518] 	WinAAttributes: 0x7
[   164.518] 	WinBAttributes: 0x0
[   164.518] 	WinGranularity: 64
[   164.518] 	WinSize: 64
[   164.518] 	WinASegment: 0xa000
[   164.518] 	WinBSegment: 0x0
[   164.518] 	WinFuncPtr: 0xc0000629
[   164.518] 	BytesPerScanline: 1280
[   164.518] 	XResolution: 640
[   164.518] 	YResolution: 480
[   164.518] 	XCharSize: 8
[   164.518] 	YCharSize: 16
[   164.518] 	NumberOfPlanes: 1
[   164.518] 	BitsPerPixel: 15
[   164.518] 	NumberOfBanks: 1
[   164.518] 	MemoryModel: 6
[   164.518] 	BankSize: 0
[   164.518] 	NumberOfImages: 108
[   164.518] 	RedMaskSize: 5
[   164.518] 	RedFieldPosition: 10
[   164.518] 	GreenMaskSize: 5
[   164.518] 	GreenFieldPosition: 5
[   164.518] 	BlueMaskSize: 5
[   164.518] 	BlueFieldPosition: 0
[   164.518] 	RsvdMaskSize: 1
[   164.518] 	RsvdFieldPosition: 15
[   164.518] 	DirectColorModeInfo: 0
[   164.518] 	PhysBasePtr: 0xe0000000
[   164.520] Mode: 111 (640x480)
[   164.520] 	ModeAttributes: 0x9b
[   164.520] 	WinAAttributes: 0x7
[   164.520] 	WinBAttributes: 0x0
[   164.520] 	WinGranularity: 64
[   164.520] 	WinSize: 64
[   164.520] 	WinASegment: 0xa000
[   164.520] 	WinBSegment: 0x0
[   164.520] 	WinFuncPtr: 0xc0000629
[   164.520] 	BytesPerScanline: 1280
[   164.520] 	XResolution: 640
[   164.520] 	YResolution: 480
[   164.520] 	XCharSize: 8
[   164.520] 	YCharSize: 16
[   164.520] 	NumberOfPlanes: 1
[   164.520] 	BitsPerPixel: 16
[   164.520] 	NumberOfBanks: 1
[   164.520] 	MemoryModel: 6
[   164.520] 	BankSize: 0
[   164.520] 	NumberOfImages: 108
[   164.520] 	RedMaskSize: 5
[   164.520] 	RedFieldPosition: 11
[   164.520] 	GreenMaskSize: 6
[   164.520] 	GreenFieldPosition: 5
[   164.520] 	BlueMaskSize: 5
[   164.520] 	BlueFieldPosition: 0
[   164.520] 	RsvdMaskSize: 0
[   164.520] 	RsvdFieldPosition: 0
[   164.520] 	DirectColorModeInfo: 0
[   164.520] 	PhysBasePtr: 0xe0000000
[   164.522] Mode: 112 (640x480)
[   164.522] 	ModeAttributes: 0x9b
[   164.522] 	WinAAttributes: 0x7
[   164.522] 	WinBAttributes: 0x0
[   164.522] 	WinGranularity: 64
[   164.522] 	WinSize: 64
[   164.522] 	WinASegment: 0xa000
[   164.522] 	WinBSegment: 0x0
[   164.522] 	WinFuncPtr: 0xc0000629
[   164.522] 	BytesPerScanline: 1920
[   164.522] 	XResolution: 640
[   164.522] 	YResolution: 480
[   164.522] 	XCharSize: 8
[   164.522] 	YCharSize: 16
[   164.522] 	NumberOfPlanes: 1
[   164.522] 	BitsPerPixel: 24
[   164.522] 	NumberOfBanks: 1
[   164.522] 	MemoryModel: 6
[   164.522] 	BankSize: 0
[   164.522] 	NumberOfImages: 71
[   164.522] 	RedMaskSize: 8
[   164.522] 	RedFieldPosition: 16
[   164.522] 	GreenMaskSize: 8
[   164.522] 	GreenFieldPosition: 8
[   164.522] 	BlueMaskSize: 8
[   164.522] 	BlueFieldPosition: 0
[   164.522] 	RsvdMaskSize: 0
[   164.522] 	RsvdFieldPosition: 0
[   164.522] 	DirectColorModeInfo: 0
[   164.522] 	PhysBasePtr: 0xe0000000
[   164.524] Mode: 113 (800x600)
[   164.524] 	ModeAttributes: 0x9b
[   164.524] 	WinAAttributes: 0x7
[   164.524] 	WinBAttributes: 0x0
[   164.524] 	WinGranularity: 64
[   164.524] 	WinSize: 64
[   164.524] 	WinASegment: 0xa000
[   164.524] 	WinBSegment: 0x0
[   164.524] 	WinFuncPtr: 0xc0000629
[   164.524] 	BytesPerScanline: 1600
[   164.524] 	XResolution: 800
[   164.524] 	YResolution: 600
[   164.524] 	XCharSize: 8
[   164.524] 	YCharSize: 16
[   164.524] 	NumberOfPlanes: 1
[   164.524] 	BitsPerPixel: 15
[   164.524] 	NumberOfBanks: 1
[   164.524] 	MemoryModel: 6
[   164.524] 	BankSize: 0
[   164.524] 	NumberOfImages: 68
[   164.524] 	RedMaskSize: 5
[   164.524] 	RedFieldPosition: 10
[   164.524] 	GreenMaskSize: 5
[   164.524] 	GreenFieldPosition: 5
[   164.524] 	BlueMaskSize: 5
[   164.524] 	BlueFieldPosition: 0
[   164.524] 	RsvdMaskSize: 1
[   164.524] 	RsvdFieldPosition: 15
[   164.524] 	DirectColorModeInfo: 0
[   164.524] 	PhysBasePtr: 0xe0000000
[   164.526] Mode: 114 (800x600)
[   164.526] 	ModeAttributes: 0x9b
[   164.526] 	WinAAttributes: 0x7
[   164.526] 	WinBAttributes: 0x0
[   164.526] 	WinGranularity: 64
[   164.526] 	WinSize: 64
[   164.526] 	WinASegment: 0xa000
[   164.526] 	WinBSegment: 0x0
[   164.526] 	WinFuncPtr: 0xc0000629
[   164.526] 	BytesPerScanline: 1600
[   164.526] 	XResolution: 800
[   164.526] 	YResolution: 600
[   164.526] 	XCharSize: 8
[   164.526] 	YCharSize: 16
[   164.526] 	NumberOfPlanes: 1
[   164.526] 	BitsPerPixel: 16
[   164.526] 	NumberOfBanks: 1
[   164.526] 	MemoryModel: 6
[   164.526] 	BankSize: 0
[   164.526] 	NumberOfImages: 68
[   164.526] 	RedMaskSize: 5
[   164.526] 	RedFieldPosition: 11
[   164.526] 	GreenMaskSize: 6
[   164.526] 	GreenFieldPosition: 5
[   164.526] 	BlueMaskSize: 5
[   164.526] 	BlueFieldPosition: 0
[   164.526] 	RsvdMaskSize: 0
[   164.526] 	RsvdFieldPosition: 0
[   164.526] 	DirectColorModeInfo: 0
[   164.526] 	PhysBasePtr: 0xe0000000
[   164.528] Mode: 115 (800x600)
[   164.528] 	ModeAttributes: 0x9b
[   164.528] 	WinAAttributes: 0x7
[   164.528] 	WinBAttributes: 0x0
[   164.528] 	WinGranularity: 64
[   164.528] 	WinSize: 64
[   164.528] 	WinASegment: 0xa000
[   164.528] 	WinBSegment: 0x0
[   164.528] 	WinFuncPtr: 0xc0000629
[   164.528] 	BytesPerScanline: 2400
[   164.528] 	XResolution: 800
[   164.528] 	YResolution: 600
[   164.528] 	XCharSize: 8
[   164.528] 	YCharSize: 16
[   164.528] 	NumberOfPlanes: 1
[   164.528] 	BitsPerPixel: 24
[   164.528] 	NumberOfBanks: 1
[   164.528] 	MemoryModel: 6
[   164.528] 	BankSize: 0
[   164.528] 	NumberOfImages: 45
[   164.528] 	RedMaskSize: 8
[   164.528] 	RedFieldPosition: 16
[   164.528] 	GreenMaskSize: 8
[   164.528] 	GreenFieldPosition: 8
[   164.528] 	BlueMaskSize: 8
[   164.528] 	BlueFieldPosition: 0
[   164.528] 	RsvdMaskSize: 0
[   164.528] 	RsvdFieldPosition: 0
[   164.528] 	DirectColorModeInfo: 0
[   164.528] 	PhysBasePtr: 0xe0000000
[   164.530] Mode: 116 (1024x768)
[   164.530] 	ModeAttributes: 0x9b
[   164.530] 	WinAAttributes: 0x7
[   164.530] 	WinBAttributes: 0x0
[   164.530] 	WinGranularity: 64
[   164.530] 	WinSize: 64
[   164.530] 	WinASegment: 0xa000
[   164.530] 	WinBSegment: 0x0
[   164.530] 	WinFuncPtr: 0xc0000629
[   164.530] 	BytesPerScanline: 2048
[   164.530] 	XResolution: 1024
[   164.530] 	YResolution: 768
[   164.530] 	XCharSize: 8
[   164.530] 	YCharSize: 16
[   164.531] 	NumberOfPlanes: 1
[   164.531] 	BitsPerPixel: 15
[   164.531] 	NumberOfBanks: 1
[   164.531] 	MemoryModel: 6
[   164.531] 	BankSize: 0
[   164.531] 	NumberOfImages: 41
[   164.531] 	RedMaskSize: 5
[   164.531] 	RedFieldPosition: 10
[   164.531] 	GreenMaskSize: 5
[   164.531] 	GreenFieldPosition: 5
[   164.531] 	BlueMaskSize: 5
[   164.531] 	BlueFieldPosition: 0
[   164.531] 	RsvdMaskSize: 1
[   164.531] 	RsvdFieldPosition: 15
[   164.531] 	DirectColorModeInfo: 0
[   164.531] 	PhysBasePtr: 0xe0000000
[   164.533] Mode: 117 (1024x768)
[   164.533] 	ModeAttributes: 0x9b
[   164.533] 	WinAAttributes: 0x7
[   164.533] 	WinBAttributes: 0x0
[   164.533] 	WinGranularity: 64
[   164.533] 	WinSize: 64
[   164.533] 	WinASegment: 0xa000
[   164.533] 	WinBSegment: 0x0
[   164.533] 	WinFuncPtr: 0xc0000629
[   164.533] 	BytesPerScanline: 2048
[   164.533] 	XResolution: 1024
[   164.533] 	YResolution: 768
[   164.533] 	XCharSize: 8
[   164.533] 	YCharSize: 16
[   164.533] 	NumberOfPlanes: 1
[   164.533] 	BitsPerPixel: 16
[   164.533] 	NumberOfBanks: 1
[   164.533] 	MemoryModel: 6
[   164.533] 	BankSize: 0
[   164.533] 	NumberOfImages: 41
[   164.533] 	RedMaskSize: 5
[   164.533] 	RedFieldPosition: 11
[   164.533] 	GreenMaskSize: 6
[   164.533] 	GreenFieldPosition: 5
[   164.533] 	BlueMaskSize: 5
[   164.533] 	BlueFieldPosition: 0
[   164.533] 	RsvdMaskSize: 0
[   164.533] 	RsvdFieldPosition: 0
[   164.533] 	DirectColorModeInfo: 0
[   164.533] 	PhysBasePtr: 0xe0000000
[   164.535] Mode: 118 (1024x768)
[   164.535] 	ModeAttributes: 0x9b
[   164.535] 	WinAAttributes: 0x7
[   164.535] 	WinBAttributes: 0x0
[   164.535] 	WinGranularity: 64
[   164.535] 	WinSize: 64
[   164.535] 	WinASegment: 0xa000
[   164.535] 	WinBSegment: 0x0
[   164.535] 	WinFuncPtr: 0xc0000629
[   164.535] 	BytesPerScanline: 3072
[   164.535] 	XResolution: 1024
[   164.535] 	YResolution: 768
[   164.535] 	XCharSize: 8
[   164.535] 	YCharSize: 16
[   164.535] 	NumberOfPlanes: 1
[   164.535] 	BitsPerPixel: 24
[   164.535] 	NumberOfBanks: 1
[   164.535] 	MemoryModel: 6
[   164.535] 	BankSize: 0
[   164.535] 	NumberOfImages: 27
[   164.535] 	RedMaskSize: 8
[   164.535] 	RedFieldPosition: 16
[   164.535] 	GreenMaskSize: 8
[   164.535] 	GreenFieldPosition: 8
[   164.535] 	BlueMaskSize: 8
[   164.535] 	BlueFieldPosition: 0
[   164.535] 	RsvdMaskSize: 0
[   164.535] 	RsvdFieldPosition: 0
[   164.535] 	DirectColorModeInfo: 0
[   164.535] 	PhysBasePtr: 0xe0000000
[   164.537] Mode: 119 (1280x1024)
[   164.537] 	ModeAttributes: 0x9b
[   164.537] 	WinAAttributes: 0x7
[   164.537] 	WinBAttributes: 0x0
[   164.537] 	WinGranularity: 64
[   164.537] 	WinSize: 64
[   164.537] 	WinASegment: 0xa000
[   164.537] 	WinBSegment: 0x0
[   164.537] 	WinFuncPtr: 0xc0000629
[   164.537] 	BytesPerScanline: 2560
[   164.537] 	XResolution: 1280
[   164.537] 	YResolution: 1024
[   164.537] 	XCharSize: 8
[   164.537] 	YCharSize: 16
[   164.537] 	NumberOfPlanes: 1
[   164.537] 	BitsPerPixel: 15
[   164.537] 	NumberOfBanks: 1
[   164.537] 	MemoryModel: 6
[   164.537] 	BankSize: 0
[   164.537] 	NumberOfImages: 24
[   164.537] 	RedMaskSize: 5
[   164.537] 	RedFieldPosition: 10
[   164.537] 	GreenMaskSize: 5
[   164.537] 	GreenFieldPosition: 5
[   164.537] 	BlueMaskSize: 5
[   164.537] 	BlueFieldPosition: 0
[   164.537] 	RsvdMaskSize: 1
[   164.537] 	RsvdFieldPosition: 15
[   164.537] 	DirectColorModeInfo: 0
[   164.537] 	PhysBasePtr: 0xe0000000
[   164.539] Mode: 11a (1280x1024)
[   164.539] 	ModeAttributes: 0x9b
[   164.539] 	WinAAttributes: 0x7
[   164.539] 	WinBAttributes: 0x0
[   164.539] 	WinGranularity: 64
[   164.539] 	WinSize: 64
[   164.539] 	WinASegment: 0xa000
[   164.539] 	WinBSegment: 0x0
[   164.539] 	WinFuncPtr: 0xc0000629
[   164.539] 	BytesPerScanline: 2560
[   164.539] 	XResolution: 1280
[   164.539] 	YResolution: 1024
[   164.539] 	XCharSize: 8
[   164.539] 	YCharSize: 16
[   164.539] 	NumberOfPlanes: 1
[   164.539] 	BitsPerPixel: 16
[   164.539] 	NumberOfBanks: 1
[   164.539] 	MemoryModel: 6
[   164.539] 	BankSize: 0
[   164.539] 	NumberOfImages: 24
[   164.539] 	RedMaskSize: 5
[   164.539] 	RedFieldPosition: 11
[   164.539] 	GreenMaskSize: 6
[   164.539] 	GreenFieldPosition: 5
[   164.539] 	BlueMaskSize: 5
[   164.539] 	BlueFieldPosition: 0
[   164.539] 	RsvdMaskSize: 0
[   164.539] 	RsvdFieldPosition: 0
[   164.539] 	DirectColorModeInfo: 0
[   164.539] 	PhysBasePtr: 0xe0000000
[   164.542] Mode: 11b (1280x1024)
[   164.542] 	ModeAttributes: 0x9b
[   164.542] 	WinAAttributes: 0x7
[   164.542] 	WinBAttributes: 0x0
[   164.542] 	WinGranularity: 64
[   164.542] 	WinSize: 64
[   164.542] 	WinASegment: 0xa000
[   164.542] 	WinBSegment: 0x0
[   164.542] 	WinFuncPtr: 0xc0000629
[   164.542] 	BytesPerScanline: 3840
[   164.542] 	XResolution: 1280
[   164.542] 	YResolution: 1024
[   164.542] 	XCharSize: 8
[   164.542] 	YCharSize: 16
[   164.542] 	NumberOfPlanes: 1
[   164.542] 	BitsPerPixel: 24
[   164.542] 	NumberOfBanks: 1
[   164.542] 	MemoryModel: 6
[   164.542] 	BankSize: 0
[   164.542] 	NumberOfImages: 16
[   164.542] 	RedMaskSize: 8
[   164.542] 	RedFieldPosition: 16
[   164.542] 	GreenMaskSize: 8
[   164.542] 	GreenFieldPosition: 8
[   164.542] 	BlueMaskSize: 8
[   164.542] 	BlueFieldPosition: 0
[   164.542] 	RsvdMaskSize: 0
[   164.542] 	RsvdFieldPosition: 0
[   164.542] 	DirectColorModeInfo: 0
[   164.542] 	PhysBasePtr: 0xe0000000
[   164.545] *Mode: 140 (320x200)
[   164.545] 	ModeAttributes: 0x9b
[   164.545] 	WinAAttributes: 0x7
[   164.545] 	WinBAttributes: 0x0
[   164.545] 	WinGranularity: 64
[   164.545] 	WinSize: 64
[   164.545] 	WinASegment: 0xa000
[   164.545] 	WinBSegment: 0x0
[   164.545] 	WinFuncPtr: 0xc0000629
[   164.545] 	BytesPerScanline: 1280
[   164.545] 	XResolution: 320
[   164.545] 	YResolution: 200
[   164.545] 	XCharSize: 8
[   164.545] 	YCharSize: 16
[   164.545] 	NumberOfPlanes: 1
[   164.545] 	BitsPerPixel: 32
[   164.545] 	NumberOfBanks: 1
[   164.545] 	MemoryModel: 6
[   164.545] 	BankSize: 0
[   164.545] 	NumberOfImages: 255
[   164.545] 	RedMaskSize: 8
[   164.545] 	RedFieldPosition: 16
[   164.545] 	GreenMaskSize: 8
[   164.545] 	GreenFieldPosition: 8
[   164.545] 	BlueMaskSize: 8
[   164.545] 	BlueFieldPosition: 0
[   164.545] 	RsvdMaskSize: 8
[   164.545] 	RsvdFieldPosition: 24
[   164.545] 	DirectColorModeInfo: 2
[   164.545] 	PhysBasePtr: 0xe0000000
[   164.547] *Mode: 141 (640x400)
[   164.547] 	ModeAttributes: 0x9b
[   164.547] 	WinAAttributes: 0x7
[   164.547] 	WinBAttributes: 0x0
[   164.547] 	WinGranularity: 64
[   164.547] 	WinSize: 64
[   164.547] 	WinASegment: 0xa000
[   164.547] 	WinBSegment: 0x0
[   164.547] 	WinFuncPtr: 0xc0000629
[   164.547] 	BytesPerScanline: 2560
[   164.547] 	XResolution: 640
[   164.547] 	YResolution: 400
[   164.547] 	XCharSize: 8
[   164.547] 	YCharSize: 16
[   164.547] 	NumberOfPlanes: 1
[   164.547] 	BitsPerPixel: 32
[   164.547] 	NumberOfBanks: 1
[   164.547] 	MemoryModel: 6
[   164.547] 	BankSize: 0
[   164.547] 	NumberOfImages: 64
[   164.547] 	RedMaskSize: 8
[   164.547] 	RedFieldPosition: 16
[   164.547] 	GreenMaskSize: 8
[   164.547] 	GreenFieldPosition: 8
[   164.547] 	BlueMaskSize: 8
[   164.547] 	BlueFieldPosition: 0
[   164.547] 	RsvdMaskSize: 8
[   164.547] 	RsvdFieldPosition: 24
[   164.547] 	DirectColorModeInfo: 2
[   164.547] 	PhysBasePtr: 0xe0000000
[   164.551] *Mode: 142 (640x480)
[   164.551] 	ModeAttributes: 0x9b
[   164.551] 	WinAAttributes: 0x7
[   164.551] 	WinBAttributes: 0x0
[   164.551] 	WinGranularity: 64
[   164.551] 	WinSize: 64
[   164.551] 	WinASegment: 0xa000
[   164.551] 	WinBSegment: 0x0
[   164.551] 	WinFuncPtr: 0xc0000629
[   164.551] 	BytesPerScanline: 2560
[   164.551] 	XResolution: 640
[   164.551] 	YResolution: 480
[   164.551] 	XCharSize: 8
[   164.551] 	YCharSize: 16
[   164.551] 	NumberOfPlanes: 1
[   164.551] 	BitsPerPixel: 32
[   164.551] 	NumberOfBanks: 1
[   164.551] 	MemoryModel: 6
[   164.551] 	BankSize: 0
[   164.551] 	NumberOfImages: 53
[   164.551] 	RedMaskSize: 8
[   164.551] 	RedFieldPosition: 16
[   164.551] 	GreenMaskSize: 8
[   164.551] 	GreenFieldPosition: 8
[   164.551] 	BlueMaskSize: 8
[   164.551] 	BlueFieldPosition: 0
[   164.551] 	RsvdMaskSize: 8
[   164.551] 	RsvdFieldPosition: 24
[   164.551] 	DirectColorModeInfo: 2
[   164.551] 	PhysBasePtr: 0xe0000000
[   164.554] *Mode: 143 (800x600)
[   164.554] 	ModeAttributes: 0x9b
[   164.554] 	WinAAttributes: 0x7
[   164.554] 	WinBAttributes: 0x0
[   164.554] 	WinGranularity: 64
[   164.554] 	WinSize: 64
[   164.554] 	WinASegment: 0xa000
[   164.554] 	WinBSegment: 0x0
[   164.554] 	WinFuncPtr: 0xc0000629
[   164.554] 	BytesPerScanline: 3200
[   164.554] 	XResolution: 800
[   164.554] 	YResolution: 600
[   164.554] 	XCharSize: 8
[   164.554] 	YCharSize: 16
[   164.554] 	NumberOfPlanes: 1
[   164.554] 	BitsPerPixel: 32
[   164.554] 	NumberOfBanks: 1
[   164.554] 	MemoryModel: 6
[   164.554] 	BankSize: 0
[   164.554] 	NumberOfImages: 33
[   164.554] 	RedMaskSize: 8
[   164.554] 	RedFieldPosition: 16
[   164.554] 	GreenMaskSize: 8
[   164.554] 	GreenFieldPosition: 8
[   164.554] 	BlueMaskSize: 8
[   164.554] 	BlueFieldPosition: 0
[   164.554] 	RsvdMaskSize: 8
[   164.554] 	RsvdFieldPosition: 24
[   164.554] 	DirectColorModeInfo: 2
[   164.555] 	PhysBasePtr: 0xe0000000
[   164.557] *Mode: 144 (1024x768)
[   164.557] 	ModeAttributes: 0x9b
[   164.557] 	WinAAttributes: 0x7
[   164.557] 	WinBAttributes: 0x0
[   164.557] 	WinGranularity: 64
[   164.557] 	WinSize: 64
[   164.557] 	WinASegment: 0xa000
[   164.557] 	WinBSegment: 0x0
[   164.557] 	WinFuncPtr: 0xc0000629
[   164.557] 	BytesPerScanline: 4096
[   164.557] 	XResolution: 1024
[   164.557] 	YResolution: 768
[   164.557] 	XCharSize: 8
[   164.557] 	YCharSize: 16
[   164.557] 	NumberOfPlanes: 1
[   164.557] 	BitsPerPixel: 32
[   164.557] 	NumberOfBanks: 1
[   164.557] 	MemoryModel: 6
[   164.557] 	BankSize: 0
[   164.557] 	NumberOfImages: 20
[   164.557] 	RedMaskSize: 8
[   164.557] 	RedFieldPosition: 16
[   164.557] 	GreenMaskSize: 8
[   164.557] 	GreenFieldPosition: 8
[   164.557] 	BlueMaskSize: 8
[   164.557] 	BlueFieldPosition: 0
[   164.557] 	RsvdMaskSize: 8
[   164.557] 	RsvdFieldPosition: 24
[   164.557] 	DirectColorModeInfo: 2
[   164.557] 	PhysBasePtr: 0xe0000000
[   164.560] *Mode: 145 (1280x1024)
[   164.560] 	ModeAttributes: 0x9b
[   164.560] 	WinAAttributes: 0x7
[   164.560] 	WinBAttributes: 0x0
[   164.560] 	WinGranularity: 64
[   164.560] 	WinSize: 64
[   164.560] 	WinASegment: 0xa000
[   164.560] 	WinBSegment: 0x0
[   164.560] 	WinFuncPtr: 0xc0000629
[   164.560] 	BytesPerScanline: 5120
[   164.560] 	XResolution: 1280
[   164.560] 	YResolution: 1024
[   164.560] 	XCharSize: 8
[   164.560] 	YCharSize: 16
[   164.560] 	NumberOfPlanes: 1
[   164.560] 	BitsPerPixel: 32
[   164.560] 	NumberOfBanks: 1
[   164.560] 	MemoryModel: 6
[   164.560] 	BankSize: 0
[   164.560] 	NumberOfImages: 11
[   164.560] 	RedMaskSize: 8
[   164.560] 	RedFieldPosition: 16
[   164.560] 	GreenMaskSize: 8
[   164.560] 	GreenFieldPosition: 8
[   164.560] 	BlueMaskSize: 8
[   164.560] 	BlueFieldPosition: 0
[   164.560] 	RsvdMaskSize: 8
[   164.560] 	RsvdFieldPosition: 24
[   164.560] 	DirectColorModeInfo: 2
[   164.560] 	PhysBasePtr: 0xe0000000
[   164.563] Mode: 146 (320x200)
[   164.563] 	ModeAttributes: 0x9b
[   164.563] 	WinAAttributes: 0x7
[   164.563] 	WinBAttributes: 0x0
[   164.563] 	WinGranularity: 64
[   164.563] 	WinSize: 64
[   164.563] 	WinASegment: 0xa000
[   164.563] 	WinBSegment: 0x0
[   164.563] 	WinFuncPtr: 0xc0000629
[   164.563] 	BytesPerScanline: 320
[   164.563] 	XResolution: 320
[   164.563] 	YResolution: 200
[   164.563] 	XCharSize: 8
[   164.563] 	YCharSize: 16
[   164.563] 	NumberOfPlanes: 1
[   164.563] 	BitsPerPixel: 8
[   164.563] 	NumberOfBanks: 1
[   164.563] 	MemoryModel: 4
[   164.563] 	BankSize: 0
[   164.563] 	NumberOfImages: 255
[   164.563] 	RedMaskSize: 0
[   164.563] 	RedFieldPosition: 0
[   164.563] 	GreenMaskSize: 0
[   164.563] 	GreenFieldPosition: 0
[   164.563] 	BlueMaskSize: 0
[   164.563] 	BlueFieldPosition: 0
[   164.563] 	RsvdMaskSize: 0
[   164.563] 	RsvdFieldPosition: 0
[   164.563] 	DirectColorModeInfo: 0
[   164.563] 	PhysBasePtr: 0xe0000000
[   164.565] *Mode: 147 (1600x1200)
[   164.565] 	ModeAttributes: 0x9b
[   164.565] 	WinAAttributes: 0x7
[   164.565] 	WinBAttributes: 0x0
[   164.565] 	WinGranularity: 64
[   164.565] 	WinSize: 64
[   164.565] 	WinASegment: 0xa000
[   164.565] 	WinBSegment: 0x0
[   164.565] 	WinFuncPtr: 0xc0000629
[   164.565] 	BytesPerScanline: 6400
[   164.565] 	XResolution: 1600
[   164.565] 	YResolution: 1200
[   164.565] 	XCharSize: 8
[   164.565] 	YCharSize: 16
[   164.565] 	NumberOfPlanes: 1
[   164.565] 	BitsPerPixel: 32
[   164.565] 	NumberOfBanks: 1
[   164.565] 	MemoryModel: 6
[   164.565] 	BankSize: 0
[   164.565] 	NumberOfImages: 7
[   164.565] 	RedMaskSize: 8
[   164.565] 	RedFieldPosition: 16
[   164.565] 	GreenMaskSize: 8
[   164.565] 	GreenFieldPosition: 8
[   164.565] 	BlueMaskSize: 8
[   164.565] 	BlueFieldPosition: 0
[   164.565] 	RsvdMaskSize: 8
[   164.565] 	RsvdFieldPosition: 24
[   164.565] 	DirectColorModeInfo: 2
[   164.565] 	PhysBasePtr: 0xe0000000
[   164.568] Mode: 148 (1152x864)
[   164.568] 	ModeAttributes: 0x9b
[   164.568] 	WinAAttributes: 0x7
[   164.568] 	WinBAttributes: 0x0
[   164.568] 	WinGranularity: 64
[   164.568] 	WinSize: 64
[   164.568] 	WinASegment: 0xa000
[   164.568] 	WinBSegment: 0x0
[   164.568] 	WinFuncPtr: 0xc0000629
[   164.568] 	BytesPerScanline: 1152
[   164.568] 	XResolution: 1152
[   164.568] 	YResolution: 864
[   164.568] 	XCharSize: 8
[   164.568] 	YCharSize: 16
[   164.568] 	NumberOfPlanes: 1
[   164.568] 	BitsPerPixel: 8
[   164.568] 	NumberOfBanks: 1
[   164.568] 	MemoryModel: 4
[   164.568] 	BankSize: 0
[   164.568] 	NumberOfImages: 66
[   164.568] 	RedMaskSize: 0
[   164.568] 	RedFieldPosition: 0
[   164.568] 	GreenMaskSize: 0
[   164.568] 	GreenFieldPosition: 0
[   164.568] 	BlueMaskSize: 0
[   164.568] 	BlueFieldPosition: 0
[   164.568] 	RsvdMaskSize: 0
[   164.568] 	RsvdFieldPosition: 0
[   164.568] 	DirectColorModeInfo: 0
[   164.568] 	PhysBasePtr: 0xe0000000
[   164.570] Mode: 149 (1152x864)
[   164.570] 	ModeAttributes: 0x9b
[   164.570] 	WinAAttributes: 0x7
[   164.570] 	WinBAttributes: 0x0
[   164.570] 	WinGranularity: 64
[   164.570] 	WinSize: 64
[   164.570] 	WinASegment: 0xa000
[   164.570] 	WinBSegment: 0x0
[   164.570] 	WinFuncPtr: 0xc0000629
[   164.570] 	BytesPerScanline: 2304
[   164.570] 	XResolution: 1152
[   164.570] 	YResolution: 864
[   164.570] 	XCharSize: 8
[   164.570] 	YCharSize: 16
[   164.570] 	NumberOfPlanes: 1
[   164.570] 	BitsPerPixel: 15
[   164.570] 	NumberOfBanks: 1
[   164.570] 	MemoryModel: 6
[   164.570] 	BankSize: 0
[   164.570] 	NumberOfImages: 32
[   164.570] 	RedMaskSize: 5
[   164.570] 	RedFieldPosition: 10
[   164.570] 	GreenMaskSize: 5
[   164.570] 	GreenFieldPosition: 5
[   164.570] 	BlueMaskSize: 5
[   164.570] 	BlueFieldPosition: 0
[   164.570] 	RsvdMaskSize: 1
[   164.570] 	RsvdFieldPosition: 15
[   164.570] 	DirectColorModeInfo: 0
[   164.570] 	PhysBasePtr: 0xe0000000
[   164.573] Mode: 14a (1152x864)
[   164.573] 	ModeAttributes: 0x9b
[   164.573] 	WinAAttributes: 0x7
[   164.573] 	WinBAttributes: 0x0
[   164.573] 	WinGranularity: 64
[   164.573] 	WinSize: 64
[   164.573] 	WinASegment: 0xa000
[   164.573] 	WinBSegment: 0x0
[   164.573] 	WinFuncPtr: 0xc0000629
[   164.573] 	BytesPerScanline: 2304
[   164.573] 	XResolution: 1152
[   164.573] 	YResolution: 864
[   164.573] 	XCharSize: 8
[   164.573] 	YCharSize: 16
[   164.573] 	NumberOfPlanes: 1
[   164.573] 	BitsPerPixel: 16
[   164.573] 	NumberOfBanks: 1
[   164.573] 	MemoryModel: 6
[   164.573] 	BankSize: 0
[   164.573] 	NumberOfImages: 32
[   164.573] 	RedMaskSize: 5
[   164.573] 	RedFieldPosition: 11
[   164.573] 	GreenMaskSize: 6
[   164.573] 	GreenFieldPosition: 5
[   164.573] 	BlueMaskSize: 5
[   164.573] 	BlueFieldPosition: 0
[   164.573] 	RsvdMaskSize: 0
[   164.573] 	RsvdFieldPosition: 0
[   164.573] 	DirectColorModeInfo: 0
[   164.573] 	PhysBasePtr: 0xe0000000
[   164.576] Mode: 14b (1152x864)
[   164.576] 	ModeAttributes: 0x9b
[   164.576] 	WinAAttributes: 0x7
[   164.576] 	WinBAttributes: 0x0
[   164.576] 	WinGranularity: 64
[   164.576] 	WinSize: 64
[   164.576] 	WinASegment: 0xa000
[   164.576] 	WinBSegment: 0x0
[   164.576] 	WinFuncPtr: 0xc0000629
[   164.576] 	BytesPerScanline: 3456
[   164.576] 	XResolution: 1152
[   164.576] 	YResolution: 864
[   164.576] 	XCharSize: 8
[   164.576] 	YCharSize: 16
[   164.576] 	NumberOfPlanes: 1
[   164.576] 	BitsPerPixel: 24
[   164.576] 	NumberOfBanks: 1
[   164.576] 	MemoryModel: 6
[   164.576] 	BankSize: 0
[   164.576] 	NumberOfImages: 21
[   164.576] 	RedMaskSize: 8
[   164.576] 	RedFieldPosition: 16
[   164.576] 	GreenMaskSize: 8
[   164.576] 	GreenFieldPosition: 8
[   164.576] 	BlueMaskSize: 8
[   164.576] 	BlueFieldPosition: 0
[   164.576] 	RsvdMaskSize: 0
[   164.576] 	RsvdFieldPosition: 0
[   164.576] 	DirectColorModeInfo: 0
[   164.576] 	PhysBasePtr: 0xe0000000
[   164.578] *Mode: 14c (1152x864)
[   164.578] 	ModeAttributes: 0x9b
[   164.578] 	WinAAttributes: 0x7
[   164.578] 	WinBAttributes: 0x0
[   164.578] 	WinGranularity: 64
[   164.578] 	WinSize: 64
[   164.578] 	WinASegment: 0xa000
[   164.578] 	WinBSegment: 0x0
[   164.578] 	WinFuncPtr: 0xc0000629
[   164.578] 	BytesPerScanline: 4608
[   164.578] 	XResolution: 1152
[   164.578] 	YResolution: 864
[   164.578] 	XCharSize: 8
[   164.578] 	YCharSize: 16
[   164.578] 	NumberOfPlanes: 1
[   164.578] 	BitsPerPixel: 32
[   164.578] 	NumberOfBanks: 1
[   164.578] 	MemoryModel: 6
[   164.578] 	BankSize: 0
[   164.578] 	NumberOfImages: 15
[   164.578] 	RedMaskSize: 8
[   164.578] 	RedFieldPosition: 16
[   164.578] 	GreenMaskSize: 8
[   164.578] 	GreenFieldPosition: 8
[   164.578] 	BlueMaskSize: 8
[   164.578] 	BlueFieldPosition: 0
[   164.578] 	RsvdMaskSize: 8
[   164.578] 	RsvdFieldPosition: 24
[   164.578] 	DirectColorModeInfo: 2
[   164.578] 	PhysBasePtr: 0xe0000000
[   164.578] 
[   164.578] (II) VESA(0): Total Memory: 1024 64KB banks (65536kB)
[   164.578] (II) VESA(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[   164.578] (II) VESA(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[   164.578] (II) VESA(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[   164.579] (WW) VESA(0): Unable to estimate virtual size
[   164.579] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[   164.579] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[   164.579] (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
[   164.579] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[   164.579] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[   164.579] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[   164.579] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[   164.579] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[   164.579] (WW) VESA(0): No valid modes left. Trying less strict filter...
[   164.579] (II) VESA(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[   164.579] (II) VESA(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[   164.579] (II) VESA(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[   164.579] (WW) VESA(0): Unable to estimate virtual size
[   164.579] (II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
[   164.579] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[   164.579] (II) VESA(0): Not using built-in mode "1152x864" (hsync out of range)
[   164.579] (II) VESA(0): Not using built-in mode "640x400" (hsync out of range)
[   164.579] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[   164.579] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[   164.579] (**) VESA(0): *Built-in mode "1024x768"
[   164.579] (**) VESA(0): *Built-in mode "800x600"
[   164.579] (**) VESA(0): *Built-in mode "640x480"
[   164.579] (==) VESA(0): DPI set to (96, 96)
[   164.579] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (144)
[   164.579] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (143)
[   164.579] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (142)
[   164.579] (**) VESA(0): Using "Shadow Framebuffer"
[   164.579] (II) Loading sub module "shadow"
[   164.579] (II) LoadModule: "shadow"
[   164.579] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   164.579] (II) Module shadow: vendor="X.Org Foundation"
[   164.579] 	compiled for 1.18.3, module version = 1.1.0
[   164.579] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   164.579] (II) Loading sub module "fb"
[   164.579] (II) LoadModule: "fb"
[   164.579] (II) Loading /usr/lib/xorg/modules/libfb.so
[   164.579] (II) Module fb: vendor="X.Org Foundation"
[   164.579] 	compiled for 1.18.3, module version = 1.0.0
[   164.579] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   164.579] (==) Depth 24 pixmap format is 32 bpp
[   164.579] (II) Loading sub module "int10"
[   164.579] (II) LoadModule: "int10"
[   164.579] (II) Loading /usr/lib/xorg/modules/libint10.so
[   164.579] (II) Module int10: vendor="X.Org Foundation"
[   164.579] 	compiled for 1.18.3, module version = 1.0.0
[   164.579] 	ABI class: X.Org Video Driver, version 20.0
[   164.579] (II) VESA(0): initializing int10
[   164.579] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[   164.581] (II) VESA(0): VESA BIOS detected
[   164.581] (II) VESA(0): VESA VBE Version 2.0
[   164.581] (II) VESA(0): VESA VBE Total Mem: 65536 kB
[   164.581] (II) VESA(0): VESA VBE OEM: VirtualBox VESA BIOS
[   164.581] (II) VESA(0): VESA VBE OEM Software Rev: 0.3
[   164.581] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[   164.581] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox VBE Adapter
[   164.581] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM VirtualBox Version 5.0.24
[   164.582] (II) VESA(0): virtual address = 0x746bc2f5f000,
	physical address = 0xe0000000, size = 67108864
[   164.588] (II) VESA(0): Setting up VESA Mode 0x144 (1024x768)
[   164.590] (==) VESA(0): Default visual is TrueColor
[   164.590] (==) VESA(0): Backing store enabled
[   164.590] (==) VESA(0): DPMS enabled
[   164.590] (==) RandR enabled
[   164.590] (II) AIGLX: Screen 0 is not DRI2 capable
[   164.590] (EE) AIGLX: reverting to software rendering
[   164.590] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (Error loading shared library /usr/lib/xorg/modules/dri/swrast_dri.so: No such file or directory)
[   164.590] (EE) GLX: could not load software renderer
[   164.590] (II) GLX: no usable GL providers found for screen 0
[   164.619] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   164.619] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   164.619] (II) Using input driver 'evdev' for 'Power Button'
[   164.619] (**) Power Button: always reports core events
[   164.619] (**) evdev: Power Button: Device: "/dev/input/event1"
[   164.619] (--) evdev: Power Button: Vendor 0 Product 0x1
[   164.619] (--) evdev: Power Button: Found keys
[   164.619] (II) evdev: Power Button: Configuring as keyboard
[   164.619] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[   164.619] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   164.619] (**) Option "xkb_rules" "evdev"
[   164.620] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   164.620] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   164.620] (II) Using input driver 'evdev' for 'Sleep Button'
[   164.620] (**) Sleep Button: always reports core events
[   164.620] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[   164.620] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   164.620] (--) evdev: Sleep Button: Found keys
[   164.620] (II) evdev: Sleep Button: Configuring as keyboard
[   164.620] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input4/event2"
[   164.620] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[   164.620] (**) Option "xkb_rules" "evdev"
[   164.620] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   164.620] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   164.620] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   164.620] (**) AT Translated Set 2 keyboard: always reports core events
[   164.621] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   164.621] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   164.621] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   164.621] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   164.621] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   164.621] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[   164.621] (**) Option "xkb_rules" "evdev"
[   164.621] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event3)
[   164.621] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[   164.621] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[   164.621] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[   164.621] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event3"
[   164.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
[   164.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[   164.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[   164.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
[   164.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[   164.621] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[   164.621] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[   164.621] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[   164.621] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   164.621] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event3"
[   164.621] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 9)
[   164.621] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[   164.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[   164.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[   164.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[   164.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[   164.621] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[   164.621] (II) No input driver specified, ignoring this device.
[   164.621] (II) This device may have been added with another device file.

The errors within the log are:
[   164.414] (EE) Failed to load module "vboxvideo" (module does not exist, 0)
[   164.414] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   164.414] (EE) open /dev/dri/card0: No such file or directory
[   164.414] (EE) open /dev/dri/card0: No such file or directory
[   164.414] (EE) Screen 0 deleted because of no matching config section.
[   164.590] (EE) AIGLX: reverting to software rendering
[   164.590] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (Error loading shared library /usr/lib/xorg/modules/dri/swrast_dri.so: No such file or directory)
[   164.590] (EE) GLX: could not load software renderer

I used this before I started the X-server to save the log: (sleep 15 ; cp /var/log/Xorg.0.log /etc/Xorg.0.log ; lbu commit)&.

These are the data requested by ScrumpyJack, captured when X already worked.

uname -a:

Linux localhost 4.4.14-0-virtgrsec #1-Alpine SMP Mon Jun 27 14:15:15 GMT 2016 x86_64 Linux

lsmod:

Module                  Size  Used by
ipv6                  348218  10
af_packet              32333  0
mousedev               10141  0
uas                    12486  0
psmouse                19338  0
i2c_piix4               8691  0
i2c_core               27172  1 i2c_piix4
e1000                  94512  0
crct10dif_pclmul        5333  0
aesni_intel           159061  0
aes_x86_64              7995  1 aesni_intel
lrw                     4334  1 aesni_intel
gf128mul                7751  1 lrw
glue_helper             5203  1 aesni_intel
ablk_helper             3013  1 aesni_intel
cryptd                  9353  2 aesni_intel,ablk_helper
battery                 8641  0
parport_pc             17443  0
evdev                  13963  4
parport                28005  1 parport_pc
button                  5819  0
processor              19036  0
ac                      4073  0
crc32_pclmul            2918  0
crc32c_intel           13095  0
ohci_pci                3410  0
ehci_pci                4045  0
ehci_hcd               38648  1 ehci_pci
ohci_hcd               19121  1 ohci_pci
ata_generic             4087  0
nls_utf8                1621  2
nls_cp437               6535  2
vfat                    9161  2
fat                    53123  1 vfat
usb_storage            54150  2 uas
usbcore               184162  6 uas,usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci
usb_common              3266  1 usbcore
sd_mod                 28687  4
squashfs               28421  1
lz4_decompress          2721  1 squashfs
loop                   19649  2

cat /etc/X11/xorg.conf.d/20-modules.conf:

Section "Module"
    Load "exa"
    Disable "wfb"
 
    Load "dri"
    Load "dri2"
    Load "glx"
 
    Load "int10"
    Load "vbe"
    Load "fb"
    Load "shadowfb"
    Load "shadow"
    Load "vgahw"
    Load "evdev"
    Load "fbdevhw"
    Load "glamoregl"
EndSection

apk info:

musl
busybox
alpine-baselayout
openrc
alpine-conf
zlib
libcrypto1.0
libssl1.0
apk-tools
busybox-suid
busybox-initscripts
scanelf
musl-utils
libc-utils
alpine-keys
alpine-base
udev-init-scripts
eudev-libs
libuuid
libblkid
xz-libs
kmod
eudev
udev
libevdev
mtdev
xf86-input-evdev
xf86-input-keyboard
xf86-input-mouse
encodings
font-alias
libfontenc
libpng
freetype
mkfontscale
mkfontdir
expat
fontconfig
font-misc-misc
font-cursor-misc
xkeyboard-config
libxau
libxdmcp
libxcb
libx11
libxkbfile
xkbcomp
libxext
libice
libsm
libxt
libxmu
xauth
libmount
libsmartcols
findmnt
mcookie
xmodmap
mcpp-libs
mcpp
xrdb
xinit
libxfixes
libxdamage
libxxf86vm
libpciaccess
libdrm
mesa-glapi
libxshmfence
mesa-gl
libxfont
libepoxy
libffi
libxml2
wayland
mesa-gbm
pixman
xorg-server
xf86-video-modesetting
xf86-video-vesa
libgcc
libstdc++
llvm-libs
mesa-xatracker
xf86-video-vmware
hicolor-icon-theme
libintl
pcre
glib
atk
libxrender
cairo
shared-mime-info
libjpeg-turbo
tiff
gdk-pixbuf
gtk-update-icon-cache
libxcomposite
libxcursor
libxi
libxrandr
dbus-libs
avahi-libs
gmp
nettle
libtasn1
p11-kit
gnutls
cups-libs
libxft
graphite2
harfbuzz
pango
gtk+2.0
dbus-glib
xcb-util
startup-notification
libxfce4util
xfconf
libxfce4ui
exo
garcon
gtk-xfce-engine
gtk2-xfce-engine
desktop-file-utils
libexif
libgudev
libnotify
libxres
libwnck
xfce4-panel
thunar
ttf-dejavu
xfce4-appfinder
libxv
alsa-lib
gstreamer0.10
libogg
libtheora
libvorbis
gst-plugins-base0.10
keybinder
libunique
xfce4-mixer
polkit
libxinerama
libxtst
at-spi2-core
at-spi2-atk
cairo-gobject
gtk+3.0
gtk3-xfce-engine
libusb
upower
libxfce4ui-gtk3
xfce4-power-manager
iceauth
dbus
dbus-x11
xfce4-session
iso-codes
libxklavier
xfce4-settings
ncurses-terminfo-base
ncurses-terminfo
ncurses-libs
vte
xfce4-terminal
xfdesktop
xfwm4
xfce4

Sat, 2016-09-24 01:23
mcroft
  • mcroft's picture
  • Offline
  • Last seen: 1 year 6 months ago
  • Joined: 2016-09-24

I'm also seeing this issue under VMWare Workstation 12.0.0.

The VirtualBox workarounds don't work for me, unfortunately.

* uname -a: Linux 4.4.20-1-grsec #2-Alpine SMP ${DATE} x86_64 Linux

Outputs of the rest would take up a lot of space, but all are default. I can provide outputs of the other things requested if that would help, though.

Fri, 2016-11-25 09:27
egorenar
  • egorenar's picture
  • Offline
  • Last seen: 1 year 4 months ago
  • Joined: 2016-11-25

Hi,

i had the same problems on VMWare Player.
For me, the solution was very simple:

rc-update add dbus
rc-update add udev sysinit
rc-update add udev-postmount default

Log in or register to post comments