Portál AbcLinuxu, 5. června 2024 07:52


Dotaz: boot problém

29.12.2019 13:01 Honza
boot problém
Přečteno: 768×
Odpovědět | Admin
Ahoj.

Nainstaloval jsem místo archu mint. Po instalaci a restartu nelze systém zavést běžným způsobem z nabídky zavaděče. Systém nenaběhne a PC se stále restartuje.

Pokud v menu zavaděče zvolím možnost záchranného režimu, normálně naběhne nabídka záchranného režimu a po potvrzení volby "Pokračovat v normálním zavedení systému" systém naběhne naprosto v pořádku. V biosu mám zavádění uefi+legacy

Zatím jsem nic nezkoušel, možná budete vědět. Díky
 
Kernel: 5.0.0-32-generic x86_64 bits: 64 
  Desktop: MATE 1.22.2 Distro: Linux Mint 19.3 Tricia 
Machine:
  Type: Desktop Mobo: MSI model: A78-G41 PC Mate (MS-7793) v: 3.0 
  serial: < root required> BIOS: American Megatrends v: 17.2 date: 12/24/2013 
CPU:
  Topology: Quad Core model: AMD A10-5800K APU with Radeon HD Graphics 
  bits: 64 type: MCP L2 cache: 2048 KiB 
  Speed: 1779 MHz min/max: 1400/3800 MHz Core speeds (MHz): 1: 1451 2: 1479 
  3: 1397 4: 1390 
Graphics:
  Device-1: AMD Trinity [Radeon HD 7660D] driver: N/A 
  Display: x11 server: X.Org 1.20.4 driver: vesa resolution: 1600x1200~N/A 
  OpenGL: renderer: llvmpipe (LLVM 8.0 128 bits) v: 3.3 Mesa 19.0.8 
Audio:
  Device-1: AMD Trinity HDMI Audio driver: snd_hda_intel 
  Device-2: AMD FCH Azalia driver: snd_hda_intel 
  Device-3: Philips s SAA7130 Video Broadcast Decoder driver: saa7134 
  Device-4: KYE Systems (Mouse Systems) Genius i-Look 1321 type: USB 
  driver: gspca_sn9c20x,snd-usb-audio 
  Sound Server: ALSA v: k5.0.0-32-generic 
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
  driver: r8169 
  IF: enp1s0 state: up speed: 100 Mbps duplex: full mac: 44:8a:5b:64:bf:57 
  Device-2: Techsan Co B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card 
  driver: b2c2_flexcop_pci 
Drives:
  Local Storage: total: 810.43 GiB used: 368.26 GiB (45.4%) 
  ID-1: /dev/sda vendor: Patriot model: Burst size: 111.79 GiB 
  ID-2: /dev/sdb vendor: Western Digital model: WD7500BPKX-00HPJT0 
  size: 698.64 GiB 
Partition:
  ID-1: / size: 27.38 GiB used: 7.96 GiB (29.1%) fs: ext4 dev: /dev/sda2 
  ID-2: /home size: 687.55 GiB used: 360.30 GiB (52.4%) fs: ext4 
  dev: /dev/sdb1 
  ID-3: swap-1 size: 7.45 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda3 
Sensors:
  System Temperatures: cpu: 7.2 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 178 Uptime: 20m Memory: 7.06 GiB used: 941.4 MiB (13.0%) 
  
Nástroje: Začni sledovat (0) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

29.12.2019 13:09 NN
Rozbalit Rozbalit vše Re: boot problém
Odpovědět | | Sbalit | Link | Blokovat | Admin
Mame hadat? Vypni quiet/splash a problem se v lepsim pripade sam ukaze.
Jendа avatar 29.12.2019 14:19 Jendа | skóre: 78 | blog: Jenda | JO70FB
Rozbalit Rozbalit vše Re: boot problém
Odpovědět | | Sbalit | Link | Blokovat | Admin
V jaké fázi se to restartuje (před připojením rootfs, před startem Xek…)? Můžeš nahrát obrazovku na video a podívat se na poslední frame před restartem? Třeba by tam mohlo být něco vidět.

Bootování jde zarazit v initramfs pomocí break parametru jádra, pokud se to z initramfs úspěšně dostane, zkusil bych disablovat jednotlivé unity a podíval se, jak daleko to zvládne dojet.

Jenom pro jistotu jádro a parametry jsou u obou voleb stejné až na rescue?
Já to s tou denacifikací Slovenska myslel vážně.
29.12.2019 14:37 Honza
Rozbalit Rozbalit vše Re: boot problém
Video to nestíhá - je to nečitelné. Zdá se, že je to před zavedením X. Přikládám výpis grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
else
  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
fi
if loadfont /boot/grub/fonts/UbuntuMono16.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=cs_CZ
  insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
else
  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
fi
insmod gfxmenu
insmod png
set theme=($root)/boot/grub/themes/linuxmint/theme.txt
export theme
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=1
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Linux Mint 19.3 MATE' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
	else
	  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
	fi
        linux	/boot/vmlinuz-5.3.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro  
	initrd	/boot/initrd.img-5.3.0-24-lowlatency
}
submenu 'Advanced options for Linux Mint 19.3 MATE' $menuentry_id_option 'gnulinux-advanced-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
	menuentry 'Linux Mint 19.3 MATE, with Linux 5.3.0-24-lowlatency' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-24-lowlatency-advanced-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 5.3.0-24-lowlatency ...'
	        linux	/boot/vmlinuz-5.3.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro  
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.3.0-24-lowlatency
	}
	menuentry 'Linux Mint 19.3 MATE, with Linux 5.3.0-24-lowlatency (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-24-lowlatency-recovery-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 5.3.0-24-lowlatency ...'
	        linux	/boot/vmlinuz-5.3.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.3.0-24-lowlatency
	}
	menuentry 'Linux Mint 19.3 MATE, with Linux 5.0.0-37-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-37-generic-advanced-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 5.0.0-37-generic ...'
	        linux	/boot/vmlinuz-5.0.0-37-generic root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro  
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-37-generic
	}
	menuentry 'Linux Mint 19.3 MATE, with Linux 5.0.0-37-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-37-generic-recovery-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 5.0.0-37-generic ...'
	        linux	/boot/vmlinuz-5.0.0-37-generic root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-37-generic
	}
	menuentry 'Linux Mint 19.3 MATE, with Linux 5.0.0-32-generic' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-32-generic-advanced-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 5.0.0-32-generic ...'
	        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro  
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-32-generic
	}
	menuentry 'Linux Mint 19.3 MATE, with Linux 5.0.0-32-generic (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-32-generic-recovery-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 5.0.0-32-generic ...'
	        linux	/boot/vmlinuz-5.0.0-32-generic root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.0.0-32-generic
	}
	menuentry 'Linux Mint 19.3 MATE, with Linux 4.18.0-24-lowlatency' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.0-24-lowlatency-advanced-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 4.18.0-24-lowlatency ...'
	        linux	/boot/vmlinuz-4.18.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro  
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.18.0-24-lowlatency
	}
	menuentry 'Linux Mint 19.3 MATE, with Linux 4.18.0-24-lowlatency (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.0-24-lowlatency-recovery-c40eb0d1-b8b6-4fa1-a951-61d454a83922' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
		else
		  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
		fi
		echo	'Loading Linux 4.18.0-24-lowlatency ...'
	        linux	/boot/vmlinuz-4.18.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-4.18.0-24-lowlatency
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
	else
	  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c40eb0d1-b8b6-4fa1-a951-61d454a83922
	else
	  search --no-floppy --fs-uuid --set=root c40eb0d1-b8b6-4fa1-a951-61d454a83922
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
30.12.2019 22:24 Honza
Rozbalit Rozbalit vše Re: boot problém
Problém vyřešila volba "nomodeset" v parametrech zavaděče. Je to řešení, ale nelíbí se mi. HW akcelerace je dle glxinfo funkční, ale hry ve steamu jsou nepoužitelné - rozsypaný obraz. Proč jak ... Jiná distribuce nebo návrat k archu to jistě vyřeší, ale co to je?
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_no_config_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_SGI_make_current_read
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, 
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: VMware, Inc. (0xffffffff)
    Device: llvmpipe (LLVM 8.0, 128 bits) (0xffffffff)
    Version: 19.0.8
    Accelerated: no
    Video memory: 7211MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 3.3
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 8.0, 128 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 19.0.8
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, 
    GL_AMD_gpu_shader_int64, GL_AMD_multi_draw_indirect, 
    GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_stencil_export, 
    GL_AMD_shader_trinary_minmax, GL_AMD_texture_texture4, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, 
    GL_ARB_get_texture_sub_image, GL_ARB_gpu_shader_fp64, 
    GL_ARB_gpu_shader_int64, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_objects, GL_ARB_shader_stencil_export, 
    GL_ARB_shader_subroutine, GL_ARB_shader_texture_lod, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_float, 
    GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ATI_blend_equation_separate, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr, 
    GL_EXT_blend_equation_separate, GL_EXT_draw_buffers2, 
    GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 
    GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_shader_integer_mix, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_integer, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_IBM_multimode_draw_arrays, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_pack_invert, 
    GL_MESA_shader_integer_functions, GL_MESA_texture_signed_rgba, 
    GL_MESA_ycbcr_texture, GL_NV_conditional_render, GL_NV_depth_clamp, 
    GL_NV_packed_depth_stencil, GL_OES_EGL_image, GL_S3_s3tc

OpenGL version string: 3.1 Mesa 19.0.8
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
    GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend, 
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_shader_stencil_export, GL_AMD_shader_trinary_minmax, 
    GL_AMD_texture_texture4, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_APPLE_packed_pixels, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_color_buffer_float, GL_ARB_compatibility, 
    GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, 
    GL_ARB_get_texture_sub_image, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_objects, GL_ARB_shader_stencil_export, 
    GL_ARB_shader_subroutine, GL_ARB_shader_texture_lod, 
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing, 
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_blend_equation_separate, 
    GL_ATI_draw_buffers, GL_ATI_fragment_shader, GL_ATI_separate_stencil, 
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, 
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, 
    GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
    GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shader_integer_mix, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_integer, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, 
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_pack_invert, 
    GL_MESA_shader_integer_functions, GL_MESA_texture_signed_rgba, 
    GL_MESA_window_pos, GL_MESA_ycbcr_texture, GL_NV_blend_square, 
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance, 
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 3.0 Mesa 19.0.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_base_instance, 
    GL_EXT_blend_func_extended, GL_EXT_blend_minmax, 
    GL_EXT_clip_cull_distance, GL_EXT_color_buffer_float, 
    GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_copy_image, 
    GL_EXT_discard_framebuffer, GL_EXT_disjoint_timer_query, 
    GL_EXT_draw_buffers, GL_EXT_draw_buffers_indexed, 
    GL_EXT_draw_elements_base_vertex, GL_EXT_frag_depth, 
    GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, 
    GL_EXT_occlusion_query_boolean, GL_EXT_polygon_offset_clamp, 
    GL_EXT_read_format_bgra, GL_EXT_sRGB_write_control, 
    GL_EXT_separate_shader_objects, GL_EXT_shader_integer_mix, 
    GL_EXT_texture_border_clamp, GL_EXT_texture_compression_bptc, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_format_BGRA8888, 
    GL_EXT_texture_rg, GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_type_2_10_10_10_REV, GL_EXT_unpack_subimage, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, 
    GL_MESA_shader_integer_functions, GL_NV_draw_buffers, 
    GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_NV_read_depth, 
    GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image, 
    GL_OES_EGL_image_external, GL_OES_EGL_image_external_essl3, 
    GL_OES_EGL_sync, GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, 
    GL_OES_depth24, GL_OES_depth_texture, GL_OES_depth_texture_cube_map, 
    GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, 
    GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil, 
    GL_OES_required_internalformat, GL_OES_rgb8_rgba8, 
    GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context, 
    GL_OES_texture_3D, GL_OES_texture_border_clamp, GL_OES_texture_float, 
    GL_OES_texture_float_linear, GL_OES_texture_half_float, 
    GL_OES_texture_half_float_linear, GL_OES_texture_npot, 
    GL_OES_texture_stencil8, GL_OES_vertex_array_object, 
    GL_OES_vertex_half_float

270 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x18c 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x18d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x18e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x18f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x190 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x191 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x192 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x193 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x194 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x195 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x196 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x197 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x198 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x199 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x19a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x19b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x19c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x19d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x19e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x19f 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x1a0 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x1a1 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x1a2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x1a3 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x1a4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x1a5 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x1a6 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x1a7 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x1a8 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x1a9 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x1aa 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x1ab 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x1ac 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x1ad 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x1ae 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x1af 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x1b0 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x1b1 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x1b2 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x1b3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x1b4 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x1b5 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x1b6 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x1b7 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x1b8 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x1b9 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x1ba 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x1bb 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x1bc 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x1bd 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x1be 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x1bf 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x1c0 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x1c1 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x1c2 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x1c3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x1c4 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x1c5 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x1c6 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x1c7 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x1c8 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x1c9 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x1ca 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x1cb 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x1cc 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x1cd 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x1ce 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x1cf 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x1d0 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x1d1 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x1d2 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x1d3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x1d4 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x1d5 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x1d6 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x1d7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x1d8 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x1d9 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x1da 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x1db 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x1dc 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x1dd 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x1de 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x1df 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x1e0 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x1e1 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x1e2 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x1e3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x1e4 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x1e5 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x1e6 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x1e7 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x1e8 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x1e9 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x1ea 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x1eb 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x1ec 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x1ed 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x1ee 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x1ef 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x1f0 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x1f1 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x1f2 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x1f3 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x1f4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x1f5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x1f6 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x1f7 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x1f8 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x1f9 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x1fa 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x1fb 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x1fc 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x1fd 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x1fe 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x1ff 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x200 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x201 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x202 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x203 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x204 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x205 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x206 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x207 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x208 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x209 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x20a 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x20b 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x20c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x20d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x20e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x20f 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x210 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x211 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x212 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x213 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x214 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x215 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x216 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x217 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x218 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x219 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x21a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x21b 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x21c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x21d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x21e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x21f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x220 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x221 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x222 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x223 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x224 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x225 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x226 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x227 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x228 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x229 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x22a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x22b 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x22c 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x22d 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x22e 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x22f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x230 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x231 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x232 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x233 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x234 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x235 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x236 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x237 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x238 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x239 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x23a 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x23b 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x23c 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x23d 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x23e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x23f 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x240 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x241 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x242 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x243 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x244 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x245 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x246 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x247 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x248 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x249 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x24a 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x24b 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x24c 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x24d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x24e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x24f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x250 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x251 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x252 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x253 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x254 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x255 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x256 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x257 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x258 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x259 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x25a 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x25b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x25c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x25d 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x25e 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x25f 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x260 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x261 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x262 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x263 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x264 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x265 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x266 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x267 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x268 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x269 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x26a 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x26b 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x26c 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x26d 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x26e 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x26f 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x270 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x271 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x272 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x273 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x274 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x275 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x276 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x277 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x278 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x279 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x27a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x041 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x27b 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x27c 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x27d 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x27e 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x27f 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x280 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x281 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x282 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x283 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x284 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x285 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x286 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x287 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x288 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x289 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x28a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x28b 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x28c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x28d 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x28e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x28f 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x290 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x291 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x292 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x293 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x294 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x295 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x296 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x297 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None

330 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x042 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x043 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x044 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x045 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x046 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x047 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x048 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x049 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x04a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x04b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x04c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x04d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x04e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x04f 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x050 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x051 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x052 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x053 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x054 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x055 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x056 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x057 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x058 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x059 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x05a 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x05b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x05c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x05d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x05e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x05f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x060 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x061 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x062 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x063 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x064 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x065 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x066 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x067 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x068 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x069 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x06a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x06b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x06c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x06d 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x06e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x06f 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x070 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x071 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x072 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x073 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x074 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x075 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x076 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x077 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x078 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x079 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x07a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x07b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x07c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x07d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x07e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x07f 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x080 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x081 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x082 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x083 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x084 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x085 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x086 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x087 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x088 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x089 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x08a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x08b 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x08c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x08d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x08e 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x08f 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x090 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x091 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x092 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x093 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x094 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x095 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x096 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x097 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x098 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x099 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x09a 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x09b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x09c 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x09d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x09e 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x09f 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x0a0 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x0a1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x0a2 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x0a3 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x0a4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x0a5 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x0a6 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x0a7 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x0a8 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x0a9 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x0aa 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x0ab 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x0ac 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x0ad 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x0ae 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x0af 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x0b0 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x0b1 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x0b2 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x0b3 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x0b4 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x0b5 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x0b6 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x0b7 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x0b8 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x0b9 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x0ba  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0bb  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0bc  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0bd  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0be  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0bf  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0c0  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0c1  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0c2  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0c3  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0c4  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0c5  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0c6  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0c7  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0c8  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0c9  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0ca  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x0cb  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x0cc  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0cd  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0ce  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0cf  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0d0  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0d1  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0d2  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0d3  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0d4  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0d5  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0d6  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x0d7  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x0d8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0d9 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0da 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0db 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0dc 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0dd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0 16 16 16 16  0 0 Slow
0x0de 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0df 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0e0 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0e1 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0e2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x0e3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0 16 16 16 16  0 0 Slow
0x0e4 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0e5 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0e6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0e7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0e8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x0e9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 Slow
0x0ea 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0eb 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0ec 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ed 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0ee 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ef 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0f0 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x0f1 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x0f2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x0f3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x0f4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x0f5 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0 16 16 16 16  0 0 Slow
0x0f6 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0f7 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0f8 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0f9 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0fa 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0fb 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x0fc 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0fd 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0fe 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0ff 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x100 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0  0  0  0  0  0 0 None
0x101 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x102 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x103 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x104 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x105 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x106 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 None
0x107 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x108 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x109 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x10a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x10b 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x10c 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x10d 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x10e 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x10f 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x110 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x111 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x112 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0  0  0  0  0  0 0 None
0x113 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x114 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x115 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x116 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x117 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x118 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x119 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0 16 16 16 16  0 0 Slow
0x11a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x11b 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x11c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x11d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x11e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x11f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0 16 16 16 16  0 0 Slow
0x120 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x121 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x122 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x123 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x124 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x125 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0 16 16 16 16  0 0 Slow
0x126 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x127 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x128 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x129 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x12a 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x12b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x12c 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x12d 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x12e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x12f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x130 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x131 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0 16 16 16 16  0 0 Slow
0x132 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x133 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x134 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x135 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x136 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 None
0x137 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0 16 16 16  0  0 0 Slow
0x138 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x139 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x13a 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x13b 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x13c 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0  0  0  0  0  0 0 None
0x13d 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 16  0 16 16 16  0  0 0 Slow
0x13e 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x13f 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x140 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x141 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x142 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 None
0x143 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0 16 16 16  0  0 0 Slow
0x144 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x145 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x146 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x147 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x148 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 None
0x149 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8 16 16 16  0  0 0 Slow
0x14a 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x14b 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x14c 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x14d 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x14e 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0  0  0  0  0  0 0 None
0x14f 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 32  0 16 16 16  0  0 0 Slow
0x150  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x151  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x152  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x153  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x154  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x155  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0 16 16 16  0  0 0 Slow
0x156  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x157  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x158  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x159  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x15a  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x15b  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x15c  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x15d  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x15e  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x15f  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x160  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0  0  0  0  0  0 0 None
0x161  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  0 16 16 16  0  0 0 Slow
0x162  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x163  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x164  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x165  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x166  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x167  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x168  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x169  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x16a  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x16b  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x16c  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0  0  0  0  0  0 0 None
0x16d  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 32  0 16 16 16  0  0 0 Slow
0x16e 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x16f 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x170 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x171 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x172 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x173 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 16  0  0  0  0  0  0 0 None
0x174 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x175 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x176 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None
0x177 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x178 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x179 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x17a 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x17b 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x17c 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 32  0  0  0  0  0  0 0 None
0x17d 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x17e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x17f 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x180 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x181 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x182 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 16  0  0  0  0  0  0 0 None
0x183 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x184 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x185 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 None
0x186 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x187 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x188 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x189 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x18a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
0x18b 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 32  0  0  0  0  0  0 0 None
Pavel 'TIGER' Růžička avatar 30.12.2019 22:33 Pavel 'TIGER' Růžička | skóre: 53
Rozbalit Rozbalit vše Re: boot problém
Já osobně, než řeším softwérové nedostatky, tak nejprve překontroluji hardwér, abych měl jistotu, že se nepokouším o marné zásahy.
31.12.2019 22:37 MadCatX | skóre: 28 | blog: dev_urandom
Rozbalit Rozbalit vše Re: boot problém
Dle glxinfo HW akcelerace funkční není, protože to běží přes LLVMPipe (softwarový renderer). Sudná to tedy něco, co sahá na grafiku.

