[РЕШЕНО] Маленькое разрешение экрана (Arch установлен на VirtualBox)

Arch поставила на VirtualBox система стоит и работает нормально, но разрешение экрана максимум 1024x768, а нужно 1920x1080. Как сделать нормальное разрешение в 1920x1080?

Следующие гостевые модули установлены:
virtualbox-guest-dkms
virtualbox-guest-modules
virtualbox-guest-utils
virtualbox-host-dkms
virtualbox-host-modules

пользователь входит в группу vboxusers

следующая строка в начале ~/.xinitrc перед любыми exec функциями добавлена:
/usr/bin/VBoxClient-all

Установлен автоматический запуск этого кода при загрузке:
systemctl enable vboxservice

xrandr выдает что maximum 1024x768

Содержимое файла /etc/modules-load.d/virtualbox.conf
vboxdrv
vboxguest
vboxsf
vboxvideo
Содержимое файла /etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
    Identifier             "Monitor0"
    HorizSync   30.0-80.0
    VertRefresh 30-90
  EndSection

Section "Device"
    Identifier             "Device0"
    Driver                 "vesa" #Choose the driver used for this monitor
EndSection

Section "Screen"
    Identifier             "Screen0"  #Collapse Monitor and Device section to Screen section
    Device                 "Device0"
    Monitor                "Monitor0"
    DefaultDepth            24 #Choose the depth (16||24)
    SubSection             "Display"
        Depth               24
        Modes              "1920x1080" "1024x768" #Choose the resolution
    EndSubSection
EndSection
Содержимое файла /var/log/Xorg.0.log

[    24.594]
X.Org X Server 1.17.1
Release Date: 2015-02-10
[    24.594] X Protocol Version 11, Revision 0
[    24.594] Build Operating System: Linux 3.19.2-1-ARCH x86_64
[    24.595] Current Operating System: Linux VBox 4.0.1-1-ARCH #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015 x86_64
[    24.595] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a8bffbaa-47ea-476a-b18e-950e764f19d0 rw quiet
[    24.595] Build Date: 14 April 2015  10:34:18AM
[    24.595]
[    24.595] Current version of pixman: 0.32.6
[    24.595] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    24.595] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.595] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 30 20:23:08 2015
[    24.616] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    24.616] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.654] (==) No Layout section.  Using the first Screen section.
[    24.654] (**) |-->Screen "Screen0" (0)
[    24.654] (**) |   |-->Monitor "Monitor0"
[    24.655] (**) |   |-->Device "Device0"
[    24.655] (==) Automatically adding devices
[    24.655] (==) Automatically enabling devices
[    24.655] (==) Automatically adding GPU devices
[    24.674] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[    24.674] 	Entry deleted from font path.
[    24.674] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[    24.674] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    24.674] 	Entry deleted from font path.
[    24.694] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    24.694] (==) ModulePath set to "/usr/lib/xorg/modules"
[    24.694] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.694] (II) Loader magic: 0x815d80
[    24.694] (II) Module ABI versions:
[    24.694] 	X.Org ANSI C Emulation: 0.4
[    24.694] 	X.Org Video Driver: 19.0
[    24.694] 	X.Org XInput driver : 21.0
[    24.694] 	X.Org Server Extension : 9.0
[    24.697] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    24.697] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.698] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    24.701] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/134217728
[    24.701] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    24.702] (II) LoadModule: "glx"
[    24.703] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    24.778] (II) Module glx: vendor="X.Org Foundation"
[    24.778] 	compiled for 1.17.1, module version = 1.0.0
[    24.778] 	ABI class: X.Org Server Extension, version 9.0
[    24.778] (==) AIGLX enabled
[    24.778] (II) LoadModule: "vesa"
[    24.794] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    24.800] (II) Module vesa: vendor="X.Org Foundation"
[    24.800] 	compiled for 1.17.0, module version = 2.3.2
[    24.800] 	Module class: X.Org Video Driver
[    24.800] 	ABI class: X.Org Video Driver, version 19.0
[    24.800] (II) VESA: driver for VESA chipsets: vesa
[    24.800] (++) using VT number 1

