[Pkg-virtualbox-devel] Bug#714481: no resolutions higher than 1024x768 possible without guest additions
adrelanos
adrelanos at riseup.net
Sat Jun 29 19:47:23 UTC 2013
Package: virtualbox
Version: 4.1.18-dfsg-2+deb7u1
Dear Maintainer,
Debian installed inside Virtual Box (on a Debian host) does not support
higher resolutions than 1024x768 when there are no Virtual Box guest
additions installed. ("hwinfo --framebuffer" also claims it should work.)
I think this is either a bug or wishlist feature.
It should work in theory, because in grub boot menu, grub demonstrates,
that it's able to use arbitrary resolutions without guest additions
supports it. (When using vga= in /etc/default/grub.)
I have no idea if this is a bug or missing feature in Debian, kernel,
kernel driver, Virtual Box, X, etc. Therefore, please feel free to
assign this report to any more suited component.
How to reproduce?
1. Install Virtual Box
2. Install Debian (I used Wheezy) inside Virtual Box
3. Remove guest additions inside Virtual Box: sudo apt-get remove
virtualbox*
4. You won't be able to set higher resolutions than 1024x768.
(Why remove guest additions in the first place? Security reasons. It
weakens isolation between guest and host. See also [1]. Guest additions
are every now and then not installable.)
I'll attach the output of
- xrandr
- lspci -nnk
- lsmod
- grep -i chipset /var/log/Xorg.0.log
- dmesg |grep -i agp
- /var/log/Xorg.0.log
- xdpyinfo
- sudo hwinfo --framebuffer
[2]
Cheers,
adrelanos
[1] http://www.phoronix.com/scan.php?page=news_item&px=OTk5Mw
[2]
root at debian:/home/user# xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0
640x480 60.0
user at debian:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0
640x480 60.0
root at debian:/home/user# lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC
[Natoma] [8086:1237] (rev 02)
00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA
[Natoma/Triton II] [8086:7000]
00:01.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE
[8086:7111] (rev 01)
Kernel driver in use: ata_piix
00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH
VirtualBox Graphics Adapter [80ee:beef]
00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit
Ethernet Controller [8086:100e] (rev 02)
Subsystem: Intel Corporation PRO/1000 MT Desktop Adapter [8086:001e]
Kernel driver in use: e1000
00:04.0 System peripheral [0880]: InnoTek Systemberatung GmbH VirtualBox
Guest Service [80ee:cafe]
00:05.0 Multimedia audio controller [0401]: Intel Corporation 82801AA
AC'97 Audio Controller [8086:2415] (rev 01)
Subsystem: Intel Corporation Device [8086:0000]
Kernel driver in use: snd_intel8x0
00:06.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f]
Kernel driver in use: ohci_hcd
00:07.0 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[8086:7113] (rev 08)
00:0b.0 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB2 EHCI Controller [8086:265c]
Kernel driver in use: ehci_hcd
00:0d.0 SATA controller [0106]: Intel Corporation 82801HM/HEM
(ICH8M/ICH8M-E) SATA Controller [AHCI mode] [8086:2829] (rev 02)
Kernel driver in use: ahci
root at debian:/home/user# lsmod
Module Size Used by
bnep 17288 2
bluetooth 103791 7 bnep
rfkill 18516 3 bluetooth
nfsd 173890 2
nfs 265921 0
nfs_acl 12463 2 nfs,nfsd
auth_rpcgss 32143 2 nfs,nfsd
fscache 31978 1 nfs
lockd 57277 2 nfs,nfsd
sunrpc 143904 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
loop 17810 0
parport_pc 22036 0
parport 31254 1 parport_pc
battery 12986 0
psmouse 59609 0
serio_raw 12803 0
joydev 17010 0
evdev 17225 8
pcspkr 12515 0
snd_intel8x0 22372 2
i2c_piix4 12480 0
ac 12552 0
power_supply 13283 2 ac,battery
snd_ac97_codec 84236 1 snd_intel8x0
snd_pcm 53461 2 snd_ac97_codec,snd_intel8x0
snd_page_alloc 12867 2 snd_pcm,snd_intel8x0
snd_timer 22356 1 snd_pcm
snd 42722 8
snd_timer,snd_pcm,snd_ac97_codec,snd_intel8x0
soundcore 12921 1 snd
ac97_bus 12462 1 snd_ac97_codec
button 12817 0
i2c_core 19116 1 i2c_piix4
ext4 306996 1
crc16 12327 2 ext4,bluetooth
jbd2 52330 1 ext4
mbcache 12938 1 ext4
usbhid 31554 0
hid 60152 1 usbhid
sg 21476 0
sr_mod 17468 0
sd_mod 35425 3
crc_t10dif 12332 1 sd_mod
cdrom 34813 1 sr_mod
ata_generic 12439 0
ohci_hcd 22059 0
ata_piix 25271 0
ahci 24917 2
libahci 18308 1 ahci
ehci_hcd 35509 0
libata 125014 4 libahci,ahci,ata_piix,ata_generic
scsi_mod 135037 4 libata,sd_mod,sr_mod,sg
usbcore 104555 4 ehci_hcd,ohci_hcd,usbhid
usb_common 12338 1 usbcore
e1000 80417 0
root at debian:/home/user# grep -r chipset /var/log/Xorg.0.log
[ 14.439] (II) VESA: driver for VESA chipsets: vesa
root at debian:/home/user# dmesg | grep -i agp
[ 0.694693] Linux agpgart interface v0.103
root at debian:/home/user# xdpyinfo
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 11204000
X.Org version: 1.12.4
maximum request size: 16777212 bytes
motion buffer size: 256
bitmap unit, bit order, padding: 32, LSBFirst, 32
image byte order: LSBFirst
number of supported pixmap formats: 7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range: minimum 8, maximum 255
focus: window 0x2000005, revert to Parent
number of extensions: 27
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
default screen number: 0
number of screens: 1
screen #0:
dimensions: 1024x768 pixels (271x203 millimeters)
resolution: 96x96 dots per inch
depths (7): 24, 1, 4, 8, 15, 16, 32
root window id: 0x131
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 1
default colormap: 0x20
default number of colormap cells: 256
preallocated pixels: black 0, white 16777215
options: backing-store NO, save-unders NO
largest cursor: 1024x768
current input event mask: 0xfa8033
KeyPressMask KeyReleaseMask EnterWindowMask
LeaveWindowMask ExposureMask
StructureNotifyMask
SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask
PropertyChangeMask ColormapChangeMask
number of visuals: 96
default visual id: 0x21
visual:
visual id: 0x21
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd2
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd3
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd4
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd5
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd6
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd7
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd8
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xd9
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xda
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xdb
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xdc
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xdd
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xde
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xdf
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe0
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe1
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe2
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe3
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe4
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe5
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe6
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe7
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe8
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xe9
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xea
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xeb
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xec
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xed
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xee
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xef
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf0
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf1
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf2
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf3
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf4
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf5
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf6
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf7
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf8
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xf9
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xfa
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xfb
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xfc
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xfd
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xfe
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0xff
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x100
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x101
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x102
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x103
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x104
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x105
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x106
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x107
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x108
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x109
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x10a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x10b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x10c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x10d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x10e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x10f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x110
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x111
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x112
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x113
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x114
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x115
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x116
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x117
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x118
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x119
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x11a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x11b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x11c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x11d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x11e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x11f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x120
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x121
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x122
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x123
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x124
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x125
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x126
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x127
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x128
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x129
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x12a
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x12b
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x12c
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x12d
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x12e
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x12f
class: DirectColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
visual:
visual id: 0x41
class: TrueColor
depth: 32 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
root at debian:/home/user# hwinfo --framebuffer
> hal.1: read hal dataprocess 4618: arguments to dbus_move_error() were
incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))"
failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name
org.freedesktop.Hal was not provided by any .service files
02: None 00.0: 11001 VESA Framebuffer
[Created at bios.464]
Unique ID: rdCR.VICk_A_ErH4
Hardware Class: framebuffer
Model: "Oracle VM VirtualBox VBE Adapter"
Vendor: "Oracle Corporation"
Device: "Oracle VM VirtualBox VBE Adapter"
SubVendor: "VirtualBox VBE BIOS http://www.virtualbox.org/"
SubDevice:
Revision: "Oracle VM VirtualBox Version 4.1.12_Ubuntu"
Memory Size: 12 MB
Memory Range: 0xe0000000-0xe0bfffff (rw)
Mode 0x0300: 640x400 (+640), 8 bits
Mode 0x0301: 640x480 (+640), 8 bits
Mode 0x0303: 800x600 (+800), 8 bits
Mode 0x0305: 1024x768 (+1024), 8 bits
Mode 0x0307: 1280x1024 (+1280), 8 bits
Mode 0x030d: 320x200 (+640), 15 bits
Mode 0x030e: 320x200 (+640), 16 bits
Mode 0x030f: 320x200 (+960), 24 bits
Mode 0x0310: 640x480 (+1280), 15 bits
Mode 0x0311: 640x480 (+1280), 16 bits
Mode 0x0312: 640x480 (+1920), 24 bits
Mode 0x0313: 800x600 (+1600), 15 bits
Mode 0x0314: 800x600 (+1600), 16 bits
Mode 0x0315: 800x600 (+2400), 24 bits
Mode 0x0316: 1024x768 (+2048), 15 bits
Mode 0x0317: 1024x768 (+2048), 16 bits
Mode 0x0318: 1024x768 (+3072), 24 bits
Mode 0x0319: 1280x1024 (+2560), 15 bits
Mode 0x031a: 1280x1024 (+2560), 16 bits
Mode 0x031b: 1280x1024 (+3840), 24 bits
Mode 0x0340: 320x200 (+1280), 24 bits
Mode 0x0341: 640x400 (+2560), 24 bits
Mode 0x0342: 640x480 (+2560), 24 bits
Mode 0x0343: 800x600 (+3200), 24 bits
Mode 0x0344: 1024x768 (+4096), 24 bits
Mode 0x0345: 1280x1024 (+5120), 24 bits
Mode 0x0346: 320x200 (+320), 8 bits
Mode 0x0347: 1600x1200 (+6400), 24 bits
Mode 0x0348: 1152x864 (+1152), 8 bits
Mode 0x0349: 1152x864 (+2304), 15 bits
Mode 0x034a: 1152x864 (+2304), 16 bits
Mode 0x034b: 1152x864 (+3456), 24 bits
Mode 0x034c: 1152x864 (+4608), 24 bits
Config Status: cfg=new, avail=yes, need=no, active=unknown
/var/log/Xorg.0.log
[ 13.872]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 13.872] X Protocol Version 11, Revision 0
[ 13.872] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[ 13.872] Current Operating System: Linux debian 3.2.0-4-686-pae #1
SMP Debian 3.2.46-1 i686
[ 13.872] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae
root=UUID=2935e184-cc75-4341-b1c6-d7c108abcc4d ro quiet
[ 13.872] Build Date: 17 April 2013 11:13:16AM
[ 13.872] xorg-server 2:1.12.4-6 (Julien Cristau <jcristau at debian.org>)
[ 13.873] Current version of pixman: 0.26.0
[ 13.873] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13.873] Markers: (--) probed, (**) from config file, (==) default
setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.873] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 29
13:09:09 2013
[ 13.908] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.989] (==) No Layout section. Using the first Screen section.
[ 13.989] (==) No screen section available. Using defaults.
[ 13.989] (**) |-->Screen "Default Screen Section" (0)
[ 13.989] (**) | |-->Monitor "<default monitor>"
[ 13.997] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13.997] (==) Automatically adding devices
[ 13.997] (==) Automatically enabling devices
[ 14.112] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not
exist.
[ 14.112] Entry deleted from font path.
[ 14.161] (WW) The directory
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 14.161] Entry deleted from font path.
[ 14.161] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 14.161] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 14.161] (II) The server relies on udev to provide the list of input
devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 14.161] (II) Loader magic: 0xb77a85a0
[ 14.161] (II) Module ABI versions:
[ 14.162] X.Org ANSI C Emulation: 0.4
[ 14.162] X.Org Video Driver: 12.1
[ 14.162] X.Org XInput driver : 16.0
[ 14.162] X.Org Server Extension : 6.0
[ 14.169] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @
0xe0000000/16777216
[ 14.169] (II) Open ACPI successful (/var/run/acpid.socket)
[ 14.169] (II) LoadModule: "extmod"
[ 14.201] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 14.351] (II) Module extmod: vendor="X.Org Foundation"
[ 14.351] compiled for 1.12.4, module version = 1.0.0
[ 14.351] Module class: X.Org Server Extension
[ 14.351] ABI class: X.Org Server Extension, version 6.0
[ 14.351] (II) Loading extension SELinux
[ 14.351] (II) Loading extension MIT-SCREEN-SAVER
[ 14.351] (II) Loading extension XFree86-VidModeExtension
[ 14.351] (II) Loading extension XFree86-DGA
[ 14.351] (II) Loading extension DPMS
[ 14.351] (II) Loading extension XVideo
[ 14.351] (II) Loading extension XVideo-MotionCompensation
[ 14.351] (II) Loading extension X-Resource
[ 14.351] (II) LoadModule: "dbe"
[ 14.352] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 14.353] (II) Module dbe: vendor="X.Org Foundation"
[ 14.353] compiled for 1.12.4, module version = 1.0.0
[ 14.353] Module class: X.Org Server Extension
[ 14.353] ABI class: X.Org Server Extension, version 6.0
[ 14.353] (II) Loading extension DOUBLE-BUFFER
[ 14.353] (II) LoadModule: "glx"
[ 14.354] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 14.381] (II) Module glx: vendor="X.Org Foundation"
[ 14.381] compiled for 1.12.4, module version = 1.0.0
[ 14.381] ABI class: X.Org Server Extension, version 6.0
[ 14.381] (==) AIGLX enabled
[ 14.382] (II) Loading extension GLX
[ 14.382] (II) LoadModule: "record"
[ 14.382] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 14.395] (II) Module record: vendor="X.Org Foundation"
[ 14.395] compiled for 1.12.4, module version = 1.13.0
[ 14.395] Module class: X.Org Server Extension
[ 14.395] ABI class: X.Org Server Extension, version 6.0
[ 14.395] (II) Loading extension RECORD
[ 14.395] (II) LoadModule: "dri"
[ 14.395] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 14.405] (II) Module dri: vendor="X.Org Foundation"
[ 14.405] compiled for 1.12.4, module version = 1.0.0
[ 14.405] ABI class: X.Org Server Extension, version 6.0
[ 14.405] (II) Loading extension XFree86-DRI
[ 14.405] (II) LoadModule: "dri2"
[ 14.406] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 14.407] (II) Module dri2: vendor="X.Org Foundation"
[ 14.407] compiled for 1.12.4, module version = 1.2.0
[ 14.407] ABI class: X.Org Server Extension, version 6.0
[ 14.407] (II) Loading extension DRI2
[ 14.407] (==) Matched vboxvideo as autoconfigured driver 0
[ 14.407] (==) Matched vesa as autoconfigured driver 1
[ 14.407] (==) Matched fbdev as autoconfigured driver 2
[ 14.407] (==) Assigned the driver to the xf86ConfigLayout
[ 14.407] (II) LoadModule: "vboxvideo"
[ 14.408] (WW) Warning, couldn't open module vboxvideo
[ 14.409] (II) UnloadModule: "vboxvideo"
[ 14.409] (II) Unloading vboxvideo
[ 14.409] (EE) Failed to load module "vboxvideo" (module does not
exist, 0)
[ 14.409] (II) LoadModule: "vesa"
[ 14.409] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 14.424] (II) Module vesa: vendor="X.Org Foundation"
[ 14.424] compiled for 1.12.1, module version = 2.3.1
[ 14.424] Module class: X.Org Video Driver
[ 14.424] ABI class: X.Org Video Driver, version 12.0
[ 14.424] (II) LoadModule: "fbdev"
[ 14.424] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 14.439] (II) Module fbdev: vendor="X.Org Foundation"
[ 14.439] compiled for 1.12.1, module version = 0.4.2
[ 14.439] ABI class: X.Org Video Driver, version 12.0
[ 14.439] (II) VESA: driver for VESA chipsets: vesa
[ 14.439] (II) FBDEV: driver for framebuffer: fbdev
[ 14.439] (++) using VT number 7
[ 14.451] (WW) Falling back to old probe method for fbdev
[ 14.451] (II) Loading sub module "fbdevhw"
[ 14.451] (II) LoadModule: "fbdevhw"
[ 14.451] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 14.522] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 14.522] compiled for 1.12.4, module version = 0.0.2
[ 14.522] ABI class: X.Org Video Driver, version 12.1
[ 14.522] (EE) open /dev/fb0: No such file or directory
[ 14.522] (II) Loading sub module "vbe"
[ 14.522] (II) LoadModule: "vbe"
[ 14.523] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 14.528] (II) Module vbe: vendor="X.Org Foundation"
[ 14.528] compiled for 1.12.4, module version = 1.1.0
[ 14.528] ABI class: X.Org Video Driver, version 12.1
[ 14.528] (II) Loading sub module "int10"
[ 14.528] (II) LoadModule: "int10"
[ 14.528] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 14.537] (II) Module int10: vendor="X.Org Foundation"
[ 14.537] compiled for 1.12.4, module version = 1.0.0
[ 14.537] ABI class: X.Org Video Driver, version 12.1
[ 14.537] (II) VESA(0): initializing int10
[ 14.541] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 14.545] (II) VESA(0): VESA BIOS detected
[ 14.545] (II) VESA(0): VESA VBE Version 2.0
[ 14.545] (II) VESA(0): VESA VBE Total Mem: 12288 kB
[ 14.545] (II) VESA(0): VESA VBE OEM: VirtualBox VBE BIOS
http://www.virtualbox.org/
[ 14.545] (II) VESA(0): VESA VBE OEM Software Rev: 0.2
[ 14.545] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[ 14.545] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox
VBE Adapter
[ 14.545] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM
VirtualBox Version 4.1.12_Ubuntu
[ 14.622] (II) VESA(0): Creating default Display subsection in Screen
section
"Default Screen Section" for depth/fbbpp 24/32
[ 14.622] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 14.622] (==) VESA(0): RGB weight 888
[ 14.622] (==) VESA(0): Default visual is TrueColor
[ 14.622] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.622] (II) Loading sub module "ddc"
[ 14.622] (II) LoadModule: "ddc"
[ 14.623] (II) Module "ddc" already built-in
[ 14.623] (II) VESA(0): VESA VBE DDC not supported
[ 14.623] (II) VESA(0): VESA VBE PanelID invalid
[ 14.623] (II) VESA(0): Searching for matching VESA mode(s):
[ 14.624] Mode: 100 (640x400)
[ 14.624] ModeAttributes: 0x9b
[ 14.624] WinAAttributes: 0x7
[ 14.624] WinBAttributes: 0x0
[ 14.624] WinGranularity: 64
[ 14.624] WinSize: 64
[ 14.624] WinASegment: 0xa000
[ 14.624] WinBSegment: 0x0
[ 14.624] WinFuncPtr: 0xc000821b
[ 14.624] BytesPerScanline: 640
[ 14.624] XResolution: 640
[ 14.624] YResolution: 400
[ 14.624] XCharSize: 8
[ 14.624] YCharSize: 16
[ 14.624] NumberOfPlanes: 1
[ 14.624] BitsPerPixel: 8
[ 14.624] NumberOfBanks: 1
[ 14.624] MemoryModel: 4
[ 14.624] BankSize: 0
[ 14.624] NumberOfImages: 48
[ 14.624] RedMaskSize: 0
[ 14.624] RedFieldPosition: 0
[ 14.624] GreenMaskSize: 0
[ 14.624] GreenFieldPosition: 0
[ 14.625] BlueMaskSize: 0
[ 14.625] BlueFieldPosition: 0
[ 14.625] RsvdMaskSize: 0
[ 14.625] RsvdFieldPosition: 0
[ 14.625] DirectColorModeInfo: 0
[ 14.625] PhysBasePtr: 0xe0000000
[ 14.627] Mode: 101 (640x480)
[ 14.627] ModeAttributes: 0x9b
[ 14.627] WinAAttributes: 0x7
[ 14.627] WinBAttributes: 0x0
[ 14.627] WinGranularity: 64
[ 14.627] WinSize: 64
[ 14.627] WinASegment: 0xa000
[ 14.627] WinBSegment: 0x0
[ 14.627] WinFuncPtr: 0xc000821b
[ 14.627] BytesPerScanline: 640
[ 14.627] XResolution: 640
[ 14.627] YResolution: 480
[ 14.627] XCharSize: 8
[ 14.627] YCharSize: 16
[ 14.627] NumberOfPlanes: 1
[ 14.627] BitsPerPixel: 8
[ 14.627] NumberOfBanks: 1
[ 14.627] MemoryModel: 4
[ 14.627] BankSize: 0
[ 14.627] NumberOfImages: 39
[ 14.627] RedMaskSize: 0
[ 14.627] RedFieldPosition: 0
[ 14.627] GreenMaskSize: 0
[ 14.627] GreenFieldPosition: 0
[ 14.627] BlueMaskSize: 0
[ 14.627] BlueFieldPosition: 0
[ 14.627] RsvdMaskSize: 0
[ 14.627] RsvdFieldPosition: 0
[ 14.627] DirectColorModeInfo: 0
[ 14.627] PhysBasePtr: 0xe0000000
[ 14.629] Mode: 102 (800x600)
[ 14.629] ModeAttributes: 0x1f
[ 14.629] WinAAttributes: 0x7
[ 14.629] WinBAttributes: 0x0
[ 14.629] WinGranularity: 64
[ 14.629] WinSize: 64
[ 14.629] WinASegment: 0xa000
[ 14.629] WinBSegment: 0x0
[ 14.629] WinFuncPtr: 0xc000821b
[ 14.629] BytesPerScanline: 100
[ 14.629] XResolution: 800
[ 14.629] YResolution: 600
[ 14.629] XCharSize: 8
[ 14.629] YCharSize: 16
[ 14.629] NumberOfPlanes: 4
[ 14.629] BitsPerPixel: 4
[ 14.629] NumberOfBanks: 1
[ 14.629] MemoryModel: 3
[ 14.629] BankSize: 0
[ 14.629] NumberOfImages: 51
[ 14.629] RedMaskSize: 0
[ 14.629] RedFieldPosition: 0
[ 14.629] GreenMaskSize: 0
[ 14.629] GreenFieldPosition: 0
[ 14.629] BlueMaskSize: 0
[ 14.629] BlueFieldPosition: 0
[ 14.629] RsvdMaskSize: 0
[ 14.629] RsvdFieldPosition: 0
[ 14.629] DirectColorModeInfo: 0
[ 14.629] PhysBasePtr: 0x0
[ 14.630] Mode: 103 (800x600)
[ 14.630] ModeAttributes: 0x9b
[ 14.630] WinAAttributes: 0x7
[ 14.630] WinBAttributes: 0x0
[ 14.630] WinGranularity: 64
[ 14.630] WinSize: 64
[ 14.630] WinASegment: 0xa000
[ 14.630] WinBSegment: 0x0
[ 14.630] WinFuncPtr: 0xc000821b
[ 14.630] BytesPerScanline: 800
[ 14.630] XResolution: 800
[ 14.631] YResolution: 600
[ 14.631] XCharSize: 8
[ 14.631] YCharSize: 16
[ 14.631] NumberOfPlanes: 1
[ 14.631] BitsPerPixel: 8
[ 14.631] NumberOfBanks: 1
[ 14.631] MemoryModel: 4
[ 14.631] BankSize: 0
[ 14.631] NumberOfImages: 25
[ 14.631] RedMaskSize: 0
[ 14.631] RedFieldPosition: 0
[ 14.631] GreenMaskSize: 0
[ 14.631] GreenFieldPosition: 0
[ 14.631] BlueMaskSize: 0
[ 14.631] BlueFieldPosition: 0
[ 14.631] RsvdMaskSize: 0
[ 14.631] RsvdFieldPosition: 0
[ 14.631] DirectColorModeInfo: 0
[ 14.631] PhysBasePtr: 0xe0000000
[ 14.633] Mode: 104 (1024x768)
[ 14.633] ModeAttributes: 0x1f
[ 14.633] WinAAttributes: 0x7
[ 14.633] WinBAttributes: 0x0
[ 14.633] WinGranularity: 64
[ 14.633] WinSize: 64
[ 14.633] WinASegment: 0xa000
[ 14.633] WinBSegment: 0x0
[ 14.633] WinFuncPtr: 0xc000821b
[ 14.633] BytesPerScanline: 128
[ 14.633] XResolution: 1024
[ 14.633] YResolution: 768
[ 14.633] XCharSize: 8
[ 14.633] YCharSize: 16
[ 14.633] NumberOfPlanes: 4
[ 14.633] BitsPerPixel: 4
[ 14.633] NumberOfBanks: 1
[ 14.633] MemoryModel: 3
[ 14.633] BankSize: 0
[ 14.633] NumberOfImages: 31
[ 14.633] RedMaskSize: 0
[ 14.633] RedFieldPosition: 0
[ 14.633] GreenMaskSize: 0
[ 14.633] GreenFieldPosition: 0
[ 14.633] BlueMaskSize: 0
[ 14.633] BlueFieldPosition: 0
[ 14.633] RsvdMaskSize: 0
[ 14.633] RsvdFieldPosition: 0
[ 14.633] DirectColorModeInfo: 0
[ 14.633] PhysBasePtr: 0x0
[ 14.635] Mode: 105 (1024x768)
[ 14.635] ModeAttributes: 0x9b
[ 14.635] WinAAttributes: 0x7
[ 14.635] WinBAttributes: 0x0
[ 14.635] WinGranularity: 64
[ 14.635] WinSize: 64
[ 14.635] WinASegment: 0xa000
[ 14.635] WinBSegment: 0x0
[ 14.635] WinFuncPtr: 0xc000821b
[ 14.635] BytesPerScanline: 1024
[ 14.635] XResolution: 1024
[ 14.635] YResolution: 768
[ 14.635] XCharSize: 8
[ 14.635] YCharSize: 16
[ 14.635] NumberOfPlanes: 1
[ 14.635] BitsPerPixel: 8
[ 14.635] NumberOfBanks: 1
[ 14.635] MemoryModel: 4
[ 14.635] BankSize: 0
[ 14.635] NumberOfImages: 15
[ 14.635] RedMaskSize: 0
[ 14.635] RedFieldPosition: 0
[ 14.635] GreenMaskSize: 0
[ 14.635] GreenFieldPosition: 0
[ 14.635] BlueMaskSize: 0
[ 14.635] BlueFieldPosition: 0
[ 14.635] RsvdMaskSize: 0
[ 14.635] RsvdFieldPosition: 0
[ 14.635] DirectColorModeInfo: 0
[ 14.635] PhysBasePtr: 0xe0000000
[ 14.636] Mode: 106 (1280x1024)
[ 14.636] ModeAttributes: 0x1f
[ 14.636] WinAAttributes: 0x7
[ 14.636] WinBAttributes: 0x0
[ 14.636] WinGranularity: 64
[ 14.636] WinSize: 64
[ 14.636] WinASegment: 0xa000
[ 14.636] WinBSegment: 0x0
[ 14.636] WinFuncPtr: 0xc000821b
[ 14.636] BytesPerScanline: 160
[ 14.636] XResolution: 1280
[ 14.636] YResolution: 1024
[ 14.636] XCharSize: 8
[ 14.636] YCharSize: 16
[ 14.636] NumberOfPlanes: 4
[ 14.636] BitsPerPixel: 4
[ 14.636] NumberOfBanks: 1
[ 14.636] MemoryModel: 3
[ 14.636] BankSize: 0
[ 14.636] NumberOfImages: 18
[ 14.636] RedMaskSize: 0
[ 14.636] RedFieldPosition: 0
[ 14.636] GreenMaskSize: 0
[ 14.636] GreenFieldPosition: 0
[ 14.636] BlueMaskSize: 0
[ 14.636] BlueFieldPosition: 0
[ 14.636] RsvdMaskSize: 0
[ 14.636] RsvdFieldPosition: 0
[ 14.636] DirectColorModeInfo: 0
[ 14.636] PhysBasePtr: 0x0
[ 14.638] Mode: 107 (1280x1024)
[ 14.638] ModeAttributes: 0x9b
[ 14.638] WinAAttributes: 0x7
[ 14.638] WinBAttributes: 0x0
[ 14.638] WinGranularity: 64
[ 14.638] WinSize: 64
[ 14.638] WinASegment: 0xa000
[ 14.638] WinBSegment: 0x0
[ 14.638] WinFuncPtr: 0xc000821b
[ 14.638] BytesPerScanline: 1280
[ 14.638] XResolution: 1280
[ 14.638] YResolution: 1024
[ 14.638] XCharSize: 8
[ 14.638] YCharSize: 16
[ 14.638] NumberOfPlanes: 1
[ 14.638] BitsPerPixel: 8
[ 14.638] NumberOfBanks: 1
[ 14.638] MemoryModel: 4
[ 14.638] BankSize: 0
[ 14.638] NumberOfImages: 8
[ 14.638] RedMaskSize: 0
[ 14.638] RedFieldPosition: 0
[ 14.638] GreenMaskSize: 0
[ 14.638] GreenFieldPosition: 0
[ 14.638] BlueMaskSize: 0
[ 14.638] BlueFieldPosition: 0
[ 14.638] RsvdMaskSize: 0
[ 14.638] RsvdFieldPosition: 0
[ 14.638] DirectColorModeInfo: 0
[ 14.638] PhysBasePtr: 0xe0000000
[ 14.639] Mode: 10d (320x200)
[ 14.639] ModeAttributes: 0x9b
[ 14.639] WinAAttributes: 0x7
[ 14.639] WinBAttributes: 0x0
[ 14.639] WinGranularity: 64
[ 14.639] WinSize: 64
[ 14.639] WinASegment: 0xa000
[ 14.639] WinBSegment: 0x0
[ 14.639] WinFuncPtr: 0xc000821b
[ 14.639] BytesPerScanline: 640
[ 14.639] XResolution: 320
[ 14.639] YResolution: 200
[ 14.639] XCharSize: 8
[ 14.639] YCharSize: 16
[ 14.639] NumberOfPlanes: 1
[ 14.639] BitsPerPixel: 15
[ 14.639] NumberOfBanks: 1
[ 14.639] MemoryModel: 6
[ 14.639] BankSize: 0
[ 14.639] NumberOfImages: 97
[ 14.639] RedMaskSize: 5
[ 14.639] RedFieldPosition: 10
[ 14.639] GreenMaskSize: 5
[ 14.639] GreenFieldPosition: 5
[ 14.639] BlueMaskSize: 5
[ 14.639] BlueFieldPosition: 0
[ 14.639] RsvdMaskSize: 1
[ 14.640] RsvdFieldPosition: 15
[ 14.642] DirectColorModeInfo: 0
[ 14.642] PhysBasePtr: 0xe0000000
[ 14.643] Mode: 10e (320x200)
[ 14.643] ModeAttributes: 0x9b
[ 14.643] WinAAttributes: 0x7
[ 14.643] WinBAttributes: 0x0
[ 14.643] WinGranularity: 64
[ 14.643] WinSize: 64
[ 14.643] WinASegment: 0xa000
[ 14.643] WinBSegment: 0x0
[ 14.643] WinFuncPtr: 0xc000821b
[ 14.643] BytesPerScanline: 640
[ 14.643] XResolution: 320
[ 14.643] YResolution: 200
[ 14.643] XCharSize: 8
[ 14.643] YCharSize: 16
[ 14.643] NumberOfPlanes: 1
[ 14.643] BitsPerPixel: 16
[ 14.643] NumberOfBanks: 1
[ 14.643] MemoryModel: 6
[ 14.643] BankSize: 0
[ 14.643] NumberOfImages: 97
[ 14.643] RedMaskSize: 5
[ 14.643] RedFieldPosition: 11
[ 14.643] GreenMaskSize: 6
[ 14.643] GreenFieldPosition: 5
[ 14.643] BlueMaskSize: 5
[ 14.643] BlueFieldPosition: 0
[ 14.643] RsvdMaskSize: 0
[ 14.643] RsvdFieldPosition: 0
[ 14.643] DirectColorModeInfo: 0
[ 14.643] PhysBasePtr: 0xe0000000
[ 14.645] Mode: 10f (320x200)
[ 14.645] ModeAttributes: 0x9b
[ 14.645] WinAAttributes: 0x7
[ 14.645] WinBAttributes: 0x0
[ 14.645] WinGranularity: 64
[ 14.645] WinSize: 64
[ 14.645] WinASegment: 0xa000
[ 14.645] WinBSegment: 0x0
[ 14.645] WinFuncPtr: 0xc000821b
[ 14.645] BytesPerScanline: 960
[ 14.645] XResolution: 320
[ 14.645] YResolution: 200
[ 14.645] XCharSize: 8
[ 14.645] YCharSize: 16
[ 14.645] NumberOfPlanes: 1
[ 14.645] BitsPerPixel: 24
[ 14.645] NumberOfBanks: 1
[ 14.645] MemoryModel: 6
[ 14.645] BankSize: 0
[ 14.645] NumberOfImages: 64
[ 14.645] RedMaskSize: 8
[ 14.645] RedFieldPosition: 16
[ 14.645] GreenMaskSize: 8
[ 14.645] GreenFieldPosition: 8
[ 14.645] BlueMaskSize: 8
[ 14.645] BlueFieldPosition: 0
[ 14.645] RsvdMaskSize: 0
[ 14.645] RsvdFieldPosition: 0
[ 14.645] DirectColorModeInfo: 0
[ 14.645] PhysBasePtr: 0xe0000000
[ 14.646] Mode: 110 (640x480)
[ 14.646] ModeAttributes: 0x9b
[ 14.646] WinAAttributes: 0x7
[ 14.646] WinBAttributes: 0x0
[ 14.646] WinGranularity: 64
[ 14.646] WinSize: 64
[ 14.646] WinASegment: 0xa000
[ 14.646] WinBSegment: 0x0
[ 14.646] WinFuncPtr: 0xc000821b
[ 14.646] BytesPerScanline: 1280
[ 14.646] XResolution: 640
[ 14.646] YResolution: 480
[ 14.646] XCharSize: 8
[ 14.646] YCharSize: 16
[ 14.646] NumberOfPlanes: 1
[ 14.646] BitsPerPixel: 15
[ 14.646] NumberOfBanks: 1
[ 14.647] MemoryModel: 6
[ 14.647] BankSize: 0
[ 14.647] NumberOfImages: 19
[ 14.647] RedMaskSize: 5
[ 14.647] RedFieldPosition: 10
[ 14.647] GreenMaskSize: 5
[ 14.647] GreenFieldPosition: 5
[ 14.647] BlueMaskSize: 5
[ 14.647] BlueFieldPosition: 0
[ 14.647] RsvdMaskSize: 1
[ 14.647] RsvdFieldPosition: 15
[ 14.647] DirectColorModeInfo: 0
[ 14.647] PhysBasePtr: 0xe0000000
[ 14.650] Mode: 111 (640x480)
[ 14.650] ModeAttributes: 0x9b
[ 14.650] WinAAttributes: 0x7
[ 14.650] WinBAttributes: 0x0
[ 14.650] WinGranularity: 64
[ 14.650] WinSize: 64
[ 14.650] WinASegment: 0xa000
[ 14.650] WinBSegment: 0x0
[ 14.650] WinFuncPtr: 0xc000821b
[ 14.650] BytesPerScanline: 1280
[ 14.650] XResolution: 640
[ 14.650] YResolution: 480
[ 14.650] XCharSize: 8
[ 14.650] YCharSize: 16
[ 14.650] NumberOfPlanes: 1
[ 14.650] BitsPerPixel: 16
[ 14.650] NumberOfBanks: 1
[ 14.650] MemoryModel: 6
[ 14.650] BankSize: 0
[ 14.650] NumberOfImages: 19
[ 14.650] RedMaskSize: 5
[ 14.650] RedFieldPosition: 11
[ 14.650] GreenMaskSize: 6
[ 14.650] GreenFieldPosition: 5
[ 14.650] BlueMaskSize: 5
[ 14.650] BlueFieldPosition: 0
[ 14.650] RsvdMaskSize: 0
[ 14.650] RsvdFieldPosition: 0
[ 14.650] DirectColorModeInfo: 0
[ 14.650] PhysBasePtr: 0xe0000000
[ 14.652] Mode: 112 (640x480)
[ 14.652] ModeAttributes: 0x9b
[ 14.652] WinAAttributes: 0x7
[ 14.652] WinBAttributes: 0x0
[ 14.652] WinGranularity: 64
[ 14.652] WinSize: 64
[ 14.652] WinASegment: 0xa000
[ 14.653] WinBSegment: 0x0
[ 14.653] WinFuncPtr: 0xc000821b
[ 14.653] BytesPerScanline: 1920
[ 14.653] XResolution: 640
[ 14.653] YResolution: 480
[ 14.653] XCharSize: 8
[ 14.653] YCharSize: 16
[ 14.653] NumberOfPlanes: 1
[ 14.653] BitsPerPixel: 24
[ 14.653] NumberOfBanks: 1
[ 14.653] MemoryModel: 6
[ 14.653] BankSize: 0
[ 14.653] NumberOfImages: 12
[ 14.653] RedMaskSize: 8
[ 14.653] RedFieldPosition: 16
[ 14.653] GreenMaskSize: 8
[ 14.653] GreenFieldPosition: 8
[ 14.653] BlueMaskSize: 8
[ 14.653] BlueFieldPosition: 0
[ 14.653] RsvdMaskSize: 0
[ 14.653] RsvdFieldPosition: 0
[ 14.653] DirectColorModeInfo: 0
[ 14.653] PhysBasePtr: 0xe0000000
[ 14.654] Mode: 113 (800x600)
[ 14.654] ModeAttributes: 0x9b
[ 14.654] WinAAttributes: 0x7
[ 14.654] WinBAttributes: 0x0
[ 14.654] WinGranularity: 64
[ 14.654] WinSize: 64
[ 14.654] WinASegment: 0xa000
[ 14.654] WinBSegment: 0x0
[ 14.654] WinFuncPtr: 0xc000821b
[ 14.654] BytesPerScanline: 1600
[ 14.654] XResolution: 800
[ 14.654] YResolution: 600
[ 14.654] XCharSize: 8
[ 14.654] YCharSize: 16
[ 14.654] NumberOfPlanes: 1
[ 14.654] BitsPerPixel: 15
[ 14.654] NumberOfBanks: 1
[ 14.654] MemoryModel: 6
[ 14.654] BankSize: 0
[ 14.654] NumberOfImages: 12
[ 14.654] RedMaskSize: 5
[ 14.654] RedFieldPosition: 10
[ 14.654] GreenMaskSize: 5
[ 14.654] GreenFieldPosition: 5
[ 14.654] BlueMaskSize: 5
[ 14.654] BlueFieldPosition: 0
[ 14.654] RsvdMaskSize: 1
[ 14.654] RsvdFieldPosition: 15
[ 14.654] DirectColorModeInfo: 0
[ 14.654] PhysBasePtr: 0xe0000000
[ 14.657] Mode: 114 (800x600)
[ 14.657] ModeAttributes: 0x9b
[ 14.657] WinAAttributes: 0x7
[ 14.657] WinBAttributes: 0x0
[ 14.657] WinGranularity: 64
[ 14.657] WinSize: 64
[ 14.657] WinASegment: 0xa000
[ 14.657] WinBSegment: 0x0
[ 14.657] WinFuncPtr: 0xc000821b
[ 14.657] BytesPerScanline: 1600
[ 14.657] XResolution: 800
[ 14.657] YResolution: 600
[ 14.657] XCharSize: 8
[ 14.657] YCharSize: 16
[ 14.657] NumberOfPlanes: 1
[ 14.657] BitsPerPixel: 16
[ 14.657] NumberOfBanks: 1
[ 14.657] MemoryModel: 6
[ 14.657] BankSize: 0
[ 14.657] NumberOfImages: 12
[ 14.657] RedMaskSize: 5
[ 14.657] RedFieldPosition: 11
[ 14.657] GreenMaskSize: 6
[ 14.657] GreenFieldPosition: 5
[ 14.657] BlueMaskSize: 5
[ 14.657] BlueFieldPosition: 0
[ 14.657] RsvdMaskSize: 0
[ 14.657] RsvdFieldPosition: 0
[ 14.657] DirectColorModeInfo: 0
[ 14.657] PhysBasePtr: 0xe0000000
[ 14.659] Mode: 115 (800x600)
[ 14.659] ModeAttributes: 0x9b
[ 14.659] WinAAttributes: 0x7
[ 14.659] WinBAttributes: 0x0
[ 14.659] WinGranularity: 64
[ 14.659] WinSize: 64
[ 14.659] WinASegment: 0xa000
[ 14.659] WinBSegment: 0x0
[ 14.659] WinFuncPtr: 0xc000821b
[ 14.659] BytesPerScanline: 2400
[ 14.659] XResolution: 800
[ 14.659] YResolution: 600
[ 14.659] XCharSize: 8
[ 14.659] YCharSize: 16
[ 14.659] NumberOfPlanes: 1
[ 14.659] BitsPerPixel: 24
[ 14.659] NumberOfBanks: 1
[ 14.659] MemoryModel: 6
[ 14.659] BankSize: 0
[ 14.659] NumberOfImages: 7
[ 14.659] RedMaskSize: 8
[ 14.659] RedFieldPosition: 16
[ 14.659] GreenMaskSize: 8
[ 14.659] GreenFieldPosition: 8
[ 14.659] BlueMaskSize: 8
[ 14.659] BlueFieldPosition: 0
[ 14.659] RsvdMaskSize: 0
[ 14.659] RsvdFieldPosition: 0
[ 14.659] DirectColorModeInfo: 0
[ 14.659] PhysBasePtr: 0xe0000000
[ 14.662] Mode: 116 (1024x768)
[ 14.663] ModeAttributes: 0x9b
[ 14.663] WinAAttributes: 0x7
[ 14.663] WinBAttributes: 0x0
[ 14.663] WinGranularity: 64
[ 14.663] WinSize: 64
[ 14.663] WinASegment: 0xa000
[ 14.663] WinBSegment: 0x0
[ 14.663] WinFuncPtr: 0xc000821b
[ 14.663] BytesPerScanline: 2048
[ 14.663] XResolution: 1024
[ 14.663] YResolution: 768
[ 14.663] XCharSize: 8
[ 14.663] YCharSize: 16
[ 14.663] NumberOfPlanes: 1
[ 14.663] BitsPerPixel: 15
[ 14.663] NumberOfBanks: 1
[ 14.663] MemoryModel: 6
[ 14.663] BankSize: 0
[ 14.663] NumberOfImages: 7
[ 14.663] RedMaskSize: 5
[ 14.663] RedFieldPosition: 10
[ 14.663] GreenMaskSize: 5
[ 14.663] GreenFieldPosition: 5
[ 14.663] BlueMaskSize: 5
[ 14.663] BlueFieldPosition: 0
[ 14.663] RsvdMaskSize: 1
[ 14.663] RsvdFieldPosition: 15
[ 14.663] DirectColorModeInfo: 0
[ 14.663] PhysBasePtr: 0xe0000000
[ 14.664] Mode: 117 (1024x768)
[ 14.664] ModeAttributes: 0x9b
[ 14.664] WinAAttributes: 0x7
[ 14.664] WinBAttributes: 0x0
[ 14.664] WinGranularity: 64
[ 14.664] WinSize: 64
[ 14.664] WinASegment: 0xa000
[ 14.664] WinBSegment: 0x0
[ 14.664] WinFuncPtr: 0xc000821b
[ 14.664] BytesPerScanline: 2048
[ 14.664] XResolution: 1024
[ 14.664] YResolution: 768
[ 14.664] XCharSize: 8
[ 14.664] YCharSize: 16
[ 14.664] NumberOfPlanes: 1
[ 14.664] BitsPerPixel: 16
[ 14.664] NumberOfBanks: 1
[ 14.664] MemoryModel: 6
[ 14.664] BankSize: 0
[ 14.664] NumberOfImages: 7
[ 14.665] RedMaskSize: 5
[ 14.665] RedFieldPosition: 11
[ 14.665] GreenMaskSize: 6
[ 14.665] GreenFieldPosition: 5
[ 14.665] BlueMaskSize: 5
[ 14.665] BlueFieldPosition: 0
[ 14.665] RsvdMaskSize: 0
[ 14.665] RsvdFieldPosition: 0
[ 14.665] DirectColorModeInfo: 0
[ 14.665] PhysBasePtr: 0xe0000000
[ 14.666] Mode: 118 (1024x768)
[ 14.666] ModeAttributes: 0x9b
[ 14.666] WinAAttributes: 0x7
[ 14.666] WinBAttributes: 0x0
[ 14.666] WinGranularity: 64
[ 14.666] WinSize: 64
[ 14.666] WinASegment: 0xa000
[ 14.666] WinBSegment: 0x0
[ 14.666] WinFuncPtr: 0xc000821b
[ 14.666] BytesPerScanline: 3072
[ 14.666] XResolution: 1024
[ 14.666] YResolution: 768
[ 14.666] XCharSize: 8
[ 14.666] YCharSize: 16
[ 14.666] NumberOfPlanes: 1
[ 14.666] BitsPerPixel: 24
[ 14.666] NumberOfBanks: 1
[ 14.666] MemoryModel: 6
[ 14.666] BankSize: 0
[ 14.666] NumberOfImages: 4
[ 14.666] RedMaskSize: 8
[ 14.666] RedFieldPosition: 16
[ 14.666] GreenMaskSize: 8
[ 14.666] GreenFieldPosition: 8
[ 14.666] BlueMaskSize: 8
[ 14.666] BlueFieldPosition: 0
[ 14.666] RsvdMaskSize: 0
[ 14.666] RsvdFieldPosition: 0
[ 14.666] DirectColorModeInfo: 0
[ 14.666] PhysBasePtr: 0xe0000000
[ 14.670] Mode: 119 (1280x1024)
[ 14.670] ModeAttributes: 0x9b
[ 14.670] WinAAttributes: 0x7
[ 14.670] WinBAttributes: 0x0
[ 14.670] WinGranularity: 64
[ 14.670] WinSize: 64
[ 14.670] WinASegment: 0xa000
[ 14.670] WinBSegment: 0x0
[ 14.670] WinFuncPtr: 0xc000821b
[ 14.670] BytesPerScanline: 2560
[ 14.670] XResolution: 1280
[ 14.670] YResolution: 1024
[ 14.670] XCharSize: 8
[ 14.670] YCharSize: 16
[ 14.670] NumberOfPlanes: 1
[ 14.670] BitsPerPixel: 15
[ 14.670] NumberOfBanks: 1
[ 14.670] MemoryModel: 6
[ 14.670] BankSize: 0
[ 14.670] NumberOfImages: 3
[ 14.670] RedMaskSize: 5
[ 14.670] RedFieldPosition: 10
[ 14.670] GreenMaskSize: 5
[ 14.670] GreenFieldPosition: 5
[ 14.670] BlueMaskSize: 5
[ 14.670] BlueFieldPosition: 0
[ 14.670] RsvdMaskSize: 1
[ 14.670] RsvdFieldPosition: 15
[ 14.670] DirectColorModeInfo: 0
[ 14.670] PhysBasePtr: 0xe0000000
[ 14.672] Mode: 11a (1280x1024)
[ 14.672] ModeAttributes: 0x9b
[ 14.672] WinAAttributes: 0x7
[ 14.672] WinBAttributes: 0x0
[ 14.672] WinGranularity: 64
[ 14.672] WinSize: 64
[ 14.672] WinASegment: 0xa000
[ 14.672] WinBSegment: 0x0
[ 14.672] WinFuncPtr: 0xc000821b
[ 14.672] BytesPerScanline: 2560
[ 14.672] XResolution: 1280
[ 14.672] YResolution: 1024
[ 14.672] XCharSize: 8
[ 14.672] YCharSize: 16
[ 14.672] NumberOfPlanes: 1
[ 14.672] BitsPerPixel: 16
[ 14.672] NumberOfBanks: 1
[ 14.672] MemoryModel: 6
[ 14.672] BankSize: 0
[ 14.672] NumberOfImages: 3
[ 14.672] RedMaskSize: 5
[ 14.672] RedFieldPosition: 11
[ 14.672] GreenMaskSize: 6
[ 14.672] GreenFieldPosition: 5
[ 14.672] BlueMaskSize: 5
[ 14.672] BlueFieldPosition: 0
[ 14.672] RsvdMaskSize: 0
[ 14.672] RsvdFieldPosition: 0
[ 14.672] DirectColorModeInfo: 0
[ 14.672] PhysBasePtr: 0xe0000000
[ 14.674] Mode: 11b (1280x1024)
[ 14.674] ModeAttributes: 0x9b
[ 14.674] WinAAttributes: 0x7
[ 14.674] WinBAttributes: 0x0
[ 14.674] WinGranularity: 64
[ 14.674] WinSize: 64
[ 14.674] WinASegment: 0xa000
[ 14.674] WinBSegment: 0x0
[ 14.674] WinFuncPtr: 0xc000821b
[ 14.674] BytesPerScanline: 3840
[ 14.674] XResolution: 1280
[ 14.674] YResolution: 1024
[ 14.674] XCharSize: 8
[ 14.674] YCharSize: 16
[ 14.674] NumberOfPlanes: 1
[ 14.674] BitsPerPixel: 24
[ 14.674] NumberOfBanks: 1
[ 14.674] MemoryModel: 6
[ 14.674] BankSize: 0
[ 14.674] NumberOfImages: 2
[ 14.674] RedMaskSize: 8
[ 14.674] RedFieldPosition: 16
[ 14.674] GreenMaskSize: 8
[ 14.674] GreenFieldPosition: 8
[ 14.674] BlueMaskSize: 8
[ 14.674] BlueFieldPosition: 0
[ 14.674] RsvdMaskSize: 0
[ 14.674] RsvdFieldPosition: 0
[ 14.674] DirectColorModeInfo: 0
[ 14.674] PhysBasePtr: 0xe0000000
[ 14.678] *Mode: 140 (320x200)
[ 14.678] ModeAttributes: 0x9b
[ 14.678] WinAAttributes: 0x7
[ 14.678] WinBAttributes: 0x0
[ 14.678] WinGranularity: 64
[ 14.678] WinSize: 64
[ 14.678] WinASegment: 0xa000
[ 14.678] WinBSegment: 0x0
[ 14.678] WinFuncPtr: 0xc000821b
[ 14.678] BytesPerScanline: 1280
[ 14.678] XResolution: 320
[ 14.678] YResolution: 200
[ 14.678] XCharSize: 8
[ 14.678] YCharSize: 16
[ 14.678] NumberOfPlanes: 1
[ 14.678] BitsPerPixel: 32
[ 14.678] NumberOfBanks: 1
[ 14.678] MemoryModel: 6
[ 14.678] BankSize: 0
[ 14.678] NumberOfImages: 48
[ 14.678] RedMaskSize: 8
[ 14.678] RedFieldPosition: 16
[ 14.678] GreenMaskSize: 8
[ 14.678] GreenFieldPosition: 8
[ 14.678] BlueMaskSize: 8
[ 14.678] BlueFieldPosition: 0
[ 14.678] RsvdMaskSize: 8
[ 14.678] RsvdFieldPosition: 24
[ 14.678] DirectColorModeInfo: 2
[ 14.678] PhysBasePtr: 0xe0000000
[ 14.680] *Mode: 141 (640x400)
[ 14.680] ModeAttributes: 0x9b
[ 14.680] WinAAttributes: 0x7
[ 14.680] WinBAttributes: 0x0
[ 14.680] WinGranularity: 64
[ 14.680] WinSize: 64
[ 14.680] WinASegment: 0xa000
[ 14.680] WinBSegment: 0x0
[ 14.680] WinFuncPtr: 0xc000821b
[ 14.680] BytesPerScanline: 2560
[ 14.680] XResolution: 640
[ 14.680] YResolution: 400
[ 14.680] XCharSize: 8
[ 14.680] YCharSize: 16
[ 14.680] NumberOfPlanes: 1
[ 14.680] BitsPerPixel: 32
[ 14.680] NumberOfBanks: 1
[ 14.680] MemoryModel: 6
[ 14.680] BankSize: 0
[ 14.680] NumberOfImages: 11
[ 14.680] RedMaskSize: 8
[ 14.680] RedFieldPosition: 16
[ 14.680] GreenMaskSize: 8
[ 14.680] GreenFieldPosition: 8
[ 14.680] BlueMaskSize: 8
[ 14.680] BlueFieldPosition: 0
[ 14.680] RsvdMaskSize: 8
[ 14.680] RsvdFieldPosition: 24
[ 14.680] DirectColorModeInfo: 2
[ 14.680] PhysBasePtr: 0xe0000000
[ 14.682] *Mode: 142 (640x480)
[ 14.682] ModeAttributes: 0x9b
[ 14.682] WinAAttributes: 0x7
[ 14.682] WinBAttributes: 0x0
[ 14.682] WinGranularity: 64
[ 14.682] WinSize: 64
[ 14.682] WinASegment: 0xa000
[ 14.682] WinBSegment: 0x0
[ 14.682] WinFuncPtr: 0xc000821b
[ 14.682] BytesPerScanline: 2560
[ 14.682] XResolution: 640
[ 14.682] YResolution: 480
[ 14.682] XCharSize: 8
[ 14.682] YCharSize: 16
[ 14.682] NumberOfPlanes: 1
[ 14.682] BitsPerPixel: 32
[ 14.682] NumberOfBanks: 1
[ 14.682] MemoryModel: 6
[ 14.682] BankSize: 0
[ 14.682] NumberOfImages: 9
[ 14.682] RedMaskSize: 8
[ 14.682] RedFieldPosition: 16
[ 14.682] GreenMaskSize: 8
[ 14.682] GreenFieldPosition: 8
[ 14.682] BlueMaskSize: 8
[ 14.682] BlueFieldPosition: 0
[ 14.682] RsvdMaskSize: 8
[ 14.682] RsvdFieldPosition: 24
[ 14.682] DirectColorModeInfo: 2
[ 14.682] PhysBasePtr: 0xe0000000
[ 14.686] *Mode: 143 (800x600)
[ 14.686] ModeAttributes: 0x9b
[ 14.686] WinAAttributes: 0x7
[ 14.686] WinBAttributes: 0x0
[ 14.686] WinGranularity: 64
[ 14.686] WinSize: 64
[ 14.686] WinASegment: 0xa000
[ 14.686] WinBSegment: 0x0
[ 14.686] WinFuncPtr: 0xc000821b
[ 14.686] BytesPerScanline: 3200
[ 14.686] XResolution: 800
[ 14.686] YResolution: 600
[ 14.686] XCharSize: 8
[ 14.686] YCharSize: 16
[ 14.686] NumberOfPlanes: 1
[ 14.686] BitsPerPixel: 32
[ 14.686] NumberOfBanks: 1
[ 14.686] MemoryModel: 6
[ 14.686] BankSize: 0
[ 14.686] NumberOfImages: 5
[ 14.686] RedMaskSize: 8
[ 14.686] RedFieldPosition: 16
[ 14.686] GreenMaskSize: 8
[ 14.686] GreenFieldPosition: 8
[ 14.686] BlueMaskSize: 8
[ 14.686] BlueFieldPosition: 0
[ 14.686] RsvdMaskSize: 8
[ 14.686] RsvdFieldPosition: 24
[ 14.686] DirectColorModeInfo: 2
[ 14.686] PhysBasePtr: 0xe0000000
[ 14.689] *Mode: 144 (1024x768)
[ 14.689] ModeAttributes: 0x9b
[ 14.689] WinAAttributes: 0x7
[ 14.689] WinBAttributes: 0x0
[ 14.689] WinGranularity: 64
[ 14.689] WinSize: 64
[ 14.689] WinASegment: 0xa000
[ 14.689] WinBSegment: 0x0
[ 14.689] WinFuncPtr: 0xc000821b
[ 14.689] BytesPerScanline: 4096
[ 14.689] XResolution: 1024
[ 14.689] YResolution: 768
[ 14.689] XCharSize: 8
[ 14.689] YCharSize: 16
[ 14.689] NumberOfPlanes: 1
[ 14.689] BitsPerPixel: 32
[ 14.689] NumberOfBanks: 1
[ 14.689] MemoryModel: 6
[ 14.689] BankSize: 0
[ 14.690] NumberOfImages: 3
[ 14.690] RedMaskSize: 8
[ 14.690] RedFieldPosition: 16
[ 14.690] GreenMaskSize: 8
[ 14.690] GreenFieldPosition: 8
[ 14.690] BlueMaskSize: 8
[ 14.690] BlueFieldPosition: 0
[ 14.690] RsvdMaskSize: 8
[ 14.690] RsvdFieldPosition: 24
[ 14.690] DirectColorModeInfo: 2
[ 14.690] PhysBasePtr: 0xe0000000
[ 14.691] *Mode: 145 (1280x1024)
[ 14.691] ModeAttributes: 0x9b
[ 14.691] WinAAttributes: 0x7
[ 14.691] WinBAttributes: 0x0
[ 14.691] WinGranularity: 64
[ 14.692] WinSize: 64
[ 14.692] WinASegment: 0xa000
[ 14.692] WinBSegment: 0x0
[ 14.692] WinFuncPtr: 0xc000821b
[ 14.692] BytesPerScanline: 5120
[ 14.692] XResolution: 1280
[ 14.692] YResolution: 1024
[ 14.692] XCharSize: 8
[ 14.692] YCharSize: 16
[ 14.692] NumberOfPlanes: 1
[ 14.692] BitsPerPixel: 32
[ 14.692] NumberOfBanks: 1
[ 14.692] MemoryModel: 6
[ 14.692] BankSize: 0
[ 14.692] NumberOfImages: 1
[ 14.692] RedMaskSize: 8
[ 14.692] RedFieldPosition: 16
[ 14.692] GreenMaskSize: 8
[ 14.692] GreenFieldPosition: 8
[ 14.692] BlueMaskSize: 8
[ 14.692] BlueFieldPosition: 0
[ 14.692] RsvdMaskSize: 8
[ 14.692] RsvdFieldPosition: 24
[ 14.692] DirectColorModeInfo: 2
[ 14.692] PhysBasePtr: 0xe0000000
[ 14.694] Mode: 146 (320x200)
[ 14.694] ModeAttributes: 0x9b
[ 14.694] WinAAttributes: 0x7
[ 14.694] WinBAttributes: 0x0
[ 14.694] WinGranularity: 64
[ 14.694] WinSize: 64
[ 14.694] WinASegment: 0xa000
[ 14.694] WinBSegment: 0x0
[ 14.694] WinFuncPtr: 0xc000821b
[ 14.694] BytesPerScanline: 320
[ 14.694] XResolution: 320
[ 14.694] YResolution: 200
[ 14.694] XCharSize: 8
[ 14.694] YCharSize: 16
[ 14.694] NumberOfPlanes: 1
[ 14.694] BitsPerPixel: 8
[ 14.694] NumberOfBanks: 1
[ 14.694] MemoryModel: 4
[ 14.694] BankSize: 0
[ 14.694] NumberOfImages: 195
[ 14.694] RedMaskSize: 0
[ 14.694] RedFieldPosition: 0
[ 14.694] GreenMaskSize: 0
[ 14.694] GreenFieldPosition: 0
[ 14.694] BlueMaskSize: 0
[ 14.694] BlueFieldPosition: 0
[ 14.694] RsvdMaskSize: 0
[ 14.694] RsvdFieldPosition: 0
[ 14.694] DirectColorModeInfo: 0
[ 14.694] PhysBasePtr: 0xe0000000
[ 14.698] *Mode: 147 (1600x1200)
[ 14.698] ModeAttributes: 0x9b
[ 14.698] WinAAttributes: 0x7
[ 14.698] WinBAttributes: 0x0
[ 14.698] WinGranularity: 64
[ 14.698] WinSize: 64
[ 14.698] WinASegment: 0xa000
[ 14.698] WinBSegment: 0x0
[ 14.698] WinFuncPtr: 0xc000821b
[ 14.698] BytesPerScanline: 6400
[ 14.698] XResolution: 1600
[ 14.698] YResolution: 1200
[ 14.698] XCharSize: 8
[ 14.698] YCharSize: 16
[ 14.698] NumberOfPlanes: 1
[ 14.698] BitsPerPixel: 32
[ 14.698] NumberOfBanks: 1
[ 14.698] MemoryModel: 6
[ 14.698] BankSize: 0
[ 14.698] NumberOfImages: 0
[ 14.698] RedMaskSize: 8
[ 14.698] RedFieldPosition: 16
[ 14.698] GreenMaskSize: 8
[ 14.699] GreenFieldPosition: 8
[ 14.699] BlueMaskSize: 8
[ 14.699] BlueFieldPosition: 0
[ 14.699] RsvdMaskSize: 8
[ 14.699] RsvdFieldPosition: 24
[ 14.699] DirectColorModeInfo: 2
[ 14.699] PhysBasePtr: 0xe0000000
[ 14.701] Mode: 148 (1152x864)
[ 14.701] ModeAttributes: 0x9b
[ 14.701] WinAAttributes: 0x7
[ 14.701] WinBAttributes: 0x0
[ 14.701] WinGranularity: 64
[ 14.701] WinSize: 64
[ 14.701] WinASegment: 0xa000
[ 14.701] WinBSegment: 0x0
[ 14.701] WinFuncPtr: 0xc000821b
[ 14.701] BytesPerScanline: 1152
[ 14.701] XResolution: 1152
[ 14.701] YResolution: 864
[ 14.701] XCharSize: 8
[ 14.701] YCharSize: 16
[ 14.701] NumberOfPlanes: 1
[ 14.701] BitsPerPixel: 8
[ 14.701] NumberOfBanks: 1
[ 14.701] MemoryModel: 4
[ 14.701] BankSize: 0
[ 14.701] NumberOfImages: 11
[ 14.701] RedMaskSize: 0
[ 14.701] RedFieldPosition: 0
[ 14.701] GreenMaskSize: 0
[ 14.701] GreenFieldPosition: 0
[ 14.701] BlueMaskSize: 0
[ 14.701] BlueFieldPosition: 0
[ 14.701] RsvdMaskSize: 0
[ 14.701] RsvdFieldPosition: 0
[ 14.701] DirectColorModeInfo: 0
[ 14.701] PhysBasePtr: 0xe0000000
[ 14.703] Mode: 149 (1152x864)
[ 14.703] ModeAttributes: 0x9b
[ 14.703] WinAAttributes: 0x7
[ 14.703] WinBAttributes: 0x0
[ 14.703] WinGranularity: 64
[ 14.703] WinSize: 64
[ 14.703] WinASegment: 0xa000
[ 14.703] WinBSegment: 0x0
[ 14.703] WinFuncPtr: 0xc000821b
[ 14.703] BytesPerScanline: 2304
[ 14.703] XResolution: 1152
[ 14.703] YResolution: 864
[ 14.703] XCharSize: 8
[ 14.703] YCharSize: 16
[ 14.703] NumberOfPlanes: 1
[ 14.703] BitsPerPixel: 15
[ 14.703] NumberOfBanks: 1
[ 14.703] MemoryModel: 6
[ 14.703] BankSize: 0
[ 14.703] NumberOfImages: 5
[ 14.703] RedMaskSize: 5
[ 14.703] RedFieldPosition: 10
[ 14.703] GreenMaskSize: 5
[ 14.703] GreenFieldPosition: 5
[ 14.703] BlueMaskSize: 5
[ 14.703] BlueFieldPosition: 0
[ 14.703] RsvdMaskSize: 1
[ 14.703] RsvdFieldPosition: 15
[ 14.703] DirectColorModeInfo: 0
[ 14.703] PhysBasePtr: 0xe0000000
[ 14.707] Mode: 14a (1152x864)
[ 14.707] ModeAttributes: 0x9b
[ 14.707] WinAAttributes: 0x7
[ 14.707] WinBAttributes: 0x0
[ 14.707] WinGranularity: 64
[ 14.707] WinSize: 64
[ 14.707] WinASegment: 0xa000
[ 14.707] WinBSegment: 0x0
[ 14.707] WinFuncPtr: 0xc000821b
[ 14.707] BytesPerScanline: 2304
[ 14.707] XResolution: 1152
[ 14.707] YResolution: 864
[ 14.707] XCharSize: 8
[ 14.707] YCharSize: 16
[ 14.707] NumberOfPlanes: 1
[ 14.707] BitsPerPixel: 16
[ 14.707] NumberOfBanks: 1
[ 14.707] MemoryModel: 6
[ 14.707] BankSize: 0
[ 14.707] NumberOfImages: 5
[ 14.707] RedMaskSize: 5
[ 14.707] RedFieldPosition: 11
[ 14.707] GreenMaskSize: 6
[ 14.707] GreenFieldPosition: 5
[ 14.707] BlueMaskSize: 5
[ 14.707] BlueFieldPosition: 0
[ 14.707] RsvdMaskSize: 0
[ 14.707] RsvdFieldPosition: 0
[ 14.707] DirectColorModeInfo: 0
[ 14.707] PhysBasePtr: 0xe0000000
[ 14.709] Mode: 14b (1152x864)
[ 14.709] ModeAttributes: 0x9b
[ 14.709] WinAAttributes: 0x7
[ 14.709] WinBAttributes: 0x0
[ 14.709] WinGranularity: 64
[ 14.709] WinSize: 64
[ 14.709] WinASegment: 0xa000
[ 14.709] WinBSegment: 0x0
[ 14.709] WinFuncPtr: 0xc000821b
[ 14.709] BytesPerScanline: 3456
[ 14.709] XResolution: 1152
[ 14.709] YResolution: 864
[ 14.709] XCharSize: 8
[ 14.709] YCharSize: 16
[ 14.709] NumberOfPlanes: 1
[ 14.709] BitsPerPixel: 24
[ 14.709] NumberOfBanks: 1
[ 14.709] MemoryModel: 6
[ 14.709] BankSize: 0
[ 14.709] NumberOfImages: 3
[ 14.709] RedMaskSize: 8
[ 14.709] RedFieldPosition: 16
[ 14.709] GreenMaskSize: 8
[ 14.709] GreenFieldPosition: 8
[ 14.709] BlueMaskSize: 8
[ 14.709] BlueFieldPosition: 0
[ 14.709] RsvdMaskSize: 0
[ 14.709] RsvdFieldPosition: 0
[ 14.709] DirectColorModeInfo: 0
[ 14.709] PhysBasePtr: 0xe0000000
[ 14.711] *Mode: 14c (1152x864)
[ 14.711] ModeAttributes: 0x9b
[ 14.711] WinAAttributes: 0x7
[ 14.711] WinBAttributes: 0x0
[ 14.711] WinGranularity: 64
[ 14.711] WinSize: 64
[ 14.711] WinASegment: 0xa000
[ 14.711] WinBSegment: 0x0
[ 14.711] WinFuncPtr: 0xc000821b
[ 14.711] BytesPerScanline: 4608
[ 14.711] XResolution: 1152
[ 14.711] YResolution: 864
[ 14.711] XCharSize: 8
[ 14.711] YCharSize: 16
[ 14.711] NumberOfPlanes: 1
[ 14.711] BitsPerPixel: 32
[ 14.711] NumberOfBanks: 1
[ 14.711] MemoryModel: 6
[ 14.711] BankSize: 0
[ 14.711] NumberOfImages: 2
[ 14.711] RedMaskSize: 8
[ 14.711] RedFieldPosition: 16
[ 14.711] GreenMaskSize: 8
[ 14.711] GreenFieldPosition: 8
[ 14.711] BlueMaskSize: 8
[ 14.711] BlueFieldPosition: 0
[ 14.711] RsvdMaskSize: 8
[ 14.711] RsvdFieldPosition: 24
[ 14.711] DirectColorModeInfo: 2
[ 14.711] PhysBasePtr: 0xe0000000
[ 14.712]
[ 14.712] (II) VESA(0): Total Memory: 192 64KB banks (12288kB)
[ 14.713] (II) VESA(0): <default monitor>: Using default hsync range
of 31.50-48.00 kHz
[ 14.713] (II) VESA(0): <default monitor>: Using default vrefresh
range of 50.00-70.00 Hz
[ 14.713] (II) VESA(0): <default monitor>: Using default maximum
pixel clock of 65.00 MHz
[ 14.713] (WW) VESA(0): Unable to estimate virtual size
[ 14.725] (II) VESA(0): Not using built-in mode "1600x1200" (no mode
of this name)
[ 14.725] (II) VESA(0): Not using built-in mode "1280x1024" (no mode
of this name)
[ 14.725] (II) VESA(0): Not using built-in mode "1152x864" (no mode
of this name)
[ 14.725] (II) VESA(0): Not using built-in mode "1024x768" (no mode
of this name)
[ 14.725] (II) VESA(0): Not using built-in mode "800x600" (no mode of
this name)
[ 14.725] (II) VESA(0): Not using built-in mode "640x480" (no mode of
this name)
[ 14.725] (II) VESA(0): Not using built-in mode "640x400" (no mode of
this name)
[ 14.725] (II) VESA(0): Not using built-in mode "320x200" (no mode of
this name)
[ 14.725] (WW) VESA(0): No valid modes left. Trying less strict filter...
[ 14.725] (II) VESA(0): <default monitor>: Using hsync range of
31.50-48.00 kHz
[ 14.725] (II) VESA(0): <default monitor>: Using vrefresh range of
50.00-70.00 Hz
[ 14.725] (II) VESA(0): <default monitor>: Using maximum pixel clock
of 65.00 MHz
[ 14.725] (WW) VESA(0): Unable to estimate virtual size
[ 14.725] (II) VESA(0): Not using built-in mode "1600x1200" (hsync
out of range)
[ 14.725] (II) VESA(0): Not using built-in mode "1280x1024" (hsync
out of range)
[ 14.725] (II) VESA(0): Not using built-in mode "1152x864" (hsync out
of range)
[ 14.725] (II) VESA(0): Not using built-in mode "640x400" (hsync out
of range)
[ 14.725] (II) VESA(0): Not using built-in mode "320x200" (illegal
horizontal timings)
[ 14.725] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[ 14.725] (**) VESA(0): *Built-in mode "1024x768"
[ 14.725] (**) VESA(0): *Built-in mode "800x600"
[ 14.725] (**) VESA(0): *Built-in mode "640x480"
[ 14.725] (==) VESA(0): DPI set to (96, 96)
[ 14.725] (II) VESA(0): Attempting to use 60Hz refresh for mode
"1024x768" (144)
[ 14.726] (II) VESA(0): Attempting to use 60Hz refresh for mode
"800x600" (143)
[ 14.726] (II) VESA(0): Attempting to use 60Hz refresh for mode
"640x480" (142)
[ 14.726] (**) VESA(0): Using "Shadow Framebuffer"
[ 14.726] (II) Loading sub module "shadow"
[ 14.726] (II) LoadModule: "shadow"
[ 14.726] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 14.733] (II) Module shadow: vendor="X.Org Foundation"
[ 14.733] compiled for 1.12.4, module version = 1.1.0
[ 14.733] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.733] (II) Loading sub module "fb"
[ 14.733] (II) LoadModule: "fb"
[ 14.733] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 14.750] (II) Module fb: vendor="X.Org Foundation"
[ 14.750] compiled for 1.12.4, module version = 1.0.0
[ 14.750] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.750] (II) UnloadModule: "fbdev"
[ 14.750] (II) Unloading fbdev
[ 14.750] (II) UnloadSubModule: "fbdevhw"
[ 14.750] (II) Unloading fbdevhw
[ 14.750] (==) Depth 24 pixmap format is 32 bpp
[ 14.750] (II) Loading sub module "int10"
[ 14.750] (II) LoadModule: "int10"
[ 14.751] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 14.751] (II) Module int10: vendor="X.Org Foundation"
[ 14.751] compiled for 1.12.4, module version = 1.0.0
[ 14.751] ABI class: X.Org Video Driver, version 12.1
[ 14.751] (II) VESA(0): initializing int10
[ 14.751] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 14.753] (II) VESA(0): VESA BIOS detected
[ 14.753] (II) VESA(0): VESA VBE Version 2.0
[ 14.753] (II) VESA(0): VESA VBE Total Mem: 12288 kB
[ 14.753] (II) VESA(0): VESA VBE OEM: VirtualBox VBE BIOS
http://www.virtualbox.org/
[ 14.753] (II) VESA(0): VESA VBE OEM Software Rev: 0.2
[ 14.753] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[ 14.753] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox
VBE Adapter
[ 14.753] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM
VirtualBox Version 4.1.12_Ubuntu
[ 14.754] (II) VESA(0): virtual address = 0xb6280000,
physical address = 0xe0000000, size = 12582912
[ 14.830] (II) VESA(0): Setting up VESA Mode 0x144 (1024x768)
[ 14.862] (==) VESA(0): Default visual is TrueColor
[ 14.880] (==) VESA(0): Backing store disabled
[ 14.880] (==) VESA(0): DPMS enabled
[ 14.880] (==) RandR enabled
[ 14.881] (II) Initializing built-in extension Generic Event Extension
[ 14.881] (II) Initializing built-in extension SHAPE
[ 14.881] (II) Initializing built-in extension MIT-SHM
[ 14.881] (II) Initializing built-in extension XInputExtension
[ 14.881] (II) Initializing built-in extension XTEST
[ 14.881] (II) Initializing built-in extension BIG-REQUESTS
[ 14.881] (II) Initializing built-in extension SYNC
[ 14.881] (II) Initializing built-in extension XKEYBOARD
[ 14.881] (II) Initializing built-in extension XC-MISC
[ 14.881] (II) Initializing built-in extension SECURITY
[ 14.881] (II) Initializing built-in extension XINERAMA
[ 14.881] (II) Initializing built-in extension XFIXES
[ 14.881] (II) Initializing built-in extension RENDER
[ 14.881] (II) Initializing built-in extension RANDR
[ 14.881] (II) Initializing built-in extension COMPOSITE
[ 14.881] (II) Initializing built-in extension DAMAGE
[ 14.881] (II) SELinux: Disabled on system
[ 15.054] (II) AIGLX: Screen 0 is not DRI2 capable
[ 15.054] (II) AIGLX: Screen 0 is not DRI capable
[ 15.825] (II) AIGLX: Loaded and initialized swrast
[ 15.825] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 16.331] (II) config/udev: Adding input device Power Button
(/dev/input/event2)
[ 16.331] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[ 16.331] (II) LoadModule: "evdev"
[ 16.331] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 16.343] (II) Module evdev: vendor="X.Org Foundation"
[ 16.343] compiled for 1.12.1, module version = 2.7.0
[ 16.343] Module class: X.Org XInput Driver
[ 16.343] ABI class: X.Org XInput driver, version 16.0
[ 16.343] (II) Using input driver 'evdev' for 'Power Button'
[ 16.344] (**) Power Button: always reports core events
[ 16.344] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 16.344] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 16.344] (--) evdev: Power Button: Found keys
[ 16.344] (II) evdev: Power Button: Configuring as keyboard
[ 16.344] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 16.344] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD, id 6)
[ 16.344] (**) Option "xkb_rules" "evdev"
[ 16.344] (**) Option "xkb_model" "pc105"
[ 16.344] (**) Option "xkb_layout" "de"
[ 16.416] (II) config/udev: Adding input device Sleep Button
(/dev/input/event3)
[ 16.416] (**) Sleep Button: Applying InputClass "evdev keyboard
catchall"
[ 16.416] (II) Using input driver 'evdev' for 'Sleep Button'
[ 16.416] (**) Sleep Button: always reports core events
[ 16.416] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 16.416] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 16.416] (--) evdev: Sleep Button: Found keys
[ 16.416] (II) evdev: Sleep Button: Configuring as keyboard
[ 16.416] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input3/event3"
[ 16.416] (II) XINPUT: Adding extended input device "Sleep Button"
(type: KEYBOARD, id 7)
[ 16.416] (**) Option "xkb_rules" "evdev"
[ 16.416] (**) Option "xkb_model" "pc105"
[ 16.416] (**) Option "xkb_layout" "de"
[ 16.416] (II) config/udev: Adding input device VirtualBox USB Tablet
(/dev/input/event1)
[ 16.416] (**) VirtualBox USB Tablet: Applying InputClass "evdev
pointer catchall"
[ 16.416] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
[ 16.416] (**) VirtualBox USB Tablet: always reports core events
[ 16.416] (**) evdev: VirtualBox USB Tablet: Device: "/dev/input/event1"
[ 16.417] (--) evdev: VirtualBox USB Tablet: Vendor 0x80ee Product 0x21
[ 16.417] (--) evdev: VirtualBox USB Tablet: Found 9 mouse buttons
[ 16.417] (--) evdev: VirtualBox USB Tablet: Found scroll wheel(s)
[ 16.417] (--) evdev: VirtualBox USB Tablet: Found relative axes
[ 16.417] (--) evdev: VirtualBox USB Tablet: Found absolute axes
[ 16.417] (--) evdev: VirtualBox USB Tablet: Found x and y absolute axes
[ 16.417] (--) evdev: VirtualBox USB Tablet: Found absolute touchscreen
[ 16.417] (II) evdev: VirtualBox USB Tablet: Configuring as touchscreen
[ 16.417] (II) evdev: VirtualBox USB Tablet: Adding scrollwheel support
[ 16.417] (**) evdev: VirtualBox USB Tablet: YAxisMapping: buttons 4
and 5
[ 16.417] (**) evdev: VirtualBox USB Tablet: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.417] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:06.0/usb2/2-1/2-1:1.0/input/input1/event1"
[ 16.417] (II) XINPUT: Adding extended input device "VirtualBox USB
Tablet" (type: TOUCHSCREEN, id 8)
[ 16.417] (WW) evdev: VirtualBox USB Tablet: touchpads, tablets and
touchscreens ignore relative axes.
[ 16.417] (II) evdev: VirtualBox USB Tablet: initialized for absolute
axes.
[ 16.417] (**) VirtualBox USB Tablet: (accel) keeping acceleration
scheme 1
[ 16.417] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
[ 16.417] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[ 16.417] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[ 16.417] (II) config/udev: Adding input device VirtualBox USB Tablet
(/dev/input/js0)
[ 16.417] (II) No input driver specified, ignoring this device.
[ 16.417] (II) This device may have been added with another device file.
[ 16.417] (II) config/udev: Adding input device VirtualBox USB Tablet
(/dev/input/mouse0)
[ 16.417] (II) No input driver specified, ignoring this device.
[ 16.417] (II) This device may have been added with another device file.
[ 16.418] (II) config/udev: Adding input device AT Translated Set 2
keyboard (/dev/input/event0)
[ 16.418] (**) AT Translated Set 2 keyboard: Applying InputClass
"evdev keyboard catchall"
[ 16.418] (II) Using input driver 'evdev' for 'AT Translated Set 2
keyboard'
[ 16.418] (**) AT Translated Set 2 keyboard: always reports core events
[ 16.418] (**) evdev: AT Translated Set 2 keyboard: Device:
"/dev/input/event0"
[ 16.418] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1
Product 0x1
[ 16.418] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 16.418] (II) evdev: AT Translated Set 2 keyboard: Configuring as
keyboard
[ 16.418] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 16.418] (II) XINPUT: Adding extended input device "AT Translated
Set 2 keyboard" (type: KEYBOARD, id 9)
[ 16.418] (**) Option "xkb_rules" "evdev"
[ 16.418] (**) Option "xkb_model" "pc105"
[ 16.418] (**) Option "xkb_layout" "de"
[ 16.418] (II) config/udev: Adding input device ImExPS/2 Generic
Explorer Mouse (/dev/input/event5)
[ 16.418] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass
"evdev pointer catchall"
[ 16.418] (II) Using input driver 'evdev' for 'ImExPS/2 Generic
Explorer Mouse'
[ 16.418] (**) ImExPS/2 Generic Explorer Mouse: always reports core
events
[ 16.418] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device:
"/dev/input/event5"
[ 16.418] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2
Product 0x6
[ 16.418] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse
buttons
[ 16.418] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll
wheel(s)
[ 16.418] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative
axes
[ 16.418] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y
relative axes
[ 16.418] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as
mouse
[ 16.418] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding
scrollwheel support
[ 16.418] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping:
buttons 4 and 5
[ 16.418] (**) evdev: ImExPS/2 Generic Explorer Mouse:
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 16.418] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[ 16.418] (II) XINPUT: Adding extended input device "ImExPS/2 Generic
Explorer Mouse" (type: MOUSE, id 10)
[ 16.418] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized
for relative axes.
[ 16.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping
acceleration scheme 1
[ 16.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration
profile 0
[ 16.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration
factor: 2.000
[ 16.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration
threshold: 4
[ 16.419] (II) config/udev: Adding input device ImExPS/2 Generic
Explorer Mouse (/dev/input/mouse1)
[ 16.419] (II) No input driver specified, ignoring this device.
[ 16.419] (II) This device may have been added with another device file.
[ 16.419] (II) config/udev: Adding input device PC Speaker
(/dev/input/event4)
[ 16.419] (II) No input driver specified, ignoring this device.
[ 16.419] (II) This device may have been added with another device file.
More information about the Pkg-virtualbox-devel
mailing list