Když z menuetry GRUBu, kterým se zavádí standardní jádro vyhodíš gfxmode $linux_gfx_mode a nastartuješ s parametrem nosplash, mohl bys něco uvidět. Vysoce hypoteticky bys možná mohl něco dostat i z sudo journalctl -r, pokud se tam náhodou stihne něco zalogovat.
Max avatar 31.12.2019 18:15 Max | skóre: 72 | blog: Max_Devaine
Rozbalit Rozbalit vše Re: boot problém
Odpovědět | | Sbalit | Link | Blokovat | Admin
Až ti to naběhne do grafického prostředí, tak sem hoď výpis příkazu "dmesg", "lsmod" a log z X serveru "/var/log/Xorg.0.log"
Zdar Max
Měl jsem sen ... :(
1.1.2020 09:27 Honza
Rozbalit Rozbalit vše Re: boot problém
dmesg
[    0.000000] Linux version 5.3.0-24-lowlatency (buildd@lgw01-amd64-017) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #26~18.04.2-Ubuntu SMP PREEMPT Tue Nov 26 14:39:35 UTC 2019 (Ubuntu 5.3.0-24.26~18.04.2-lowlatency 5.3.10)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro nomodeset
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] random: get_random_u32 called from bsp_init_amd+0x207/0x2c0 with crng_init=0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008cebffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cec0000-0x000000008ceeffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008cef0000-0x000000008d1aafff] usable
[    0.000000] BIOS-e820: [mem 0x000000008d1ab000-0x000000008d267fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008d268000-0x000000008e237fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008e238000-0x000000008e238fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008e239000-0x000000008e43efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008e43f000-0x000000008e881fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008e882000-0x000000008eff2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008eff3000-0x000000008effffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: MSI MS-7793/A78-G41 PC Mate (MS-7793), BIOS V17.9 12/11/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3793.123 MHz processor
[    0.002445] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002446] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002452] last_pfn = 0x23f000 max_arch_pfn = 0x400000000
[    0.002456] MTRR default type: uncachable
[    0.002457] MTRR fixed ranges enabled:
[    0.002458]   00000-9FFFF write-back
[    0.002459]   A0000-BFFFF write-through
[    0.002460]   C0000-CFFFF write-protect
[    0.002460]   D0000-E7FFF uncachable
[    0.002461]   E8000-FFFFF write-protect
[    0.002461] MTRR variable ranges enabled:
[    0.002463]   0 base 000000000000 mask FFFF80000000 write-back
[    0.002464]   1 base 000080000000 mask FFFFF8000000 write-back
[    0.002465]   2 base 000088000000 mask FFFFFC000000 write-back
[    0.002466]   3 base 00008C000000 mask FFFFFE000000 write-back
[    0.002466]   4 base 00008E000000 mask FFFFFF000000 write-back
[    0.002467]   5 disabled
[    0.002467]   6 disabled
[    0.002468]   7 disabled
[    0.002468] TOM2: 000000023f000000 aka 9200M
[    0.002811] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003001] e820: update [mem 0x8f000000-0xffffffff] usable ==> reserved
[    0.003006] last_pfn = 0x8f000 max_arch_pfn = 0x400000000
[    0.006697] found SMP MP-table at [mem 0x000fd910-0x000fd91f]
[    0.031233] check: Scanning 1 areas for low memory corruption
[    0.031239] Using GB pages for direct mapping
[    0.031241] BRK [0x106a01000, 0x106a01fff] PGTABLE
[    0.031243] BRK [0x106a02000, 0x106a02fff] PGTABLE
[    0.031244] BRK [0x106a03000, 0x106a03fff] PGTABLE
[    0.031288] BRK [0x106a04000, 0x106a04fff] PGTABLE
[    0.031289] BRK [0x106a05000, 0x106a05fff] PGTABLE
[    0.031466] BRK [0x106a06000, 0x106a06fff] PGTABLE
[    0.031524] BRK [0x106a07000, 0x106a07fff] PGTABLE
[    0.031594] BRK [0x106a08000, 0x106a08fff] PGTABLE
[    0.031663] BRK [0x106a09000, 0x106a09fff] PGTABLE
[    0.031755] BRK [0x106a0a000, 0x106a0afff] PGTABLE
[    0.031869] BRK [0x106a0b000, 0x106a0bfff] PGTABLE
[    0.031958] BRK [0x106a0c000, 0x106a0cfff] PGTABLE
[    0.032036] RAMDISK: [mem 0x2fc93000-0x33e40fff]
[    0.032057] ACPI: Early table checksum verification disabled
[    0.032061] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.032064] ACPI: XSDT 0x000000008D22F088 00008C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.032070] ACPI: FACP 0x000000008D235AE8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.032075] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20190703/tbfadt-624)
[    0.032079] ACPI: DSDT 0x000000008D22F1A8 00693E (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.032082] ACPI: FACS 0x000000008D25EE80 000040
[    0.032084] ACPI: APIC 0x000000008D235BF8 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.032087] ACPI: FPDT 0x000000008D235C70 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.032089] ACPI: FIDT 0x000000008D235CB8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.032092] ACPI: MCFG 0x000000008D235D58 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.032095] ACPI: HPET 0x000000008D235D98 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.032097] ACPI: UEFI 0x000000008D235DD0 000042 (v01 ALASKA A M I    01072009      00000000)
[    0.032100] ACPI: IVRS 0x000000008D235E18 000068 (v02 AMD    BANTRY   00000001 AMD  00000000)
[    0.032103] ACPI: SSDT 0x000000008D235E80 000D40 (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.032105] ACPI: SSDT 0x000000008D236BC0 0004B7 (v02 AMD    BANTRY   00000001 MSFT 04000000)
[    0.032108] ACPI: CRAT 0x000000008D237078 000528 (v01 AMD    BANTRY   00000001 AMD  00000001)
[    0.032111] ACPI: SSDT 0x000000008D2375A0 00122C (v01 AMD    CPMCMN   00000001 INTL 20051117)
[    0.032113] ACPI: SSDT 0x000000008D2387D0 001457 (v01 AMD    CPMDFIGP 00000001 INTL 20051117)
[    0.032120] ACPI: Local APIC address 0xfee00000
[    0.032222] No NUMA configuration found
[    0.032223] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
[    0.032232] NODE_DATA(0) allocated [mem 0x23efd5000-0x23effffff]
[    0.032439] Zone ranges:
[    0.032440]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.032442]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.032443]   Normal   [mem 0x0000000100000000-0x000000023effffff]
[    0.032444]   Device   empty
[    0.032445] Movable zone start for each node
[    0.032448] Early memory node ranges
[    0.032449]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.032450]   node   0: [mem 0x0000000000100000-0x000000008cebffff]
[    0.032451]   node   0: [mem 0x000000008cef0000-0x000000008d1aafff]
[    0.032452]   node   0: [mem 0x000000008e238000-0x000000008e238fff]
[    0.032452]   node   0: [mem 0x000000008e43f000-0x000000008e881fff]
[    0.032453]   node   0: [mem 0x000000008eff3000-0x000000008effffff]
[    0.032454]   node   0: [mem 0x0000000100000000-0x000000023effffff]
[    0.032563] Zeroed struct page in unavailable ranges: 10903 pages
[    0.032564] Initmem setup node 0 [mem 0x0000000000001000-0x000000023effffff]
[    0.032566] On node 0 totalpages: 1885545
[    0.032567]   DMA zone: 64 pages used for memmap
[    0.032567]   DMA zone: 21 pages reserved
[    0.032568]   DMA zone: 3997 pages, LIFO batch:0
[    0.032618]   DMA32 zone: 8984 pages used for memmap
[    0.032619]   DMA32 zone: 574924 pages, LIFO batch:63
[    0.042369]   Normal zone: 20416 pages used for memmap
[    0.042370]   Normal zone: 1306624 pages, LIFO batch:63
[    0.060896] ACPI: PM-Timer IO Port: 0x808
[    0.060899] ACPI: Local APIC address 0xfee00000
[    0.060905] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.060913] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[    0.060916] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.060918] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.060920] ACPI: IRQ0 used by override.
[    0.060920] ACPI: IRQ9 used by override.
[    0.060922] Using ACPI (MADT) for SMP configuration information
[    0.060924] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.060929] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.060949] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.060951] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.060952] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.060953] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.060954] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.060956] PM: Registered nosave memory: [mem 0x8cec0000-0x8ceeffff]
[    0.060958] PM: Registered nosave memory: [mem 0x8d1ab000-0x8d267fff]
[    0.060958] PM: Registered nosave memory: [mem 0x8d268000-0x8e237fff]
[    0.060960] PM: Registered nosave memory: [mem 0x8e239000-0x8e43efff]
[    0.060962] PM: Registered nosave memory: [mem 0x8e882000-0x8eff2fff]
[    0.060963] PM: Registered nosave memory: [mem 0x8f000000-0xfebfffff]
[    0.060964] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.060965] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.060966] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.060966] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.060967] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.060968] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.060969] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.060969] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.060970] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.060971] PM: Registered nosave memory: [mem 0xfed90000-0xfeffffff]
[    0.060971] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.060974] [mem 0x8f000000-0xfebfffff] available for PCI devices
[    0.060975] Booting paravirtualized kernel on bare hardware
[    0.060978] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.060985] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.061491] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
[    0.061499] pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
[    0.061500] pcpu-alloc: [0] 0 1 2 3 
[    0.061529] Built 1 zonelists, mobility grouping on.  Total pages: 1856060
[    0.061531] Policy zone: Normal
[    0.061533] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro nomodeset
[    0.061579] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.061580] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
[    0.061581] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    0.063141] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.063918] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.063945] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.076387] Calgary: detecting Calgary via BIOS EBDA area
[    0.076389] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.104037] Memory: 7243740K/7542180K available (14339K kernel code, 2378K rwdata, 4688K rodata, 2588K init, 5144K bss, 298440K reserved, 0K cma-reserved)
[    0.104178] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.104192] ftrace: allocating 42947 entries in 168 pages
[    0.121280] rcu: Preemptible hierarchical RCU implementation.
[    0.121282] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.121283] 	Tasks RCU enabled.
[    0.121284] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.121285] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.124267] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.124592] spurious 8259A interrupt: IRQ7.
[    0.124613] Console: colour dummy device 80x25
[    0.124831] printk: console [tty0] enabled
[    0.124848] ACPI: Core revision 20190703
[    0.124967] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.124985] APIC: Switch to symmetric I/O mode setup
[    0.126171] AMD-Vi: [Firmware Bug]: : IOAPIC[0] not in IVRS table
[    0.126177] AMD-Vi: [Firmware Bug]: : No southbridge IOAPIC found
[    0.126179] AMD-Vi: Disabling interrupt remapping
[    0.126639] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.130986] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d59eea3bc1, max_idle_ns: 881590735136 ns
[    0.130994] Calibrating delay loop (skipped), value calculated using timer frequency.. 7586.24 BogoMIPS (lpj=3793123)
[    0.130999] pid_max: default: 32768 minimum: 301
[    0.131040] LSM: Security Framework initializing
[    0.131052] Yama: becoming mindful.
[    0.131086] AppArmor: AppArmor initialized
[    0.131135] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.131161] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.131314] *** VALIDATE proc ***
[    0.131372] *** VALIDATE cgroup1 ***
[    0.131375] *** VALIDATE cgroup2 ***
[    0.131424] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.131427] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.131431] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.131435] Spectre V2 : Mitigation: Full AMD retpoline
[    0.131437] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.131440] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.131604] Freeing SMP alternatives memory: 36K
[    0.236096] smpboot: CPU0: AMD A10-5800K APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x10, stepping: 0x1)
[    0.242028] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.242050] ... version:                0
[    0.242051] ... bit width:              48
[    0.242053] ... generic registers:      6
[    0.242055] ... value mask:             0000ffffffffffff
[    0.242057] ... max period:             00007fffffffffff
[    0.242058] ... fixed-purpose events:   0
[    0.242060] ... event mask:             000000000000003f
[    0.244015] rcu: Hierarchical SRCU implementation.
[    0.249058] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.251016] smp: Bringing up secondary CPUs ...
[    0.261065] x86: Booting SMP configuration:
[    0.261072] .... node  #0, CPUs:      #1 #2 #3
[    0.284052] smp: Brought up 1 node, 4 CPUs
[    0.284052] smpboot: Max logical packages: 1
[    0.284052] smpboot: Total of 4 processors activated (30344.98 BogoMIPS)
[    0.285323] devtmpfs: initialized
[    0.285323] x86/mm: Memory block size: 128MB
[    0.286338] PM: Registering ACPI NVS region [mem 0x8d1ab000-0x8d267fff] (774144 bytes)
[    0.286338] PM: Registering ACPI NVS region [mem 0x8e239000-0x8e43efff] (2121728 bytes)
[    0.286338] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.286338] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.286338] pinctrl core: initialized pinctrl subsystem
[    0.286338] PM: RTC time: 14:01:52, date: 2019-12-31
[    0.286432] NET: Registered protocol family 16
[    0.286514] audit: initializing netlink subsys (disabled)
[    0.287027] audit: type=2000 audit(1577800912.162:1): state=initialized audit_enabled=0 res=1
[    0.287105] EISA bus registered
[    0.287120] cpuidle: using governor ladder
[    0.287120] cpuidle: using governor menu
[    0.287120] ACPI: bus type PCI registered
[    0.287120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.287175] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.287181] PCI: not using MMCONFIG
[    0.287183] PCI: Using configuration type 1 for base access
[    0.287185] PCI: Using configuration type 1 for extended access
[    0.287539] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.287542] mtrr: probably your BIOS does not setup all CPUs.
[    0.287543] mtrr: corrected configuration.
[    0.289394] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.289394] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.293089] ACPI: Added _OSI(Module Device)
[    0.293092] ACPI: Added _OSI(Processor Device)
[    0.293094] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.293096] ACPI: Added _OSI(Processor Aggregator Device)
[    0.293099] ACPI: Added _OSI(Linux-Dell-Video)
[    0.293101] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.293103] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.299698] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.302314] ACPI: Interpreter enabled
[    0.302339] ACPI: (supports S0 S3 S4 S5)
[    0.302343] ACPI: Using IOAPIC for interrupt routing
[    0.302432] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.302487] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.302504] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.302824] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.310884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.310892] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.311125] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability LTR]
[    0.311229] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.311234] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.311238] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER]
[    0.311241] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.311691] PCI host bridge to bus 0000:00
[    0.311695] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.311698] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.311701] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.311704] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.311708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.311711] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.311715] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfed3ffff window]
[    0.311718] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff window]
[    0.311722] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.311734] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[    0.311848] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[    0.311974] pci 0000:00:01.0: [1002:9901] type 00 class 0x030000
[    0.311985] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.311999] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.312005] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.312024] pci 0000:00:01.0: enabling Extended Tags
[    0.312047] pci 0000:00:01.0: supports D1 D2
[    0.312129] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[    0.312140] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.312160] pci 0000:00:01.1: enabling Extended Tags
[    0.312182] pci 0000:00:01.1: supports D1 D2
[    0.312305] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[    0.312327] pci 0000:00:04.0: enabling Extended Tags
[    0.312352] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.312472] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.312498] pci 0000:00:10.0: reg 0x10: [mem 0xfeb4a000-0xfeb4bfff 64bit]
[    0.312593] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.312705] pci 0000:00:10.1: [1022:7814] type 00 class 0x0c0330
[    0.312731] pci 0000:00:10.1: reg 0x10: [mem 0xfeb48000-0xfeb49fff 64bit]
[    0.312826] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    0.312958] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.312978] pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.312987] pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.313003] pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.313012] pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.313021] pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.313030] pci 0000:00:11.0: reg 0x24: [mem 0xfeb51000-0xfeb517ff]
[    0.313160] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.313176] pci 0000:00:12.0: reg 0x10: [mem 0xfeb50000-0xfeb50fff]
[    0.313312] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.313330] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4f000-0xfeb4f0ff]
[    0.313395] pci 0000:00:12.2: supports D1 D2
[    0.313397] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313498] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.313514] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.313652] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.313671] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.313735] pci 0000:00:13.2: supports D1 D2
[    0.313738] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313839] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.313982] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.314011] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.314065] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.314160] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.314302] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    0.314431] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[    0.314447] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.314566] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[    0.314647] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[    0.314722] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[    0.314796] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[    0.314873] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[    0.314948] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[    0.315117] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.315139] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.315159] pci 0000:01:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.315173] pci 0000:01:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.315244] pci 0000:01:00.0: supports D1 D2
[    0.315249] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.315340] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.315345] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.315350] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.315406] pci_bus 0000:02: extended config space not accessible
[    0.315436] pci 0000:02:06.0: [1131:7130] type 00 class 0x048000
[    0.315455] pci 0000:02:06.0: reg 0x10: [mem 0xfea10000-0xfea103ff]
[    0.315540] pci 0000:02:06.0: supports D1 D2
[    0.315578] pci 0000:02:07.0: [13d0:2103] type 00 class 0x028000
[    0.315597] pci 0000:02:07.0: reg 0x10: [mem 0xfea00000-0xfea0ffff]
[    0.315609] pci 0000:02:07.0: reg 0x14: [io  0xd000-0xd01f]
[    0.315721] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.315726] pci 0000:00:14.4:   bridge window [io  0xd000-0xdfff]
[    0.315731] pci 0000:00:14.4:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.315736] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.315739] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.315743] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.315746] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.315749] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.315753] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.315756] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xfed3ffff window] (subtractive decode)
[    0.315759] pci 0000:00:14.4:   bridge window [mem 0xfed45000-0xffffffff window] (subtractive decode)
[    0.316466] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 *11 14 15)
[    0.316550] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 *10 11 14 15)
[    0.316638] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 *11 14 15)
[    0.316729] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 *10 11 14 15)
[    0.316800] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.316856] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 *11 14 15)
[    0.316911] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 *10 11 14 15)
[    0.316970] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.317187] SCSI subsystem initialized
[    0.317205] libata version 3.00 loaded.
[    0.317205] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[    0.317205] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.317205] pci 0000:00:01.0: vgaarb: bridge control possible
[    0.317205] vgaarb: loaded
[    0.317205] ACPI: bus type USB registered
[    0.317205] usbcore: registered new interface driver usbfs
[    0.317997] usbcore: registered new interface driver hub
[    0.318017] usbcore: registered new device driver usb
[    0.318045] pps_core: LinuxPPS API ver. 1 registered
[    0.318047] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[    0.318052] PTP clock support registered
[    0.318073] EDAC MC: Ver: 3.0.0
[    0.318125] PCI: Using ACPI for IRQ routing
[    0.325127] PCI: pci_cache_line_size set to 64 bytes
[    0.325178] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.325180] e820: reserve RAM buffer [mem 0x8cec0000-0x8fffffff]
[    0.325181] e820: reserve RAM buffer [mem 0x8d1ab000-0x8fffffff]
[    0.325182] e820: reserve RAM buffer [mem 0x8e239000-0x8fffffff]
[    0.325183] e820: reserve RAM buffer [mem 0x8e882000-0x8fffffff]
[    0.325184] e820: reserve RAM buffer [mem 0x8f000000-0x8fffffff]
[    0.325185] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[    0.325338] NetLabel: Initializing
[    0.325346] NetLabel:  domain hash size = 128
[    0.325348] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.325364] NetLabel:  unlabeled traffic allowed by default
[    0.325385] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.325385] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.327050] clocksource: Switched to clocksource tsc-early
[    0.342197] VFS: Disk quotas dquot_6.6.0
[    0.342223] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.342254] *** VALIDATE hugetlbfs ***
[    0.342357] AppArmor: AppArmor Filesystem Enabled
[    0.342395] pnp: PnP ACPI init
[    0.342548] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.342556] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.342638] system 00:01: [mem 0x90000000-0xbfffffff] has been reserved
[    0.342644] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.342725] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.342731] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.343022] system 00:03: [io  0x0295-0x0296] has been reserved
[    0.343026] system 00:03: [io  0x0778-0x077f] has been reserved
[    0.343031] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.343309] pnp 00:04: [dma 0 disabled]
[    0.343355] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.343720] pnp 00:05: [dma 3]
[    0.343835] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.343876] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.343943] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.344098] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.344104] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.344399] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.344402] system 00:09: [io  0x040b] has been reserved
[    0.344405] system 00:09: [io  0x04d6] has been reserved
[    0.344408] system 00:09: [io  0x0c00-0x0c01] has been reserved
[    0.344411] system 00:09: [io  0x0c14] has been reserved
[    0.344414] system 00:09: [io  0x0c50-0x0c51] has been reserved
[    0.344416] system 00:09: [io  0x0c52] has been reserved
[    0.344419] system 00:09: [io  0x0c6c] has been reserved
[    0.344422] system 00:09: [io  0x0c6f] has been reserved
[    0.344424] system 00:09: [io  0x0cd0-0x0cd1] has been reserved
[    0.344427] system 00:09: [io  0x0cd2-0x0cd3] has been reserved
[    0.344430] system 00:09: [io  0x0cd4-0x0cd5] has been reserved
[    0.344433] system 00:09: [io  0x0cd6-0x0cd7] has been reserved
[    0.344435] system 00:09: [io  0x0cd8-0x0cdf] has been reserved
[    0.344438] system 00:09: [io  0x0800-0x089f] has been reserved
[    0.344441] system 00:09: [io  0x0b20-0x0b3f] has been reserved
[    0.344444] system 00:09: [io  0x0900-0x090f] has been reserved
[    0.344447] system 00:09: [io  0x0910-0x091f] has been reserved
[    0.344450] system 00:09: [io  0xfe00-0xfefe] has been reserved
[    0.344453] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.344456] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.344459] system 00:09: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.344463] system 00:09: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.344466] system 00:09: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.344469] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.344474] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.344758] pnp: PnP ACPI: found 10 devices
[    0.346350] thermal_sys: Registered thermal governor 'fair_share'
[    0.346350] thermal_sys: Registered thermal governor 'bang_bang'
[    0.346353] thermal_sys: Registered thermal governor 'step_wise'
[    0.346355] thermal_sys: Registered thermal governor 'user_space'
[    0.346357] thermal_sys: Registered thermal governor 'power_allocator'
[    0.351204] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.351245] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.351249] pci 0000:00:04.0:   bridge window [io  0xe000-0xefff]
[    0.351255] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.351261] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.351264] pci 0000:00:14.4:   bridge window [io  0xd000-0xdfff]
[    0.351270] pci 0000:00:14.4:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.351279] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.351282] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.351285] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.351287] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.351290] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.351293] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.351296] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfed3ffff window]
[    0.351299] pci_bus 0000:00: resource 11 [mem 0xfed45000-0xffffffff window]
[    0.351302] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.351304] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.351307] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.351310] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.351317] pci_bus 0000:02: resource 4 [io  0x0000-0x03af window]
[    0.351320] pci_bus 0000:02: resource 5 [io  0x03e0-0x0cf7 window]
[    0.351323] pci_bus 0000:02: resource 6 [io  0x03b0-0x03df window]
[    0.351325] pci_bus 0000:02: resource 7 [io  0x0d00-0xffff window]
[    0.351328] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.351331] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.351333] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xfed3ffff window]
[    0.351336] pci_bus 0000:02: resource 11 [mem 0xfed45000-0xffffffff window]
[    0.351414] NET: Registered protocol family 2
[    0.351556] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.351676] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.351925] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.352015] TCP: Hash tables configured (established 65536 bind 65536)
[    0.352093] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.352134] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.352242] NET: Registered protocol family 1
[    0.352251] NET: Registered protocol family 44
[    0.352265] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.352273] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
[    0.376684] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x6a0 took 23292 usecs
[    0.376929] pci 0000:00:12.2: PME# does not work under D3, disabling it
[    0.399901] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x6a0 took 22405 usecs
[    0.400120] pci 0000:00:13.2: PME# does not work under D3, disabling it
[    0.422660] pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x6a0 took 21970 usecs
[    0.422732] PCI: CLS 64 bytes, default 64
[    0.422786] Trying to unpack rootfs image as initramfs...
[    1.244583] Freeing initrd memory: 67256K
[    1.277842] pci 0000:00:01.0: Adding to iommu group 0
[    1.277857] pci 0000:00:01.1: Adding to iommu group 0
[    1.277914] pci 0000:00:04.0: Adding to iommu group 1
[    1.278054] pci 0000:00:10.0: Adding to iommu group 2
[    1.278088] pci 0000:00:10.1: Adding to iommu group 2
[    1.278140] pci 0000:00:11.0: Adding to iommu group 3
[    1.278217] pci 0000:00:12.0: Adding to iommu group 4
[    1.278232] pci 0000:00:12.2: Adding to iommu group 4
[    1.278306] pci 0000:00:13.0: Adding to iommu group 5
[    1.278322] pci 0000:00:13.2: Adding to iommu group 5
[    1.278386] pci 0000:00:14.0: Adding to iommu group 6
[    1.278402] pci 0000:00:14.2: Adding to iommu group 6
[    1.278416] pci 0000:00:14.3: Adding to iommu group 6
[    1.278482] pci 0000:00:14.4: Adding to iommu group 7
[    1.278541] pci 0000:00:14.5: Adding to iommu group 8
[    1.278631] pci 0000:00:18.0: Adding to iommu group 9
[    1.278646] pci 0000:00:18.1: Adding to iommu group 9
[    1.278662] pci 0000:00:18.2: Adding to iommu group 9
[    1.278677] pci 0000:00:18.3: Adding to iommu group 9
[    1.278693] pci 0000:00:18.4: Adding to iommu group 9
[    1.278710] pci 0000:00:18.5: Adding to iommu group 9
[    1.278722] pci 0000:01:00.0: Adding to iommu group 1
[    1.278732] pci 0000:02:06.0: Adding to iommu group 7
[    1.278743] pci 0000:02:07.0: Adding to iommu group 7
[    1.279201] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    1.279205] pci 0000:00:00.2: AMD-Vi: Extended features (0x800000853):
[    1.279208]  PreF PPR GT IA
[    1.279457] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.281231] amd_uncore: AMD NB counters detected
[    1.281392] LVT offset 0 assigned for vector 0x400
[    1.281429] perf: AMD IBS detected (0x000000ff)
[    1.281531] check: Scanning for low memory corruption every 60 seconds
[    1.283152] Initialise system trusted keyrings
[    1.283164] Key type blacklist registered
[    1.283223] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    1.284717] zbud: loaded
[    1.285176] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.285466] fuse: init (API version 7.31)
[    1.285574] Platform Keyring initialized
[    1.289952] Key type asymmetric registered
[    1.289959] Asymmetric key parser 'x509' registered
[    1.289984] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.290076] io scheduler mq-deadline registered
[    1.290475] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.290546] vesafb: mode is 1600x1200x32, linelength=6400, pages=0
[    1.290549] vesafb: scrolling: redraw
[    1.290551] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.290567] vesafb: framebuffer at 0xc0000000, mapped to 0x(____ptrval____), using 7552k, total 7552k
[    1.315402] Console: switching to colour frame buffer device 200x75
[    1.339982] fb0: VESA VGA frame buffer device
[    1.340156] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.341104] ACPI: Power Button [PWRB]
[    1.341251] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.345115] ACPI: Power Button [PWRF]
[    1.347331] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.368117] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.369923] Linux agpgart interface v0.103
[    1.372513] loop: module loaded
[    1.372844] libphy: Fixed MDIO Bus: probed
[    1.372922] tun: Universal TUN/TAP device driver, 1.6
[    1.373105] PPP generic driver version 2.4.2
[    1.373238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.373363] ehci-pci: EHCI PCI platform driver
[    1.373664] QUIRK: Enable AMD PLL fix
[    1.373689] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.373793] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.373935] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.374177] ehci-pci 0000:00:12.2: debug port 1
[    1.374462] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000
[    1.381159] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.381335] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.381492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.381629] usb usb1: Product: EHCI Host Controller
[    1.381722] usb usb1: Manufacturer: Linux 5.3.0-24-lowlatency ehci_hcd
[    1.381845] usb usb1: SerialNumber: 0000:00:12.2
[    1.382226] hub 1-0:1.0: USB hub found
[    1.382309] hub 1-0:1.0: 5 ports detected
[    1.382758] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.382861] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    1.383012] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.383203] ehci-pci 0000:00:13.2: debug port 1
[    1.383433] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000
[    1.390160] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.390344] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.390501] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.390638] usb usb2: Product: EHCI Host Controller
[    1.390731] usb usb2: Manufacturer: Linux 5.3.0-24-lowlatency ehci_hcd
[    1.390854] usb usb2: SerialNumber: 0000:00:13.2
[    1.391205] hub 2-0:1.0: USB hub found
[    1.391282] hub 2-0:1.0: 5 ports detected
[    1.391557] ehci-platform: EHCI generic platform driver
[    1.391671] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.391789] ohci-pci: OHCI PCI platform driver
[    1.392147] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.392257] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.392608] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000
[    1.448287] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.448448] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.448585] usb usb3: Product: OHCI PCI host controller
[    1.448685] usb usb3: Manufacturer: Linux 5.3.0-24-lowlatency ohci_hcd
[    1.454926] usb usb3: SerialNumber: 0000:00:12.0
[    1.461491] hub 3-0:1.0: USB hub found
[    1.467799] hub 3-0:1.0: 5 ports detected
[    1.474391] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.480639] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 4
[    1.487063] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000
[    1.549276] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.555581] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.561863] usb usb4: Product: OHCI PCI host controller
[    1.568106] usb usb4: Manufacturer: Linux 5.3.0-24-lowlatency ohci_hcd
[    1.574373] usb usb4: SerialNumber: 0000:00:13.0
[    1.580893] hub 4-0:1.0: USB hub found
[    1.587225] hub 4-0:1.0: 5 ports detected
[    1.593854] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.600145] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 5
[    1.606639] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4c000
[    1.668280] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[    1.674591] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.680871] usb usb5: Product: OHCI PCI host controller
[    1.687115] usb usb5: Manufacturer: Linux 5.3.0-24-lowlatency ohci_hcd
[    1.693398] usb usb5: SerialNumber: 0000:00:14.5
[    1.699934] hub 5-0:1.0: USB hub found
[    1.706235] hub 5-0:1.0: 2 ports detected
[    1.712621] ohci-platform: OHCI generic platform driver
[    1.718780] uhci_hcd: USB Universal Host Controller Interface driver
[    1.725257] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.731334] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
[    1.737591] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000418
[    1.744259] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.750380] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.756476] usb usb6: Product: xHCI Host Controller
[    1.762485] usb usb6: Manufacturer: Linux 5.3.0-24-lowlatency xhci-hcd
[    1.768504] usb usb6: SerialNumber: 0000:00:10.0
[    1.774750] hub 6-0:1.0: USB hub found
[    1.780907] hub 6-0:1.0: 2 ports detected
[    1.787078] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.793158] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 7
[    1.799198] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
[    1.805197] usb usb7: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.811322] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[    1.817479] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.823586] usb usb7: Product: xHCI Host Controller
[    1.829655] usb usb7: Manufacturer: Linux 5.3.0-24-lowlatency xhci-hcd
[    1.835834] usb usb7: SerialNumber: 0000:00:10.0
[    1.842182] hub 7-0:1.0: USB hub found
[    1.848309] hub 7-0:1.0: 2 ports detected
[    1.854613] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.860673] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 8
[    1.866921] xhci_hcd 0000:00:10.1: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000418
[    1.873518] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[    1.879702] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.885899] usb usb8: Product: xHCI Host Controller
[    1.892075] usb usb8: Manufacturer: Linux 5.3.0-24-lowlatency xhci-hcd
[    1.898311] usb usb8: SerialNumber: 0000:00:10.1
[    1.904713] hub 8-0:1.0: USB hub found
[    1.910962] hub 8-0:1.0: 2 ports detected
[    1.917202] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.923429] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 9
[    1.929657] xhci_hcd 0000:00:10.1: Host supports USB 3.0 SuperSpeed
[    1.935832] usb usb9: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.942021] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[    1.948228] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.953136] usb 3-2: new full-speed USB device number 2 using ohci-pci
[    1.954439] usb usb9: Product: xHCI Host Controller
[    1.954440] usb usb9: Manufacturer: Linux 5.3.0-24-lowlatency xhci-hcd
[    1.954441] usb usb9: SerialNumber: 0000:00:10.1
[    1.954557] hub 9-0:1.0: USB hub found
[    1.986374] hub 9-0:1.0: 2 ports detected
[    1.992758] i8042: PNP: No PS/2 controller found.
[    1.999205] mousedev: PS/2 mouse device common for all mice
[    2.005761] rtc_cmos 00:07: RTC can wake from S4
[    2.012228] rtc_cmos 00:07: registered as rtc0
[    2.018367] rtc_cmos 00:07: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.024609] i2c /dev entries driver
[    2.030777] device-mapper: uevent: version 1.0.3
[    2.037109] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[    2.043457] platform eisa.0: Probing EISA bus 0
[    2.049828] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.056192] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.062576] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.068824] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.074936] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.081010] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.086969] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.092841] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.098756] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.104517] platform eisa.0: EISA: Detected 0 cards
[    2.110413] ledtrig-cpu: registered to indicate activity on CPUs
[    2.116281] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[    2.119128] usb 6-2: new low-speed USB device number 2 using xhci_hcd
[    2.121227] usb 3-2: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 2.03
[    2.121229] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.121230] usb 3-2: Product: 2.4G Keyboard Mouse
[    2.121232] usb 3-2: Manufacturer: MOSART Semi.
[    2.122333] NET: Registered protocol family 10
[    2.163174] Segment Routing with IPv6
[    2.169190] NET: Registered protocol family 17
[    2.175412] Key type dns_resolver registered
[    2.181831] RAS: Correctable Errors collector initialized.
[    2.187979] microcode: CPU0: patch_level=0x06001119
[    2.194026] microcode: CPU1: patch_level=0x06001119
[    2.199881] microcode: CPU2: patch_level=0x06001119
[    2.205703] microcode: CPU3: patch_level=0x06001119
[    2.211491] microcode: Microcode Update Driver: v2.2.
[    2.211503] sched_clock: Marking stable (2211044769, 441355)->(2223217510, -11731386)
[    2.222947] registered taskstats version 1
[    2.228540] Loading compiled-in X.509 certificates
[    2.235969] Loaded X.509 cert 'Build time autogenerated kernel key: 59fb08ecf51422b711c2b8858703659cb112823d'
[    2.242031] zswap: loaded using pool lzo/zbud
[    2.254097] Key type big_key registered
[    2.262907] Key type encrypted registered
[    2.268803] AppArmor: AppArmor sha1 policy hashing enabled
[    2.274766] ima: No TPM chip found, activating TPM-bypass!
[    2.280617] ima: Allocated hash algorithm: sha1
[    2.286469] No architecture policies found
[    2.292274] evm: Initialising EVM extended attributes:
[    2.297290] usb 6-2: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[    2.298032] evm: security.selinux
[    2.303715] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.309354] evm: security.SMACK64
[    2.315105] usb 6-2: Product: USB Keyboard
[    2.320860] evm: security.SMACK64EXEC
[    2.326630] usb 6-2: Manufacturer: SEM
[    2.332369] evm: security.SMACK64TRANSMUTE
[    2.334154] tsc: Refined TSC clocksource calibration: 3792.911 MHz
[    2.334164] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d5861a0dca, max_idle_ns: 881591162821 ns
[    2.354968] clocksource: Switched to clocksource tsc
[    2.354970] evm: security.SMACK64MMAP
[    2.366386] evm: security.apparmor
[    2.371978] evm: security.ima
[    2.377543] evm: security.capability
[    2.383070] evm: HMAC attrs: 0x1
[    2.388854] PM:   Magic number: 15:812:31
[    2.394547] rtc_cmos 00:07: setting system clock to 2019-12-31T14:01:54 UTC (1577800914)
[    2.400456] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.408191] Freeing unused decrypted memory: 2040K
[    2.414548] Freeing unused kernel image memory: 2588K
[    2.420010] Write protecting the kernel read-only data: 22528k
[    2.426307] Freeing unused kernel image memory: 2008K
[    2.432288] Freeing unused kernel image memory: 1456K
[    2.448425] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.453872] Run /init as init process
[    2.543598] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.549520] acpi device:02: registered as cooling_device4
[    2.555299] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[    2.570750] hidraw: raw HID events driver (C) Jiri Kosina
[    2.581124] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.589912] libphy: r8169: probed
[    2.595632] usb 1-4: new high-speed USB device number 3 using ehci-pci
[    2.597385] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl, 44:8a:5b:64:bf:57, XID 2c9, IRQ 36
[    2.607227] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.613259] usbcore: registered new interface driver usbhid
[    2.619254] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.625250] piix4_smbus 0000:00:14.0: Using register 0x2e for SMBus port selection
[    2.631318] usbhid: USB HID core driver
[    2.637733] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.637773] ahci 0000:00:11.0: version 3.0
[    2.644320] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    2.651227] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio 
[    2.653784] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    2.664191] scsi host0: ahci
[    2.665681] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/0003:062A:4101.0001/input/input3
[    2.671024] scsi host1: ahci
[    2.684128] scsi host2: ahci
[    2.691166] scsi host3: ahci
[    2.698052] scsi host4: ahci
[    2.704727] scsi host5: ahci
[    2.711146] ata1: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51100 irq 37
[    2.717567] ata2: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51180 irq 37
[    2.724082] ata3: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51200 irq 37
[    2.730428] ata4: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51280 irq 37
[    2.731108] hid-generic 0003:062A:4101.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:12.0-2/input0
[    2.736714] ata5: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51300 irq 37
[    2.743508] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input4
[    2.749678] ata6: SATA max UDMA/133 abar m2048@0xfeb51000 port 0xfeb51380 irq 37
[    2.756781] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input5
[    2.775056] usb 1-4: New USB device found, idVendor=05e3, idProduct=0736, bcdDevice= 2.72
[    2.782473] usb 1-4: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    2.789736] usb 1-4: Product: USB Storage
[    2.796966] usb 1-4: Manufacturer: Generic
[    2.804315] usb 1-4: SerialNumber: 000000000272
[    2.823249] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input6
[    2.830730] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input7
[    2.838306] hid-generic 0003:062A:4101.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:12.0-2/input1
[    2.846120] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.0/0003:1A2C:2124.0003/input/input8
[    2.854332] [drm] VGACON disable radeon kernel modesetting.
[    2.862077] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    2.905282] hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:10.0-2/input0
[    2.913751] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.1/0003:1A2C:2124.0004/input/input9
[    2.926136] usb 1-5: new high-speed USB device number 4 using ehci-pci
[    2.973360] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.1/0003:1A2C:2124.0004/input/input10
[    2.981805] hid-generic 0003:1A2C:2124.0004: input,hidraw3: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:10.0-2/input1
[    3.067615] usb 1-5: New USB device found, idVendor=0458, idProduct=704c, bcdDevice= 1.00
[    3.074645] ata5: SATA link down (SStatus 0 SControl 300)
[    3.076056] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.084504] ata4: SATA link down (SStatus 0 SControl 300)
[    3.092892] usb 1-5: Product: USB20 Camera    
[    3.109975] ata3: SATA link down (SStatus 0 SControl 300)
[    3.118628] ata6: SATA link down (SStatus 0 SControl 300)
[    3.221404] usb-storage 1-4:1.0: USB Mass Storage device detected
[    3.230246] scsi host6: usb-storage 1-4:1.0
[    3.238863] usbcore: registered new interface driver usb-storage
[    3.248572] usbcore: registered new interface driver uas
[    3.285166] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.293759] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.302386] ata1.00: ATA-11: Patriot Burst, SBFM91.3, max UDMA/133
[    3.310922] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.319538] ata1.00: configured for UDMA/133
[    3.328146] scsi 0:0:0:0: Direct-Access     ATA      Patriot Burst    91.3 PQ: 0 ANSI: 5
[    3.328181] ata2.00: ATA-8: WDC WD7500BPKX-00HPJT0, 01.01A01, max UDMA/133
[    3.336830] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.337016] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    3.337038] sd 0:0:0:0: [sda] Write Protect is off
[    3.337039] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.337074] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.345140] ata2.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.390445]  sda: sda1 sda2 sda3
[    3.392716] ata2.00: configured for UDMA/133
[    3.399564] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.408036] scsi 1:0:0:0: Direct-Access     ATA      WDC WD7500BPKX-0 1A01 PQ: 0 ANSI: 5
[    3.425458] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    3.425559] sd 1:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[    3.442740] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    3.451309] sd 1:0:0:0: [sdb] Write Protect is off
[    3.459827] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.459840] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.481227]  sdb: sdb1
[    3.490108] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.511913] random: fast init done
[    3.528128] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.528129] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.528149] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.255344] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0272 PQ: 0 ANSI: 0
[    4.264050] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    4.274262] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[    4.966054] raid6: sse2x4   gen()  6047 MB/s
[    4.986080] raid6: sse2x4   xor()  6125 MB/s
[    5.006058] raid6: sse2x2   gen()  9731 MB/s
[    5.026138] raid6: sse2x2   xor()  6829 MB/s
[    5.046062] raid6: sse2x1   gen()  6776 MB/s
[    5.066133] raid6: sse2x1   xor()  4782 MB/s
[    5.074127] raid6: using algorithm sse2x2 gen() 9731 MB/s
[    5.082158] raid6: .... xor() 6829 MB/s, rmw enabled
[    5.090232] raid6: using ssse3x2 recovery algorithm
[    5.101347] xor: automatically using best checksumming function   avx       
[    5.129721] Btrfs loaded, crc32c=crc32c-intel
[    5.242717] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    5.486113] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    5.513365] systemd[1]: Detected architecture x86-64.
[    5.543732] systemd[1]: Set hostname to <>.
[    5.684120] systemd[1]: Reached target User and Group Name Lookups.
[    5.697795] systemd[1]: Created slice System Slice.
[    5.710904] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.723880] systemd[1]: Listening on LVM2 poll daemon socket.
[    5.736939] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.750434] systemd[1]: Listening on Syslog Socket.
[    5.763660] systemd[1]: Listening on udev Kernel Socket.
[    5.842127] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    5.874379] lp: driver loaded but no devices found
[    5.877188] ppdev: user-space parallel port driver
[    5.890679] parport_pc 00:05: reported by Plug and Play ACPI
[    5.890809] parport0: PC-style at 0x378, irq 5 [PCSPP]
[    5.982150] lp0: using parport0 (interrupt-driven).
[    6.209246] systemd-journald[449]: Received request to flush runtime journal from PID 1
[    6.374289] mc: Linux media interface: v0.10
[    6.382218] videodev: Linux video capture interface: v2.00
[    6.384371] b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully
[    6.385600] flexcop-pci: will use the HW PID filter.
[    6.385601] flexcop-pci: card revision 2
[    6.391170] dvbdev: DVB: registering new adapter (FlexCop Digital TV device)
[    6.393230] b2c2-flexcop: MAC address = 00:d0:d7:11:a3:12
[    6.393673] CX24123: cx24123_i2c_readreg: reg=0x0 (error=-121)
[    6.399694] CX24123: wrong demod revision: 87
[    6.441333] saa7134: saa7130/34: v4l2 driver version 0, 2, 17 loaded
[    6.441556] saa7134: saa7130[0]: found at 0000:02:06.0, rev: 1, irq: 21, latency: 32, mmio: 0xfea10000
[    6.441562] saa7134: saa7130[0]: subsystem: 107d:6655, board: Leadtek Winfast DTV1000S [card=175,autodetected]
[    6.441579] saa7134: saa7130[0]: board init: gpio is 2020000
[    6.461915] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[    6.480166] Registered IR keymap rc-winfast
[    6.480612] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input12
[    6.480770] rc rc0: Leadtek Winfast DTV1000S as /devices/pci0000:00/0000:00:14.4/0000:02:06.0/rc/rc0
[    6.480919] input: Leadtek Winfast DTV1000S as /devices/pci0000:00/0000:00:14.4/0000:02:06.0/rc/rc0/input11
[    6.484586] rc rc0: lirc_dev: driver saa7134 registered at minor = 0, scancode receiver, no transmitter
[    6.487215] [drm] VGACON disable radeon kernel modesetting.
[    6.487308] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    6.495669] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    6.495672] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.495683] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.495685] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    6.495686] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    6.495688] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    6.495689] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    6.495691] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    6.512175] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
[    6.512391] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input14
[    6.512615] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input15
[    6.512732] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input16
[    6.512854] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input17
[    6.570077] random: crng init done
[    6.570080] random: 7 urandom warning(s) missed due to ratelimiting
[    6.588957] cryptd: max_cpu_qlen set to 1000
[    6.617022] Adding 7812092k swap on /dev/sda3.  Priority:-2 extents:1 across:7812092k SSFS
[    6.619257] dvb_pll: dvb_pll_attach: Samsung TBMU24112 tuner, frequency range: 950000000...2150000000
[    6.619259] b2c2-flexcop: found 'ST STV0299 DVB-S' .
[    6.619264] b2c2_flexcop_pci 0000:02:07.0: DVB: registering adapter 0 frontend 0 (ST STV0299 DVB-S)...
[    6.619344] b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S rev 2.6' at the 'PCI' bus controlled by a 'FlexCopIIb' complete
[    6.627587] AVX version of gcm_enc/dec engaged.
[    6.627588] AES CTR mode by8 optimization enabled
[    6.666934] gspca_main: v2.14.0 registered
[    6.669422] gspca_main: gspca_sn9c20x-2.14.0 probing 0458:704c
[    6.707819] saa7134: i2c eeprom 00: 7d 10 55 66 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[    6.707821] saa7134: i2c eeprom 10: 00 ff 82 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[    6.707822] saa7134: i2c eeprom 20: 01 40 01 01 01 ff 01 03 08 ff 00 8a ff ff ff ff
[    6.707823] saa7134: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707824] saa7134: i2c eeprom 40: ff 35 00 c0 00 10 03 02 ff 04 ff ff ff ff ff ff
[    6.707824] saa7134: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707825] saa7134: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707826] saa7134: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707827] saa7134: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707827] saa7134: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707828] saa7134: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707829] saa7134: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707829] saa7134: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707830] saa7134: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707831] saa7134: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.707831] saa7134: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    6.719667] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    6.724017] tea5767: Chip ID is not zero. It is not a TEA5767
[    6.724027] tuner: 8-0060: Tuner -1 found with type(s) Radio TV.
[    6.752442] tda829x 8-0060: setting tuner address to 60
[    6.770932] tda18271 8-0060: creating new instance
[    6.781009] tda18271: TDA18271HD/C2 detected @ 8-0060
[    6.804842] gspca_sn9c20x: MT9M112 sensor detected
[    6.804924] input: gspca_sn9c20x as /devices/pci0000:00/0000:00:12.2/usb1/1-5/input/input18
[    6.805109] usbcore: registered new interface driver gspca_sn9c20x
[    6.814841] usb 1-5: 2:1: cannot get freq at ep 0x84
[    6.826079] usbcore: registered new interface driver snd-usb-audio
[    6.847039] kvm: Nested Virtualization enabled
[    6.847045] kvm: Nested Paging enabled
[    6.849608] MCE: In-kernel MCE decoding enabled.
[    6.852052] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.852053] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    6.873412] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.873414] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    6.891482] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.891484] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    6.904470] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.904472] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    7.047179] audit: type=1400 audit(1577800919.152:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=876 comm="apparmor_parser"
[    7.049125] audit: type=1400 audit(1577800919.154:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=872 comm="apparmor_parser"
[    7.049131] audit: type=1400 audit(1577800919.154:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=872 comm="apparmor_parser"
[    7.049167] audit: type=1400 audit(1577800919.154:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=877 comm="apparmor_parser"
[    7.049792] audit: type=1400 audit(1577800919.154:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=875 comm="apparmor_parser"
[    7.049807] audit: type=1400 audit(1577800919.154:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=875 comm="apparmor_parser"
[    7.049816] audit: type=1400 audit(1577800919.154:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=875 comm="apparmor_parser"
[    7.050219] audit: type=1400 audit(1577800919.155:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=873 comm="apparmor_parser"
[    7.050222] audit: type=1400 audit(1577800919.155:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=873 comm="apparmor_parser"
[    7.050225] audit: type=1400 audit(1577800919.155:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=873 comm="apparmor_parser"
[    7.056101] tda18271: performing RF tracking filter calibration
[    7.749231] RTL8211E Gigabit Ethernet r8169-100:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[    7.906128] r8169 0000:01:00.0 enp1s0: Link is Down
[    9.424102] r8169 0000:01:00.0 enp1s0: Link is Up - 100Mbps/Full - flow control off
[    9.424117] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[    9.614169] tda18271: RF tracking filter calibration complete
[    9.617068] tda18271 8-0060: destroying instance
[    9.617087] tuner: 8-0060: Tuner has no way to set tv freq
[    9.617088] tuner: 8-0060: Tuner has no way to set tv freq
[    9.617238] saa7134: saa7130[0]: registered device video1 [v4l2]
[    9.617317] saa7134: saa7130[0]: registered device vbi0
[    9.620654] saa7134_alsa: saa7134 ALSA driver for DMA sound loaded
[    9.620659] saa7134_alsa: saa7130[0]/alsa: Leadtek Winfast DTV1000S doesn't support digital audio
[    9.622159] saa7134_dvb: dvb_init() allocating 1 frontend
[    9.624197] tuner: 8-0060: Tuner has no way to set tv freq
[    9.625846] tuner: 8-0060: Tuner has no way to set tv freq
[    9.656236] tda8290_probe: couldn't read register 0x1f
[    9.656384] tda8295_probe: couldn't read register 0x2f
[    9.656394] tda18271 8-0060: creating new instance
[    9.662100] tda18271: TDA18271HD/C2 detected @ 8-0060
[    9.907115] dvbdev: DVB: registering new adapter (saa7130[0])
[    9.907122] saa7134 0000:02:06.0: DVB: registering adapter 1 frontend 0 (NXP TDA10048HN DVB-T)...
[    9.907129] dvbdev: dvb_create_media_entity: media entity 'NXP TDA10048HN DVB-T' registered.
[    9.907801] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[   10.039157] tda10048_firmware_upload: waiting for firmware upload (dvb-fe-tda10048-1.0.fw)...
[   10.039902] saa7134 0000:02:06.0: Direct firmware load for dvb-fe-tda10048-1.0.fw failed with error -2
[   10.039906] tda10048_firmware_upload: Upload failed. (file not found?)
[   11.083858] usb 1-5: 2:1: cannot get freq at ep 0x84
[   11.101394] usb 1-5: 2:1: cannot get freq at ep 0x84
[   19.273786] vboxdrv: loading out-of-tree module taints kernel.
[   19.274134] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[   19.281782] vboxdrv: Found 4 processor cores
[   19.299324] vboxdrv: TSC mode is Invariant, tentative frequency 3792928684 Hz
[   19.299326] vboxdrv: Successfully loaded version 5.2.34_Ubuntu (interface 0x00290001)
[   19.307305] VBoxNetFlt: Successfully started.
[   19.314280] VBoxNetAdp: Successfully started.
[   19.323652] VBoxPciLinuxInit
[   19.327270] vboxpci: IOMMU found
lsmod
Module                  Size  Used by
pci_stub               16384  1
vboxpci                24576  0
vboxnetadp             28672  0
vboxnetflt             28672  0
vboxdrv               438272  3 vboxpci,vboxnetadp,vboxnetflt
tda10048               20480  1
saa7134_dvb            45056  0
saa7134_alsa           24576  0
videobuf2_dvb          16384  1 saa7134_dvb
edac_mce_amd           32768  0
kvm_amd                94208  0
ccp                    86016  1 kvm_amd
kvm                   655360  1 kvm_amd
snd_usb_audio         241664  1
snd_usbmidi_lib        36864  1 snd_usb_audio
irqbypass              16384  1 kvm
crct10dif_pclmul       16384  1
tda18271               49152  2
crc32_pclmul           16384  0
ghash_clmulni_intel    16384  0
tda8290                24576  0
tea5767                16384  0
tuner                  28672  1
joydev                 24576  0
input_leds             16384  0
gspca_sn9c20x          36864  0
gspca_main             24576  1 gspca_sn9c20x
videobuf2_vmalloc      20480  1 gspca_main
dvb_pll                20480  1
aesni_intel           372736  0
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
glue_helper            16384  1 aesni_intel
snd_hda_codec_realtek   118784  1
snd_hda_codec_generic    81920  1 snd_hda_codec_realtek
k10temp                16384  0
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_codec_hdmi     57344  1
snd_hda_intel          49152  6
rc_winfast             16384  0
snd_hda_codec         131072  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
saa7134               176128  2 saa7134_dvb,saa7134_alsa
snd_hda_core           90112  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
stv0299                20480  1
tveeprom               28672  1 saa7134
rc_core                53248  3 saa7134,rc_winfast
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
v4l2_common            16384  2 saa7134,tuner
videobuf2_dma_sg       16384  2 saa7134_dvb,saa7134
videobuf2_memops       20480  2 videobuf2_vmalloc,videobuf2_dma_sg
snd_rawmidi            36864  2 snd_seq_midi,snd_usbmidi_lib
videobuf2_v4l2         24576  3 gspca_main,saa7134_dvb,saa7134
b2c2_flexcop_pci       16384  0
b2c2_flexcop           32768  1 b2c2_flexcop_pci
videobuf2_common       53248  4 gspca_main,saa7134,videobuf2_v4l2,videobuf2_dvb
s5h1420                20480  1 b2c2_flexcop
cx24113                20480  1 b2c2_flexcop
cx24123                20480  1 b2c2_flexcop
videodev              208896  7 gspca_main,v4l2_common,saa7134,videobuf2_v4l2,videobuf2_common,gspca_sn9c20x,tuner
dvb_core              131072  3 b2c2_flexcop,stv0299,videobuf2_dvb
snd_pcm               102400  7 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,saa7134_alsa,snd_hda_core
mc                     53248  7 videodev,saa7134,snd_usb_audio,videobuf2_v4l2,dvb_core,videobuf2_common,tuner
snd_seq                69632  2 snd_seq_midi,snd_seq_midi_event
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer              36864  2 snd_seq,snd_pcm
snd                    81920  27 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,saa7134_alsa,snd_pcm,snd_rawmidi
soundcore              16384  1 snd
mac_hid                16384  0
sch_fq_codel           20480  2
parport_pc             36864  1
ppdev                  24576  0
lp                     20480  0
parport                53248  3 parport_pc,lp,ppdev
ip_tables              32768  0
x_tables               40960  1 ip_tables
autofs4                45056  2
btrfs                1228800  0
xor                    24576  1 btrfs
zstd_compress         163840  1 btrfs
raid6_pq              114688  1 btrfs
libcrc32c              16384  1 btrfs
dm_mirror              24576  0
dm_region_hash         20480  1 dm_mirror
dm_log                 20480  2 dm_region_hash,dm_mirror
uas                    24576  0
usb_storage            73728  1 uas
i2c_algo_bit           16384  0
ttm                   102400  0
drm_kms_helper        180224  0
hid_generic            16384  0
syscopyarea            16384  1 drm_kms_helper
ahci                   40960  3
i2c_piix4              28672  0
sysfillrect            16384  1 drm_kms_helper
r8169                  81920  0
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
usbhid                 53248  0
libahci                32768  1 ahci
drm                   483328  2 drm_kms_helper,ttm
hid                   131072  2 usbhid,hid_generic
realtek                20480  1
wmi                    32768  0
video                  49152  0
[     7.870] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[     7.870] Build Operating System: Linux 4.4.0-148-generic x86_64 Ubuntu
[     7.870] Current Operating System: Linux pracovni 5.3.0-24-lowlatency #26~18.04.2-Ubuntu SMP PREEMPT Tue Nov 26 14:39:35 UTC 2019 x86_64
[     7.870] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-lowlatency root=UUID=c40eb0d1-b8b6-4fa1-a951-61d454a83922 ro nomodeset
[     7.870] Build Date: 02 May 2019  08:06:54AM
[     7.870] xorg-server-hwe-18.04 2:1.20.4-1ubuntu3~18.04.1 (For technical support please see http://www.ubuntu.com/support) 
[     7.870] Current version of pixman: 0.34.0
[     7.870] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     7.870] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.870] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 31 15:01:59 2019
[     7.870] (==) Using config file: "/etc/X11/xorg.conf"
[     7.870] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.870] (==) No Layout section.  Using the first Screen section.
[     7.870] (**) |-->Screen "Default Screen" (0)
[     7.870] (**) |   |-->Monitor "Configured Monitor"
[     7.871] (**) |   |-->Device "Configured Video Device"
[     7.871] (==) Automatically adding devices
[     7.871] (==) Automatically enabling devices
[     7.871] (==) Automatically adding GPU devices
[     7.871] (==) Automatically binding GPU devices
[     7.871] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.871] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     7.871] 	Entry deleted from font path.
[     7.871] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     7.871] 	Entry deleted from font path.
[     7.871] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     7.871] 	Entry deleted from font path.
[     7.871] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     7.871] 	Entry deleted from font path.
[     7.871] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     7.871] 	Entry deleted from font path.
[     7.871] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     7.871] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.871] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     7.871] (II) Loader magic: 0x556f36508020
[     7.871] (II) Module ABI versions:
[     7.871] 	X.Org ANSI C Emulation: 0.4
[     7.871] 	X.Org Video Driver: 24.0
[     7.871] 	X.Org XInput driver : 24.1
[     7.871] 	X.Org Server Extension : 10.0
[     7.872] (++) using VT number 7