[    24.800] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    24.801] (II) Loading sub module "vbe"
[    24.801] (II) LoadModule: "vbe"
[    24.801] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    24.805] (II) Module vbe: vendor="X.Org Foundation"
[    24.805] 	compiled for 1.17.1, module version = 1.1.0
[    24.805] 	ABI class: X.Org Video Driver, version 19.0
[    24.805] (II) Loading sub module "int10"
[    24.805] (II) LoadModule: "int10"
[    24.805] (II) Loading /usr/lib/xorg/modules/libint10.so
[    24.813] (II) Module int10: vendor="X.Org Foundation"
[    24.813] 	compiled for 1.17.1, module version = 1.0.0
[    24.813] 	ABI class: X.Org Video Driver, version 19.0
[    24.813] (II) VESA(0): initializing int10
[    24.814] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    24.815] (II) VESA(0): VESA BIOS detected
[    24.815] (II) VESA(0): VESA VBE Version 2.0
[    24.815] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[    24.815] (II) VESA(0): VESA VBE OEM: VirtualBox VESA BIOS
[    24.815] (II) VESA(0): VESA VBE OEM Software Rev: 0.3
[    24.815] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[    24.815] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox VBE Adapter
[    24.815] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM VirtualBox Version 4.3.12
[    24.871] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
[    24.871] (==) VESA(0): RGB weight 888
[    24.871] (==) VESA(0): Default visual is TrueColor
[    24.871] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.871] (II) Loading sub module "ddc"
[    24.871] (II) LoadModule: "ddc"
[    24.871] (II) Module "ddc" already built-in
[    24.872] (II) VESA(0): VESA VBE DDC not supported
[    24.872] (II) VESA(0): Searching for matching VESA mode(s):
[    24.873] Mode: 100 (640x400)
[    24.873] 	ModeAttributes: 0x9b
[    24.873] 	WinAAttributes: 0x7
[    24.873] 	WinBAttributes: 0x0
[    24.873] 	WinGranularity: 64
[    24.873] 	WinSize: 64
[    24.873] 	WinASegment: 0xa000
[    24.873] 	WinBSegment: 0x0
[    24.873] 	WinFuncPtr: 0xc0000605
[    24.873] 	BytesPerScanline: 640
[    24.873] 	XResolution: 640
[    24.873] 	YResolution: 400
[    24.873] 	XCharSize: 8
[    24.873] 	YCharSize: 16
[    24.873] 	NumberOfPlanes: 1
[    24.873] 	BitsPerPixel: 8
[    24.873] 	NumberOfBanks: 1
[    24.873] 	MemoryModel: 4
[    24.873] 	BankSize: 0
[    24.873] 	NumberOfImages: 255
[    24.873] 	RedMaskSize: 0
[    24.873] 	RedFieldPosition: 0
[    24.873] 	GreenMaskSize: 0
[    24.873] 	GreenFieldPosition: 0
[    24.873] 	BlueMaskSize: 0
[    24.873] 	BlueFieldPosition: 0
[    24.873] 	RsvdMaskSize: 0
[    24.873] 	RsvdFieldPosition: 0
[    24.873] 	DirectColorModeInfo: 0
[    24.873] 	PhysBasePtr: 0xe0000000
[    24.874] Mode: 101 (640x480)
[    24.874] 	ModeAttributes: 0x9b
[    24.874] 	WinAAttributes: 0x7
[    24.874] 	WinBAttributes: 0x0
[    24.874] 	WinGranularity: 64
[    24.874] 	WinSize: 64
[    24.874] 	WinASegment: 0xa000
[    24.874] 	WinBSegment: 0x0
[    24.874] 	WinFuncPtr: 0xc0000605
[    24.874] 	BytesPerScanline: 640
[    24.874] 	XResolution: 640
[    24.874] 	YResolution: 480
[    24.874] 	XCharSize: 8
[    24.874] 	YCharSize: 16
[    24.874] 	NumberOfPlanes: 1
[    24.874] 	BitsPerPixel: 8
[    24.874] 	NumberOfBanks: 1
[    24.874] 	MemoryModel: 4
[    24.874] 	BankSize: 0
[    24.874] 	NumberOfImages: 255
[    24.874] 	RedMaskSize: 0
[    24.874] 	RedFieldPosition: 0
[    24.874] 	GreenMaskSize: 0
[    24.874] 	GreenFieldPosition: 0
[    24.874] 	BlueMaskSize: 0
[    24.874] 	BlueFieldPosition: 0
[    24.874] 	RsvdMaskSize: 0
[    24.874] 	RsvdFieldPosition: 0
[    24.874] 	DirectColorModeInfo: 0
[    24.874] 	PhysBasePtr: 0xe0000000
[    24.875] Mode: 102 (800x600)
[    24.875] 	ModeAttributes: 0x1f
[    24.875] 	WinAAttributes: 0x7
[    24.875] 	WinBAttributes: 0x0
[    24.875] 	WinGranularity: 64
[    24.875] 	WinSize: 64
[    24.875] 	WinASegment: 0xa000
[    24.875] 	WinBSegment: 0x0
[    24.875] 	WinFuncPtr: 0xc0000605
[    24.875] 	BytesPerScanline: 100
[    24.875] 	XResolution: 800
[    24.875] 	YResolution: 600
[    24.875] 	XCharSize: 8
[    24.875] 	YCharSize: 16
[    24.875] 	NumberOfPlanes: 4
[    24.875] 	BitsPerPixel: 4
[    24.875] 	NumberOfBanks: 1
[    24.875] 	MemoryModel: 3
[    24.875] 	BankSize: 0
[    24.875] 	NumberOfImages: 255
[    24.875] 	RedMaskSize: 0
[    24.875] 	RedFieldPosition: 0
[    24.875] 	GreenMaskSize: 0
[    24.875] 	GreenFieldPosition: 0
[    24.875] 	BlueMaskSize: 0
[    24.875] 	BlueFieldPosition: 0
[    24.875] 	RsvdMaskSize: 0
[    24.875] 	RsvdFieldPosition: 0
[    24.875] 	DirectColorModeInfo: 0
[    24.875] 	PhysBasePtr: 0xe0000000
[    24.876] Mode: 103 (800x600)
[    24.876] 	ModeAttributes: 0x9b
[    24.876] 	WinAAttributes: 0x7
[    24.877] 	WinBAttributes: 0x0
[    24.877] 	WinGranularity: 64
[    24.877] 	WinSize: 64
[    24.877] 	WinASegment: 0xa000
[    24.877] 	WinBSegment: 0x0
[    24.877] 	WinFuncPtr: 0xc0000605
[    24.877] 	BytesPerScanline: 800
[    24.877] 	XResolution: 800
[    24.877] 	YResolution: 600
[    24.877] 	XCharSize: 8
[    24.877] 	YCharSize: 16
[    24.877] 	NumberOfPlanes: 1
[    24.877] 	BitsPerPixel: 8
[    24.877] 	NumberOfBanks: 1
[    24.877] 	MemoryModel: 4
[    24.877] 	BankSize: 0
[    24.877] 	NumberOfImages: 255
[    24.877] 	RedMaskSize: 0
[    24.877] 	RedFieldPosition: 0
[    24.877] 	GreenMaskSize: 0
[    24.877] 	GreenFieldPosition: 0
[    24.877] 	BlueMaskSize: 0
[    24.877] 	BlueFieldPosition: 0
[    24.877] 	RsvdMaskSize: 0
[    24.877] 	RsvdFieldPosition: 0
[    24.877] 	DirectColorModeInfo: 0
[    24.877] 	PhysBasePtr: 0xe0000000
[    24.878] Mode: 104 (1024x768)
[    24.878] 	ModeAttributes: 0x1f
[    24.878] 	WinAAttributes: 0x7
[    24.878] 	WinBAttributes: 0x0
[    24.878] 	WinGranularity: 64
[    24.878] 	WinSize: 64
[    24.878] 	WinASegment: 0xa000
[    24.878] 	WinBSegment: 0x0
[    24.878] 	WinFuncPtr: 0xc0000605
[    24.878] 	BytesPerScanline: 128
[    24.878] 	XResolution: 1024
[    24.878] 	YResolution: 768
[    24.878] 	XCharSize: 8
[    24.878] 	YCharSize: 16
[    24.878] 	NumberOfPlanes: 4
[    24.878] 	BitsPerPixel: 4
[    24.878] 	NumberOfBanks: 1
[    24.878] 	MemoryModel: 3
[    24.878] 	BankSize: 0
[    24.878] 	NumberOfImages: 255
[    24.878] 	RedMaskSize: 0
[    24.878] 	RedFieldPosition: 0
[    24.878] 	GreenMaskSize: 0
[    24.878] 	GreenFieldPosition: 0
[    24.878] 	BlueMaskSize: 0
[    24.878] 	BlueFieldPosition: 0
[    24.878] 	RsvdMaskSize: 0
[    24.878] 	RsvdFieldPosition: 0
[    24.878] 	DirectColorModeInfo: 0
[    24.878] 	PhysBasePtr: 0xe0000000
[    24.879] Mode: 105 (1024x768)
[    24.879] 	ModeAttributes: 0x9b
[    24.879] 	WinAAttributes: 0x7
[    24.879] 	WinBAttributes: 0x0
[    24.879] 	WinGranularity: 64
[    24.879] 	WinSize: 64
[    24.879] 	WinASegment: 0xa000
[    24.879] 	WinBSegment: 0x0
[    24.879] 	WinFuncPtr: 0xc0000605
[    24.879] 	BytesPerScanline: 1024
[    24.879] 	XResolution: 1024
[    24.879] 	YResolution: 768
[    24.879] 	XCharSize: 8
[    24.879] 	YCharSize: 16
[    24.879] 	NumberOfPlanes: 1
[    24.879] 	BitsPerPixel: 8
[    24.879] 	NumberOfBanks: 1
[    24.879] 	MemoryModel: 4
[    24.879] 	BankSize: 0
[    24.879] 	NumberOfImages: 169
[    24.879] 	RedMaskSize: 0
[    24.879] 	RedFieldPosition: 0
[    24.879] 	GreenMaskSize: 0
[    24.879] 	GreenFieldPosition: 0
[    24.879] 	BlueMaskSize: 0
[    24.879] 	BlueFieldPosition: 0
[    24.879] 	RsvdMaskSize: 0
[    24.879] 	RsvdFieldPosition: 0
[    24.879] 	DirectColorModeInfo: 0
[    24.879] 	PhysBasePtr: 0xe0000000
[    24.881] Mode: 106 (1280x1024)
[    24.881] 	ModeAttributes: 0x1f
[    24.881] 	WinAAttributes: 0x7
[    24.881] 	WinBAttributes: 0x0
[    24.881] 	WinGranularity: 64
[    24.881] 	WinSize: 64
[    24.881] 	WinASegment: 0xa000
[    24.881] 	WinBSegment: 0x0
[    24.881] 	WinFuncPtr: 0xc0000605
[    24.881] 	BytesPerScanline: 160
[    24.881] 	XResolution: 1280
[    24.881] 	YResolution: 1024
[    24.881] 	XCharSize: 8
[    24.881] 	YCharSize: 16
[    24.881] 	NumberOfPlanes: 4
[    24.881] 	BitsPerPixel: 4
[    24.881] 	NumberOfBanks: 1
[    24.881] 	MemoryModel: 3
[    24.881] 	BankSize: 0
[    24.881] 	NumberOfImages: 203
[    24.881] 	RedMaskSize: 0
[    24.881] 	RedFieldPosition: 0
[    24.881] 	GreenMaskSize: 0
[    24.881] 	GreenFieldPosition: 0
[    24.881] 	BlueMaskSize: 0
[    24.881] 	BlueFieldPosition: 0
[    24.881] 	RsvdMaskSize: 0
[    24.881] 	RsvdFieldPosition: 0
[    24.881] 	DirectColorModeInfo: 0
[    24.881] 	PhysBasePtr: 0xe0000000
[    24.882] Mode: 107 (1280x1024)
[    24.882] 	ModeAttributes: 0x9b
[    24.882] 	WinAAttributes: 0x7
[    24.882] 	WinBAttributes: 0x0
[    24.882] 	WinGranularity: 64
[    24.882] 	WinSize: 64
[    24.882] 	WinASegment: 0xa000
[    24.882] 	WinBSegment: 0x0
[    24.882] 	WinFuncPtr: 0xc0000605
[    24.882] 	BytesPerScanline: 1280
[    24.882] 	XResolution: 1280
[    24.882] 	YResolution: 1024
[    24.882] 	XCharSize: 8
[    24.882] 	YCharSize: 16
[    24.882] 	NumberOfPlanes: 1
[    24.882] 	BitsPerPixel: 8
[    24.882] 	NumberOfBanks: 1
[    24.882] 	MemoryModel: 4
[    24.882] 	BankSize: 0
[    24.882] 	NumberOfImages: 101
[    24.882] 	RedMaskSize: 0
[    24.882] 	RedFieldPosition: 0
[    24.882] 	GreenMaskSize: 0
[    24.882] 	GreenFieldPosition: 0
[    24.882] 	BlueMaskSize: 0
[    24.882] 	BlueFieldPosition: 0
[    24.882] 	RsvdMaskSize: 0
[    24.882] 	RsvdFieldPosition: 0
[    24.882] 	DirectColorModeInfo: 0
[    24.882] 	PhysBasePtr: 0xe0000000
[    24.883] Mode: 10d (320x200)
[    24.883] 	ModeAttributes: 0x9b
[    24.884] 	WinAAttributes: 0x7
[    24.884] 	WinBAttributes: 0x0
[    24.884] 	WinGranularity: 64
[    24.884] 	WinSize: 64
[    24.884] 	WinASegment: 0xa000
[    24.884] 	WinBSegment: 0x0
[    24.884] 	WinFuncPtr: 0xc0000605
[    24.884] 	BytesPerScanline: 640
[    24.884] 	XResolution: 320
[    24.884] 	YResolution: 200
[    24.884] 	XCharSize: 8
[    24.884] 	YCharSize: 16
[    24.884] 	NumberOfPlanes: 1
[    24.884] 	BitsPerPixel: 15
[    24.884] 	NumberOfBanks: 1
[    24.884] 	MemoryModel: 6
[    24.884] 	BankSize: 0
[    24.884] 	NumberOfImages: 255
[    24.884] 	RedMaskSize: 5
[    24.884] 	RedFieldPosition: 10
[    24.884] 	GreenMaskSize: 5
[    24.884] 	GreenFieldPosition: 5
[    24.884] 	BlueMaskSize: 5
[    24.884] 	BlueFieldPosition: 0
[    24.884] 	RsvdMaskSize: 1
[    24.884] 	RsvdFieldPosition: 15
[    24.884] 	DirectColorModeInfo: 0
[    24.884] 	PhysBasePtr: 0xe0000000
[    24.885] Mode: 10e (320x200)
[    24.885] 	ModeAttributes: 0x9b
[    24.885] 	WinAAttributes: 0x7
[    24.885] 	WinBAttributes: 0x0
[    24.885] 	WinGranularity: 64
[    24.885] 	WinSize: 64
[    24.885] 	WinASegment: 0xa000
[    24.885] 	WinBSegment: 0x0
[    24.885] 	WinFuncPtr: 0xc0000605
[    24.885] 	BytesPerScanline: 640
[    24.885] 	XResolution: 320
[    24.885] 	YResolution: 200
[    24.885] 	XCharSize: 8
[    24.885] 	YCharSize: 16
[    24.885] 	NumberOfPlanes: 1
[    24.885] 	BitsPerPixel: 16
[    24.885] 	NumberOfBanks: 1
[    24.885] 	MemoryModel: 6
[    24.885] 	BankSize: 0
[    24.885] 	NumberOfImages: 255
[    24.885] 	RedMaskSize: 5
[    24.885] 	RedFieldPosition: 11
[    24.885] 	GreenMaskSize: 6
[    24.885] 	GreenFieldPosition: 5
[    24.885] 	BlueMaskSize: 5
[    24.885] 	BlueFieldPosition: 0
[    24.885] 	RsvdMaskSize: 0
[    24.885] 	RsvdFieldPosition: 0
[    24.885] 	DirectColorModeInfo: 0
[    24.885] 	PhysBasePtr: 0xe0000000
[    24.887] Mode: 10f (320x200)
[    24.887] 	ModeAttributes: 0x9b
[    24.887] 	WinAAttributes: 0x7
[    24.887] 	WinBAttributes: 0x0
[    24.887] 	WinGranularity: 64
[    24.887] 	WinSize: 64
[    24.887] 	WinASegment: 0xa000
[    24.887] 	WinBSegment: 0x0
[    24.887] 	WinFuncPtr: 0xc0000605
[    24.887] 	BytesPerScanline: 960
[    24.887] 	XResolution: 320
[    24.887] 	YResolution: 200
[    24.887] 	XCharSize: 8
[    24.887] 	YCharSize: 16
[    24.887] 	NumberOfPlanes: 1
[    24.887] 	BitsPerPixel: 24
[    24.887] 	NumberOfBanks: 1
[    24.887] 	MemoryModel: 6
[    24.887] 	BankSize: 0
[    24.887] 	NumberOfImages: 255
[    24.887] 	RedMaskSize: 8
[    24.887] 	RedFieldPosition: 16
[    24.887] 	GreenMaskSize: 8
[    24.887] 	GreenFieldPosition: 8
[    24.887] 	BlueMaskSize: 8
[    24.887] 	BlueFieldPosition: 0
[    24.887] 	RsvdMaskSize: 0
[    24.887] 	RsvdFieldPosition: 0
[    24.887] 	DirectColorModeInfo: 0
[    24.887] 	PhysBasePtr: 0xe0000000
[    24.888] Mode: 110 (640x480)
[    24.888] 	ModeAttributes: 0x9b
[    24.888] 	WinAAttributes: 0x7
[    24.888] 	WinBAttributes: 0x0
[    24.888] 	WinGranularity: 64
[    24.888] 	WinSize: 64
[    24.888] 	WinASegment: 0xa000
[    24.888] 	WinBSegment: 0x0
[    24.888] 	WinFuncPtr: 0xc0000605
[    24.888] 	BytesPerScanline: 1280
[    24.888] 	XResolution: 640
[    24.888] 	YResolution: 480
[    24.888] 	XCharSize: 8
[    24.888] 	YCharSize: 16
[    24.888] 	NumberOfPlanes: 1
[    24.888] 	BitsPerPixel: 15
[    24.888] 	NumberOfBanks: 1
[    24.888] 	MemoryModel: 6
[    24.889] 	BankSize: 0
[    24.889] 	NumberOfImages: 217
[    24.889] 	RedMaskSize: 5
[    24.889] 	RedFieldPosition: 10
[    24.889] 	GreenMaskSize: 5
[    24.889] 	GreenFieldPosition: 5
[    24.889] 	BlueMaskSize: 5
[    24.889] 	BlueFieldPosition: 0
[    24.889] 	RsvdMaskSize: 1
[    24.889] 	RsvdFieldPosition: 15
[    24.889] 	DirectColorModeInfo: 0
[    24.889] 	PhysBasePtr: 0xe0000000
[    24.890] Mode: 111 (640x480)
[    24.890] 	ModeAttributes: 0x9b
[    24.890] 	WinAAttributes: 0x7
[    24.890] 	WinBAttributes: 0x0
[    24.890] 	WinGranularity: 64
[    24.890] 	WinSize: 64
[    24.890] 	WinASegment: 0xa000
[    24.890] 	WinBSegment: 0x0
[    24.890] 	WinFuncPtr: 0xc0000605
[    24.890] 	BytesPerScanline: 1280
[    24.890] 	XResolution: 640
[    24.890] 	YResolution: 480
[    24.890] 	XCharSize: 8
[    24.890] 	YCharSize: 16
[    24.890] 	NumberOfPlanes: 1
[    24.890] 	BitsPerPixel: 16
[    24.890] 	NumberOfBanks: 1
[    24.890] 	MemoryModel: 6
[    24.890] 	BankSize: 0
[    24.890] 	NumberOfImages: 217
[    24.890] 	RedMaskSize: 5
[    24.890] 	RedFieldPosition: 11
[    24.890] 	GreenMaskSize: 6
[    24.890] 	GreenFieldPosition: 5
[    24.890] 	BlueMaskSize: 5
[    24.890] 	BlueFieldPosition: 0
[    24.890] 	RsvdMaskSize: 0
[    24.890] 	RsvdFieldPosition: 0
[    24.890] 	DirectColorModeInfo: 0
[    24.890] 	PhysBasePtr: 0xe0000000
[    24.891] Mode: 112 (640x480)
[    24.891] 	ModeAttributes: 0x9b
[    24.892] 	WinAAttributes: 0x7
[    24.892] 	WinBAttributes: 0x0
[    24.892] 	WinGranularity: 64
[    24.892] 	WinSize: 64
[    24.892] 	WinASegment: 0xa000
[    24.892] 	WinBSegment: 0x0
[    24.892] 	WinFuncPtr: 0xc0000605
[    24.892] 	BytesPerScanline: 1920
[    24.892] 	XResolution: 640
[    24.892] 	YResolution: 480
[    24.892] 	XCharSize: 8
[    24.892] 	YCharSize: 16
[    24.892] 	NumberOfPlanes: 1
[    24.892] 	BitsPerPixel: 24
[    24.892] 	NumberOfBanks: 1
[    24.892] 	MemoryModel: 6
[    24.892] 	BankSize: 0
[    24.892] 	NumberOfImages: 144
[    24.892] 	RedMaskSize: 8
[    24.892] 	RedFieldPosition: 16
[    24.892] 	GreenMaskSize: 8
[    24.892] 	GreenFieldPosition: 8
[    24.892] 	BlueMaskSize: 8
[    24.892] 	BlueFieldPosition: 0
[    24.892] 	RsvdMaskSize: 0
[    24.892] 	RsvdFieldPosition: 0
[    24.892] 	DirectColorModeInfo: 0
[    24.892] 	PhysBasePtr: 0xe0000000
[    24.893] Mode: 113 (800x600)
[    24.893] 	ModeAttributes: 0x9b
[    24.893] 	WinAAttributes: 0x7
[    24.893] 	WinBAttributes: 0x0
[    24.893] 	WinGranularity: 64
[    24.893] 	WinSize: 64
[    24.893] 	WinASegment: 0xa000
[    24.893] 	WinBSegment: 0x0
[    24.893] 	WinFuncPtr: 0xc0000605
[    24.893] 	BytesPerScanline: 1600
[    24.893] 	XResolution: 800
[    24.893] 	YResolution: 600
[    24.894] 	XCharSize: 8
[    24.894] 	YCharSize: 16
[    24.894] 	NumberOfPlanes: 1
[    24.894] 	BitsPerPixel: 15
[    24.894] 	NumberOfBanks: 1
[    24.894] 	MemoryModel: 6
[    24.894] 	BankSize: 0
[    24.894] 	NumberOfImages: 138
[    24.894] 	RedMaskSize: 5
[    24.894] 	RedFieldPosition: 10
[    24.894] 	GreenMaskSize: 5
[    24.894] 	GreenFieldPosition: 5
[    24.894] 	BlueMaskSize: 5
[    24.894] 	BlueFieldPosition: 0
[    24.894] 	RsvdMaskSize: 1
[    24.894] 	RsvdFieldPosition: 15
[    24.894] 	DirectColorModeInfo: 0
[    24.894] 	PhysBasePtr: 0xe0000000
[    24.895] Mode: 114 (800x600)
[    24.895] 	ModeAttributes: 0x9b
[    24.895] 	WinAAttributes: 0x7
[    24.895] 	WinBAttributes: 0x0
[    24.895] 	WinGranularity: 64
[    24.895] 	WinSize: 64
[    24.895] 	WinASegment: 0xa000
[    24.895] 	WinBSegment: 0x0
[    24.895] 	WinFuncPtr: 0xc0000605
[    24.895] 	BytesPerScanline: 1600
[    24.895] 	XResolution: 800
[    24.895] 	YResolution: 600
[    24.895] 	XCharSize: 8
[    24.895] 	YCharSize: 16
[    24.895] 	NumberOfPlanes: 1
[    24.895] 	BitsPerPixel: 16
[    24.895] 	NumberOfBanks: 1
[    24.895] 	MemoryModel: 6
[    24.895] 	BankSize: 0
[    24.895] 	NumberOfImages: 138
[    24.895] 	RedMaskSize: 5
[    24.895] 	RedFieldPosition: 11
[    24.895] 	GreenMaskSize: 6
[    24.895] 	GreenFieldPosition: 5
[    24.895] 	BlueMaskSize: 5
[    24.895] 	BlueFieldPosition: 0
[    24.895] 	RsvdMaskSize: 0
[    24.895] 	RsvdFieldPosition: 0
[    24.895] 	DirectColorModeInfo: 0
[    24.895] 	PhysBasePtr: 0xe0000000
[    24.897] Mode: 115 (800x600)
[    24.897] 	ModeAttributes: 0x9b
[    24.897] 	WinAAttributes: 0x7
[    24.897] 	WinBAttributes: 0x0
[    24.897] 	WinGranularity: 64
[    24.897] 	WinSize: 64
[    24.897] 	WinASegment: 0xa000
[    24.897] 	WinBSegment: 0x0
[    24.897] 	WinFuncPtr: 0xc0000605
[    24.897] 	BytesPerScanline: 2400
[    24.897] 	XResolution: 800
[    24.897] 	YResolution: 600
[    24.897] 	XCharSize: 8
[    24.897] 	YCharSize: 16
[    24.897] 	NumberOfPlanes: 1
[    24.897] 	BitsPerPixel: 24
[    24.897] 	NumberOfBanks: 1
[    24.897] 	MemoryModel: 6
[    24.897] 	BankSize: 0
[    24.897] 	NumberOfImages: 92
[    24.897] 	RedMaskSize: 8
[    24.897] 	RedFieldPosition: 16
[    24.897] 	GreenMaskSize: 8
[    24.897] 	GreenFieldPosition: 8
[    24.897] 	BlueMaskSize: 8
[    24.897] 	BlueFieldPosition: 0
[    24.897] 	RsvdMaskSize: 0
[    24.897] 	RsvdFieldPosition: 0
[    24.897] 	DirectColorModeInfo: 0
[    24.897] 	PhysBasePtr: 0xe0000000
[    24.898] Mode: 116 (1024x768)
[    24.898] 	ModeAttributes: 0x9b
[    24.898] 	WinAAttributes: 0x7
[    24.898] 	WinBAttributes: 0x0
[    24.898] 	WinGranularity: 64
[    24.898] 	WinSize: 64
[    24.898] 	WinASegment: 0xa000
[    24.898] 	WinBSegment: 0x0
[    24.898] 	WinFuncPtr: 0xc0000605
[    24.898] 	BytesPerScanline: 2048
[    24.898] 	XResolution: 1024
[    24.898] 	YResolution: 768
[    24.898] 	XCharSize: 8
[    24.898] 	YCharSize: 16
[    24.898] 	NumberOfPlanes: 1
[    24.898] 	BitsPerPixel: 15
[    24.898] 	NumberOfBanks: 1
[    24.898] 	MemoryModel: 6
[    24.898] 	BankSize: 0
[    24.898] 	NumberOfImages: 84
[    24.898] 	RedMaskSize: 5
[    24.899] 	RedFieldPosition: 10
[    24.899] 	GreenMaskSize: 5
[    24.899] 	GreenFieldPosition: 5
[    24.899] 	BlueMaskSize: 5
[    24.899] 	BlueFieldPosition: 0
[    24.899] 	RsvdMaskSize: 1
[    24.899] 	RsvdFieldPosition: 15
[    24.899] 	DirectColorModeInfo: 0
[    24.899] 	PhysBasePtr: 0xe0000000
[    24.900] Mode: 117 (1024x768)
[    24.900] 	ModeAttributes: 0x9b
[    24.900] 	WinAAttributes: 0x7
[    24.900] 	WinBAttributes: 0x0
[    24.900] 	WinGranularity: 64
[    24.900] 	WinSize: 64
[    24.900] 	WinASegment: 0xa000
[    24.900] 	WinBSegment: 0x0
[    24.900] 	WinFuncPtr: 0xc0000605
[    24.900] 	BytesPerScanline: 2048
[    24.900] 	XResolution: 1024
[    24.900] 	YResolution: 768
[    24.900] 	XCharSize: 8
[    24.900] 	YCharSize: 16
[    24.900] 	NumberOfPlanes: 1
[    24.900] 	BitsPerPixel: 16
[    24.900] 	NumberOfBanks: 1
[    24.901] 	MemoryModel: 6
[    24.901] 	BankSize: 0
[    24.901] 	NumberOfImages: 84
[    24.901] 	RedMaskSize: 5
[    24.901] 	RedFieldPosition: 11
[    24.901] 	GreenMaskSize: 6
[    24.901] 	GreenFieldPosition: 5
[    24.901] 	BlueMaskSize: 5
[    24.901] 	BlueFieldPosition: 0
[    24.901] 	RsvdMaskSize: 0
[    24.901] 	RsvdFieldPosition: 0
[    24.901] 	DirectColorModeInfo: 0
[    24.901] 	PhysBasePtr: 0xe0000000
[    24.902] Mode: 118 (1024x768)
[    24.902] 	ModeAttributes: 0x9b
[    24.902] 	WinAAttributes: 0x7
[    24.902] 	WinBAttributes: 0x0
[    24.902] 	WinGranularity: 64
[    24.902] 	WinSize: 64
[    24.902] 	WinASegment: 0xa000
[    24.902] 	WinBSegment: 0x0
[    24.902] 	WinFuncPtr: 0xc0000605
[    24.902] 	BytesPerScanline: 3072
[    24.902] 	XResolution: 1024
[    24.902] 	YResolution: 768
[    24.902] 	XCharSize: 8
[    24.902] 	YCharSize: 16
[    24.902] 	NumberOfPlanes: 1
[    24.902] 	BitsPerPixel: 24
[    24.902] 	NumberOfBanks: 1
[    24.902] 	MemoryModel: 6
[    24.902] 	BankSize: 0
[    24.902] 	NumberOfImages: 55
[    24.902] 	RedMaskSize: 8
[    24.902] 	RedFieldPosition: 16
[    24.902] 	GreenMaskSize: 8
[    24.902] 	GreenFieldPosition: 8
[    24.902] 	BlueMaskSize: 8
[    24.902] 	BlueFieldPosition: 0
[    24.902] 	RsvdMaskSize: 0
[    24.902] 	RsvdFieldPosition: 0
[    24.902] 	DirectColorModeInfo: 0
[    24.902] 	PhysBasePtr: 0xe0000000
[    24.904] Mode: 119 (1280x1024)
[    24.904] 	ModeAttributes: 0x9b
[    24.904] 	WinAAttributes: 0x7
[    24.904] 	WinBAttributes: 0x0
[    24.904] 	WinGranularity: 64
[    24.904] 	WinSize: 64
[    24.904] 	WinASegment: 0xa000
[    24.904] 	WinBSegment: 0x0
[    24.904] 	WinFuncPtr: 0xc0000605
[    24.904] 	BytesPerScanline: 2560
[    24.904] 	XResolution: 1280
[    24.904] 	YResolution: 1024
[    24.904] 	XCharSize: 8
[    24.904] 	YCharSize: 16
[    24.904] 	NumberOfPlanes: 1
[    24.904] 	BitsPerPixel: 15
[    24.904] 	NumberOfBanks: 1
[    24.904] 	MemoryModel: 6
[    24.904] 	BankSize: 0
[    24.904] 	NumberOfImages: 50
[    24.904] 	RedMaskSize: 5
[    24.904] 	RedFieldPosition: 10
[    24.904] 	GreenMaskSize: 5
[    24.904] 	GreenFieldPosition: 5
[    24.904] 	BlueMaskSize: 5
[    24.904] 	BlueFieldPosition: 0
[    24.904] 	RsvdMaskSize: 1
[    24.904] 	RsvdFieldPosition: 15
[    24.904] 	DirectColorModeInfo: 0
[    24.904] 	PhysBasePtr: 0xe0000000
[    24.906] Mode: 11a (1280x1024)
[    24.906] 	ModeAttributes: 0x9b
[    24.906] 	WinAAttributes: 0x7
[    24.906] 	WinBAttributes: 0x0
[    24.906] 	WinGranularity: 64
[    24.906] 	WinSize: 64
[    24.906] 	WinASegment: 0xa000
[    24.906] 	WinBSegment: 0x0
[    24.906] 	WinFuncPtr: 0xc0000605
[    24.906] 	BytesPerScanline: 2560
[    24.906] 	XResolution: 1280
[    24.906] 	YResolution: 1024
[    24.906] 	XCharSize: 8
[    24.906] 	YCharSize: 16
[    24.906] 	NumberOfPlanes: 1
[    24.906] 	BitsPerPixel: 16
[    24.906] 	NumberOfBanks: 1
[    24.906] 	MemoryModel: 6
[    24.906] 	BankSize: 0
[    24.906] 	NumberOfImages: 50
[    24.906] 	RedMaskSize: 5
[    24.906] 	RedFieldPosition: 11
[    24.906] 	GreenMaskSize: 6
[    24.906] 	GreenFieldPosition: 5
[    24.906] 	BlueMaskSize: 5
[    24.906] 	BlueFieldPosition: 0
[    24.906] 	RsvdMaskSize: 0
[    24.906] 	RsvdFieldPosition: 0
[    24.906] 	DirectColorModeInfo: 0
[    24.906] 	PhysBasePtr: 0xe0000000
[    24.907] Mode: 11b (1280x1024)
[    24.908] 	ModeAttributes: 0x9b
[    24.908] 	WinAAttributes: 0x7
[    24.908] 	WinBAttributes: 0x0
[    24.908] 	WinGranularity: 64
[    24.908] 	WinSize: 64
[    24.908] 	WinASegment: 0xa000
[    24.908] 	WinBSegment: 0x0
[    24.908] 	WinFuncPtr: 0xc0000605
[    24.908] 	BytesPerScanline: 3840
[    24.908] 	XResolution: 1280
[    24.908] 	YResolution: 1024
[    24.908] 	XCharSize: 8
[    24.908] 	YCharSize: 16
[    24.908] 	NumberOfPlanes: 1
[    24.908] 	BitsPerPixel: 24
[    24.908] 	NumberOfBanks: 1
[    24.908] 	MemoryModel: 6
[    24.908] 	BankSize: 0
[    24.908] 	NumberOfImages: 33
[    24.908] 	RedMaskSize: 8
[    24.908] 	RedFieldPosition: 16
[    24.908] 	GreenMaskSize: 8
[    24.908] 	GreenFieldPosition: 8
[    24.908] 	BlueMaskSize: 8
[    24.908] 	BlueFieldPosition: 0
[    24.908] 	RsvdMaskSize: 0
[    24.908] 	RsvdFieldPosition: 0
[    24.908] 	DirectColorModeInfo: 0
[    24.908] 	PhysBasePtr: 0xe0000000
[    24.909] *Mode: 140 (320x200)
[    24.909] 	ModeAttributes: 0x9b
[    24.909] 	WinAAttributes: 0x7
[    24.909] 	WinBAttributes: 0x0
[    24.909] 	WinGranularity: 64
[    24.909] 	WinSize: 64
[    24.909] 	WinASegment: 0xa000
[    24.909] 	WinBSegment: 0x0
[    24.909] 	WinFuncPtr: 0xc0000605
[    24.909] 	BytesPerScanline: 1280
[    24.909] 	XResolution: 320
[    24.909] 	YResolution: 200
[    24.909] 	XCharSize: 8
[    24.909] 	YCharSize: 16
[    24.909] 	NumberOfPlanes: 1
[    24.909] 	BitsPerPixel: 32
[    24.909] 	NumberOfBanks: 1
[    24.909] 	MemoryModel: 6
[    24.909] 	BankSize: 0
[    24.909] 	NumberOfImages: 255
[    24.909] 	RedMaskSize: 8
[    24.909] 	RedFieldPosition: 16
[    24.909] 	GreenMaskSize: 8
[    24.909] 	GreenFieldPosition: 8
[    24.909] 	BlueMaskSize: 8
[    24.909] 	BlueFieldPosition: 0
[    24.909] 	RsvdMaskSize: 8
[    24.909] 	RsvdFieldPosition: 24
[    24.909] 	DirectColorModeInfo: 2
[    24.909] 	PhysBasePtr: 0xe0000000
[    24.911] *Mode: 141 (640x400)
[    24.911] 	ModeAttributes: 0x9b
[    24.911] 	WinAAttributes: 0x7
[    24.911] 	WinBAttributes: 0x0
[    24.911] 	WinGranularity: 64
[    24.911] 	WinSize: 64
[    24.911] 	WinASegment: 0xa000
[    24.911] 	WinBSegment: 0x0
[    24.911] 	WinFuncPtr: 0xc0000605
[    24.911] 	BytesPerScanline: 2560
[    24.911] 	XResolution: 640
[    24.911] 	YResolution: 400
[    24.911] 	XCharSize: 8
[    24.911] 	YCharSize: 16
[    24.911] 	NumberOfPlanes: 1
[    24.911] 	BitsPerPixel: 32
[    24.911] 	NumberOfBanks: 1
[    24.911] 	MemoryModel: 6
[    24.911] 	BankSize: 0
[    24.911] 	NumberOfImages: 130
[    24.911] 	RedMaskSize: 8
[    24.911] 	RedFieldPosition: 16
[    24.911] 	GreenMaskSize: 8
[    24.911] 	GreenFieldPosition: 8
[    24.911] 	BlueMaskSize: 8
[    24.911] 	BlueFieldPosition: 0
[    24.911] 	RsvdMaskSize: 8
[    24.911] 	RsvdFieldPosition: 24
[    24.911] 	DirectColorModeInfo: 2
[    24.911] 	PhysBasePtr: 0xe0000000
[    24.913] *Mode: 142 (640x480)
[    24.913] 	ModeAttributes: 0x9b
[    24.913] 	WinAAttributes: 0x7
[    24.913] 	WinBAttributes: 0x0
[    24.913] 	WinGranularity: 64
[    24.913] 	WinSize: 64
[    24.913] 	WinASegment: 0xa000
[    24.913] 	WinBSegment: 0x0
[    24.913] 	WinFuncPtr: 0xc0000605
[    24.913] 	BytesPerScanline: 2560
[    24.913] 	XResolution: 640
[    24.913] 	YResolution: 480
[    24.913] 	XCharSize: 8
[    24.913] 	YCharSize: 16
[    24.913] 	NumberOfPlanes: 1
[    24.913] 	BitsPerPixel: 32
[    24.913] 	NumberOfBanks: 1
[    24.913] 	MemoryModel: 6
[    24.913] 	BankSize: 0
[    24.913] 	NumberOfImages: 108
[    24.913] 	RedMaskSize: 8
[    24.913] 	RedFieldPosition: 16
[    24.913] 	GreenMaskSize: 8
[    24.913] 	GreenFieldPosition: 8
[    24.913] 	BlueMaskSize: 8
[    24.913] 	BlueFieldPosition: 0
[    24.913] 	RsvdMaskSize: 8
[    24.913] 	RsvdFieldPosition: 24
[    24.913] 	DirectColorModeInfo: 2
[    24.913] 	PhysBasePtr: 0xe0000000
[    24.915] *Mode: 143 (800x600)
[    24.915] 	ModeAttributes: 0x9b
[    24.915] 	WinAAttributes: 0x7
[    24.915] 	WinBAttributes: 0x0
[    24.915] 	WinGranularity: 64
[    24.915] 	WinSize: 64
[    24.915] 	WinASegment: 0xa000
[    24.915] 	WinBSegment: 0x0
[    24.915] 	WinFuncPtr: 0xc0000605
[    24.915] 	BytesPerScanline: 3200
[    24.915] 	XResolution: 800
[    24.915] 	YResolution: 600
[    24.915] 	XCharSize: 8
[    24.915] 	YCharSize: 16
[    24.915] 	NumberOfPlanes: 1
[    24.915] 	BitsPerPixel: 32
[    24.915] 	NumberOfBanks: 1
[    24.915] 	MemoryModel: 6
[    24.915] 	BankSize: 0
[    24.915] 	NumberOfImages: 68
[    24.915] 	RedMaskSize: 8
[    24.915] 	RedFieldPosition: 16
[    24.915] 	GreenMaskSize: 8
[    24.915] 	GreenFieldPosition: 8
[    24.915] 	BlueMaskSize: 8
[    24.915] 	BlueFieldPosition: 0
[    24.915] 	RsvdMaskSize: 8
[    24.915] 	RsvdFieldPosition: 24
[    24.915] 	DirectColorModeInfo: 2
[    24.915] 	PhysBasePtr: 0xe0000000
[    24.917] *Mode: 144 (1024x768)
[    24.917] 	ModeAttributes: 0x9b
[    24.917] 	WinAAttributes: 0x7
[    24.917] 	WinBAttributes: 0x0
[    24.917] 	WinGranularity: 64
[    24.917] 	WinSize: 64
[    24.917] 	WinASegment: 0xa000
[    24.917] 	WinBSegment: 0x0
[    24.917] 	WinFuncPtr: 0xc0000605
[    24.917] 	BytesPerScanline: 4096
[    24.917] 	XResolution: 1024
[    24.917] 	YResolution: 768
[    24.917] 	XCharSize: 8
[    24.917] 	YCharSize: 16
[    24.917] 	NumberOfPlanes: 1
[    24.917] 	BitsPerPixel: 32
[    24.917] 	NumberOfBanks: 1
[    24.917] 	MemoryModel: 6
[    24.917] 	BankSize: 0
[    24.917] 	NumberOfImages: 41
[    24.917] 	RedMaskSize: 8
[    24.917] 	RedFieldPosition: 16
[    24.917] 	GreenMaskSize: 8
[    24.917] 	GreenFieldPosition: 8
[    24.917] 	BlueMaskSize: 8
[    24.917] 	BlueFieldPosition: 0
[    24.917] 	RsvdMaskSize: 8
[    24.917] 	RsvdFieldPosition: 24
[    24.917] 	DirectColorModeInfo: 2
[    24.917] 	PhysBasePtr: 0xe0000000
[    24.919] *Mode: 145 (1280x1024)
[    24.919] 	ModeAttributes: 0x9b
[    24.919] 	WinAAttributes: 0x7
[    24.919] 	WinBAttributes: 0x0
[    24.919] 	WinGranularity: 64
[    24.919] 	WinSize: 64
[    24.919] 	WinASegment: 0xa000
[    24.919] 	WinBSegment: 0x0
[    24.919] 	WinFuncPtr: 0xc0000605
[    24.919] 	BytesPerScanline: 5120
[    24.919] 	XResolution: 1280
[    24.919] 	YResolution: 1024
[    24.919] 	XCharSize: 8
[    24.919] 	YCharSize: 16
[    24.919] 	NumberOfPlanes: 1
[    24.919] 	BitsPerPixel: 32
[    24.919] 	NumberOfBanks: 1
[    24.919] 	MemoryModel: 6
[    24.919] 	BankSize: 0
[    24.919] 	NumberOfImages: 24
[    24.919] 	RedMaskSize: 8
[    24.919] 	RedFieldPosition: 16
[    24.919] 	GreenMaskSize: 8
[    24.919] 	GreenFieldPosition: 8
[    24.919] 	BlueMaskSize: 8
[    24.919] 	BlueFieldPosition: 0
[    24.919] 	RsvdMaskSize: 8
[    24.919] 	RsvdFieldPosition: 24
[    24.919] 	DirectColorModeInfo: 2
[    24.919] 	PhysBasePtr: 0xe0000000
[    24.921] Mode: 146 (320x200)
[    24.921] 	ModeAttributes: 0x9b
[    24.921] 	WinAAttributes: 0x7
[    24.921] 	WinBAttributes: 0x0
[    24.921] 	WinGranularity: 64
[    24.921] 	WinSize: 64
[    24.921] 	WinASegment: 0xa000
[    24.921] 	WinBSegment: 0x0
[    24.921] 	WinFuncPtr: 0xc0000605
[    24.921] 	BytesPerScanline: 320
[    24.921] 	XResolution: 320
[    24.921] 	YResolution: 200
[    24.921] 	XCharSize: 8
[    24.921] 	YCharSize: 16
[    24.921] 	NumberOfPlanes: 1
[    24.921] 	BitsPerPixel: 8
[    24.921] 	NumberOfBanks: 1
[    24.921] 	MemoryModel: 4
[    24.921] 	BankSize: 0
[    24.921] 	NumberOfImages: 255
[    24.921] 	RedMaskSize: 0
[    24.921] 	RedFieldPosition: 0
[    24.921] 	GreenMaskSize: 0
[    24.921] 	GreenFieldPosition: 0
[    24.921] 	BlueMaskSize: 0
[    24.921] 	BlueFieldPosition: 0
[    24.921] 	RsvdMaskSize: 0
[    24.921] 	RsvdFieldPosition: 0
[    24.921] 	DirectColorModeInfo: 0
[    24.921] 	PhysBasePtr: 0xe0000000
[    24.923] *Mode: 147 (1600x1200)
[    24.923] 	ModeAttributes: 0x9b
[    24.923] 	WinAAttributes: 0x7
[    24.923] 	WinBAttributes: 0x0
[    24.923] 	WinGranularity: 64
[    24.923] 	WinSize: 64
[    24.923] 	WinASegment: 0xa000
[    24.923] 	WinBSegment: 0x0
[    24.923] 	WinFuncPtr: 0xc0000605
[    24.923] 	BytesPerScanline: 6400
[    24.923] 	XResolution: 1600
[    24.923] 	YResolution: 1200
[    24.923] 	XCharSize: 8
[    24.923] 	YCharSize: 16
[    24.923] 	NumberOfPlanes: 1
[    24.923] 	BitsPerPixel: 32
[    24.923] 	NumberOfBanks: 1
[    24.923] 	MemoryModel: 6
[    24.923] 	BankSize: 0
[    24.923] 	NumberOfImages: 16
[    24.923] 	RedMaskSize: 8
[    24.923] 	RedFieldPosition: 16
[    24.923] 	GreenMaskSize: 8
[    24.923] 	GreenFieldPosition: 8
[    24.923] 	BlueMaskSize: 8
[    24.923] 	BlueFieldPosition: 0
[    24.923] 	RsvdMaskSize: 8
[    24.923] 	RsvdFieldPosition: 24
[    24.923] 	DirectColorModeInfo: 2
[    24.923] 	PhysBasePtr: 0xe0000000
[    24.925] Mode: 148 (1152x864)
[    24.925] 	ModeAttributes: 0x9b
[    24.925] 	WinAAttributes: 0x7
[    24.925] 	WinBAttributes: 0x0
[    24.925] 	WinGranularity: 64
[    24.925] 	WinSize: 64
[    24.925] 	WinASegment: 0xa000
[    24.925] 	WinBSegment: 0x0
[    24.925] 	WinFuncPtr: 0xc0000605
[    24.925] 	BytesPerScanline: 1152
[    24.925] 	XResolution: 1152
[    24.925] 	YResolution: 864
[    24.925] 	XCharSize: 8
[    24.925] 	YCharSize: 16
[    24.925] 	NumberOfPlanes: 1
[    24.925] 	BitsPerPixel: 8
[    24.925] 	NumberOfBanks: 1
[    24.925] 	MemoryModel: 4
[    24.925] 	BankSize: 0
[    24.925] 	NumberOfImages: 133
[    24.925] 	RedMaskSize: 0
[    24.925] 	RedFieldPosition: 0
[    24.925] 	GreenMaskSize: 0
[    24.925] 	GreenFieldPosition: 0
[    24.925] 	BlueMaskSize: 0
[    24.925] 	BlueFieldPosition: 0
[    24.925] 	RsvdMaskSize: 0
[    24.925] 	RsvdFieldPosition: 0
[    24.925] 	DirectColorModeInfo: 0
[    24.925] 	PhysBasePtr: 0xe0000000
[    24.927] Mode: 149 (1152x864)
[    24.927] 	ModeAttributes: 0x9b
[    24.927] 	WinAAttributes: 0x7
[    24.927] 	WinBAttributes: 0x0
[    24.927] 	WinGranularity: 64
[    24.927] 	WinSize: 64
[    24.927] 	WinASegment: 0xa000
[    24.927] 	WinBSegment: 0x0
[    24.927] 	WinFuncPtr: 0xc0000605
[    24.927] 	BytesPerScanline: 2304
[    24.927] 	XResolution: 1152
[    24.927] 	YResolution: 864
[    24.927] 	XCharSize: 8
[    24.927] 	YCharSize: 16
[    24.927] 	NumberOfPlanes: 1
[    24.927] 	BitsPerPixel: 15
[    24.927] 	NumberOfBanks: 1
[    24.927] 	MemoryModel: 6
[    24.927] 	BankSize: 0
[    24.927] 	NumberOfImages: 66
[    24.927] 	RedMaskSize: 5
[    24.927] 	RedFieldPosition: 10
[    24.927] 	GreenMaskSize: 5
[    24.927] 	GreenFieldPosition: 5
[    24.927] 	BlueMaskSize: 5
[    24.927] 	BlueFieldPosition: 0
[    24.927] 	RsvdMaskSize: 1
[    24.927] 	RsvdFieldPosition: 15
[    24.927] 	DirectColorModeInfo: 0
[    24.927] 	PhysBasePtr: 0xe0000000
[    24.929] Mode: 14a (1152x864)
[    24.929] 	ModeAttributes: 0x9b
[    24.929] 	WinAAttributes: 0x7
[    24.929] 	WinBAttributes: 0x0
[    24.929] 	WinGranularity: 64
[    24.929] 	WinSize: 64
[    24.929] 	WinASegment: 0xa000
[    24.929] 	WinBSegment: 0x0
[    24.929] 	WinFuncPtr: 0xc0000605
[    24.929] 	BytesPerScanline: 2304
[    24.929] 	XResolution: 1152
[    24.929] 	YResolution: 864
[    24.929] 	XCharSize: 8
[    24.929] 	YCharSize: 16
[    24.929] 	NumberOfPlanes: 1
[    24.929] 	BitsPerPixel: 16
[    24.929] 	NumberOfBanks: 1
[    24.929] 	MemoryModel: 6
[    24.929] 	BankSize: 0
[    24.929] 	NumberOfImages: 66
[    24.929] 	RedMaskSize: 5
[    24.929] 	RedFieldPosition: 11
[    24.929] 	GreenMaskSize: 6
[    24.930] 	GreenFieldPosition: 5
[    24.930] 	BlueMaskSize: 5
[    24.930] 	BlueFieldPosition: 0
[    24.930] 	RsvdMaskSize: 0
[    24.930] 	RsvdFieldPosition: 0
[    24.930] 	DirectColorModeInfo: 0
[    24.930] 	PhysBasePtr: 0xe0000000
[    24.931] Mode: 14b (1152x864)
[    24.931] 	ModeAttributes: 0x9b
[    24.932] 	WinAAttributes: 0x7
[    24.932] 	WinBAttributes: 0x0
[    24.932] 	WinGranularity: 64
[    24.932] 	WinSize: 64
[    24.932] 	WinASegment: 0xa000
[    24.932] 	WinBSegment: 0x0
[    24.932] 	WinFuncPtr: 0xc0000605
[    24.932] 	BytesPerScanline: 3456
[    24.932] 	XResolution: 1152
[    24.932] 	YResolution: 864
[    24.932] 	XCharSize: 8
[    24.932] 	YCharSize: 16
[    24.932] 	NumberOfPlanes: 1
[    24.932] 	BitsPerPixel: 24
[    24.932] 	NumberOfBanks: 1
[    24.932] 	MemoryModel: 6
[    24.932] 	BankSize: 0
[    24.932] 	NumberOfImages: 43
[    24.932] 	RedMaskSize: 8
[    24.932] 	RedFieldPosition: 16
[    24.932] 	GreenMaskSize: 8
[    24.932] 	GreenFieldPosition: 8
[    24.932] 	BlueMaskSize: 8
[    24.932] 	BlueFieldPosition: 0
[    24.932] 	RsvdMaskSize: 0
[    24.932] 	RsvdFieldPosition: 0
[    24.932] 	DirectColorModeInfo: 0
[    24.932] 	PhysBasePtr: 0xe0000000
[    24.934] *Mode: 14c (1152x864)
[    24.934] 	ModeAttributes: 0x9b
[    24.934] 	WinAAttributes: 0x7
[    24.934] 	WinBAttributes: 0x0
[    24.934] 	WinGranularity: 64
[    24.934] 	WinSize: 64
[    24.934] 	WinASegment: 0xa000
[    24.934] 	WinBSegment: 0x0
[    24.934] 	WinFuncPtr: 0xc0000605
[    24.934] 	BytesPerScanline: 4608
[    24.934] 	XResolution: 1152
[    24.934] 	YResolution: 864
[    24.934] 	XCharSize: 8
[    24.934] 	YCharSize: 16
[    24.934] 	NumberOfPlanes: 1
[    24.934] 	BitsPerPixel: 32
[    24.934] 	NumberOfBanks: 1
[    24.934] 	MemoryModel: 6
[    24.934] 	BankSize: 0
[    24.934] 	NumberOfImages: 32
[    24.934] 	RedMaskSize: 8
[    24.934] 	RedFieldPosition: 16
[    24.934] 	GreenMaskSize: 8
[    24.934] 	GreenFieldPosition: 8
[    24.934] 	BlueMaskSize: 8
[    24.934] 	BlueFieldPosition: 0
[    24.934] 	RsvdMaskSize: 8
[    24.934] 	RsvdFieldPosition: 24
[    24.934] 	DirectColorModeInfo: 2
[    24.934] 	PhysBasePtr: 0xe0000000
[    24.934]
[    24.934] (II) VESA(0): Total Memory: 2048 64KB banks (131072kB)
[    24.934] (II) VESA(0): Monitor0: Using hsync range of 30.00-80.00 kHz
[    24.934] (II) VESA(0): Monitor0: Using vrefresh range of 30.00-90.00 Hz
[    24.934] (II) VESA(0): Not using mode "1920x1080" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[    24.934] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[    24.934] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    24.934] (II) VESA(0): Monitor0: Using hsync range of 30.00-80.00 kHz
[    24.934] (II) VESA(0): Monitor0: Using vrefresh range of 30.00-90.00 Hz
[    24.934] (II) VESA(0): Not using mode "1920x1080" (no mode of this name)
[    24.943] (II) VESA(0): Not using built-in mode "1600x1200" (width too large for virtual size)
[    24.943] (II) VESA(0): Not using built-in mode "1280x1024" (width too large for virtual size)
[    24.943] (II) VESA(0): Not using built-in mode "1152x864" (width too large for virtual size)
[    24.943] (II) VESA(0): Not using built-in mode "320x200" (illegal horizontal timings)
[    24.943] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    24.943] (**) VESA(0): *Built-in mode "1024x768"
[    24.943] (**) VESA(0):  Built-in mode "800x600"
[    24.943] (**) VESA(0):  Built-in mode "640x480"
[    24.943] (**) VESA(0):  Built-in mode "640x400"
[    24.943] (==) VESA(0): DPI set to (96, 96)
[    24.943] (II) VESA(0): Attempting to use 85Hz refresh for mode "1024x768" (144)
[    24.943] (II) VESA(0): Attempting to use 85Hz refresh for mode "800x600" (143)
[    24.943] (II) VESA(0): Attempting to use 85Hz refresh for mode "640x480" (142)
[    24.943] (II) VESA(0): Attempting to use 85Hz refresh for mode "640x400" (141)
[    24.943] (**) VESA(0): Using "Shadow Framebuffer"
[    24.943] (II) Loading sub module "shadow"
[    24.943] (II) LoadModule: "shadow"
[    24.943] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    24.951] (II) Module shadow: vendor="X.Org Foundation"
[    24.951] 	compiled for 1.17.1, module version = 1.1.0
[    24.951] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.951] (II) Loading sub module "fb"
[    24.951] (II) LoadModule: "fb"
[    24.952] (II) Loading /usr/lib/xorg/modules/libfb.so
[    24.954] (II) Module fb: vendor="X.Org Foundation"
[    24.954] 	compiled for 1.17.1, module version = 1.0.0
[    24.954] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.954] (==) Depth 24 pixmap format is 32 bpp
[    24.954] (II) Loading sub module "int10"
[    24.954] (II) LoadModule: "int10"
[    24.954] (II) Loading /usr/lib/xorg/modules/libint10.so
[    24.954] (II) Module int10: vendor="X.Org Foundation"
[    24.954] 	compiled for 1.17.1, module version = 1.0.0
[    24.954] 	ABI class: X.Org Video Driver, version 19.0
[    24.954] (II) VESA(0): initializing int10
[    24.954] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    24.956] (II) VESA(0): VESA BIOS detected
[    24.956] (II) VESA(0): VESA VBE Version 2.0
[    24.956] (II) VESA(0): VESA VBE Total Mem: 131072 kB
[    24.956] (II) VESA(0): VESA VBE OEM: VirtualBox VESA BIOS
[    24.956] (II) VESA(0): VESA VBE OEM Software Rev: 0.3
[    24.956] (II) VESA(0): VESA VBE OEM Vendor: Oracle Corporation
[    24.956] (II) VESA(0): VESA VBE OEM Product: Oracle VM VirtualBox VBE Adapter
[    24.956] (II) VESA(0): VESA VBE OEM Product Rev: Oracle VM VirtualBox Version 4.3.12
[    24.956] (II) VESA(0): virtual address = 0x7fc8aaf8e000,
	physical address = 0xe0000000, size = 134217728