[     7.872] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.875] (--) PCI:*(0@0:1:0) 1002:9901:1462:7793 rev 0, Mem @ 0xc0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[     7.875] (II) LoadModule: "glx"
[     7.875] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.886] (II) Module glx: vendor="X.Org Foundation"
[     7.886] 	compiled for 1.20.4, module version = 1.0.0
[     7.886] 	ABI class: X.Org Server Extension, version 10.0
[     7.886] (II) LoadModule: "vesa"
[     7.886] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     7.886] (II) Module vesa: vendor="X.Org Foundation"
[     7.886] 	compiled for 1.20.1, module version = 2.4.0
[     7.886] 	Module class: X.Org Video Driver
[     7.886] 	ABI class: X.Org Video Driver, version 24.0
[     7.886] (II) VESA: driver for VESA chipsets: vesa
[     7.915] (II) Loading sub module "vbe"
[     7.915] (II) LoadModule: "vbe"
[     7.915] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     7.915] (II) Module vbe: vendor="X.Org Foundation"
[     7.915] 	compiled for 1.20.4, module version = 1.1.0
[     7.915] 	ABI class: X.Org Video Driver, version 24.0
[     7.916] (II) Loading sub module "int10"
[     7.916] (II) LoadModule: "int10"
[     7.916] (II) Loading /usr/lib/xorg/modules/libint10.so
[     7.916] (II) Module int10: vendor="X.Org Foundation"
[     7.916] 	compiled for 1.20.4, module version = 1.0.0
[     7.916] 	ABI class: X.Org Video Driver, version 24.0
[     7.916] (II) VESA(0): initializing int10
[     7.916] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[     7.916] (II) VESA(0): VESA BIOS detected
[     7.916] (II) VESA(0): VESA VBE Version 3.0
[     7.916] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[     7.916] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[     7.916] (II) VESA(0): VESA VBE OEM Software Rev: 15.31
[     7.916] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
[     7.916] (II) VESA(0): VESA VBE OEM Product: DVST
[     7.916] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[     7.936] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[     7.936] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[     7.936] (==) VESA(0): RGB weight 888
[     7.936] (==) VESA(0): Default visual is TrueColor
[     7.936] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[     7.937] (II) Loading sub module "ddc"
[     7.937] (II) LoadModule: "ddc"
[     7.937] (II) Module "ddc" already built-in
[     7.937] (II) VESA(0): VESA VBE DDC supported
[     7.937] (II) VESA(0): VESA VBE DDC Level 2
[     7.937] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[     7.940] (II) VESA(0): VESA VBE DDC read successfully
[     7.940] (II) VESA(0): Manufacturer: GSM  Model: 4e3a  Serial#: 193179
[     7.940] (II) VESA(0): Year: 2007  Week: 8
[     7.940] (II) VESA(0): EDID Version: 1.3
[     7.940] (II) VESA(0): Digital Display Input
[     7.940] (II) VESA(0): Max Image Size [cm]: horiz.: 41  vert.: 31
[     7.940] (II) VESA(0): Gamma: 2.20
[     7.940] (II) VESA(0): DPMS capabilities: StandBy Suspend Off
[     7.940] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     7.940] (II) VESA(0): First detailed timing is preferred mode
[     7.940] (II) VESA(0): redX: 0.654 redY: 0.331   greenX: 0.285 greenY: 0.589
[     7.940] (II) VESA(0): blueX: 0.134 blueY: 0.074   whiteX: 0.313 whiteY: 0.329
[     7.940] (II) VESA(0): Supported established timings:
[     7.940] (II) VESA(0): 720x400@70Hz
[     7.940] (II) VESA(0): 640x480@60Hz
[     7.940] (II) VESA(0): 640x480@72Hz
[     7.940] (II) VESA(0): 640x480@75Hz
[     7.940] (II) VESA(0): 800x600@60Hz
[     7.940] (II) VESA(0): 800x600@75Hz
[     7.940] (II) VESA(0): 832x624@75Hz
[     7.940] (II) VESA(0): 1024x768@60Hz
[     7.940] (II) VESA(0): 1024x768@75Hz
[     7.940] (II) VESA(0): 1280x1024@75Hz
[     7.940] (II) VESA(0): 1152x864@75Hz
[     7.941] (II) VESA(0): Manufacturer's mask: 0
[     7.941] (II) VESA(0): Supported standard timings:
[     7.941] (II) VESA(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     7.941] (II) VESA(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     7.941] (II) VESA(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
[     7.941] (II) VESA(0): #3: hsize: 800  vsize 600  refresh: 75  vid: 20293
[     7.941] (II) VESA(0): #4: hsize: 640  vsize 480  refresh: 60  vid: 16433
[     7.941] (II) VESA(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[     7.941] (II) VESA(0): Supported detailed timing:
[     7.941] (II) VESA(0): clock: 162.0 MHz   Image Size:  408 x 306 mm
[     7.941] (II) VESA(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
[     7.941] (II) VESA(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
[     7.941] (II) VESA(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 175 MHz
[     7.941] (II) VESA(0): Monitor name: L2000C
[     7.941] (II) VESA(0): Monitor name: 
[     7.941] (II) VESA(0): EDID (in hex):
[     7.941] (II) VESA(0): 	00ffffffffffff001e6d3a4e9bf20200
[     7.941] (II) VESA(0): 	08110103e0291f78eab345a754499622
[     7.941] (II) VESA(0): 	135054ad6b808180714f614f454f3140
[     7.941] (II) VESA(0): 	a94001010101483f403062b0324040c0
[     7.941] (II) VESA(0): 	130098321100001e000000fd00384b1c
[     7.941] (II) VESA(0): 	5311000a202020202020000000fc004c
[     7.941] (II) VESA(0): 	32303030430a202020202020000000fc
[     7.941] (II) VESA(0): 	000a2020202020202020202020200029
[     7.941] (II) VESA(0): EDID vendor "GSM", prod id 20026
[     7.941] (II) VESA(0): Using EDID range info for horizontal sync
[     7.941] (II) VESA(0): Using EDID range info for vertical refresh
[     7.941] (II) VESA(0): Printing DDC gathered Modelines:
[     7.941] (II) VESA(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[     7.941] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     7.941] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     7.941] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     7.941] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     7.941] (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     7.941] (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     7.941] (II) VESA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     7.941] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     7.941] (II) VESA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     7.941] (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     7.941] (II) VESA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     7.941] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     7.941] (II) VESA(0): Searching for matching VESA mode(s):
[     7.942] Mode: 100 (640x400)
[     7.942] 	ModeAttributes: 0xbb
[     7.942] 	WinAAttributes: 0x7
[     7.942] 	WinBAttributes: 0x0
[     7.942] 	WinGranularity: 64
[     7.942] 	WinSize: 64
[     7.942] 	WinASegment: 0xa000
[     7.942] 	WinBSegment: 0x0
[     7.942] 	WinFuncPtr: 0xc000594d
[     7.942] 	BytesPerScanline: 640
[     7.942] 	XResolution: 640
[     7.942] 	YResolution: 400
[     7.942] 	XCharSize: 8
[     7.942] 	YCharSize: 16
[     7.942] 	NumberOfPlanes: 1
[     7.942] 	BitsPerPixel: 8
[     7.942] 	NumberOfBanks: 1
[     7.942] 	MemoryModel: 4
[     7.942] 	BankSize: 0
[     7.942] 	NumberOfImages: 63
[     7.942] 	RedMaskSize: 0
[     7.942] 	RedFieldPosition: 0
[     7.942] 	GreenMaskSize: 0
[     7.942] 	GreenFieldPosition: 0
[     7.942] 	BlueMaskSize: 0
[     7.942] 	BlueFieldPosition: 0
[     7.942] 	RsvdMaskSize: 0
[     7.942] 	RsvdFieldPosition: 0
[     7.942] 	DirectColorModeInfo: 0
[     7.942] 	PhysBasePtr: 0xc0000000
[     7.942] 	LinBytesPerScanLine: 640
[     7.942] 	BnkNumberOfImagePages: 63
[     7.942] 	LinNumberOfImagePages: 63
[     7.942] 	LinRedMaskSize: 0
[     7.942] 	LinRedFieldPosition: 0
[     7.942] 	LinGreenMaskSize: 0
[     7.942] 	LinGreenFieldPosition: 0
[     7.942] 	LinBlueMaskSize: 0
[     7.942] 	LinBlueFieldPosition: 0
[     7.942] 	LinRsvdMaskSize: 0
[     7.942] 	LinRsvdFieldPosition: 0
[     7.942] 	MaxPixelClock: 400000000
[     7.942] Mode: 101 (640x480)
[     7.942] 	ModeAttributes: 0xbb
[     7.942] 	WinAAttributes: 0x7
[     7.942] 	WinBAttributes: 0x0
[     7.942] 	WinGranularity: 64
[     7.942] 	WinSize: 64
[     7.942] 	WinASegment: 0xa000
[     7.942] 	WinBSegment: 0x0
[     7.942] 	WinFuncPtr: 0xc000594d
[     7.942] 	BytesPerScanline: 640
[     7.942] 	XResolution: 640
[     7.942] 	YResolution: 480
[     7.942] 	XCharSize: 8
[     7.942] 	YCharSize: 16
[     7.942] 	NumberOfPlanes: 1
[     7.942] 	BitsPerPixel: 8
[     7.942] 	NumberOfBanks: 1
[     7.942] 	MemoryModel: 4
[     7.942] 	BankSize: 0
[     7.942] 	NumberOfImages: 50
[     7.942] 	RedMaskSize: 0
[     7.942] 	RedFieldPosition: 0
[     7.942] 	GreenMaskSize: 0
[     7.942] 	GreenFieldPosition: 0
[     7.942] 	BlueMaskSize: 0
[     7.942] 	BlueFieldPosition: 0
[     7.942] 	RsvdMaskSize: 0
[     7.942] 	RsvdFieldPosition: 0
[     7.942] 	DirectColorModeInfo: 0
[     7.942] 	PhysBasePtr: 0xc0000000
[     7.942] 	LinBytesPerScanLine: 640
[     7.942] 	BnkNumberOfImagePages: 50
[     7.943] 	LinNumberOfImagePages: 50
[     7.943] 	LinRedMaskSize: 0
[     7.943] 	LinRedFieldPosition: 0
[     7.943] 	LinGreenMaskSize: 0
[     7.943] 	LinGreenFieldPosition: 0
[     7.943] 	LinBlueMaskSize: 0
[     7.943] 	LinBlueFieldPosition: 0
[     7.943] 	LinRsvdMaskSize: 0
[     7.943] 	LinRsvdFieldPosition: 0
[     7.943] 	MaxPixelClock: 400000000
[     7.943] Mode: 103 (800x600)
[     7.943] 	ModeAttributes: 0xbb
[     7.943] 	WinAAttributes: 0x7
[     7.943] 	WinBAttributes: 0x0
[     7.943] 	WinGranularity: 64
[     7.943] 	WinSize: 64
[     7.943] 	WinASegment: 0xa000
[     7.943] 	WinBSegment: 0x0
[     7.943] 	WinFuncPtr: 0xc000594d
[     7.943] 	BytesPerScanline: 832
[     7.943] 	XResolution: 800
[     7.943] 	YResolution: 600
[     7.943] 	XCharSize: 8
[     7.943] 	YCharSize: 14
[     7.943] 	NumberOfPlanes: 1
[     7.943] 	BitsPerPixel: 8
[     7.943] 	NumberOfBanks: 1
[     7.943] 	MemoryModel: 4
[     7.943] 	BankSize: 0
[     7.943] 	NumberOfImages: 31
[     7.943] 	RedMaskSize: 0
[     7.943] 	RedFieldPosition: 0
[     7.943] 	GreenMaskSize: 0
[     7.943] 	GreenFieldPosition: 0
[     7.943] 	BlueMaskSize: 0
[     7.943] 	BlueFieldPosition: 0
[     7.943] 	RsvdMaskSize: 0
[     7.943] 	RsvdFieldPosition: 0
[     7.943] 	DirectColorModeInfo: 0
[     7.943] 	PhysBasePtr: 0xc0000000
[     7.943] 	LinBytesPerScanLine: 832
[     7.943] 	BnkNumberOfImagePages: 31
[     7.943] 	LinNumberOfImagePages: 31
[     7.943] 	LinRedMaskSize: 0
[     7.943] 	LinRedFieldPosition: 0
[     7.943] 	LinGreenMaskSize: 0
[     7.943] 	LinGreenFieldPosition: 0
[     7.943] 	LinBlueMaskSize: 0
[     7.943] 	LinBlueFieldPosition: 0
[     7.943] 	LinRsvdMaskSize: 0
[     7.943] 	LinRsvdFieldPosition: 0
[     7.943] 	MaxPixelClock: 400000000
[     7.944] Mode: 105 (1024x768)
[     7.944] 	ModeAttributes: 0xbb
[     7.944] 	WinAAttributes: 0x7
[     7.944] 	WinBAttributes: 0x0
[     7.944] 	WinGranularity: 64
[     7.944] 	WinSize: 64
[     7.944] 	WinASegment: 0xa000
[     7.944] 	WinBSegment: 0x0
[     7.944] 	WinFuncPtr: 0xc000594d
[     7.944] 	BytesPerScanline: 1024
[     7.944] 	XResolution: 1024
[     7.944] 	YResolution: 768
[     7.944] 	XCharSize: 8
[     7.944] 	YCharSize: 16
[     7.944] 	NumberOfPlanes: 1
[     7.944] 	BitsPerPixel: 8
[     7.944] 	NumberOfBanks: 1
[     7.944] 	MemoryModel: 4
[     7.944] 	BankSize: 0
[     7.944] 	NumberOfImages: 18
[     7.944] 	RedMaskSize: 0
[     7.944] 	RedFieldPosition: 0
[     7.944] 	GreenMaskSize: 0
[     7.944] 	GreenFieldPosition: 0
[     7.944] 	BlueMaskSize: 0
[     7.944] 	BlueFieldPosition: 0
[     7.944] 	RsvdMaskSize: 0
[     7.944] 	RsvdFieldPosition: 0
[     7.944] 	DirectColorModeInfo: 0
[     7.944] 	PhysBasePtr: 0xc0000000
[     7.944] 	LinBytesPerScanLine: 1024
[     7.944] 	BnkNumberOfImagePages: 18
[     7.944] 	LinNumberOfImagePages: 18
[     7.944] 	LinRedMaskSize: 0
[     7.944] 	LinRedFieldPosition: 0
[     7.944] 	LinGreenMaskSize: 0
[     7.944] 	LinGreenFieldPosition: 0
[     7.944] 	LinBlueMaskSize: 0
[     7.944] 	LinBlueFieldPosition: 0
[     7.944] 	LinRsvdMaskSize: 0
[     7.944] 	LinRsvdFieldPosition: 0
[     7.944] 	MaxPixelClock: 400000000
[     7.944] Mode: 107 (1280x1024)
[     7.944] 	ModeAttributes: 0xbb
[     7.945] 	WinAAttributes: 0x7
[     7.945] 	WinBAttributes: 0x0
[     7.945] 	WinGranularity: 64
[     7.945] 	WinSize: 64
[     7.945] 	WinASegment: 0xa000
[     7.945] 	WinBSegment: 0x0
[     7.945] 	WinFuncPtr: 0xc000594d
[     7.945] 	BytesPerScanline: 1280
[     7.945] 	XResolution: 1280
[     7.945] 	YResolution: 1024
[     7.945] 	XCharSize: 8
[     7.945] 	YCharSize: 16
[     7.945] 	NumberOfPlanes: 1
[     7.945] 	BitsPerPixel: 8
[     7.945] 	NumberOfBanks: 1
[     7.945] 	MemoryModel: 4
[     7.945] 	BankSize: 0
[     7.945] 	NumberOfImages: 11
[     7.945] 	RedMaskSize: 0
[     7.945] 	RedFieldPosition: 0
[     7.945] 	GreenMaskSize: 0
[     7.945] 	GreenFieldPosition: 0
[     7.945] 	BlueMaskSize: 0
[     7.945] 	BlueFieldPosition: 0
[     7.945] 	RsvdMaskSize: 0
[     7.945] 	RsvdFieldPosition: 0
[     7.945] 	DirectColorModeInfo: 0
[     7.945] 	PhysBasePtr: 0xc0000000
[     7.945] 	LinBytesPerScanLine: 1280
[     7.945] 	BnkNumberOfImagePages: 11
[     7.945] 	LinNumberOfImagePages: 11
[     7.945] 	LinRedMaskSize: 0
[     7.945] 	LinRedFieldPosition: 0
[     7.945] 	LinGreenMaskSize: 0
[     7.945] 	LinGreenFieldPosition: 0
[     7.945] 	LinBlueMaskSize: 0
[     7.945] 	LinBlueFieldPosition: 0
[     7.945] 	LinRsvdMaskSize: 0
[     7.945] 	LinRsvdFieldPosition: 0
[     7.945] 	MaxPixelClock: 400000000
[     7.945] Mode: 110 (640x480)
[     7.945] 	ModeAttributes: 0xbb
[     7.945] 	WinAAttributes: 0x7
[     7.945] 	WinBAttributes: 0x0
[     7.945] 	WinGranularity: 64
[     7.945] 	WinSize: 64
[     7.945] 	WinASegment: 0xa000
[     7.945] 	WinBSegment: 0x0
[     7.945] 	WinFuncPtr: 0xc000594d
[     7.945] 	BytesPerScanline: 1280
[     7.945] 	XResolution: 640
[     7.945] 	YResolution: 480
[     7.945] 	XCharSize: 8
[     7.945] 	YCharSize: 16
[     7.945] 	NumberOfPlanes: 1
[     7.945] 	BitsPerPixel: 16
[     7.945] 	NumberOfBanks: 1
[     7.945] 	MemoryModel: 6
[     7.945] 	BankSize: 0
[     7.945] 	NumberOfImages: 24
[     7.945] 	RedMaskSize: 5
[     7.945] 	RedFieldPosition: 10
[     7.945] 	GreenMaskSize: 5
[     7.945] 	GreenFieldPosition: 5
[     7.945] 	BlueMaskSize: 5
[     7.945] 	BlueFieldPosition: 0
[     7.945] 	RsvdMaskSize: 0
[     7.945] 	RsvdFieldPosition: 0
[     7.945] 	DirectColorModeInfo: 0
[     7.945] 	PhysBasePtr: 0xc0000000
[     7.945] 	LinBytesPerScanLine: 1280
[     7.945] 	BnkNumberOfImagePages: 24
[     7.945] 	LinNumberOfImagePages: 24
[     7.945] 	LinRedMaskSize: 5
[     7.945] 	LinRedFieldPosition: 10
[     7.945] 	LinGreenMaskSize: 5
[     7.945] 	LinGreenFieldPosition: 5
[     7.945] 	LinBlueMaskSize: 5
[     7.945] 	LinBlueFieldPosition: 0
[     7.945] 	LinRsvdMaskSize: 0
[     7.945] 	LinRsvdFieldPosition: 0
[     7.945] 	MaxPixelClock: 400000000
[     7.946] Mode: 111 (640x480)
[     7.946] 	ModeAttributes: 0xbb
[     7.946] 	WinAAttributes: 0x7
[     7.946] 	WinBAttributes: 0x0
[     7.946] 	WinGranularity: 64
[     7.946] 	WinSize: 64
[     7.946] 	WinASegment: 0xa000
[     7.946] 	WinBSegment: 0x0
[     7.946] 	WinFuncPtr: 0xc000594d
[     7.946] 	BytesPerScanline: 1280
[     7.946] 	XResolution: 640
[     7.946] 	YResolution: 480
[     7.946] 	XCharSize: 8
[     7.946] 	YCharSize: 16
[     7.946] 	NumberOfPlanes: 1
[     7.946] 	BitsPerPixel: 16
[     7.946] 	NumberOfBanks: 1
[     7.946] 	MemoryModel: 6
[     7.946] 	BankSize: 0
[     7.946] 	NumberOfImages: 24
[     7.946] 	RedMaskSize: 5
[     7.946] 	RedFieldPosition: 11
[     7.946] 	GreenMaskSize: 6
[     7.946] 	GreenFieldPosition: 5
[     7.946] 	BlueMaskSize: 5
[     7.946] 	BlueFieldPosition: 0
[     7.946] 	RsvdMaskSize: 0
[     7.946] 	RsvdFieldPosition: 0
[     7.946] 	DirectColorModeInfo: 0
[     7.946] 	PhysBasePtr: 0xc0000000
[     7.946] 	LinBytesPerScanLine: 1280
[     7.946] 	BnkNumberOfImagePages: 24
[     7.946] 	LinNumberOfImagePages: 24
[     7.946] 	LinRedMaskSize: 5
[     7.946] 	LinRedFieldPosition: 11
[     7.946] 	LinGreenMaskSize: 6
[     7.946] 	LinGreenFieldPosition: 5
[     7.946] 	LinBlueMaskSize: 5
[     7.946] 	LinBlueFieldPosition: 0
[     7.946] 	LinRsvdMaskSize: 0
[     7.946] 	LinRsvdFieldPosition: 0
[     7.946] 	MaxPixelClock: 400000000
[     7.947] Mode: 113 (800x600)
[     7.947] 	ModeAttributes: 0xbb
[     7.947] 	WinAAttributes: 0x7
[     7.947] 	WinBAttributes: 0x0
[     7.947] 	WinGranularity: 64
[     7.947] 	WinSize: 64
[     7.947] 	WinASegment: 0xa000
[     7.947] 	WinBSegment: 0x0
[     7.947] 	WinFuncPtr: 0xc000594d
[     7.947] 	BytesPerScanline: 1664
[     7.947] 	XResolution: 800
[     7.947] 	YResolution: 600
[     7.947] 	XCharSize: 8
[     7.947] 	YCharSize: 14
[     7.947] 	NumberOfPlanes: 1
[     7.947] 	BitsPerPixel: 16
[     7.947] 	NumberOfBanks: 1
[     7.947] 	MemoryModel: 6
[     7.947] 	BankSize: 0
[     7.947] 	NumberOfImages: 15
[     7.947] 	RedMaskSize: 5
[     7.947] 	RedFieldPosition: 10
[     7.947] 	GreenMaskSize: 5
[     7.947] 	GreenFieldPosition: 5
[     7.947] 	BlueMaskSize: 5
[     7.947] 	BlueFieldPosition: 0
[     7.947] 	RsvdMaskSize: 0
[     7.947] 	RsvdFieldPosition: 0
[     7.947] 	DirectColorModeInfo: 0
[     7.947] 	PhysBasePtr: 0xc0000000
[     7.947] 	LinBytesPerScanLine: 1664
[     7.947] 	BnkNumberOfImagePages: 15
[     7.947] 	LinNumberOfImagePages: 15
[     7.947] 	LinRedMaskSize: 5
[     7.947] 	LinRedFieldPosition: 10
[     7.947] 	LinGreenMaskSize: 5
[     7.947] 	LinGreenFieldPosition: 5
[     7.947] 	LinBlueMaskSize: 5
[     7.947] 	LinBlueFieldPosition: 0
[     7.947] 	LinRsvdMaskSize: 0
[     7.947] 	LinRsvdFieldPosition: 0
[     7.947] 	MaxPixelClock: 400000000
[     7.948] Mode: 114 (800x600)
[     7.948] 	ModeAttributes: 0xbb
[     7.948] 	WinAAttributes: 0x7
[     7.948] 	WinBAttributes: 0x0
[     7.948] 	WinGranularity: 64
[     7.948] 	WinSize: 64
[     7.948] 	WinASegment: 0xa000
[     7.948] 	WinBSegment: 0x0
[     7.948] 	WinFuncPtr: 0xc000594d
[     7.948] 	BytesPerScanline: 1664
[     7.948] 	XResolution: 800
[     7.948] 	YResolution: 600
[     7.948] 	XCharSize: 8
[     7.948] 	YCharSize: 14
[     7.948] 	NumberOfPlanes: 1
[     7.948] 	BitsPerPixel: 16
[     7.948] 	NumberOfBanks: 1
[     7.948] 	MemoryModel: 6
[     7.948] 	BankSize: 0
[     7.948] 	NumberOfImages: 15
[     7.948] 	RedMaskSize: 5
[     7.948] 	RedFieldPosition: 11
[     7.948] 	GreenMaskSize: 6
[     7.948] 	GreenFieldPosition: 5
[     7.948] 	BlueMaskSize: 5
[     7.948] 	BlueFieldPosition: 0
[     7.948] 	RsvdMaskSize: 0
[     7.948] 	RsvdFieldPosition: 0
[     7.948] 	DirectColorModeInfo: 0
[     7.948] 	PhysBasePtr: 0xc0000000
[     7.948] 	LinBytesPerScanLine: 1664
[     7.948] 	BnkNumberOfImagePages: 15
[     7.948] 	LinNumberOfImagePages: 15
[     7.948] 	LinRedMaskSize: 5
[     7.948] 	LinRedFieldPosition: 11
[     7.948] 	LinGreenMaskSize: 6
[     7.948] 	LinGreenFieldPosition: 5
[     7.948] 	LinBlueMaskSize: 5
[     7.948] 	LinBlueFieldPosition: 0
[     7.948] 	LinRsvdMaskSize: 0
[     7.948] 	LinRsvdFieldPosition: 0
[     7.948] 	MaxPixelClock: 400000000
[     7.948] Mode: 116 (1024x768)
[     7.949] 	ModeAttributes: 0xbb
[     7.949] 	WinAAttributes: 0x7
[     7.949] 	WinBAttributes: 0x0
[     7.949] 	WinGranularity: 64
[     7.949] 	WinSize: 64
[     7.949] 	WinASegment: 0xa000
[     7.949] 	WinBSegment: 0x0
[     7.949] 	WinFuncPtr: 0xc000594d
[     7.949] 	BytesPerScanline: 2048
[     7.949] 	XResolution: 1024
[     7.949] 	YResolution: 768
[     7.949] 	XCharSize: 8
[     7.949] 	YCharSize: 16
[     7.949] 	NumberOfPlanes: 1
[     7.949] 	BitsPerPixel: 16
[     7.949] 	NumberOfBanks: 1
[     7.949] 	MemoryModel: 6
[     7.949] 	BankSize: 0
[     7.949] 	NumberOfImages: 9
[     7.949] 	RedMaskSize: 5
[     7.949] 	RedFieldPosition: 10
[     7.949] 	GreenMaskSize: 5
[     7.949] 	GreenFieldPosition: 5
[     7.949] 	BlueMaskSize: 5
[     7.949] 	BlueFieldPosition: 0
[     7.949] 	RsvdMaskSize: 0
[     7.949] 	RsvdFieldPosition: 0
[     7.949] 	DirectColorModeInfo: 0
[     7.949] 	PhysBasePtr: 0xc0000000
[     7.949] 	LinBytesPerScanLine: 2048
[     7.949] 	BnkNumberOfImagePages: 9
[     7.949] 	LinNumberOfImagePages: 9
[     7.949] 	LinRedMaskSize: 5
[     7.949] 	LinRedFieldPosition: 10
[     7.949] 	LinGreenMaskSize: 5
[     7.949] 	LinGreenFieldPosition: 5
[     7.949] 	LinBlueMaskSize: 5
[     7.949] 	LinBlueFieldPosition: 0
[     7.949] 	LinRsvdMaskSize: 0
[     7.949] 	LinRsvdFieldPosition: 0
[     7.949] 	MaxPixelClock: 400000000
[     7.949] Mode: 117 (1024x768)
[     7.949] 	ModeAttributes: 0xbb
[     7.949] 	WinAAttributes: 0x7
[     7.949] 	WinBAttributes: 0x0
[     7.949] 	WinGranularity: 64
[     7.949] 	WinSize: 64
[     7.949] 	WinASegment: 0xa000
[     7.949] 	WinBSegment: 0x0
[     7.949] 	WinFuncPtr: 0xc000594d
[     7.949] 	BytesPerScanline: 2048
[     7.949] 	XResolution: 1024
[     7.949] 	YResolution: 768
[     7.949] 	XCharSize: 8
[     7.949] 	YCharSize: 16
[     7.949] 	NumberOfPlanes: 1
[     7.949] 	BitsPerPixel: 16
[     7.949] 	NumberOfBanks: 1
[     7.949] 	MemoryModel: 6
[     7.949] 	BankSize: 0
[     7.949] 	NumberOfImages: 9
[     7.949] 	RedMaskSize: 5
[     7.949] 	RedFieldPosition: 11
[     7.949] 	GreenMaskSize: 6
[     7.949] 	GreenFieldPosition: 5
[     7.949] 	BlueMaskSize: 5
[     7.949] 	BlueFieldPosition: 0
[     7.949] 	RsvdMaskSize: 0
[     7.949] 	RsvdFieldPosition: 0
[     7.949] 	DirectColorModeInfo: 0
[     7.949] 	PhysBasePtr: 0xc0000000
[     7.949] 	LinBytesPerScanLine: 2048
[     7.949] 	BnkNumberOfImagePages: 9
[     7.949] 	LinNumberOfImagePages: 9
[     7.949] 	LinRedMaskSize: 5
[     7.949] 	LinRedFieldPosition: 11
[     7.949] 	LinGreenMaskSize: 6
[     7.949] 	LinGreenFieldPosition: 5
[     7.950] 	LinBlueMaskSize: 5
[     7.950] 	LinBlueFieldPosition: 0
[     7.950] 	LinRsvdMaskSize: 0
[     7.950] 	LinRsvdFieldPosition: 0
[     7.950] 	MaxPixelClock: 400000000
[     7.950] Mode: 119 (1280x1024)
[     7.950] 	ModeAttributes: 0xbb
[     7.950] 	WinAAttributes: 0x7
[     7.950] 	WinBAttributes: 0x0
[     7.950] 	WinGranularity: 64
[     7.950] 	WinSize: 64
[     7.950] 	WinASegment: 0xa000
[     7.950] 	WinBSegment: 0x0
[     7.950] 	WinFuncPtr: 0xc000594d
[     7.950] 	BytesPerScanline: 2560
[     7.950] 	XResolution: 1280
[     7.950] 	YResolution: 1024
[     7.950] 	XCharSize: 8
[     7.950] 	YCharSize: 16
[     7.950] 	NumberOfPlanes: 1
[     7.950] 	BitsPerPixel: 16
[     7.950] 	NumberOfBanks: 1
[     7.950] 	MemoryModel: 6
[     7.950] 	BankSize: 0
[     7.950] 	NumberOfImages: 5
[     7.950] 	RedMaskSize: 5
[     7.950] 	RedFieldPosition: 10
[     7.950] 	GreenMaskSize: 5
[     7.950] 	GreenFieldPosition: 5
[     7.950] 	BlueMaskSize: 5
[     7.950] 	BlueFieldPosition: 0
[     7.950] 	RsvdMaskSize: 0
[     7.950] 	RsvdFieldPosition: 0
[     7.950] 	DirectColorModeInfo: 0
[     7.950] 	PhysBasePtr: 0xc0000000
[     7.950] 	LinBytesPerScanLine: 2560
[     7.950] 	BnkNumberOfImagePages: 5
[     7.950] 	LinNumberOfImagePages: 5
[     7.950] 	LinRedMaskSize: 5
[     7.950] 	LinRedFieldPosition: 10
[     7.950] 	LinGreenMaskSize: 5
[     7.950] 	LinGreenFieldPosition: 5
[     7.950] 	LinBlueMaskSize: 5
[     7.950] 	LinBlueFieldPosition: 0
[     7.950] 	LinRsvdMaskSize: 0
[     7.950] 	LinRsvdFieldPosition: 0
[     7.950] 	MaxPixelClock: 400000000
[     7.950] Mode: 11a (1280x1024)
[     7.950] 	ModeAttributes: 0xbb
[     7.950] 	WinAAttributes: 0x7
[     7.950] 	WinBAttributes: 0x0
[     7.950] 	WinGranularity: 64
[     7.950] 	WinSize: 64
[     7.950] 	WinASegment: 0xa000
[     7.950] 	WinBSegment: 0x0
[     7.950] 	WinFuncPtr: 0xc000594d
[     7.950] 	BytesPerScanline: 2560
[     7.950] 	XResolution: 1280
[     7.950] 	YResolution: 1024
[     7.950] 	XCharSize: 8
[     7.950] 	YCharSize: 16
[     7.950] 	NumberOfPlanes: 1
[     7.950] 	BitsPerPixel: 16
[     7.950] 	NumberOfBanks: 1
[     7.950] 	MemoryModel: 6
[     7.950] 	BankSize: 0
[     7.950] 	NumberOfImages: 5
[     7.950] 	RedMaskSize: 5
[     7.950] 	RedFieldPosition: 11
[     7.951] 	GreenMaskSize: 6
[     7.951] 	GreenFieldPosition: 5
[     7.951] 	BlueMaskSize: 5
[     7.951] 	BlueFieldPosition: 0
[     7.951] 	RsvdMaskSize: 0
[     7.951] 	RsvdFieldPosition: 0
[     7.951] 	DirectColorModeInfo: 0
[     7.951] 	PhysBasePtr: 0xc0000000
[     7.951] 	LinBytesPerScanLine: 2560
[     7.951] 	BnkNumberOfImagePages: 5
[     7.951] 	LinNumberOfImagePages: 5
[     7.951] 	LinRedMaskSize: 5
[     7.951] 	LinRedFieldPosition: 11
[     7.951] 	LinGreenMaskSize: 6
[     7.951] 	LinGreenFieldPosition: 5
[     7.951] 	LinBlueMaskSize: 5
[     7.951] 	LinBlueFieldPosition: 0
[     7.951] 	LinRsvdMaskSize: 0
[     7.951] 	LinRsvdFieldPosition: 0
[     7.951] 	MaxPixelClock: 400000000
[     7.951] Mode: 163 (1280x960)
[     7.951] 	ModeAttributes: 0xbb
[     7.951] 	WinAAttributes: 0x7
[     7.951] 	WinBAttributes: 0x0
[     7.951] 	WinGranularity: 64
[     7.951] 	WinSize: 64
[     7.951] 	WinASegment: 0xa000
[     7.951] 	WinBSegment: 0x0
[     7.951] 	WinFuncPtr: 0xc000594d
[     7.951] 	BytesPerScanline: 1280
[     7.951] 	XResolution: 1280
[     7.951] 	YResolution: 960
[     7.951] 	XCharSize: 8
[     7.951] 	YCharSize: 16
[     7.951] 	NumberOfPlanes: 1
[     7.951] 	BitsPerPixel: 8
[     7.951] 	NumberOfBanks: 1
[     7.951] 	MemoryModel: 4
[     7.951] 	BankSize: 0
[     7.951] 	NumberOfImages: 12
[     7.951] 	RedMaskSize: 0
[     7.951] 	RedFieldPosition: 0
[     7.951] 	GreenMaskSize: 0
[     7.951] 	GreenFieldPosition: 0
[     7.951] 	BlueMaskSize: 0
[     7.951] 	BlueFieldPosition: 0
[     7.951] 	RsvdMaskSize: 0
[     7.951] 	RsvdFieldPosition: 0
[     7.951] 	DirectColorModeInfo: 0
[     7.951] 	PhysBasePtr: 0xc0000000
[     7.951] 	LinBytesPerScanLine: 1280
[     7.951] 	BnkNumberOfImagePages: 12
[     7.951] 	LinNumberOfImagePages: 12
[     7.951] 	LinRedMaskSize: 0
[     7.951] 	LinRedFieldPosition: 0
[     7.952] 	LinGreenMaskSize: 0
[     7.952] 	LinGreenFieldPosition: 0
[     7.952] 	LinBlueMaskSize: 0
[     7.952] 	LinBlueFieldPosition: 0
[     7.952] 	LinRsvdMaskSize: 0
[     7.952] 	LinRsvdFieldPosition: 0
[     7.952] 	MaxPixelClock: 400000000
[     7.952] Mode: 165 (1280x960)
[     7.952] 	ModeAttributes: 0xbb
[     7.952] 	WinAAttributes: 0x7
[     7.952] 	WinBAttributes: 0x0
[     7.952] 	WinGranularity: 64
[     7.952] 	WinSize: 64
[     7.952] 	WinASegment: 0xa000
[     7.952] 	WinBSegment: 0x0
[     7.952] 	WinFuncPtr: 0xc000594d
[     7.952] 	BytesPerScanline: 2560
[     7.952] 	XResolution: 1280
[     7.952] 	YResolution: 960
[     7.952] 	XCharSize: 8
[     7.952] 	YCharSize: 16
[     7.952] 	NumberOfPlanes: 1
[     7.952] 	BitsPerPixel: 16
[     7.952] 	NumberOfBanks: 1
[     7.952] 	MemoryModel: 6
[     7.952] 	BankSize: 0
[     7.952] 	NumberOfImages: 5
[     7.952] 	RedMaskSize: 5
[     7.952] 	RedFieldPosition: 11
[     7.952] 	GreenMaskSize: 6
[     7.952] 	GreenFieldPosition: 5
[     7.952] 	BlueMaskSize: 5
[     7.952] 	BlueFieldPosition: 0
[     7.952] 	RsvdMaskSize: 0
[     7.952] 	RsvdFieldPosition: 0
[     7.952] 	DirectColorModeInfo: 0
[     7.952] 	PhysBasePtr: 0xc0000000
[     7.952] 	LinBytesPerScanLine: 2560
[     7.952] 	BnkNumberOfImagePages: 5
[     7.952] 	LinNumberOfImagePages: 5
[     7.952] 	LinRedMaskSize: 5
[     7.952] 	LinRedFieldPosition: 11
[     7.952] 	LinGreenMaskSize: 6
[     7.952] 	LinGreenFieldPosition: 5
[     7.952] 	LinBlueMaskSize: 5
[     7.952] 	LinBlueFieldPosition: 0
[     7.952] 	LinRsvdMaskSize: 0
[     7.952] 	LinRsvdFieldPosition: 0
[     7.952] 	MaxPixelClock: 400000000
[     7.953] *Mode: 166 (1280x960)
[     7.953] 	ModeAttributes: 0xbb
[     7.953] 	WinAAttributes: 0x7
[     7.953] 	WinBAttributes: 0x0
[     7.953] 	WinGranularity: 64
[     7.953] 	WinSize: 64
[     7.953] 	WinASegment: 0xa000
[     7.953] 	WinBSegment: 0x0
[     7.953] 	WinFuncPtr: 0xc000594d
[     7.953] 	BytesPerScanline: 5120
[     7.953] 	XResolution: 1280
[     7.953] 	YResolution: 960
[     7.953] 	XCharSize: 8
[     7.953] 	YCharSize: 16
[     7.953] 	NumberOfPlanes: 1
[     7.953] 	BitsPerPixel: 32
[     7.953] 	NumberOfBanks: 1
[     7.953] 	MemoryModel: 6
[     7.953] 	BankSize: 0
[     7.953] 	NumberOfImages: 2
[     7.953] 	RedMaskSize: 8
[     7.953] 	RedFieldPosition: 16
[     7.953] 	GreenMaskSize: 8
[     7.953] 	GreenFieldPosition: 8
[     7.953] 	BlueMaskSize: 8
[     7.953] 	BlueFieldPosition: 0
[     7.953] 	RsvdMaskSize: 0
[     7.953] 	RsvdFieldPosition: 0
[     7.953] 	DirectColorModeInfo: 0
[     7.953] 	PhysBasePtr: 0xc0000000
[     7.953] 	LinBytesPerScanLine: 5120
[     7.953] 	BnkNumberOfImagePages: 2
[     7.953] 	LinNumberOfImagePages: 2
[     7.953] 	LinRedMaskSize: 8
[     7.953] 	LinRedFieldPosition: 16
[     7.953] 	LinGreenMaskSize: 8
[     7.953] 	LinGreenFieldPosition: 8
[     7.953] 	LinBlueMaskSize: 8
[     7.953] 	LinBlueFieldPosition: 0
[     7.953] 	LinRsvdMaskSize: 0
[     7.953] 	LinRsvdFieldPosition: 0
[     7.953] 	MaxPixelClock: 400000000
[     7.954] *Mode: 121 (640x480)
[     7.954] 	ModeAttributes: 0xbb
[     7.954] 	WinAAttributes: 0x7
[     7.954] 	WinBAttributes: 0x0
[     7.954] 	WinGranularity: 64
[     7.954] 	WinSize: 64
[     7.954] 	WinASegment: 0xa000
[     7.954] 	WinBSegment: 0x0
[     7.954] 	WinFuncPtr: 0xc000594d
[     7.954] 	BytesPerScanline: 2560
[     7.954] 	XResolution: 640
[     7.954] 	YResolution: 480
[     7.954] 	XCharSize: 8
[     7.954] 	YCharSize: 16
[     7.954] 	NumberOfPlanes: 1
[     7.954] 	BitsPerPixel: 32
[     7.954] 	NumberOfBanks: 1
[     7.954] 	MemoryModel: 6
[     7.954] 	BankSize: 0
[     7.954] 	NumberOfImages: 12
[     7.954] 	RedMaskSize: 8
[     7.954] 	RedFieldPosition: 16
[     7.954] 	GreenMaskSize: 8
[     7.954] 	GreenFieldPosition: 8
[     7.954] 	BlueMaskSize: 8
[     7.954] 	BlueFieldPosition: 0
[     7.954] 	RsvdMaskSize: 0
[     7.954] 	RsvdFieldPosition: 0
[     7.954] 	DirectColorModeInfo: 0
[     7.954] 	PhysBasePtr: 0xc0000000
[     7.954] 	LinBytesPerScanLine: 2560
[     7.954] 	BnkNumberOfImagePages: 12
[     7.954] 	LinNumberOfImagePages: 12
[     7.954] 	LinRedMaskSize: 8
[     7.954] 	LinRedFieldPosition: 16
[     7.954] 	LinGreenMaskSize: 8
[     7.954] 	LinGreenFieldPosition: 8
[     7.954] 	LinBlueMaskSize: 8
[     7.954] 	LinBlueFieldPosition: 0
[     7.954] 	LinRsvdMaskSize: 0
[     7.954] 	LinRsvdFieldPosition: 0
[     7.954] 	MaxPixelClock: 400000000
[     7.955] *Mode: 122 (800x600)
[     7.955] 	ModeAttributes: 0xbb
[     7.955] 	WinAAttributes: 0x7
[     7.955] 	WinBAttributes: 0x0
[     7.955] 	WinGranularity: 64
[     7.955] 	WinSize: 64
[     7.955] 	WinASegment: 0xa000
[     7.955] 	WinBSegment: 0x0
[     7.955] 	WinFuncPtr: 0xc000594d
[     7.955] 	BytesPerScanline: 3328
[     7.955] 	XResolution: 800
[     7.955] 	YResolution: 600
[     7.955] 	XCharSize: 8
[     7.955] 	YCharSize: 14
[     7.955] 	NumberOfPlanes: 1
[     7.955] 	BitsPerPixel: 32
[     7.955] 	NumberOfBanks: 1
[     7.955] 	MemoryModel: 6
[     7.955] 	BankSize: 0
[     7.955] 	NumberOfImages: 7
[     7.955] 	RedMaskSize: 8
[     7.955] 	RedFieldPosition: 16
[     7.955] 	GreenMaskSize: 8
[     7.955] 	GreenFieldPosition: 8
[     7.955] 	BlueMaskSize: 8
[     7.955] 	BlueFieldPosition: 0
[     7.955] 	RsvdMaskSize: 0
[     7.955] 	RsvdFieldPosition: 0
[     7.955] 	DirectColorModeInfo: 0
[     7.955] 	PhysBasePtr: 0xc0000000
[     7.955] 	LinBytesPerScanLine: 3328
[     7.955] 	BnkNumberOfImagePages: 7
[     7.955] 	LinNumberOfImagePages: 7
[     7.955] 	LinRedMaskSize: 8
[     7.955] 	LinRedFieldPosition: 16
[     7.955] 	LinGreenMaskSize: 8
[     7.955] 	LinGreenFieldPosition: 8
[     7.955] 	LinBlueMaskSize: 8
[     7.955] 	LinBlueFieldPosition: 0
[     7.955] 	LinRsvdMaskSize: 0
[     7.955] 	LinRsvdFieldPosition: 0
[     7.955] 	MaxPixelClock: 400000000
[     7.955] *Mode: 123 (1024x768)
[     7.955] 	ModeAttributes: 0xbb
[     7.955] 	WinAAttributes: 0x7
[     7.956] 	WinBAttributes: 0x0
[     7.956] 	WinGranularity: 64
[     7.956] 	WinSize: 64
[     7.956] 	WinASegment: 0xa000
[     7.956] 	WinBSegment: 0x0
[     7.956] 	WinFuncPtr: 0xc000594d
[     7.956] 	BytesPerScanline: 4096
[     7.956] 	XResolution: 1024
[     7.956] 	YResolution: 768
[     7.956] 	XCharSize: 8
[     7.956] 	YCharSize: 16
[     7.956] 	NumberOfPlanes: 1
[     7.956] 	BitsPerPixel: 32
[     7.956] 	NumberOfBanks: 1
[     7.956] 	MemoryModel: 6
[     7.956] 	BankSize: 0
[     7.956] 	NumberOfImages: 4
[     7.956] 	RedMaskSize: 8
[     7.956] 	RedFieldPosition: 16
[     7.956] 	GreenMaskSize: 8
[     7.956] 	GreenFieldPosition: 8
[     7.956] 	BlueMaskSize: 8
[     7.956] 	BlueFieldPosition: 0
[     7.956] 	RsvdMaskSize: 0
[     7.956] 	RsvdFieldPosition: 0
[     7.956] 	DirectColorModeInfo: 0
[     7.956] 	PhysBasePtr: 0xc0000000
[     7.956] 	LinBytesPerScanLine: 4096
[     7.956] 	BnkNumberOfImagePages: 4
[     7.956] 	LinNumberOfImagePages: 4
[     7.956] 	LinRedMaskSize: 8
[     7.956] 	LinRedFieldPosition: 16
[     7.956] 	LinGreenMaskSize: 8
[     7.956] 	LinGreenFieldPosition: 8
[     7.956] 	LinBlueMaskSize: 8
[     7.956] 	LinBlueFieldPosition: 0
[     7.956] 	LinRsvdMaskSize: 0
[     7.956] 	LinRsvdFieldPosition: 0
[     7.956] 	MaxPixelClock: 400000000
[     7.956] *Mode: 124 (1280x1024)
[     7.956] 	ModeAttributes: 0xbb
[     7.956] 	WinAAttributes: 0x7
[     7.956] 	WinBAttributes: 0x0
[     7.956] 	WinGranularity: 64
[     7.956] 	WinSize: 64
[     7.956] 	WinASegment: 0xa000
[     7.956] 	WinBSegment: 0x0
[     7.956] 	WinFuncPtr: 0xc000594d
[     7.956] 	BytesPerScanline: 5120
[     7.956] 	XResolution: 1280
[     7.956] 	YResolution: 1024
[     7.956] 	XCharSize: 8
[     7.956] 	YCharSize: 16
[     7.956] 	NumberOfPlanes: 1
[     7.956] 	BitsPerPixel: 32
[     7.956] 	NumberOfBanks: 1
[     7.956] 	MemoryModel: 6
[     7.956] 	BankSize: 0
[     7.956] 	NumberOfImages: 2
[     7.956] 	RedMaskSize: 8
[     7.956] 	RedFieldPosition: 16
[     7.956] 	GreenMaskSize: 8
[     7.956] 	GreenFieldPosition: 8
[     7.956] 	BlueMaskSize: 8
[     7.956] 	BlueFieldPosition: 0
[     7.956] 	RsvdMaskSize: 0
[     7.956] 	RsvdFieldPosition: 0
[     7.956] 	DirectColorModeInfo: 0
[     7.956] 	PhysBasePtr: 0xc0000000
[     7.956] 	LinBytesPerScanLine: 5120
[     7.956] 	BnkNumberOfImagePages: 2
[     7.956] 	LinNumberOfImagePages: 2
[     7.956] 	LinRedMaskSize: 8
[     7.956] 	LinRedFieldPosition: 16
[     7.956] 	LinGreenMaskSize: 8
[     7.956] 	LinGreenFieldPosition: 8
[     7.956] 	LinBlueMaskSize: 8
[     7.956] 	LinBlueFieldPosition: 0
[     7.956] 	LinRsvdMaskSize: 0
[     7.956] 	LinRsvdFieldPosition: 0
[     7.956] 	MaxPixelClock: 400000000
[     7.958] Mode: 143 (1400x1050)
[     7.958] 	ModeAttributes: 0xbb
[     7.958] 	WinAAttributes: 0x7
[     7.958] 	WinBAttributes: 0x0
[     7.958] 	WinGranularity: 64
[     7.958] 	WinSize: 64
[     7.958] 	WinASegment: 0xa000
[     7.958] 	WinBSegment: 0x0
[     7.958] 	WinFuncPtr: 0xc000594d
[     7.958] 	BytesPerScanline: 1408
[     7.958] 	XResolution: 1400
[     7.958] 	YResolution: 1050
[     7.958] 	XCharSize: 8
[     7.958] 	YCharSize: 16
[     7.958] 	NumberOfPlanes: 1
[     7.958] 	BitsPerPixel: 8
[     7.958] 	NumberOfBanks: 1
[     7.958] 	MemoryModel: 4
[     7.958] 	BankSize: 0
[     7.958] 	NumberOfImages: 10
[     7.958] 	RedMaskSize: 0
[     7.958] 	RedFieldPosition: 0
[     7.958] 	GreenMaskSize: 0
[     7.958] 	GreenFieldPosition: 0
[     7.958] 	BlueMaskSize: 0
[     7.958] 	BlueFieldPosition: 0
[     7.958] 	RsvdMaskSize: 0
[     7.958] 	RsvdFieldPosition: 0
[     7.958] 	DirectColorModeInfo: 0
[     7.958] 	PhysBasePtr: 0xc0000000
[     7.958] 	LinBytesPerScanLine: 1408
[     7.958] 	BnkNumberOfImagePages: 10
[     7.958] 	LinNumberOfImagePages: 10
[     7.958] 	LinRedMaskSize: 0
[     7.958] 	LinRedFieldPosition: 0
[     7.958] 	LinGreenMaskSize: 0
[     7.958] 	LinGreenFieldPosition: 0
[     7.958] 	LinBlueMaskSize: 0
[     7.958] 	LinBlueFieldPosition: 0
[     7.958] 	LinRsvdMaskSize: 0
[     7.958] 	LinRsvdFieldPosition: 0
[     7.958] 	MaxPixelClock: 400000000
[     7.959] Mode: 145 (1400x1050)
[     7.959] 	ModeAttributes: 0xbb
[     7.959] 	WinAAttributes: 0x7
[     7.959] 	WinBAttributes: 0x0
[     7.959] 	WinGranularity: 64
[     7.959] 	WinSize: 64
[     7.959] 	WinASegment: 0xa000
[     7.959] 	WinBSegment: 0x0
[     7.959] 	WinFuncPtr: 0xc000594d
[     7.959] 	BytesPerScanline: 2816
[     7.959] 	XResolution: 1400
[     7.959] 	YResolution: 1050
[     7.959] 	XCharSize: 8
[     7.959] 	YCharSize: 16
[     7.959] 	NumberOfPlanes: 1
[     7.959] 	BitsPerPixel: 16
[     7.959] 	NumberOfBanks: 1
[     7.959] 	MemoryModel: 6
[     7.959] 	BankSize: 0
[     7.959] 	NumberOfImages: 4
[     7.959] 	RedMaskSize: 5
[     7.959] 	RedFieldPosition: 11
[     7.959] 	GreenMaskSize: 6
[     7.959] 	GreenFieldPosition: 5
[     7.959] 	BlueMaskSize: 5
[     7.959] 	BlueFieldPosition: 0
[     7.959] 	RsvdMaskSize: 0
[     7.959] 	RsvdFieldPosition: 0
[     7.959] 	DirectColorModeInfo: 0
[     7.959] 	PhysBasePtr: 0xc0000000
[     7.959] 	LinBytesPerScanLine: 2816
[     7.959] 	BnkNumberOfImagePages: 4
[     7.959] 	LinNumberOfImagePages: 4
[     7.959] 	LinRedMaskSize: 5
[     7.959] 	LinRedFieldPosition: 11
[     7.959] 	LinGreenMaskSize: 6
[     7.959] 	LinGreenFieldPosition: 5
[     7.959] 	LinBlueMaskSize: 5
[     7.959] 	LinBlueFieldPosition: 0
[     7.959] 	LinRsvdMaskSize: 0
[     7.959] 	LinRsvdFieldPosition: 0
[     7.959] 	MaxPixelClock: 400000000
[     7.960] *Mode: 146 (1400x1050)
[     7.960] 	ModeAttributes: 0xbb
[     7.960] 	WinAAttributes: 0x7
[     7.960] 	WinBAttributes: 0x0
[     7.960] 	WinGranularity: 64
[     7.960] 	WinSize: 64
[     7.960] 	WinASegment: 0xa000
[     7.960] 	WinBSegment: 0x0
[     7.960] 	WinFuncPtr: 0xc000594d
[     7.960] 	BytesPerScanline: 5632
[     7.960] 	XResolution: 1400
[     7.960] 	YResolution: 1050
[     7.960] 	XCharSize: 8
[     7.960] 	YCharSize: 16
[     7.960] 	NumberOfPlanes: 1
[     7.960] 	BitsPerPixel: 32
[     7.960] 	NumberOfBanks: 1
[     7.960] 	MemoryModel: 6
[     7.960] 	BankSize: 0
[     7.960] 	NumberOfImages: 1
[     7.960] 	RedMaskSize: 8
[     7.960] 	RedFieldPosition: 16
[     7.960] 	GreenMaskSize: 8
[     7.960] 	GreenFieldPosition: 8
[     7.960] 	BlueMaskSize: 8
[     7.960] 	BlueFieldPosition: 0
[     7.961] 	RsvdMaskSize: 0
[     7.961] 	RsvdFieldPosition: 0
[     7.961] 	DirectColorModeInfo: 0
[     7.961] 	PhysBasePtr: 0xc0000000
[     7.961] 	LinBytesPerScanLine: 5632
[     7.961] 	BnkNumberOfImagePages: 1
[     7.961] 	LinNumberOfImagePages: 1
[     7.961] 	LinRedMaskSize: 8
[     7.961] 	LinRedFieldPosition: 16
[     7.961] 	LinGreenMaskSize: 8
[     7.961] 	LinGreenFieldPosition: 8
[     7.961] 	LinBlueMaskSize: 8
[     7.961] 	LinBlueFieldPosition: 0
[     7.961] 	LinRsvdMaskSize: 0
[     7.961] 	LinRsvdFieldPosition: 0
[     7.961] 	MaxPixelClock: 400000000
[     7.962] Mode: 173 (1600x1200)
[     7.962] 	ModeAttributes: 0xbb
[     7.962] 	WinAAttributes: 0x7
[     7.962] 	WinBAttributes: 0x0
[     7.962] 	WinGranularity: 64
[     7.962] 	WinSize: 64
[     7.962] 	WinASegment: 0xa000
[     7.962] 	WinBSegment: 0x0
[     7.962] 	WinFuncPtr: 0xc000594d
[     7.962] 	BytesPerScanline: 1600
[     7.962] 	XResolution: 1600
[     7.962] 	YResolution: 1200
[     7.962] 	XCharSize: 8
[     7.962] 	YCharSize: 16
[     7.962] 	NumberOfPlanes: 1
[     7.962] 	BitsPerPixel: 8
[     7.962] 	NumberOfBanks: 1
[     7.962] 	MemoryModel: 4
[     7.962] 	BankSize: 0
[     7.962] 	NumberOfImages: 7
[     7.962] 	RedMaskSize: 0
[     7.962] 	RedFieldPosition: 0
[     7.962] 	GreenMaskSize: 0
[     7.962] 	GreenFieldPosition: 0
[     7.962] 	BlueMaskSize: 0
[     7.962] 	BlueFieldPosition: 0
[     7.962] 	RsvdMaskSize: 0
[     7.962] 	RsvdFieldPosition: 0
[     7.962] 	DirectColorModeInfo: 0
[     7.962] 	PhysBasePtr: 0xc0000000
[     7.962] 	LinBytesPerScanLine: 1600
[     7.962] 	BnkNumberOfImagePages: 7
[     7.962] 	LinNumberOfImagePages: 7
[     7.962] 	LinRedMaskSize: 0
[     7.962] 	LinRedFieldPosition: 0
[     7.962] 	LinGreenMaskSize: 0
[     7.962] 	LinGreenFieldPosition: 0
[     7.962] 	LinBlueMaskSize: 0
[     7.962] 	LinBlueFieldPosition: 0
[     7.962] 	LinRsvdMaskSize: 0
[     7.962] 	LinRsvdFieldPosition: 0
[     7.962] 	MaxPixelClock: 400000000
[     7.963] Mode: 175 (1600x1200)
[     7.963] 	ModeAttributes: 0xbb
[     7.963] 	WinAAttributes: 0x7
[     7.963] 	WinBAttributes: 0x0
[     7.963] 	WinGranularity: 64
[     7.963] 	WinSize: 64
[     7.963] 	WinASegment: 0xa000
[     7.963] 	WinBSegment: 0x0
[     7.963] 	WinFuncPtr: 0xc000594d
[     7.963] 	BytesPerScanline: 3200
[     7.963] 	XResolution: 1600
[     7.963] 	YResolution: 1200
[     7.963] 	XCharSize: 8
[     7.963] 	YCharSize: 16
[     7.963] 	NumberOfPlanes: 1
[     7.963] 	BitsPerPixel: 16
[     7.963] 	NumberOfBanks: 1
[     7.963] 	MemoryModel: 6
[     7.963] 	BankSize: 0
[     7.963] 	NumberOfImages: 3
[     7.963] 	RedMaskSize: 5
[     7.963] 	RedFieldPosition: 11
[     7.963] 	GreenMaskSize: 6
[     7.963] 	GreenFieldPosition: 5
[     7.963] 	BlueMaskSize: 5
[     7.963] 	BlueFieldPosition: 0
[     7.963] 	RsvdMaskSize: 0
[     7.963] 	RsvdFieldPosition: 0
[     7.963] 	DirectColorModeInfo: 0
[     7.963] 	PhysBasePtr: 0xc0000000
[     7.963] 	LinBytesPerScanLine: 3200
[     7.963] 	BnkNumberOfImagePages: 3
[     7.963] 	LinNumberOfImagePages: 3
[     7.963] 	LinRedMaskSize: 5
[     7.964] 	LinRedFieldPosition: 11
[     7.964] 	LinGreenMaskSize: 6
[     7.964] 	LinGreenFieldPosition: 5
[     7.964] 	LinBlueMaskSize: 5
[     7.964] 	LinBlueFieldPosition: 0
[     7.964] 	LinRsvdMaskSize: 0
[     7.964] 	LinRsvdFieldPosition: 0
[     7.964] 	MaxPixelClock: 400000000
[     7.965] *Mode: 176 (1600x1200)
[     7.965] 	ModeAttributes: 0xbb
[     7.965] 	WinAAttributes: 0x7
[     7.965] 	WinBAttributes: 0x0
[     7.965] 	WinGranularity: 64
[     7.965] 	WinSize: 64
[     7.965] 	WinASegment: 0xa000
[     7.965] 	WinBSegment: 0x0
[     7.965] 	WinFuncPtr: 0xc000594d
[     7.965] 	BytesPerScanline: 6400
[     7.965] 	XResolution: 1600
[     7.965] 	YResolution: 1200
[     7.965] 	XCharSize: 8
[     7.965] 	YCharSize: 16
[     7.965] 	NumberOfPlanes: 1
[     7.965] 	BitsPerPixel: 32
[     7.965] 	NumberOfBanks: 1
[     7.965] 	MemoryModel: 6
[     7.965] 	BankSize: 0
[     7.965] 	NumberOfImages: 1
[     7.965] 	RedMaskSize: 8
[     7.965] 	RedFieldPosition: 16
[     7.965] 	GreenMaskSize: 8
[     7.965] 	GreenFieldPosition: 8
[     7.965] 	BlueMaskSize: 8
[     7.965] 	BlueFieldPosition: 0
[     7.965] 	RsvdMaskSize: 0
[     7.965] 	RsvdFieldPosition: 0
[     7.965] 	DirectColorModeInfo: 0
[     7.965] 	PhysBasePtr: 0xc0000000
[     7.965] 	LinBytesPerScanLine: 6400
[     7.965] 	BnkNumberOfImagePages: 1
[     7.965] 	LinNumberOfImagePages: 1
[     7.965] 	LinRedMaskSize: 8
[     7.965] 	LinRedFieldPosition: 16
[     7.965] 	LinGreenMaskSize: 8
[     7.965] 	LinGreenFieldPosition: 8
[     7.965] 	LinBlueMaskSize: 8
[     7.965] 	LinBlueFieldPosition: 0
[     7.965] 	LinRsvdMaskSize: 0
[     7.965] 	LinRsvdFieldPosition: 0
[     7.965] 	MaxPixelClock: 400000000
[     7.965] 
[     7.965] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[     7.965] (II) VESA(0): Configured Monitor: Using hsync range of 28.00-83.00 kHz
[     7.965] (II) VESA(0): Configured Monitor: Using vrefresh range of 56.00-75.00 Hz
[     7.965] (II) VESA(0): Configured Monitor: Using maximum pixel clock of 175.00 MHz
[     7.965] (WW) VESA(0): Unable to estimate virtual size
[     7.965] (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this name)
[     7.965] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[     7.965] (II) VESA(0): Not using built-in mode "1280x960" (no mode of this name)
[     7.965] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[     7.965] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[     7.965] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[     7.965] (II) VESA(0): Virtual size is 1600x1200 (pitch 1600)
[     7.965] (**) VESA(0): *Built-in mode "1600x1200"
[     7.965] (**) VESA(0): Display dimensions: (410, 310) mm
[     7.965] (**) VESA(0): DPI set to (99, 98)
[     7.965] (**) VESA(0): Using "Shadow Framebuffer"
[     7.965] (II) Loading sub module "shadow"
[     7.965] (II) LoadModule: "shadow"
[     7.965] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     7.965] (II) Module shadow: vendor="X.Org Foundation"
[     7.965] 	compiled for 1.20.4, module version = 1.1.0
[     7.965] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.965] (II) Loading sub module "fb"
[     7.965] (II) LoadModule: "fb"
[     7.965] (II) Loading /usr/lib/xorg/modules/libfb.so
[     7.965] (II) Module fb: vendor="X.Org Foundation"
[     7.965] 	compiled for 1.20.4, module version = 1.0.0
[     7.965] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     7.966] (II) Loading sub module "int10"
[     7.966] (II) LoadModule: "int10"
[     7.966] (II) Loading /usr/lib/xorg/modules/libint10.so
[     7.966] (II) Module int10: vendor="X.Org Foundation"
[     7.966] 	compiled for 1.20.4, module version = 1.0.0
[     7.966] 	ABI class: X.Org Video Driver, version 24.0
[     7.966] (II) VESA(0): initializing int10
[     7.966] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[     7.966] (II) VESA(0): VESA BIOS detected
[     7.966] (II) VESA(0): VESA VBE Version 3.0
[     7.966] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[     7.966] (II) VESA(0): VESA VBE OEM: AMD ATOMBIOS
[     7.966] (II) VESA(0): VESA VBE OEM Software Rev: 15.31
[     7.966] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
[     7.966] (II) VESA(0): VESA VBE OEM Product: DVST
[     7.966] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[     7.966] (II) VESA(0): virtual address = 0x7fa7fb710000, VGAbase = 0x7fa802878000
	physical address = 0xc0000000, size = 16777216
[     8.068] (II) VESA(0): Setting up VESA Mode 0x176 (1600x1200)
[     8.068] (II) VESA(0): VBESetVBEMode failed, mode set without customized refresh.
[     8.201] (==) VESA(0): Default visual is TrueColor
[     8.202] (==) VESA(0): Backing store enabled
[     8.202] (==) VESA(0): DPMS enabled
[     8.202] (II) Initializing extension Generic Event Extension
[     8.202] (II) Initializing extension SHAPE
[     8.202] (II) Initializing extension MIT-SHM
[     8.202] (II) Initializing extension XInputExtension
[     8.203] (II) Initializing extension XTEST
[     8.203] (II) Initializing extension BIG-REQUESTS
[     8.203] (II) Initializing extension SYNC
[     8.203] (II) Initializing extension XKEYBOARD
[     8.204] (II) Initializing extension XC-MISC
[     8.204] (II) Initializing extension SECURITY
[     8.204] (II) Initializing extension XFIXES
[     8.204] (II) Initializing extension RENDER
[     8.204] (II) Initializing extension RANDR
[     8.204] (II) Initializing extension COMPOSITE
[     8.204] (II) Initializing extension DAMAGE
[     8.204] (II) Initializing extension MIT-SCREEN-SAVER
[     8.205] (II) Initializing extension DOUBLE-BUFFER
[     8.205] (II) Initializing extension RECORD
[     8.205] (II) Initializing extension DPMS
[     8.205] (II) Initializing extension Present
[     8.205] (II) Initializing extension DRI3
[     8.205] (II) Initializing extension X-Resource
[     8.205] (II) Initializing extension XVideo
[     8.205] (II) Initializing extension XVideo-MotionCompensation
[     8.205] (II) Initializing extension SELinux
[     8.205] (II) SELinux: Disabled on system
[     8.205] (II) Initializing extension GLX
[     8.205] (II) AIGLX: Screen 0 is not DRI2 capable
[     8.271] (II) IGLX: Loaded and initialized swrast
[     8.271] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     8.271] (II) Initializing extension XFree86-VidModeExtension
[     8.271] (II) Initializing extension XFree86-DGA
[     8.271] (II) Initializing extension XFree86-DRI
[     8.272] (II) Initializing extension DRI2
[     8.319] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     8.319] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.319] (II) LoadModule: "libinput"
[     8.319] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     8.324] (II) Module libinput: vendor="X.Org Foundation"
[     8.324] 	compiled for 1.20.1, module version = 0.28.1
[     8.324] 	Module class: X.Org XInput Driver
[     8.324] 	ABI class: X.Org XInput driver, version 24.1
[     8.324] (II) Using input driver 'libinput' for 'Power Button'
[     8.324] (**) Power Button: always reports core events
[     8.324] (**) Option "Device" "/dev/input/event1"
[     8.324] (**) Option "_source" "server/udev"
[     8.325] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.325] (II) event1  - Power Button: device is a keyboard
[     8.325] (II) event1  - Power Button: device removed
[     8.347] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     8.347] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     8.347] (**) Option "xkb_model" "pc105"
[     8.347] (**) Option "xkb_layout" "cz"
[     8.365] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.365] (II) event1  - Power Button: device is a keyboard
[     8.365] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[     8.365] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     8.365] (II) Using input driver 'libinput' for 'Video Bus'
[     8.365] (**) Video Bus: always reports core events
[     8.365] (**) Option "Device" "/dev/input/event2"
[     8.365] (**) Option "_source" "server/udev"
[     8.366] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     8.366] (II) event2  - Video Bus: device is a keyboard
[     8.366] (II) event2  - Video Bus: device removed
[     8.380] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2"
[     8.380] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     8.380] (**) Option "xkb_model" "pc105"
[     8.380] (**) Option "xkb_layout" "cz"
[     8.380] (II) event2  - Video Bus: is tagged by udev as: Keyboard
[     8.380] (II) event2  - Video Bus: device is a keyboard
[     8.381] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     8.381] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.381] (II) Using input driver 'libinput' for 'Power Button'
[     8.381] (**) Power Button: always reports core events
[     8.381] (**) Option "Device" "/dev/input/event0"
[     8.381] (**) Option "_source" "server/udev"
[     8.381] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.381] (II) event0  - Power Button: device is a keyboard
[     8.381] (II) event0  - Power Button: device removed
[     8.392] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     8.392] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     8.392] (**) Option "xkb_model" "pc105"
[     8.392] (**) Option "xkb_layout" "cz"
[     8.392] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.392] (II) event0  - Power Button: device is a keyboard
[     8.393] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[     8.393] (II) No input driver specified, ignoring this device.
[     8.393] (II) This device may have been added with another device file.
[     8.393] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event8)
[     8.393] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.393] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[     8.393] (**) SEM USB Keyboard: always reports core events
[     8.393] (**) Option "Device" "/dev/input/event8"
[     8.393] (**) Option "_source" "server/udev"
[     8.394] (II) event8  - SEM USB Keyboard: is tagged by udev as: Keyboard
[     8.394] (II) event8  - SEM USB Keyboard: device is a keyboard
[     8.394] (II) event8  - SEM USB Keyboard: device removed
[     8.404] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.0/0003:1A2C:2124.0003/input/input8/event8"
[     8.404] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 9)
[     8.404] (**) Option "xkb_model" "pc105"
[     8.404] (**) Option "xkb_layout" "cz"
[     8.404] (II) event8  - SEM USB Keyboard: is tagged by udev as: Keyboard
[     8.404] (II) event8  - SEM USB Keyboard: device is a keyboard
[     8.405] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event10)
[     8.405] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     8.405] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[     8.405] (**) SEM USB Keyboard System Control: always reports core events
[     8.405] (**) Option "Device" "/dev/input/event10"
[     8.405] (**) Option "_source" "server/udev"
[     8.406] (II) event10 - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[     8.406] (II) event10 - SEM USB Keyboard System Control: device is a keyboard
[     8.406] (II) event10 - SEM USB Keyboard System Control: device removed
[     8.424] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.1/0003:1A2C:2124.0004/input/input10/event10"
[     8.424] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 10)
[     8.424] (**) Option "xkb_model" "pc105"
[     8.424] (**) Option "xkb_layout" "cz"
[     8.424] (II) event10 - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[     8.424] (II) event10 - SEM USB Keyboard System Control: device is a keyboard
[     8.425] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event9)
[     8.425] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.425] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[     8.425] (**) SEM USB Keyboard Consumer Control: always reports core events
[     8.425] (**) Option "Device" "/dev/input/event9"
[     8.425] (**) Option "_source" "server/udev"
[     8.426] (II) event9  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.426] (II) event9  - SEM USB Keyboard Consumer Control: device is a keyboard
[     8.426] (II) event9  - SEM USB Keyboard Consumer Control: device removed
[     8.443] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[     8.443] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.1/0003:1A2C:2124.0004/input/input9/event9"
[     8.443] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 11)
[     8.443] (**) Option "AccelerationScheme" "none"
[     8.443] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[     8.443] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     8.443] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[     8.443] (II) event9  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     8.444] (II) event9  - SEM USB Keyboard Consumer Control: device is a keyboard
[     8.444] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event3)
[     8.444] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput keyboard catchall"
[     8.444] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[     8.444] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[     8.444] (**) Option "Device" "/dev/input/event3"
[     8.444] (**) Option "_source" "server/udev"
[     8.445] (II) event3  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[     8.445] (II) event3  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[     8.445] (II) event3  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[     8.460] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/0003:062A:4101.0001/input/input3/event3"
[     8.460] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: KEYBOARD, id 12)
[     8.460] (**) Option "xkb_model" "pc105"
[     8.460] (**) Option "xkb_layout" "cz"
[     8.460] (II) event3  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Keyboard
[     8.460] (II) event3  - MOSART Semi. 2.4G Keyboard Mouse: device is a keyboard
[     8.461] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event4)
[     8.461] (**) MOSART Semi. 2.4G Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[     8.461] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse'
[     8.461] (**) MOSART Semi. 2.4G Keyboard Mouse: always reports core events
[     8.461] (**) Option "Device" "/dev/input/event4"
[     8.461] (**) Option "_source" "server/udev"
[     8.462] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[     8.462] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[     8.462] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: device removed
[     8.491] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input4/event4"
[     8.491] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse" (type: MOUSE, id 13)
[     8.491] (**) Option "AccelerationScheme" "none"
[     8.491] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) selected scheme none/0
[     8.491] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration factor: 2.000
[     8.491] (**) MOSART Semi. 2.4G Keyboard Mouse: (accel) acceleration threshold: 4
[     8.491] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: is tagged by udev as: Mouse
[     8.491] (II) event4  - MOSART Semi. 2.4G Keyboard Mouse: device is a pointer
[     8.492] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/mouse0)
[     8.492] (II) No input driver specified, ignoring this device.
[     8.492] (II) This device may have been added with another device file.
[     8.493] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse Consumer Control (/dev/input/event5)
[     8.493] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.493] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[     8.493] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[     8.493] (**) Option "Device" "/dev/input/event5"
[     8.493] (**) Option "_source" "server/udev"
[     8.493] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[     8.493] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[     8.493] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device removed
[     8.513] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: needs a virtual subdevice
[     8.513] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input5/event5"
[     8.513] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: MOUSE, id 14)
[     8.513] (**) Option "AccelerationScheme" "none"
[     8.513] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) selected scheme none/0
[     8.513] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration factor: 2.000
[     8.513] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: (accel) acceleration threshold: 4
[     8.513] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is tagged by udev as: Keyboard
[     8.514] (II) event5  - MOSART Semi. 2.4G Keyboard Mouse Consumer Control: device is a keyboard
[     8.514] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse System Control (/dev/input/event6)
[     8.514] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: Applying InputClass "libinput keyboard catchall"
[     8.514] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse System Control'
[     8.514] (**) MOSART Semi. 2.4G Keyboard Mouse System Control: always reports core events
[     8.514] (**) Option "Device" "/dev/input/event6"
[     8.514] (**) Option "_source" "server/udev"
[     8.514] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[     8.515] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[     8.515] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse System Control: device removed
[     8.537] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input6/event6"
[     8.537] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse System Control" (type: KEYBOARD, id 15)
[     8.537] (**) Option "xkb_model" "pc105"
[     8.537] (**) Option "xkb_layout" "cz"
[     8.538] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse System Control: is tagged by udev as: Keyboard
[     8.538] (II) event6  - MOSART Semi. 2.4G Keyboard Mouse System Control: device is a keyboard
[     8.538] (II) config/udev: Adding input device MOSART Semi. 2.4G Keyboard Mouse (/dev/input/event7)
[     8.538] (II) No input driver specified, ignoring this device.
[     8.538] (II) This device may have been added with another device file.
[     8.538] (II) config/udev: Adding input device gspca_sn9c20x (/dev/input/event18)
[     8.538] (**) gspca_sn9c20x: Applying InputClass "libinput keyboard catchall"
[     8.538] (II) Using input driver 'libinput' for 'gspca_sn9c20x'
[     8.538] (**) gspca_sn9c20x: always reports core events
[     8.539] (**) Option "Device" "/dev/input/event18"
[     8.539] (**) Option "_source" "server/udev"
[     8.539] (II) event18 - gspca_sn9c20x: is tagged by udev as: Keyboard
[     8.539] (II) event18 - gspca_sn9c20x: device is a keyboard
[     8.539] (II) event18 - gspca_sn9c20x: device removed
[     8.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.2/usb1/1-5/input/input18/event18"
[     8.560] (II) XINPUT: Adding extended input device "gspca_sn9c20x" (type: KEYBOARD, id 16)
[     8.560] (**) Option "xkb_model" "pc105"
[     8.560] (**) Option "xkb_layout" "cz"
[     8.560] (II) event18 - gspca_sn9c20x: is tagged by udev as: Keyboard
[     8.560] (II) event18 - gspca_sn9c20x: device is a keyboard
[     8.561] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event13)
[     8.561] (II) No input driver specified, ignoring this device.
[     8.561] (II) This device may have been added with another device file.
[     8.561] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event14)
[     8.561] (II) No input driver specified, ignoring this device.
[     8.561] (II) This device may have been added with another device file.
[     8.561] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event15)
[     8.561] (II) No input driver specified, ignoring this device.
[     8.561] (II) This device may have been added with another device file.
[     8.562] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event16)
[     8.562] (II) No input driver specified, ignoring this device.
[     8.562] (II) This device may have been added with another device file.
[     8.562] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event17)
[     8.562] (II) No input driver specified, ignoring this device.
[     8.562] (II) This device may have been added with another device file.
[     8.567] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.567] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[     8.567] (**) SEM USB Keyboard Consumer Control: always reports core events
[     8.567] (**) Option "Device" "/dev/input/event9"
[     8.567] (**) Option "_source" "_driver/libinput"
[     8.567] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[     8.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb6/6-2/6-2:1.1/0003:1A2C:2124.0004/input/input9/event9"
[     8.567] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 17)
[     8.567] (**) Option "xkb_model" "pc105"
[     8.567] (**) Option "xkb_layout" "cz"
[     8.568] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[     8.568] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Keyboard Mouse Consumer Control'
[     8.568] (**) MOSART Semi. 2.4G Keyboard Mouse Consumer Control: always reports core events
[     8.568] (**) Option "Device" "/dev/input/event5"
[     8.568] (**) Option "_source" "_driver/libinput"
[     8.568] (II) libinput: MOSART Semi. 2.4G Keyboard Mouse Consumer Control: is a virtual subdevice
[     8.568] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/0003:062A:4101.0002/input/input5/event5"
[     8.568] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Keyboard Mouse Consumer Control" (type: KEYBOARD, id 18)
[     8.568] (**) Option "xkb_model" "pc105"
[     8.568] (**) Option "xkb_layout" "cz"
[     9.632] (II) config/udev: Adding input device Leadtek Winfast DTV1000S (/dev/input/event12)
[     9.632] (**) Leadtek Winfast DTV1000S: Applying InputClass "libinput keyboard catchall"
[     9.632] (II) Using input driver 'libinput' for 'Leadtek Winfast DTV1000S'
[     9.632] (**) Leadtek Winfast DTV1000S: always reports core events
[     9.632] (**) Option "Device" "/dev/input/event12"
[     9.632] (**) Option "_source" "server/udev"
[     9.633] (II) event12 - Leadtek Winfast DTV1000S: is tagged by udev as: Keyboard
[     9.633] (II) event12 - Leadtek Winfast DTV1000S: device is a keyboard
[     9.633] (II) event12 - Leadtek Winfast DTV1000S: device removed
[     9.637] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.4/0000:02:06.0/rc/rc0/input11/event12"
[     9.637] (II) XINPUT: Adding extended input device "Leadtek Winfast DTV1000S" (type: KEYBOARD, id 19)
[     9.637] (**) Option "xkb_model" "pc105"
[     9.637] (**) Option "xkb_layout" "cz"
[     9.637] (WW) Option "xkb_variant" requires a string value
[     9.637] (WW) Option "xkb_options" requires a string value
[     9.637] (II) event12 - Leadtek Winfast DTV1000S: is tagged by udev as: Keyboard
[     9.637] (II) event12 - Leadtek Winfast DTV1000S: device is a keyboard
Max avatar 1.1.2020 15:59 Max | skóre: 72 | blog: Max_Devaine
Rozbalit Rozbalit vše Re: boot problém
Nemáš vůbec zavedené drivery pro to tvoje GPU. "AMD A10-5800K" je Trinity, resp. GPU by mělo být "Southern Islands", což je "GCN 1st gen" a dle Arch Linux wiki by měla být podpora v amdgpu, i když je to tedy hodně stará grafika.
Takže asi nebudeš mít nainstalované příslušné balíčky.
Dle toho infa na Arch Linux Wiki by jsi měl mít v rámci kernelu zavedený moduly "radeon" a "amdgpu" a v rámci xserveru nastavený "amdgpu".