[    24.962] (II) VESA(0): Setting up VESA Mode 0x144 (1024x768)
[    24.964] (==) VESA(0): Default visual is TrueColor
[    24.967] (==) VESA(0): Backing store enabled
[    24.968] (==) VESA(0): DPMS enabled
[    24.968] (==) RandR enabled
[    24.973] (II) AIGLX: Screen 0 is not DRI2 capable
[    24.973] (EE) AIGLX: reverting to software rendering
[    25.507] (II) AIGLX: Loaded and initialized swrast
[    25.507] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    25.742] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    25.742] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.742] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    25.742] (**) Power Button: Applying InputClass "system-keyboard"
[    25.742] (II) LoadModule: "libinput"
[    25.742] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    25.771] (II) Module libinput: vendor="X.Org Foundation"
[    25.771] 	compiled for 1.17.1, module version = 0.9.0
[    25.771] 	Module class: X.Org XInput Driver
[    25.771] 	ABI class: X.Org XInput driver, version 21.0
[    25.772] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 13 paused 0
[    25.772] (II) Using input driver 'libinput' for 'Power Button'
[    25.772] (**) Power Button: always reports core events
[    25.772] (**) Option "Device" "/dev/input/event3"
[    25.772] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    25.772] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    25.772] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[    25.772] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    25.772] (**) Option "xkb_model" "pc105"
[    25.772] (**) Option "xkb_layout" "ru,us"
[    25.772] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll"
[    25.794] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    25.794] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    25.794] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    25.794] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    25.794] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    25.794] (**) Sleep Button: Applying InputClass "system-keyboard"
[    25.795] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 16 paused 0
[    25.795] (II) Using input driver 'libinput' for 'Sleep Button'
[    25.795] (**) Sleep Button: always reports core events
[    25.795] (**) Option "Device" "/dev/input/event4"
[    25.795] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[    25.795] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[    25.795] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input5/event4"
[    25.795] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    25.795] (**) Option "xkb_model" "pc105"
[    25.795] (**) Option "xkb_layout" "ru,us"
[    25.795] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll"
[    25.795] (II) input device 'Sleep Button', /dev/input/event4 is tagged by udev as: Keyboard
[    25.795] (II) input device 'Sleep Button', /dev/input/event4 is a keyboard
[    25.796] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event2)
[    25.796] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
[    25.796] (**) VirtualBox mouse integration: Applying InputClass "libinput pointer catchall"
[    25.797] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 17 paused 0
[    25.797] (II) Using input driver 'libinput' for 'VirtualBox mouse integration'
[    25.797] (**) VirtualBox mouse integration: always reports core events
[    25.797] (**) Option "Device" "/dev/input/event2"
[    25.797] (II) input device 'VirtualBox mouse integration', /dev/input/event2 is tagged by udev as: Mouse
[    25.797] (II) input device 'VirtualBox mouse integration', /dev/input/event2 is a pointer caps
[    25.797] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input3/event2"
[    25.797] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: MOUSE, id 8)
[    25.797] (**) Option "AccelerationScheme" "none"
[    25.797] (**) VirtualBox mouse integration: (accel) selected scheme none/0
[    25.797] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[    25.797] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[    25.797] (II) input device 'VirtualBox mouse integration', /dev/input/event2 is tagged by udev as: Mouse
[    25.797] (II) input device 'VirtualBox mouse integration', /dev/input/event2 is a pointer caps
[    25.797] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js1)
[    25.797] (II) No input driver specified, ignoring this device.
[    25.797] (II) This device may have been added with another device file.
[    25.798] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/mouse1)
[    25.798] (II) No input driver specified, ignoring this device.
[    25.798] (II) This device may have been added with another device file.
[    25.798] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event1)
[    25.798] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
[    25.798] (**) VirtualBox USB Tablet: Applying InputClass "libinput pointer catchall"
[    25.850] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 18 paused 0
[    25.850] (II) Using input driver 'libinput' for 'VirtualBox USB Tablet'
[    25.850] (**) VirtualBox USB Tablet: always reports core events
[    25.850] (**) Option "Device" "/dev/input/event1"
[    25.850] (II) input device 'VirtualBox USB Tablet', /dev/input/event1 is tagged by udev as: Mouse
[    25.850] (II) input device 'VirtualBox USB Tablet', /dev/input/event1 is a pointer caps
[    25.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input2/event1"
[    25.850] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: MOUSE, id 9)
[    25.850] (**) Option "AccelerationScheme" "none"
[    25.850] (**) VirtualBox USB Tablet: (accel) selected scheme none/0
[    25.850] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[    25.850] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[    25.851] (II) input device 'VirtualBox USB Tablet', /dev/input/event1 is tagged by udev as: Mouse
[    25.851] (II) input device 'VirtualBox USB Tablet', /dev/input/event1 is a pointer caps
[    25.851] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
[    25.851] (II) No input driver specified, ignoring this device.
[    25.851] (II) This device may have been added with another device file.
[    25.851] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
[    25.851] (II) No input driver specified, ignoring this device.
[    25.851] (II) This device may have been added with another device file.
[    25.851] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    25.851] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    25.851] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    25.851] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    25.852] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[    25.852] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    25.852] (**) AT Translated Set 2 keyboard: always reports core events
[    25.852] (**) Option "Device" "/dev/input/event0"
[    25.852] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    25.852] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    25.852] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    25.852] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    25.852] (**) Option "xkb_model" "pc105"
[    25.852] (**) Option "xkb_layout" "ru,us"
[    25.852] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll"
[    25.853] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    25.853] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    25.853] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event6)
[    25.853] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[    25.853] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    25.853] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 20 paused 0
[    25.853] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    25.853] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    25.853] (**) Option "Device" "/dev/input/event6"
[    25.854] (II) input device 'ImExPS/2 Generic Explorer Mouse', /dev/input/event6 is tagged by udev as: Mouse
[    25.854] (II) input device 'ImExPS/2 Generic Explorer Mouse', /dev/input/event6 is a pointer caps
[    25.854] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[    25.854] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 11)
[    25.854] (**) Option "AccelerationScheme" "none"
[    25.854] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[    25.854] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[    25.854] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[    25.854] (II) input device 'ImExPS/2 Generic Explorer Mouse', /dev/input/event6 is tagged by udev as: Mouse
[    25.854] (II) input device 'ImExPS/2 Generic Explorer Mouse', /dev/input/event6 is a pointer caps
[    25.854] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse2)
[    25.854] (II) No input driver specified, ignoring this device.
[    25.854] (II) This device may have been added with another device file.
[    25.854] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    25.854] (II) No input driver specified, ignoring this device.
[    25.854] (II) This device may have been added with another device file.
[    48.962] (II) SYN_DROPPED event from "VirtualBox mouse integration" - some input events have been lost.