Kdyby to byl problém, tak podle jiného infa by mělo fungovat i v rámci kernelu zavedený driver "radeon" a v rámci xserveru zavedený driver "radeonsi". To by ale měl být starší způsob, zkusil bych nejdříve to amdgpu.
Zdar Max
Měl jsem sen ... :(
Max avatar 1.1.2020 16:03 Max | skóre: 72 | blog: Max_Devaine
Rozbalit Rozbalit vše Re: boot problém
Ještě dodám další zdroj, podle kterého by se mělo používat amdgpu : AMDGPU-PRO 16.50 Rolls Out With Southern Islands Support, FreeSync.
Takže by to mělo experimentálně fungovat od kernelu 4.9. S tvým kernelem 5.3 by to tedy mělo svištět přes amdgpu dobře.
Zdar Max
Měl jsem sen ... :(
1.1.2020 17:25 MadCatX | skóre: 28 | blog: dev_urandom
Rozbalit Rozbalit vše Re: boot problém
Dovolím si to trochu upřesnit. Southern Islands mají podporu v jaderném ovladači radeon. V ovladači amdgpu je podpora pro SI experimentální a dokončení se možná nedočká. AMDGPU-PRO je poloproprietární blob od AMD, který využívá jaderný amdgpu a proprietární userspace. V ideálním případě tazatel potřebuje jaderný ovladač radeon a Xkové DDXko xserver-xorg-video-radeon. Oboje by mělo být součástí standardní instalace. Start s parametrem nomodeset vyřadí KMS, které nemožní ovladači radeon fungovat.

Abychom se někam pohnuli, potřebujeme výpis z toho bootu, který selže. To automatické restartování se mi moc nezdá, nevybabuju si, že by tohle Linux dělal. Není to nějaká specialita Mintu, kterou by šlo zakázat? Ještě je možné nastartovat s parametrem blacklist=radeon místo nomodeset, efekt to ale nejspíš bude mít stejný.
1.1.2020 16:08 PetebLazar
Rozbalit Rozbalit vše Re: boot problém
Odpovědět | | Sbalit | Link | Blokovat | Admin
Na Archu (předpokládám, že jde o vestavěné GPU pokud se jedná o A10 5800K) pracovalo OK, včetně podpory 3D (hry atpd)?

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.