Anastasia
разрешение экрана максимум 1024x768, а нужно 1920x1080
В гостевой системе установлены VBoxAdditions?
Если нет - установить.
Поставить галочку Вид - Подгонять размер экрана гостевой ОС.
Растянуть окно, как надо.

А xrandr приспосабливается к установленному размеру. По крайней мере, у меня с гостевой Убунту это работает, а xrandr выводит такое:
Screen 0: minimum 64 x 64, current 1462 x 964, maximum 16384 x 16384
VBOX0 connected 1462x964+0+0 0mm x 0mm
   1462x964       60.0*+
   1280x960       60.0
   1024x768       60.0
   800x600        60.0
   640x480        60.0

akorop
В гостевой системе установлены VBoxAdditions?

Да, установлены:
virtualbox-guest-dkms
virtualbox-guest-modules
virtualbox-guest-utils
virtualbox-host-dkms
virtualbox-host-modules

Этого достаточно или еще нужно что-то?

akorop
Поставить галочку Вид - Подгонять размер экрана гостевой ОС.
Растянуть окно, как надо.

Пробовала, не помогает :(

akorop
xrandr приспосабливается к установленному размеру
У меня не приспосабливается, и пишет что maximum 1024x768.
Вы гостевую систему с хост-системой не путаете случайно? Гостевая - это та, что внутри виртуалки.
lampslave
Вы гостевую систему с хост-системой не путаете случайно? Гостевая - это та, что внутри виртуалки.

Не путаю, я знаю это. Ставила сначала для гостевой - не помогло, потом еще для host и саму virtualbox поставила - тоже не помогло :(

Где может быть проблема? почему разрешение не получается поставить нормальное?
Для ubuntu все нормально с пол пинка работает а здесь в Arch какой-то геморой.
Anastasia, а размер видеопамяти какой выставлен в vb?
Псевдографический инсталлятор Arch Linux ver. 3.8.2
Благодарности принимаются на ЯД 410012815723874
Anastasia
саму virtualbox поставила - тоже не помогло
Эээ...

Anastasia
Для ubuntu все нормально с пол пинка работает а здесь в Arch какой-то геморой.
Арч как раз для этого и сделан :)

Может быть у вас в гостевой системе модули не загружены? Посмотрите, что там выводит команда
modinfo vboxguest vboxsf vboxvideo
lampslave
Anastasia
Для ubuntu все нормально с пол пинка работает а здесь в Arch какой-то геморой.
Арч как раз для этого и сделан :)
жестоко ;))
Псевдографический инсталлятор Arch Linux ver. 3.8.2
Благодарности принимаются на ЯД 410012815723874
nafanja
а размер видеопамяти какой выставлен в vb?
на максимум - 128мб
lampslave
Anastasia
саму virtualbox поставила - тоже не помогло

Эээ...

Я подумала может не хватает каких-то библиотек или еще чего-то. Я тебя понимаю, это установка больше для галочки.
lampslave
Арч как раз для этого и сделан :)
Для секса сделан Arch? я это как то по другому представляла, от секса с Arch у меня нет удовольствия.

$ modinfo vboxguest vboxsf vboxvideo

me ~ $ modinfo vboxguest vboxsf vboxvideo
filename:       /lib/modules/4.0.1-1-ARCH/extramodules/vboxguest.ko.gz
version:        4.3.26_OSE
license:        GPL
description:    Oracle VM VirtualBox Guest Additions for Linux Module
author:         Oracle Corporation
srcversion:     50E67850ADB4FC33840C7E6
alias:          pci:v000080EEd0000CAFEsv00000000sd00000000bc*sc*i*
depends:
vermagic:       4.0.0-1-ARCH SMP preempt mod_unload modversions
filename:       /lib/modules/4.0.1-1-ARCH/extramodules/vboxsf.ko.gz
version:        4.3.26_OSE (interface 0x00010004)
license:        GPL
author:         Oracle Corporation
description:    Oracle VM VirtualBox VFS Module for Host File System Access
srcversion:     25EFACE13D471C7BC0DDCE6
depends:        vboxguest
vermagic:       4.0.0-1-ARCH SMP preempt mod_unload modversions
parm:           follow_symlinks:Let host resolve symlinks rather than showing them (int)
filename:       /lib/modules/4.0.1-1-ARCH/extramodules/vboxvideo.ko.gz
license:        GPL and additional rights
version:        4.3.26_OSE
description:    Oracle VM VirtualBox Graphics Card
author:         Oracle Corporation
srcversion:     C186B2421C6C3FB0ED27E39
alias:          pci:v000080EEd0000BEEFsv*sd*bc*sc*i*
depends:        drm
vermagic:       4.0.0-1-ARCH SMP preempt mod_unload modversions
Самое время пересмотреть представления :)

А если попробовать в параметры ядра (в grub нажать e, выбрать строку linux) дописать vga=0x367 и потом попробовать изменять размеры окна виртуалки, что будет?
 
Зарегистрироваться или войдите чтобы оставить сообщение.