[Pkg-fglrx-devel] Bug#657604: fglrx-driver: fglrx driver needs /usr/lib64

Craig Small csmall at debian.org
Sun Jan 29 02:02:39 UTC 2012


On Fri, Jan 27, 2012 at 10:17:15PM +0100, Andreas Beckmann wrote:
> ls -lad /usr/lib*/dri /usr/lib*/dri/* /usr/lib/*-*-*/dri /usr/lib/*-*-*/dri/*
Attached, 01-ls-lad.txt

> Please send us the strace output from starting X in both 
> configurations. The following works for me, I run it from an ssh 
> session and once X has started I kill X from a second shell.
> 
> strace -o /tmp/X.strace /usr/bin/X :0 -audit 0  -nolisten tcp vt8
02-nolib64.strace is with no /lib64 - crashes

03-withlib64.strace is with all items from /usr/lib/fglrx placed into
  /usr/lib64/fglrx - X works

04-scriptsonly.strace is with only switchlibGL and switchlibglx place
into /usr/lib64/fglrx - X works

I can confirm that if you copy switchlibGL and switchlibglx and only
those files into /usr/lib64/fglrx then fglrx-driver 12-1-1 works 
with my ATI HD6700M and the on-board Intel.

You cannot symlink the directory :(
PowerXpress: '/usr/lib64/fglrx' must not be writable by group or others

You cannot symlink the files :(
PowerXpress: '/usr/lib64/fglrx/switchlibGL' must not be writable by
group or others

Why anyone would lstat instead of stat I have no idea. It's a minor
annoyance anyhow and I'll wear the 4kB extra :) They're the same file
anyhow.

Thankyou for your patience! I'm a happy little (3D accelerated) vegemite
now.

 - Craig

-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5
-------------- next part --------------
drwxr-xr-x 2 root root     4096 Jan 27 17:56 /usr/lib/dri
-rw-r--r-- 1 root root    18128 Nov  1 08:16 /usr/lib/dri/dummy_drv_video.so
lrwxrwxrwx 1 root root       36 Jan 27 00:08 /usr/lib/dri/fglrx_dri.so -> ../x86_64-linux-gnu/dri/fglrx_dri.so
drwxr-xr-x 2 root root     4096 Jan 27 17:11 /usr/lib/x86_64-linux-gnu/dri
-rw-r--r-- 1 root root 33179200 Jan 27 00:08 /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-rw-r--r-- 1 root root  3689048 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/i915_dri.so
-rw-r--r-- 1 root root  3949560 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
-rw-r--r-- 1 root root  3575288 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/mach64_dri.so
-rw-r--r-- 1 root root  3620440 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/mga_dri.so
-rw-r--r-- 1 root root 13968048 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
-rw-r--r-- 1 root root  3447904 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so
-rw-r--r-- 1 root root  3505304 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/r128_dri.so
-rw-r--r-- 1 root root  3706520 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/r200_dri.so
-rw-r--r-- 1 root root 13743728 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
-rw-r--r-- 1 root root 13652528 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
-rw-r--r-- 1 root root  3669624 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/radeon_dri.so
-rw-r--r-- 1 root root  3559192 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/savage_dri.so
-rw-r--r-- 1 root root  3587064 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/sis_dri.so
-rw-r--r-- 1 root root  3295320 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
-rw-r--r-- 1 root root  3552408 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/tdfx_dri.so
-rw-r--r-- 1 root root  3497504 Dec 12 01:54 /usr/lib/x86_64-linux-gnu/dri/unichrome_dri.so
-------------- next part --------------
execve("/usr/bin/X", ["/usr/bin/X", ":0", "-audit", "0", "-nolisten", "tcp", "vt8"], [/* 14 vars */]) = 0
brk(0)                                  = 0x7fe6c253a000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe6c1b6b000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe6c1b5c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1570832, ...}) = 0
mmap(NULL, 3684440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe6c15ca000
mprotect(0x7fe6c1744000, 2097152, PROT_NONE) = 0
mmap(0x7fe6c1944000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17a000) = 0x7fe6c1944000
mmap(0x7fe6c1949000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe6c1949000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe6c1b5b000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe6c1b5a000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe6c1b59000
arch_prctl(ARCH_SET_FS, 0x7fe6c1b5a700) = 0
mprotect(0x7fe6c1944000, 16384, PROT_READ) = 0
mprotect(0x7fe6c1d72000, 4096, PROT_READ) = 0
mprotect(0x7fe6c1b6d000, 4096, PROT_READ) = 0
munmap(0x7fe6c1b5c000, 58306)           = 0
brk(0)                                  = 0x7fe6c253a000
brk(0x7fe6c255b000)                     = 0x7fe6c255b000
open("/etc/X11/Xwrapper.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=601, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe6c1b6a000
read(3, "# Xwrapper.config (Debian X Wind"..., 4096) = 601
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7fe6c1b6a000, 4096)            = 0
lstat("/etc/X11/X", {st_mode=S_IFLNK|0777, st_size=13, ...}) = 0
readlink("/etc/X11/X", "/usr/bin/Xorg"..., 1024) = 13
access("/etc/X11/X", X_OK)              = 0
getuid()                                = 0
umask(0)                                = 022
mkdir("/tmp/.X11-unix", 01777)          = -1 EEXIST (File exists)
umask(022)                              = 0
lstat("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
setresuid(-1, 0, -1)                    = 0
chdir("/etc/X11")                       = 0
execve("/usr/bin/Xorg", ["/usr/bin/X", ":0", "-audit", "0", "-nolisten", "tcp", "vt8"], [/* 14 vars */]) = 0
brk(0)                                  = 0x7f9bb9337000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b16000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9bb7b07000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libudev.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at 3\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=59984, ...}) = 0
mmap(NULL, 2155216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb76ea000
mprotect(0x7f9bb76f8000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb78f7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f9bb78f7000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcrypt.so.11", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\205\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=515192, ...}) = 0
mmap(NULL, 2611552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb746c000
mprotect(0x7f9bb74e6000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb76e6000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7f9bb76e6000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b06000
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb7268000
mprotect(0x7f9bb726a000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb746a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9bb746a000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpciaccess.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`%\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35184, ...}) = 0
mmap(NULL, 2130432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb705f000
mprotect(0x7f9bb7067000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb7266000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f9bb7266000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\\\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=131107, ...}) = 0
mmap(NULL, 2208672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb6e43000
mprotect(0x7f9bb6e5a000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb7059000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f9bb7059000
mmap(0x7f9bb705b000, 13216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9bb705b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpixman-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\220\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=552936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b05000
mmap(NULL, 2648160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb6bbc000
mprotect(0x7f9bb6c3e000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb6e3d000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81000) = 0x7f9bb6e3d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXfont.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\232\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=247872, ...}) = 0
mmap(NULL, 2344768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb697f000
mprotect(0x7f9bb69b9000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb6bb9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a000) = 0x7f9bb6bb9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10328, ...}) = 0
mmap(NULL, 2105600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb677c000
mprotect(0x7f9bb677e000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb697d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9bb697d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=22504, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b04000
mmap(NULL, 2117760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb6576000
mprotect(0x7f9bb657b000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb677a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f9bb677a000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libaudit.so.0", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20)\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=96616, ...}) = 0
mmap(NULL, 2191872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb635e000
mprotect(0x7f9bb6375000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb6574000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f9bb6574000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0
mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb60dc000
mprotect(0x7f9bb615d000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb635c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f9bb635c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220!\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b03000
mmap(NULL, 2128856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb5ed4000
mprotect(0x7f9bb5edb000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb60da000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9bb60da000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1570832, ...}) = 0
mmap(NULL, 3684440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb5b50000
mprotect(0x7f9bb5cca000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb5eca000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17a000) = 0x7f9bb5eca000
mmap(0x7f9bb5ecf000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9bb5ecf000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\t\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=13944, ...}) = 0
mmap(NULL, 2109160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb594d000
mprotect(0x7f9bb5950000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb5b4f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9bb5b4f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b02000
mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb5736000
mprotect(0x7f9bb574d000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb594c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f9bb594c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libfreetype.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\330\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=646704, ...}) = 0
mmap(NULL, 2741920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb5498000
mprotect(0x7f9bb5530000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb572f000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x97000) = 0x7f9bb572f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libbz2.so.1.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\27\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=63872, ...}) = 0
mmap(NULL, 2159088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb5288000
mprotect(0x7f9bb5297000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb5496000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f9bb5496000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libfontenc.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\26\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=27048, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b01000
mmap(NULL, 2123488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb5081000
mprotect(0x7f9bb5086000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb5286000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f9bb5286000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b00000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7afe000
arch_prctl(ARCH_SET_FS, 0x7f9bb7afe880) = 0
mprotect(0x7f9bb572f000, 24576, PROT_READ) = 0
mprotect(0x7f9bb5eca000, 16384, PROT_READ) = 0
mprotect(0x7f9bb60da000, 4096, PROT_READ) = 0
mprotect(0x7f9bb635c000, 4096, PROT_READ) = 0
mprotect(0x7f9bb6574000, 4096, PROT_READ) = 0
mprotect(0x7f9bb677a000, 4096, PROT_READ) = 0
mprotect(0x7f9bb697d000, 4096, PROT_READ) = 0
mprotect(0x7f9bb7059000, 4096, PROT_READ) = 0
mprotect(0x7f9bb7266000, 4096, PROT_READ) = 0
mprotect(0x7f9bb746a000, 4096, PROT_READ) = 0
mprotect(0x7f9bb78f7000, 4096, PROT_READ) = 0
mprotect(0x7f9bb7f03000, 12288, PROT_READ) = 0
mprotect(0x7f9bb7b18000, 4096, PROT_READ) = 0
munmap(0x7f9bb7b07000, 58306)           = 0
set_tid_address(0x7f9bb7afeb50)         = 1803
set_robust_list(0x7f9bb7afeb60, 0x18)   = 0
futex(0x7fff72a6a2bc, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f9bb7afe880) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f9bb6e48ad0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f9bb6e48b60, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f9bb6e52030}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
brk(0)                                  = 0x7f9bb9337000
brk(0x7f9bb9358000)                     = 0x7f9bb9358000
geteuid()                               = 0
getuid()                                = 0
geteuid()                               = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
rt_sigaction(SIGSEGV, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {0x7f9bb7ca30a0, [], SA_RESTORER|SA_SIGINFO, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9bb7b07000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 -\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=89000, ...}) = 0
mmap(NULL, 2184760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9bb4e6b000
mprotect(0x7f9bb4e80000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb5080000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f9bb5080000
close(3)                                = 0
munmap(0x7f9bb7b07000, 58306)           = 0
futex(0x7f9bb5ed2590, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f9bb50803c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
close(0)                                = 0
close(1)                                = 0
write(2, "", 0)                         = 0
getpgrp()                               = 1802
open("/tmp/.tX0-lock", O_WRONLY|O_CREAT|O_EXCL, 0644) = 0
write(0, "      1803\n", 11)            = 11
fchmod(0, 0444)                         = 0
close(0)                                = 0
link("/tmp/.tX0-lock", "/tmp/.X0-lock") = 0
unlink("/tmp/.tX0-lock")                = 0
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f9bb5b82480}, {SIG_DFL, [], 0}, 8) = 0
umask(022)                              = 022
stat("/var/log/Xorg.0.log", {st_mode=S_IFREG|0644, st_size=40176, ...}) = 0
rename("/var/log/Xorg.0.log", "/var/log/Xorg.0.log.old") = 0
open("/var/log/Xorg.0.log", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 0
rt_sigaction(SIGALRM, {0x7f9bb7ca35b0, [ALRM], SA_RESTORER, 0x7f9bb6e52030}, NULL, 8) = 0
uname({sys="Linux", node="rowlf", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 1
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
umask(0)                                = 022
bind(1, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
listen(1, 128)                          = 0
umask(022)                              = 0
uname({sys="Linux", node="rowlf", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 3
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
umask(0)                                = 022
lstat("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
unlink("/tmp/.X11-unix/X0")             = -1 ENOENT (No such file or directory)
bind(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
listen(3, 128)                          = 0
umask(022)                              = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x7f9bb7ca3a30, [HUP], SA_RESTORER, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7f9bb7ca3a60, [INT], SA_RESTORER, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x7f9bb7ca3a60, [TERM], SA_RESTORER, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
open("/etc/X0.hosts", O_RDONLY)         = -1 ENOENT (No such file or directory)
rt_sigaction(SIGUSR1, {SIG_IGN, [], SA_RESTORER, 0x7f9bb6e52030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_DFL, [USR1], SA_RESTORER, 0x7f9bb6e52030}, {SIG_IGN, [], SA_RESTORER, 0x7f9bb6e52030}, 8) = 0
getppid()                               = 1802
clock_getres(0x6 /* CLOCK_??? */, {0, 4000250}) = 0
open("/usr/lib/xorg/protocol.txt", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=31246, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b15000
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
write(0, "[   241.481] ", 13)           = 13
write(2, "\nX.Org X Server 1.11.3", 22) = 22
write(0, "\nX.Org X Server 1.11.3", 22) = 22
write(2, ".901", 4)                     = 4
write(0, ".901", 4)                     = 4
write(2, " (1.11.4 RC 1)", 14)          = 14
write(0, " (1.11.4 RC 1)", 14)          = 14
write(2, "\nRelease Date: 2012-01-06\n", 26) = 26
write(0, "\nRelease Date: 2012-01-06\n", 26) = 26
write(0, "[   241.491] ", 13)           = 13
write(2, "X Protocol Version 11, Revision "..., 34) = 34
write(0, "X Protocol Version 11, Revision "..., 34) = 34
write(0, "[   241.495] ", 13)           = 13
write(2, "Build Operating System: Linux 3."..., 55) = 55
write(0, "Build Operating System: Linux 3."..., 55) = 55
uname({sys="Linux", node="rowlf", ...}) = 0
write(0, "[   241.498] ", 13)           = 13
write(2, "Current Operating System: Linux "..., 95) = 95
write(0, "Current Operating System: Linux "..., 95) = 95
open("/proc/cmdline", O_RDONLY)         = 5
write(0, "[   241.502] ", 13)           = 13
write(2, "Kernel command line: ", 21)   = 21
write(0, "Kernel command line: ", 21)   = 21
read(5, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 80) = 72
write(2, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 72) = 72
write(0, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 72) = 72
read(5, "", 80)                         = 0
close(5)                                = 0
write(0, "[   241.506] ", 13)           = 13
write(2, "Build Date: 19 January 2012  09:"..., 40) = 40
write(0, "Build Date: 19 January 2012  09:"..., 40) = 40
write(0, "[   241.510] ", 13)           = 13
write(2, "xorg-server 2:1.11.3.901-2 (Cyri"..., 64) = 64
write(0, "xorg-server 2:1.11.3.901-2 (Cyri"..., 64) = 64
write(0, "[   241.513] ", 13)           = 13
write(2, "Current version of pixman: 0.24."..., 34) = 34
write(0, "Current version of pixman: 0.24."..., 34) = 34
write(0, "[   241.517] ", 13)           = 13
write(2, "\tBefore reporting problems, chec"..., 100) = 100
write(0, "\tBefore reporting problems, chec"..., 100) = 100
write(0, "[   241.523] ", 13)           = 13
write(2, "Markers: ", 9)                = 9
write(0, "Markers: ", 9)                = 9
write(2, "(--) probed, ", 13)           = 13
write(0, "(--) probed, ", 13)           = 13
write(2, "(**) from config file, ", 23) = 23
write(0, "(**) from config file, ", 23) = 23
write(2, "(==) default setting,\n\t", 23) = 23
write(0, "(==) default setting,\n\t", 23) = 23
write(2, "(++) from command line, ", 24) = 24
write(0, "(++) from command line, ", 24) = 24
write(2, "(!!) notice, ", 13)           = 13
write(0, "(!!) notice, ", 13)           = 13
write(2, "(II) informational,\n\t", 21) = 21
write(0, "(II) informational,\n\t", 21) = 21
write(2, "(WW) warning, ", 14)          = 14
write(0, "(WW) warning, ", 14)          = 14
write(2, "(EE) error, ", 12)            = 12
write(0, "(EE) error, ", 12)            = 12
write(2, "(NI) not implemented, ", 22)  = 22
write(0, "(NI) not implemented, ", 22)  = 22
write(2, "(??) unknown.\n", 14)         = 14
write(0, "(??) unknown.\n", 14)         = 14
time(NULL)                              = 1327801309
open("/etc/localtime", O_RDONLY)        = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 2183
lseek(5, -1398, SEEK_CUR)               = 785
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0"..., 4096) = 1398
close(5)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
write(0, "[   241.536] ", 13)           = 13
write(2, "(==) Log file: \"/var/log/Xorg.0."..., 69) = 69
write(0, "(==) Log file: \"/var/log/Xorg.0."..., 69) = 69
getuid()                                = 0
open("/usr/share/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
getdents(5, /* 5 entries */, 32768)     = 168
getdents(5, /* 0 entries */, 32768)     = 0
close(5)                                = 0
open("/usr/share/X11/xorg.conf.d/10-evdev.conf", O_RDONLY) = 5
open("/usr/share/X11/xorg.conf.d/50-synaptics.conf", O_RDONLY) = 6
open("/usr/share/X11/xorg.conf.d/50-wacom.conf", O_RDONLY) = 7
open("/etc/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/X11/xorg.conf", O_RDONLY)    = 8
write(0, "[   241.573] ", 13)           = 13
write(2, "(==) Using config file: \"/etc/X1"..., 45) = 45
write(0, "(==) Using config file: \"/etc/X1"..., 45) = 45
write(0, "[   241.577] ", 13)           = 13
write(2, "(==) Using system config directo"..., 64) = 64
write(0, "(==) Using system config directo"..., 64) = 64
fstat(5, {st_mode=S_IFREG|0644, st_size=1099, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(5, "#\n# Catch-all evdev loader for u"..., 4096) = 1099
read(5, "", 4096)                       = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=958, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b13000
read(6, "# Example xorg.conf.d snippet th"..., 4096) = 958
read(6, "", 4096)                       = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=660, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b12000
read(7, "Section \"InputClass\"\n\tIdentifier"..., 4096) = 660
read(7, "", 4096)                       = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=684, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b11000
read(8, "Section \"ServerLayout\"\n\tIdentifi"..., 4096) = 684
read(8, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
close(6)                                = 0
munmap(0x7f9bb7b13000, 4096)            = 0
close(7)                                = 0
munmap(0x7f9bb7b12000, 4096)            = 0
close(8)                                = 0
munmap(0x7f9bb7b11000, 4096)            = 0
write(0, "[   241.597] ", 13)           = 13
write(0, "(==) ServerLayout \"aticonfig Lay"..., 37) = 37
write(0, "[   241.597] ", 13)           = 13
write(0, "(**) |-->Screen \"aticonfig-Scree"..., 44) = 44
write(0, "[   241.597] ", 13)           = 13
write(0, "(**) |   |-->Monitor \"aticonfig-"..., 46) = 46
write(0, "[   241.609] ", 13)           = 13
write(0, "(**) |   |-->Device \"aticonfig-D"..., 44) = 44
write(0, "[   241.610] ", 13)           = 13
write(0, "(==) Automatically adding device"..., 34) = 34
write(0, "[   241.610] ", 13)           = 13
write(0, "(==) Automatically enabling devi"..., 36) = 36
stat("/usr/share/fonts/X11/misc", {st_mode=S_IFDIR|0755, st_size=28672, ...}) = 0
stat("/usr/share/fonts/X11/misc/fonts.dir", {st_mode=S_IFREG|0644, st_size=32637, ...}) = 0
stat("/usr/share/fonts/X11/cyrillic", 0x7fff72a6a0e0) = -1 ENOENT (No such file or directory)
write(0, "[   241.668] ", 13)           = 13
write(0, "(WW) The directory \"/usr/share/f"..., 67) = 67
write(0, "[   241.668] ", 13)           = 13
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat("/usr/share/fonts/X11/100dpi/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/100dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
stat("/usr/share/fonts/X11/75dpi/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/75dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
stat("/usr/share/fonts/X11/Type1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/fonts/X11/Type1/fonts.dir", {st_mode=S_IFREG|0644, st_size=2579, ...}) = 0
stat("/usr/share/fonts/X11/100dpi", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/100dpi/fonts.dir", {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
stat("/usr/share/fonts/X11/75dpi", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/75dpi/fonts.dir", {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
stat("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType", 0x7fff72a6a0e0) = -1 ENOENT (No such file or directory)
write(0, "[   241.741] ", 13)           = 13
write(0, "(WW) The directory \"/var/lib/def"..., 86) = 86
write(0, "[   241.741] ", 13)           = 13
write(0, "\tEntry deleted from font path.\n", 31) = 31
write(0, "[   241.741] ", 13)           = 13
write(0, "(==) FontPath set to:\n\t/usr/shar"..., 228) = 228
write(0, "[   241.741] ", 13)           = 13
write(0, "(==) ModulePath set to \"/usr/lib"..., 47) = 47
write(0, "[   241.742] ", 13)           = 13
write(0, "(II) The server relies on udev t"..., 146) = 146
write(0, "[   241.742] ", 13)           = 13
write(0, "(II) Loader magic: 0x7f9bb7f06ae"..., 34) = 34
write(0, "[   241.742] ", 13)           = 13
write(0, "(II) Module ABI versions:\n", 26) = 26
write(0, "[   241.742] ", 13)           = 13
write(0, "\tX.Org ANSI C Emulation: 0.4\n", 29) = 29
write(0, "[   241.742] ", 13)           = 13
write(0, "\tX.Org Video Driver: 11.0\n", 26) = 26
write(0, "[   241.742] ", 13)           = 13
write(0, "\tX.Org XInput driver : 13.0\n", 28) = 28
write(0, "[   241.743] ", 13)           = 13
write(0, "\tX.Org Server Extension : 6.0\n", 30) = 30
stat("/sys/bus/pci/devices", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("/proc/mtrr", O_WRONLY)            = 5
open("/sys/bus/pci/devices", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
getdents(6, /* 21 entries */, 32768)    = 656
getdents(6, /* 0 entries */, 32768)     = 0
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 6
pread(6, "\206\200\4\1\6\0\220 \t\0\0\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 6
pread(6, "\206\200\1\1\7\4\20\0\t\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\1\6\0PP\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/config", O_RDONLY) = 6
pread(6, "\206\200\26\1\7\4\220\0\t\0\0\3\0\0\0\0\4\0\0\300\0\0\0\0\f\0\0\260\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:16.0/config", O_RDONLY) = 6
pread(6, "\206\200:\34\6\0\20\0\4\0\200\7\0\0\200\0\4 at P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1a.0/config", O_RDONLY) = 6
pread(6, "\206\200-\34\6\0\220\2\4 \3\f\0\0\0\0\0\240P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1b.0/config", O_RDONLY) = 6
pread(6, "\206\200 \34\6\4\20\0\4\0\3\4\20\0\0\0\4\0P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.0/config", O_RDONLY) = 6
pread(6, "\206\200\20\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\7\f\0@@\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.1/config", O_RDONLY) = 6
pread(6, "\206\200\22\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\r\22\00000\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.2/config", O_RDONLY) = 6
pread(6, "\206\200\24\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\23\30\0  \0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.3/config", O_RDONLY) = 6
pread(6, "\206\200\26\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\31\31\0\360\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1d.0/config", O_RDONLY) = 6
pread(6, "\206\200&\34\6\0\220\2\4 \3\f\0\0\0\0\0\220P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.0/config", O_RDONLY) = 6
pread(6, "\206\200I\34\7\0\20\2\4\0\1\6\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.2/config", O_RDONLY) = 6
pread(6, "\206\200\3\34\7\4\260\2\4\1\6\1\0\0\0\0\211`\0\0\235`\0\0\201`\0\0\231`\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.3/config", O_RDONLY) = 6
pread(6, "\206\200\"\34\3\0\200\2\4\0\5\f\0\0\0\0\4`P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 6
pread(6, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:07:00.0/config", O_RDONLY) = 6
pread(6, "\354\20h\201\7\4\20\0\6\0\0\2\20\0\0\0\1@\0\0\0\0\0\0\f@@\300\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:0d:00.0/config", O_RDONLY) = 6
pread(6, "\206\200\204\0\6\0\20\0\0\0\200\2\20\0\0\0\4\0P\304\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:13:00.0/config", O_RDONLY) = 6
pread(6, "\354\20\tR\7\0\20\0\1\0\0\377\20\0\0\0\0\0P\303\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:19:00.0/config", O_RDONLY) = 6
pread(6, "3\20\224\1\6\4\20\0\0040\3\f\20\0\0\0\4\0@\303\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/config", O_RDONLY) = 6
pread(6, "\206\200\26\1\7\4\220\0\t\0\0\3\0\0\0\0\4\0\0\300\0\0\0\0\f\0\0\260\0\0\0\0"..., 256, 0) = 256
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/resource", O_RDONLY) = 6
read(6, "0x00000000c0000000 0x00000000c03"..., 512) = 512
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/boot_vga", O_RDONLY) = 6
read(6, "1", 1)                         = 1
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 6
pread(6, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 256, 0) = 256
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/resource", O_RDONLY) = 6
read(6, "0x00000000a0000000 0x00000000aff"..., 512) = 512
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/boot_vga", O_RDONLY) = 6
read(6, "0", 1)                         = 1
close(6)                                = 0
write(0, "[   241.751] ", 13)           = 13
write(0, "(--) PCI:*(0:0:2:0) 8086:0116:10"..., 40) = 40
write(0, "rev 9", 5)                    = 5
write(0, ", Mem @ ", 8)                 = 8
write(0, "0xc0000000/4194304", 18)      = 18
write(0, ", ", 2)                       = 2
write(0, "0xb0000000/268435456", 20)    = 20
write(0, ", I/O @ ", 8)                 = 8
write(0, "0x00006000/64", 13)           = 13
write(0, "\n", 1)                       = 1
write(0, "[   241.752] ", 13)           = 13
write(0, "(--) PCI: (0:1:0:0) 1002:6740:10"..., 40) = 40
write(0, "rev 0", 5)                    = 5
write(0, ", Mem @ ", 8)                 = 8
write(0, "0xa0000000/268435456", 20)    = 20
write(0, ", ", 2)                       = 2
write(0, "0xc6500000/131072", 17)       = 17
write(0, ", I/O @ ", 8)                 = 8
write(0, "0x00005000/256", 14)          = 14
write(0, ", BIOS @ 0x????????/131072", 26) = 26
write(0, "\n", 1)                       = 1
socket(PF_FILE, SOCK_STREAM, 0)         = 6
connect(6, {sa_family=AF_FILE, path="/var/run/acpid.socket"}, 110) = 0
write(0, "[   241.753] ", 13)           = 13
write(0, "(II) Open ACPI successful (/var/"..., 50) = 50
write(0, "[   241.753] ", 13)           = 13
write(0, "(II) \"extmod\" will be loaded by "..., 41) = 41
write(0, "[   241.753] ", 13)           = 13
write(0, "(II) \"dbe\" will be loaded by def"..., 38) = 38
write(0, "[   241.754] ", 13)           = 13
write(0, "(II) \"glx\" will be loaded by def"..., 38) = 38
write(0, "[   241.754] ", 13)           = 13
write(0, "(II) \"record\" will be loaded by "..., 41) = 41
write(0, "[   241.754] ", 13)           = 13
write(0, "(II) \"dri\" will be loaded by def"..., 38) = 38
write(0, "[   241.754] ", 13)           = 13
write(0, "(II) \"dri2\" will be loaded by de"..., 39) = 39
write(0, "[   241.754] ", 13)           = 13
write(0, "(II) LoadModule: \"extmod\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
brk(0x7f9bb937f000)                     = 0x7f9bb937f000
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
brk(0x7f9bb9377000)                     = 0x7f9bb9377000
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   241.828] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 59) = 59
futex(0x7f9bb746b0ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/xorg/modules/extensions/libextmod.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\207\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=152176, ...}) = 0
mmap(NULL, 2247984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb4c46000
mprotect(0x7f9bb4c69000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb4e68000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x22000) = 0x7f9bb4e68000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f9bb7aef000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300b\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=126296, ...}) = 0
mmap(NULL, 2226064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb4a26000
mprotect(0x7f9bb4a43000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb4c43000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1d000) = 0x7f9bb4c43000
mmap(0x7f9bb4c45000, 1936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9bb4c45000
close(7)                                = 0
mprotect(0x7f9bb4c43000, 4096, PROT_READ) = 0
mprotect(0x7f9bb4e68000, 4096, PROT_READ) = 0
statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=2402873, f_bfree=1638733, f_bavail=1516673, f_files=610800, f_ffree=487608, f_fsid={-551842813, -723937258}, f_namelen=255, f_frsize=4096}) = 0
open("/proc/filesystems", O_RDONLY)     = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(7, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 301
read(7, "", 1024)                       = 0
close(7)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
munmap(0x7f9bb7aef000, 58306)           = 0
write(0, "[   241.839] ", 13)           = 13
write(0, "(II) Module extmod: vendor=\"X.Or"..., 46) = 46
write(0, "[   241.839] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   241.840] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   241.840] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   241.840] ", 13)           = 13
write(0, "(II) Loading extension SELinux\n", 31) = 31
write(0, "[   241.840] ", 13)           = 13
write(0, "(II) Loading extension MIT-SCREE"..., 40) = 40
write(0, "[   241.840] ", 13)           = 13
write(0, "(II) Loading extension XFree86-V"..., 48) = 48
write(0, "[   241.841] ", 13)           = 13
write(0, "(II) Loading extension XFree86-D"..., 35) = 35
write(0, "[   241.841] ", 13)           = 13
write(0, "(II) Loading extension DPMS\n", 28) = 28
write(0, "[   241.841] ", 13)           = 13
write(0, "(II) Loading extension XVideo\n", 30) = 30
write(0, "[   241.841] ", 13)           = 13
write(0, "(II) Loading extension XVideo-Mo"..., 49) = 49
write(0, "[   241.841] ", 13)           = 13
write(0, "(II) Loading extension X-Resourc"..., 34) = 34
write(0, "[   241.841] ", 13)           = 13
write(0, "(II) LoadModule: \"dbe\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   241.844] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/extensions/libdbe.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=22904, ...}) = 0
mmap(NULL, 2118280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb4820000
mprotect(0x7f9bb4825000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb4a24000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7f9bb4a24000
close(7)                                = 0
mprotect(0x7f9bb4a24000, 4096, PROT_READ) = 0
write(0, "[   241.846] ", 13)           = 13
write(0, "(II) Module dbe: vendor=\"X.Org F"..., 43) = 43
write(0, "[   241.846] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   241.846] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   241.846] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   241.846] ", 13)           = 13
write(0, "(II) Loading extension DOUBLE-BU"..., 37) = 37
write(0, "[   241.847] ", 13)           = 13
write(0, "(II) LoadModule: \"glx\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
close(7)                                = 0
write(0, "[   241.847] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 51) = 51
open("/usr/lib/xorg/modules/linux/libglx.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360L\1\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=714000, ...}) = 0
mmap(NULL, 2073560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb4625000
mprotect(0x7f9bb46c9000, 1044480, PROT_NONE) = 0
mmap(0x7f9bb47c8000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa3000) = 0x7f9bb47c8000
mmap(0x7f9bb47d3000, 312280, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9bb47d3000
close(7)                                = 0
write(0, "[   241.924] ", 13)           = 13
write(0, "(II) Module glx: vendor=\"Advance"..., 55) = 55
write(0, "[   241.928] ", 13)           = 13
write(0, "\tcompiled for 6.9.0", 19)    = 19
write(0, ", module version = 1.0.0\n", 25) = 25
open("/proc/1803/fd/0", O_RDONLY)       = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
fstat(7, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
lseek(7, 4096, SEEK_SET)                = 4096
read(7, "846] \tABI class: X.Org Server Ex"..., 328) = 328
lseek(7, 0, SEEK_SET)                   = 0
read(7, "[   241.481] \nX.Org X Server 1.1"..., 4096) = 4096
close(7)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
write(0, "[   241.929] ", 13)           = 13
write(0, "(II) Loading extension GLX\n", 27) = 27
write(0, "[   241.930] ", 13)           = 13
write(0, "(II) LoadModule: \"record\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   241.932] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 59) = 59
open("/usr/lib/xorg/modules/extensions/librecord.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\25\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=31264, ...}) = 0
mmap(NULL, 2126584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb441d000
mprotect(0x7f9bb4424000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb4623000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6000) = 0x7f9bb4623000
close(7)                                = 0
mprotect(0x7f9bb4623000, 4096, PROT_READ) = 0
write(0, "[   241.947] ", 13)           = 13
write(0, "(II) Module record: vendor=\"X.Or"..., 46) = 46
write(0, "[   241.947] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.13.0\n", 26) = 26
write(0, "[   241.947] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   241.947] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   241.948] ", 13)           = 13
write(0, "(II) Loading extension RECORD\n", 30) = 30
write(0, "[   241.948] ", 13)           = 13
write(0, "(II) LoadModule: \"dri\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   241.950] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/extensions/libdri.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3000\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=47864, ...}) = 0
mmap(NULL, 2143224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb4211000
mprotect(0x7f9bb421b000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb441b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7f9bb441b000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f9bb7aef000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libdrm.so.2", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0205\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=47592, ...}) = 0
mmap(NULL, 2145192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb4005000
mprotect(0x7f9bb400f000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb420f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7f9bb420f000
close(7)                                = 0
mprotect(0x7f9bb420f000, 4096, PROT_READ) = 0
mprotect(0x7f9bb441b000, 4096, PROT_READ) = 0
munmap(0x7f9bb7aef000, 58306)           = 0
write(0, "[   241.977] ", 13)           = 13
write(0, "(II) Module dri: vendor=\"X.Org F"..., 43) = 43
write(0, "[   241.977] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   241.977] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   241.978] ", 13)           = 13
write(0, "(II) Loading extension XFree86-D"..., 35) = 35
write(0, "[   241.978] ", 13)           = 13
write(0, "(II) LoadModule: \"dri2\"", 23) = 23
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   241.979] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 57) = 57
open("/usr/lib/xorg/modules/extensions/libdri2.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\24\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=22840, ...}) = 0
mmap(NULL, 2118232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb3dff000
mprotect(0x7f9bb3e04000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb4003000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7f9bb4003000
close(7)                                = 0
mprotect(0x7f9bb4003000, 4096, PROT_READ) = 0
write(0, "[   241.980] ", 13)           = 13
write(0, "(II) Module dri2: vendor=\"X.Org "..., 44) = 44
write(0, "[   241.981] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.2.0\n", 25) = 25
write(0, "[   241.981] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   241.981] ", 13)           = 13
write(0, "(II) Loading extension DRI2\n", 28) = 28
write(0, "[   241.981] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrx\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff72a67f50) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
getdents(8, /* 0 entries */, 32768)     = 0
close(8)                                = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 34 entries */, 32768)    = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fff72a66e60) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   242.013] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/drivers/fglrx_drv.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at q9\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=15817048, ...}) = 0
mmap(NULL, 16905280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb2ddf000
mprotect(0x7f9bb3858000, 1048576, PROT_NONE) = 0
mmap(0x7f9bb3958000, 4837376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa79000) = 0x7f9bb3958000
mmap(0x7f9bb3df5000, 37952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9bb3df5000
close(7)                                = 0
write(0, "[   242.370] ", 13)           = 13
write(0, "(II) Module fglrx: vendor=\"FireG"..., 59) = 59
write(0, "[   242.383] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
write(0, "[   242.383] ", 13)           = 13
write(0, "\tModule class: X.Org Video Drive"..., 34) = 34
open("/proc/1803/fd/0", O_RDONLY)       = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=5801, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
fstat(7, {st_mode=S_IFREG|0644, st_size=5801, ...}) = 0
lseek(7, 4096, SEEK_SET)                = 4096
read(7, "846] \tABI class: X.Org Server Ex"..., 1705) = 1705
lseek(7, 0, SEEK_SET)                   = 0
read(7, "[   241.481] \nX.Org X Server 1.1"..., 4096) = 4096
close(7)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
write(0, "[   242.383] ", 13)           = 13
write(0, "(II) Loading sub module \"fglrxdr"..., 35) = 35
write(0, "[   242.383] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrxdrm\"", 27) = 27
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67dd0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67dd0) = -1 ENOTDIR (Not a directory)
close(7)                                = 0
write(0, "[   242.384] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/linux/libfglrxdrm.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0F\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=58520, ...}) = 0
mmap(NULL, 1105904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb79f0000
mprotect(0x7f9bb79fc000, 1048576, PROT_NONE) = 0
mmap(0x7f9bb7afc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xc000) = 0x7f9bb7afc000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f9bb79e1000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libatiuki.so.1", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300)\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=34352, ...}) = 0
mmap(NULL, 1083688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f9bb2cd6000
mprotect(0x7f9bb2cdd000, 1048576, PROT_NONE) = 0
mmap(0x7f9bb2ddd000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x7000) = 0x7f9bb2ddd000
mmap(0x7f9bb2dde000, 2344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9bb2dde000
close(7)                                = 0
munmap(0x7f9bb79e1000, 58306)           = 0
write(0, "[   242.413] ", 13)           = 13
write(0, "(II) Module fglrxdrm: vendor=\"Fi"..., 62) = 62
write(0, "[   242.413] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
write(0, "[   242.425] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 60) = 60
write(0, "[   242.426] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 92) = 92
write(0, "[   242.426] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 67) = 67
write(0, "[   242.426] ", 13)           = 13
write(0, "(++) using VT number 8\n\n", 24) = 24
getppid()                               = 1802
getpgid(0x70a)                          = 1802
setpgid(0, 1802)                        = 0
setsid()                                = 1803
open("/dev/vc/8", O_RDWR|O_NONBLOCK)    = -1 ENOENT (No such file or directory)
open("/dev/tty8", O_RDWR|O_NONBLOCK)    = 7
ioctl(7, VT_GETSTATE, 0x7fff72a6a140)   = 0
ioctl(7, VT_ACTIVATE, 0x8)              = 0
ioctl(7, VT_WAITACTIVE, 0x8)            = 0
ioctl(7, VIDIOC_RESERVED or VT_GETMODE, 0x7fff72a6a130) = 0
rt_sigaction(SIGUSR1, {0x7f9bb7bc8330, [USR1], SA_RESTORER|SA_RESTART, 0x7f9bb5b82480}, {SIG_DFL, [USR1], SA_RESTORER, 0x7f9bb6e52030}, 8) = 0
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fff72a6a130) = 0
ioctl(7, KDSETMODE, 0x1)                = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, KDGKBMODE, 0x7f9bb7f18d7c)     = 0
ioctl(7, KDSKBMODE, 0)                  = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, SNDCTL_TMR_START or TCSETS, {B0 -opost -isig -icanon -echo ...}) = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
ioperm(0, 0x400, 0x1)                   = 0
iopl(0x3)                               = 0
ioperm(0x40, 0x4, 0)                    = 0
ioperm(0x60, 0x4, 0)                    = 0
write(0, "[   242.433] ", 13)           = 13
write(0, "(WW) Falling back to old probe m"..., 48) = 48
open("/etc/ati/amdpcsdb.default", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=81643, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(8, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
read(8, "STEM/2ID-1002-955F-0/MCIL]\nDALNo"..., 4096) = 4096
read(8, "5000000060\nPP_VariBrightFeatureE"..., 4096) = 4096
read(8, "E1-0/MCIL]\nDALNonStandardModesBC"..., 4096) = 4096
read(8, "0\nPP_VariBrightFeatureEnable=V1\n"..., 4096) = 4096
read(8, "EM/2ID-1002-9614-0/MCIL]\nDALNonS"..., 4096) = 4096
read(8, "00900000000602048153600000072204"..., 4096) = 4096
read(8, "[AMDPCSROOT/SYSTEM/2ID-1002-9598"..., 4096) = 4096
read(8, "D-1002-94C1-0/MCIL]\nDALNonStanda"..., 4096) = 4096
read(8, "00000000701792134400000000180014"..., 4096) = 4096
read(8, "00005916000900000000602048153600"..., 4096) = 4096
read(8, "SROOT/SYSTEM/2ID-1002-9490-0/MCI"..., 4096) = 4096
read(8, "00000\nDALNonStandardModesBCD2=R1"..., 4096) = 4096
read(8, "02400000060136010240000007513601"..., 4096) = 4096
read(8, "92134400000000180014400000000018"..., 4096) = 4096
read(8, "00000000602048153600000072204815"..., 4096) = 4096
read(8, "/2ID-1002-68DA-0/MCIL]\nDALNonSta"..., 4096) = 4096
read(8, "StandardModesBCD2=R1280096000000"..., 4096) = 4096
read(8, "36010240000007513601024000000851"..., 4096) = 4096
read(8, "00751360102400000085160009000000"..., 4096) = 3819
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
open("/etc/ati/amdpcsdb", O_RDONLY)     = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=36916, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(8, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
read(8, "60000000060128007680000006014001"..., 4096) = 4096
read(8, "60128007680000006014001050000000"..., 4096) = 4096
read(8, "800768000000601400105000000060\n["..., 4096) = 4096
read(8, "2=R12800960000000001600120000000"..., 4096) = 4096
read(8, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
read(8, "00180014400000000018561392000000"..., 4096) = 4096
read(8, "48153600000072204815360000008012"..., 4096) = 4096
read(8, "80000000012800960000000001600120"..., 4096) = 4096
read(8, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 4096) = 52
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
write(0, "[   242.555] ", 13)           = 13
write(0, "(II) Loading PCS database from /"..., 49) = 49
open("/etc/ati/control", O_RDONLY)      = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=55792, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(8, "DI-4\2\20\0\0\270h\0\0\2\20\0\0\0000\0\0NM-4\2\20\0\0\270h\0\0"..., 4096) = 4096
read(8, "K\0/\0:\0;\0?\0?\0/\0\\\0j\0}\0f\0j\0|\0/\0/\0/\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\2\20\0\0B\224\0\0\202\26\0\0q$\0\0N\0[\0F\0/\0]\0n\0k\0j\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0DI-4\2\20\0\0\331h\0\0K\27\0\0"..., 4096) = 4096
read(8, "]\0n\0k\0j\0`\0a\0/\0G\0K\0/\0:\0;\0?\0?\0/\0\\\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "|\0/\0/\0/\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "f\0}\0j\0H\0C\0&\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "j\0`\0a\0/\0G\0K\0/\0;\0007\0009\0?\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "K\0/\0<\0=\0?\0?\0/\0H\0}\0n\0\177\0g\0f\0l\0|\0/\0"..., 4096) = 4096
read(8, "`\0a\0/\0G\0K\0/\0;\0007\0?\0?\0/\0\\\0j\0}\0f\0j\0"..., 4096) = 2544
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
brk(0x7f9bb9398000)                     = 0x7f9bb9398000
write(0, "[   242.593] ", 13)           = 13
write(0, "(--) Chipset Supported AMD Graph"..., 61) = 61
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 8
pread(8, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 256, 0) = 256
close(8)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/resource", O_RDONLY) = 8
read(8, "0x00000000a0000000 0x00000000aff"..., 512) = 512
close(8)                                = 0
write(0, "[   242.612] ", 13)           = 13
write(0, "(II) fglrx: intel VGA device det"..., 58) = 58
write(0, "[   242.612] ", 13)           = 13
write(0, "(II) LoadModule: \"intel\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
getdents(8, /* 0 entries */, 32768)     = 0
close(8)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff72a67d60) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
getdents(9, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
getdents(9, /* 0 entries */, 32768)     = 0
close(9)                                = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
getdents(9, /* 34 entries */, 32768)    = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fff72a66c70) = -1 ENOTDIR (Not a directory)
close(9)                                = 0
close(8)                                = 0
write(0, "[   242.626] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/drivers/intel_drv.so", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\250\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=332344, ...}) = 0
mmap(NULL, 2427872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f9bb2a85000
mprotect(0x7f9bb2ad2000, 2097152, PROT_NONE) = 0
mmap(0x7f9bb2cd2000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4d000) = 0x7f9bb2cd2000
close(8)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7f9bb79e1000
close(8)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@/\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=112024, ...}) = 0
mmap(NULL, 2207208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f9bb286a000
mprotect(0x7f9bb2884000, 2093056, PROT_NONE) = 0
mmap(0x7f9bb2a83000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x19000) = 0x7f9bb2a83000
close(8)                                = 0
mprotect(0x7f9bb2a83000, 4096, PROT_READ) = 0
munmap(0x7f9bb79e1000, 58306)           = 0
write(0, "[   242.663] ", 13)           = 13
write(0, "(II) Module intel: vendor=\"X.Org"..., 45) = 45
write(0, "[   242.663] ", 13)           = 13
write(0, "\tcompiled for 1.11.1", 20)   = 20
write(0, ".902", 4)                     = 4
write(0, ", module version = 2.17.0\n", 26) = 26
write(0, "[   242.663] ", 13)           = 13
write(0, "\tModule class: X.Org Video Drive"..., 34) = 34
write(0, "[   242.663] ", 13)           = 13
write(0, "\tABI class: X.Org Video Driver, "..., 45) = 45
open("/proc/sys/kernel/modprobe", O_RDONLY) = 8
read(8, "/sbin/modprobe\n", 1023)       = 15
close(8)                                = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f9bb7afeb50) = 1820
wait4(1820, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1820
--- SIGCHLD (Child exited) @ 0 (0) ---
open("/proc/ati/major", O_RDONLY)       = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(8, "252\n", 1024)                  = 4
close(8)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
write(0, "[   242.668] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(8, "252\n", 1024)                  = 4
close(8)                                = 0
munmap(0x7f9bb7b14000, 4096)            = 0
write(0, "[   242.669] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   242.669] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   242.669] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", 0x7fff72a69e50)        = -1 ENOENT (No such file or directory)
mkdir("/dev/ati", 0755)                 = 0
chown("/dev/ati", 0, 0)                 = 0
chmod("/dev/ati", 0755)                 = 0
stat("/dev/ati/card0", 0x7fff72a69e50)  = -1 ENOENT (No such file or directory)
unlink("/dev/ati/card0")                = -1 ENOENT (No such file or directory)
mknod("/dev/ati/card0", S_IFCHR|0666, makedev(252, 0)) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 8
write(0, "[   242.670] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 8,"..., 38) = 38
write(0, "[   242.670] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 39) = 39
ioctl(8, 0xc0106407, 0x7fff72a69ef0)    = -1 EINVAL (Invalid argument)
ioctl(8, 0xc0106401, 0x7fff72a69ef0)    = 0
ioctl(8, 0xc0106401, 0x7fff72a69ef0)    = 0
write(0, "[   242.670] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
ioctl(8, 0xc050647d, 0x7fff72a69ed0)    = 0
fstat(8, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(8, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(8)                                = 0
open("/proc/bus/pci/devices", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b14000
read(8, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\200", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
read(8, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\200", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "", 1024)                       = 0
open("/proc/bus/pci/devices", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b13000
read(9, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\200", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
read(9, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\200", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "", 1024)                       = 0
write(0, "[   242.700] ", 13)           = 13
write(0, "(II) AMD Video driver is running"..., 92) = 92
open("/etc/ati/signature", O_RDONLY)    = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=220, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b12000
read(10, "48b635e35dc8002713335f204801acb5"..., 4096) = 220
read(10, "", 4096)                      = 0
close(10)                               = 0
munmap(0x7f9bb7b12000, 4096)            = 0
write(0, "[   242.712] ", 13)           = 13
write(0, "(II) AMD Video driver is signed\n", 32) = 32
open("/proc/bus/pci/devices", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b12000
read(10, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\200", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
read(10, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\200", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "", 1024)                      = 0
write(0, "[   242.719] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   242.719] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   242.719] ", 13)           = 13
write(0, "(II) fglrx(0): pEnt->device->ide"..., 55) = 55
open("/proc/bus/pci/devices", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9bb7b11000
read(11, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\200", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
read(11, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\200", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "", 1024)                      = 0
open("/sys/bus/pci/devices/0000:00:02.0/drm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 12
getdents(12, /* 4 entries */, 32768)    = 112
close(12)                               = 0
open("/proc/sys/kernel/modprobe", O_RDONLY) = 12
read(12, "/sbin/modprobe\n", 1023)      = 15
close(12)                               = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f9bb7afeb50) = 1821
wait4(1821, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1821
--- SIGCHLD (Child exited) @ 0 (0) ---
write(0, "[   242.729] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   242.730] ", 13)           = 13
write(0, "(II) intel(1): pEnt->device->ide"..., 46) = 46
open("/dev/vga_arbiter", O_RDWR)        = 12
read(12, "count:1,PCI:0000:00:02.0,decodes"..., 64) = 64
write(0, "[   242.730] ", 13)           = 13
write(2, "(EE) Screen 1 deleted because of"..., 61) = 61
write(0, "(EE) Screen 1 deleted because of"..., 61) = 61
write(0, "[   242.730] ", 13)           = 13
write(0, "(II) UnloadModule: \"intel\"\n", 27) = 27
write(0, "[   242.730] ", 13)           = 13
write(0, "(II) Unloading intel\n", 21)  = 21
write(12, "target PCI:0000:01:00.0", 23) = 23
read(12, "count:1,PCI:0000:01:00.0,decodes"..., 64) = 64
write(0, "[   242.731] ", 13)           = 13
write(0, "(II) fglrx(0): === [xdl_xs111_at"..., 55) = 55
write(0, "[   242.732] ", 13)           = 13
write(0, "(II) fglrx(0): PowerXpress: Disc"..., 54) = 54
lstat("/usr/lib64/fglrx", 0x7fff72a6a020) = -1 ENOENT (No such file or directory)
write(0, "[   242.733] ", 13)           = 13
write(2, "(EE) fglrx(0): PowerXpress: Cann"..., 86) = 86
write(0, "(EE) fglrx(0): PowerXpress: Cann"..., 86) = 86
write(0, "[   242.733] ", 13)           = 13
write(2, "(EE) fglrx(0): PowerXpress: Fail"..., 61) = 61
write(0, "(EE) fglrx(0): PowerXpress: Fail"..., 61) = 61
write(0, "[   242.733] ", 13)           = 13
write(0, "(WW) fglrx(0): PreInit PowerXpre"..., 42) = 42
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
write(2, "\nBacktrace:\n", 12)          = 12
write(0, "\nBacktrace:\n", 12)          = 12
write(0, "[   242.776] ", 13)           = 13
write(2, "0: /usr/bin/X (xorg_backtrace+0x"..., 53) = 53
write(0, "0: /usr/bin/X (xorg_backtrace+0x"..., 53) = 53
write(0, "[   242.777] ", 13)           = 13
write(2, "1: /usr/bin/X (0x7f9bb7b1b000+0x"..., 57) = 57
write(0, "1: /usr/bin/X (0x7f9bb7b1b000+0x"..., 57) = 57
write(0, "[   242.777] ", 13)           = 13
write(2, "2: /lib/x86_64-linux-gnu/libpthr"..., 82) = 82
write(0, "2: /lib/x86_64-linux-gnu/libpthr"..., 82) = 82
write(0, "[   242.777] ", 13)           = 13
write(2, "3: /usr/lib/xorg/modules/drivers"..., 97) = 97
write(0, "3: /usr/lib/xorg/modules/drivers"..., 97) = 97
write(0, "[   242.778] ", 13)           = 13
write(2, "4: /usr/bin/X (xf86DeleteScreen+"..., 55) = 55
write(0, "4: /usr/bin/X (xf86DeleteScreen+"..., 55) = 55
write(0, "[   242.778] ", 13)           = 13
write(2, "5: /usr/bin/X (InitOutput+0xbd2)"..., 50) = 50
write(0, "5: /usr/bin/X (InitOutput+0xbd2)"..., 50) = 50
write(0, "[   242.778] ", 13)           = 13
write(2, "6: /usr/bin/X (0x7f9bb7b1b000+0x"..., 56) = 56
write(0, "6: /usr/bin/X (0x7f9bb7b1b000+0x"..., 56) = 56
write(0, "[   242.779] ", 13)           = 13
write(2, "7: /lib/x86_64-linux-gnu/libc.so"..., 77) = 77
write(0, "7: /lib/x86_64-linux-gnu/libc.so"..., 77) = 77
write(0, "[   242.779] ", 13)           = 13
write(2, "8: /usr/bin/X (0x7f9bb7b1b000+0x"..., 56) = 56
write(0, "8: /usr/bin/X (0x7f9bb7b1b000+0x"..., 56) = 56
futex(0x7f9bb5ed0840, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(0, "[   242.779] ", 13)           = 13
write(2, "Segmentation fault at address 0x"..., 35) = 35
write(0, "Segmentation fault at address 0x"..., 35) = 35
write(0, "[   242.780] ", 13)           = 13
write(2, "\nFatal server error:\n", 21) = 21
write(0, "\nFatal server error:\n", 21) = 21
write(0, "[   242.780] ", 13)           = 13
write(2, "Caught signal 11 (Segmentation f"..., 55) = 55
write(0, "Caught signal 11 (Segmentation f"..., 55) = 55
write(0, "[   242.780] ", 13)           = 13
write(2, "\n", 1)                       = 1
write(0, "\n", 1)                       = 1
write(0, "[   242.780] ", 13)           = 13
write(2, "\nPlease consult the The X.Org Fo"..., 85) = 85
write(0, "\nPlease consult the The X.Org Fo"..., 85) = 85
write(0, "[   242.781] ", 13)           = 13
write(2, "Please also check the log file a"..., 84) = 84
write(0, "Please also check the log file a"..., 84) = 84
write(0, "[   242.781] ", 13)           = 13
write(2, "\n", 1)                       = 1
write(0, "\n", 1)                       = 1
close(1)                                = 0
close(3)                                = 0
unlink("/tmp/.X11-unix/X0")             = 0
unlink("/tmp/.X0-lock")                 = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [SEGV], 8) = 0
rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [SEGV], 8) = 0
close(12)                               = 0
shutdown(6, 2 /* send and receive */)   = 0
close(6)                                = 0
ioctl(7, KDSETMODE, 0)                  = 0
ioctl(7, KDSKBMODE, 0x3)                = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
ioctl(7, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, VIDIOC_RESERVED or VT_GETMODE, 0x7fff72a69a00) = 0
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fff72a69a00) = 0
ioctl(7, VT_ACTIVATE, 0x1)              = 0
ioctl(7, VT_WAITACTIVE, 0x1)            = 0
close(7)                                = 0
write(0, "[   242.813] ", 13)           = 13
write(2, "Server terminated with error (1)"..., 52) = 52
write(0, "Server terminated with error (1)"..., 52) = 52
close(0)                                = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [SEGV IO], 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(1803, 1803, SIGABRT)             = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
-------------- next part --------------
execve("/usr/bin/X", ["/usr/bin/X", ":0", "-audit", "0", "-nolisten", "tcp", "vt8"], [/* 14 vars */]) = 0
brk(0)                                  = 0x7f2ab7a55000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2ab7499000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2ab748a000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1570832, ...}) = 0
mmap(NULL, 3684440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2ab6ef8000
mprotect(0x7f2ab7072000, 2097152, PROT_NONE) = 0
mmap(0x7f2ab7272000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17a000) = 0x7f2ab7272000
mmap(0x7f2ab7277000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2ab7277000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2ab7489000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2ab7488000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2ab7487000
arch_prctl(ARCH_SET_FS, 0x7f2ab7488700) = 0
mprotect(0x7f2ab7272000, 16384, PROT_READ) = 0
mprotect(0x7f2ab76a0000, 4096, PROT_READ) = 0
mprotect(0x7f2ab749b000, 4096, PROT_READ) = 0
munmap(0x7f2ab748a000, 58306)           = 0
brk(0)                                  = 0x7f2ab7a55000
brk(0x7f2ab7a76000)                     = 0x7f2ab7a76000
open("/etc/X11/Xwrapper.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=601, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2ab7498000
read(3, "# Xwrapper.config (Debian X Wind"..., 4096) = 601
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7f2ab7498000, 4096)            = 0
lstat("/etc/X11/X", {st_mode=S_IFLNK|0777, st_size=13, ...}) = 0
readlink("/etc/X11/X", "/usr/bin/Xorg"..., 1024) = 13
access("/etc/X11/X", X_OK)              = 0
getuid()                                = 0
umask(0)                                = 022
mkdir("/tmp/.X11-unix", 01777)          = -1 EEXIST (File exists)
umask(022)                              = 0
lstat("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
setresuid(-1, 0, -1)                    = 0
chdir("/etc/X11")                       = 0
execve("/usr/bin/Xorg", ["/usr/bin/X", ":0", "-audit", "0", "-nolisten", "tcp", "vt8"], [/* 14 vars */]) = 0
brk(0)                                  = 0x7f1b15883000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c8000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1b140b9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libudev.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at 3\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=59984, ...}) = 0
mmap(NULL, 2155216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b13c9c000
mprotect(0x7f1b13caa000, 2093056, PROT_NONE) = 0
mmap(0x7f1b13ea9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f1b13ea9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcrypt.so.11", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\205\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=515192, ...}) = 0
mmap(NULL, 2611552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b13a1e000
mprotect(0x7f1b13a98000, 2097152, PROT_NONE) = 0
mmap(0x7f1b13c98000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7f1b13c98000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b8000
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b1381a000
mprotect(0x7f1b1381c000, 2097152, PROT_NONE) = 0
mmap(0x7f1b13a1c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f1b13a1c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpciaccess.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`%\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35184, ...}) = 0
mmap(NULL, 2130432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b13611000
mprotect(0x7f1b13619000, 2093056, PROT_NONE) = 0
mmap(0x7f1b13818000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f1b13818000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\\\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=131107, ...}) = 0
mmap(NULL, 2208672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b133f5000
mprotect(0x7f1b1340c000, 2093056, PROT_NONE) = 0
mmap(0x7f1b1360b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f1b1360b000
mmap(0x7f1b1360d000, 13216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b1360d000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpixman-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\220\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=552936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b7000
mmap(NULL, 2648160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b1316e000
mprotect(0x7f1b131f0000, 2093056, PROT_NONE) = 0
mmap(0x7f1b133ef000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81000) = 0x7f1b133ef000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXfont.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\232\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=247872, ...}) = 0
mmap(NULL, 2344768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b12f31000
mprotect(0x7f1b12f6b000, 2097152, PROT_NONE) = 0
mmap(0x7f1b1316b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a000) = 0x7f1b1316b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10328, ...}) = 0
mmap(NULL, 2105600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b12d2e000
mprotect(0x7f1b12d30000, 2093056, PROT_NONE) = 0
mmap(0x7f1b12f2f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f1b12f2f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=22504, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b6000
mmap(NULL, 2117760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b12b28000
mprotect(0x7f1b12b2d000, 2093056, PROT_NONE) = 0
mmap(0x7f1b12d2c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f1b12d2c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libaudit.so.0", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20)\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=96616, ...}) = 0
mmap(NULL, 2191872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b12910000
mprotect(0x7f1b12927000, 2093056, PROT_NONE) = 0
mmap(0x7f1b12b26000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f1b12b26000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0
mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b1268e000
mprotect(0x7f1b1270f000, 2093056, PROT_NONE) = 0
mmap(0x7f1b1290e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f1b1290e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220!\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b5000
mmap(NULL, 2128856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b12486000
mprotect(0x7f1b1248d000, 2093056, PROT_NONE) = 0
mmap(0x7f1b1268c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f1b1268c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1570832, ...}) = 0
mmap(NULL, 3684440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b12102000
mprotect(0x7f1b1227c000, 2097152, PROT_NONE) = 0
mmap(0x7f1b1247c000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17a000) = 0x7f1b1247c000
mmap(0x7f1b12481000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b12481000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\t\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=13944, ...}) = 0
mmap(NULL, 2109160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b11eff000
mprotect(0x7f1b11f02000, 2093056, PROT_NONE) = 0
mmap(0x7f1b12101000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f1b12101000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b4000
mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b11ce8000
mprotect(0x7f1b11cff000, 2093056, PROT_NONE) = 0
mmap(0x7f1b11efe000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f1b11efe000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libfreetype.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\330\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=646704, ...}) = 0
mmap(NULL, 2741920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b11a4a000
mprotect(0x7f1b11ae2000, 2093056, PROT_NONE) = 0
mmap(0x7f1b11ce1000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x97000) = 0x7f1b11ce1000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libbz2.so.1.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\27\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=63872, ...}) = 0
mmap(NULL, 2159088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b1183a000
mprotect(0x7f1b11849000, 2093056, PROT_NONE) = 0
mmap(0x7f1b11a48000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f1b11a48000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libfontenc.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\26\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=27048, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b3000
mmap(NULL, 2123488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b11633000
mprotect(0x7f1b11638000, 2097152, PROT_NONE) = 0
mmap(0x7f1b11838000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f1b11838000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b2000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140b0000
arch_prctl(ARCH_SET_FS, 0x7f1b140b0880) = 0
mprotect(0x7f1b11ce1000, 24576, PROT_READ) = 0
mprotect(0x7f1b1247c000, 16384, PROT_READ) = 0
mprotect(0x7f1b1268c000, 4096, PROT_READ) = 0
mprotect(0x7f1b1290e000, 4096, PROT_READ) = 0
mprotect(0x7f1b12b26000, 4096, PROT_READ) = 0
mprotect(0x7f1b12d2c000, 4096, PROT_READ) = 0
mprotect(0x7f1b12f2f000, 4096, PROT_READ) = 0
mprotect(0x7f1b1360b000, 4096, PROT_READ) = 0
mprotect(0x7f1b13818000, 4096, PROT_READ) = 0
mprotect(0x7f1b13a1c000, 4096, PROT_READ) = 0
mprotect(0x7f1b13ea9000, 4096, PROT_READ) = 0
mprotect(0x7f1b144b5000, 12288, PROT_READ) = 0
mprotect(0x7f1b140ca000, 4096, PROT_READ) = 0
munmap(0x7f1b140b9000, 58306)           = 0
set_tid_address(0x7f1b140b0b50)         = 1829
set_robust_list(0x7f1b140b0b60, 0x18)   = 0
futex(0x7fffa6893aec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f1b140b0880) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f1b133faad0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f1b133fab60, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f1b13404030}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
brk(0)                                  = 0x7f1b15883000
brk(0x7f1b158a4000)                     = 0x7f1b158a4000
geteuid()                               = 0
getuid()                                = 0
geteuid()                               = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
rt_sigaction(SIGSEGV, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {0x7f1b142550a0, [], SA_RESTORER|SA_SIGINFO, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1b140b9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 -\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=89000, ...}) = 0
mmap(NULL, 2184760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1b1141d000
mprotect(0x7f1b11432000, 2097152, PROT_NONE) = 0
mmap(0x7f1b11632000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f1b11632000
close(3)                                = 0
munmap(0x7f1b140b9000, 58306)           = 0
futex(0x7f1b12484590, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f1b116323c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
close(0)                                = 0
close(1)                                = 0
write(2, "", 0)                         = 0
getpgrp()                               = 1828
open("/tmp/.tX0-lock", O_WRONLY|O_CREAT|O_EXCL, 0644) = 0
write(0, "      1829\n", 11)            = 11
fchmod(0, 0444)                         = 0
close(0)                                = 0
link("/tmp/.tX0-lock", "/tmp/.X0-lock") = 0
unlink("/tmp/.tX0-lock")                = 0
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, {SIG_DFL, [], 0}, 8) = 0
umask(022)                              = 022
stat("/var/log/Xorg.0.log", {st_mode=S_IFREG|0644, st_size=9535, ...}) = 0
rename("/var/log/Xorg.0.log", "/var/log/Xorg.0.log.old") = 0
open("/var/log/Xorg.0.log", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 0
rt_sigaction(SIGALRM, {0x7f1b142555b0, [ALRM], SA_RESTORER, 0x7f1b13404030}, NULL, 8) = 0
uname({sys="Linux", node="rowlf", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 1
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
umask(0)                                = 022
bind(1, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
listen(1, 128)                          = 0
umask(022)                              = 0
uname({sys="Linux", node="rowlf", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 3
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
umask(0)                                = 022
lstat("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
unlink("/tmp/.X11-unix/X0")             = -1 ENOENT (No such file or directory)
bind(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
listen(3, 128)                          = 0
umask(022)                              = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x7f1b14255a30, [HUP], SA_RESTORER, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7f1b14255a60, [INT], SA_RESTORER, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x7f1b14255a60, [TERM], SA_RESTORER, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
open("/etc/X0.hosts", O_RDONLY)         = -1 ENOENT (No such file or directory)
rt_sigaction(SIGUSR1, {SIG_IGN, [], SA_RESTORER, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_DFL, [USR1], SA_RESTORER, 0x7f1b13404030}, {SIG_IGN, [], SA_RESTORER, 0x7f1b13404030}, 8) = 0
getppid()                               = 1828
clock_getres(0x6 /* CLOCK_??? */, {0, 4000250}) = 0
open("/usr/lib/xorg/protocol.txt", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=31246, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c7000
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
write(0, "[   295.196] ", 13)           = 13
write(2, "\nX.Org X Server 1.11.3", 22) = 22
write(0, "\nX.Org X Server 1.11.3", 22) = 22
write(2, ".901", 4)                     = 4
write(0, ".901", 4)                     = 4
write(2, " (1.11.4 RC 1)", 14)          = 14
write(0, " (1.11.4 RC 1)", 14)          = 14
write(2, "\nRelease Date: 2012-01-06\n", 26) = 26
write(0, "\nRelease Date: 2012-01-06\n", 26) = 26
write(0, "[   295.206] ", 13)           = 13
write(2, "X Protocol Version 11, Revision "..., 34) = 34
write(0, "X Protocol Version 11, Revision "..., 34) = 34
write(0, "[   295.209] ", 13)           = 13
write(2, "Build Operating System: Linux 3."..., 55) = 55
write(0, "Build Operating System: Linux 3."..., 55) = 55
uname({sys="Linux", node="rowlf", ...}) = 0
write(0, "[   295.212] ", 13)           = 13
write(2, "Current Operating System: Linux "..., 95) = 95
write(0, "Current Operating System: Linux "..., 95) = 95
open("/proc/cmdline", O_RDONLY)         = 5
write(0, "[   295.216] ", 13)           = 13
write(2, "Kernel command line: ", 21)   = 21
write(0, "Kernel command line: ", 21)   = 21
read(5, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 80) = 72
write(2, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 72) = 72
write(0, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 72) = 72
read(5, "", 80)                         = 0
close(5)                                = 0
write(0, "[   295.220] ", 13)           = 13
write(2, "Build Date: 19 January 2012  09:"..., 40) = 40
write(0, "Build Date: 19 January 2012  09:"..., 40) = 40
write(0, "[   295.223] ", 13)           = 13
write(2, "xorg-server 2:1.11.3.901-2 (Cyri"..., 64) = 64
write(0, "xorg-server 2:1.11.3.901-2 (Cyri"..., 64) = 64
write(0, "[   295.227] ", 13)           = 13
write(2, "Current version of pixman: 0.24."..., 34) = 34
write(0, "Current version of pixman: 0.24."..., 34) = 34
write(0, "[   295.231] ", 13)           = 13
write(2, "\tBefore reporting problems, chec"..., 100) = 100
write(0, "\tBefore reporting problems, chec"..., 100) = 100
write(0, "[   295.238] ", 13)           = 13
write(2, "Markers: ", 9)                = 9
write(0, "Markers: ", 9)                = 9
write(2, "(--) probed, ", 13)           = 13
write(0, "(--) probed, ", 13)           = 13
write(2, "(**) from config file, ", 23) = 23
write(0, "(**) from config file, ", 23) = 23
write(2, "(==) default setting,\n\t", 23) = 23
write(0, "(==) default setting,\n\t", 23) = 23
write(2, "(++) from command line, ", 24) = 24
write(0, "(++) from command line, ", 24) = 24
write(2, "(!!) notice, ", 13)           = 13
write(0, "(!!) notice, ", 13)           = 13
write(2, "(II) informational,\n\t", 21) = 21
write(0, "(II) informational,\n\t", 21) = 21
write(2, "(WW) warning, ", 14)          = 14
write(0, "(WW) warning, ", 14)          = 14
write(2, "(EE) error, ", 12)            = 12
write(0, "(EE) error, ", 12)            = 12
write(2, "(NI) not implemented, ", 22)  = 22
write(0, "(NI) not implemented, ", 22)  = 22
write(2, "(??) unknown.\n", 14)         = 14
write(0, "(??) unknown.\n", 14)         = 14
time(NULL)                              = 1327801362
open("/etc/localtime", O_RDONLY)        = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 2183
lseek(5, -1398, SEEK_CUR)               = 785
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0"..., 4096) = 1398
close(5)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
write(0, "[   295.252] ", 13)           = 13
write(2, "(==) Log file: \"/var/log/Xorg.0."..., 69) = 69
write(0, "(==) Log file: \"/var/log/Xorg.0."..., 69) = 69
getuid()                                = 0
open("/usr/share/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
getdents(5, /* 5 entries */, 32768)     = 168
getdents(5, /* 0 entries */, 32768)     = 0
close(5)                                = 0
open("/usr/share/X11/xorg.conf.d/10-evdev.conf", O_RDONLY) = 5
open("/usr/share/X11/xorg.conf.d/50-synaptics.conf", O_RDONLY) = 6
open("/usr/share/X11/xorg.conf.d/50-wacom.conf", O_RDONLY) = 7
open("/etc/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/X11/xorg.conf", O_RDONLY)    = 8
write(0, "[   295.257] ", 13)           = 13
write(2, "(==) Using config file: \"/etc/X1"..., 45) = 45
write(0, "(==) Using config file: \"/etc/X1"..., 45) = 45
write(0, "[   295.261] ", 13)           = 13
write(2, "(==) Using system config directo"..., 64) = 64
write(0, "(==) Using system config directo"..., 64) = 64
fstat(5, {st_mode=S_IFREG|0644, st_size=1099, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(5, "#\n# Catch-all evdev loader for u"..., 4096) = 1099
read(5, "", 4096)                       = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=958, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c5000
read(6, "# Example xorg.conf.d snippet th"..., 4096) = 958
read(6, "", 4096)                       = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=660, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c4000
read(7, "Section \"InputClass\"\n\tIdentifier"..., 4096) = 660
read(7, "", 4096)                       = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=684, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c3000
read(8, "Section \"ServerLayout\"\n\tIdentifi"..., 4096) = 684
read(8, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
close(6)                                = 0
munmap(0x7f1b140c5000, 4096)            = 0
close(7)                                = 0
munmap(0x7f1b140c4000, 4096)            = 0
close(8)                                = 0
munmap(0x7f1b140c3000, 4096)            = 0
write(0, "[   295.267] ", 13)           = 13
write(0, "(==) ServerLayout \"aticonfig Lay"..., 37) = 37
write(0, "[   295.267] ", 13)           = 13
write(0, "(**) |-->Screen \"aticonfig-Scree"..., 44) = 44
write(0, "[   295.267] ", 13)           = 13
write(0, "(**) |   |-->Monitor \"aticonfig-"..., 46) = 46
write(0, "[   295.268] ", 13)           = 13
write(0, "(**) |   |-->Device \"aticonfig-D"..., 44) = 44
write(0, "[   295.268] ", 13)           = 13
write(0, "(==) Automatically adding device"..., 34) = 34
write(0, "[   295.268] ", 13)           = 13
write(0, "(==) Automatically enabling devi"..., 36) = 36
stat("/usr/share/fonts/X11/misc", {st_mode=S_IFDIR|0755, st_size=28672, ...}) = 0
stat("/usr/share/fonts/X11/misc/fonts.dir", {st_mode=S_IFREG|0644, st_size=32637, ...}) = 0
stat("/usr/share/fonts/X11/cyrillic", 0x7fffa6893910) = -1 ENOENT (No such file or directory)
write(0, "[   295.268] ", 13)           = 13
write(0, "(WW) The directory \"/usr/share/f"..., 67) = 67
write(0, "[   295.269] ", 13)           = 13
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat("/usr/share/fonts/X11/100dpi/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/100dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
stat("/usr/share/fonts/X11/75dpi/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/75dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
stat("/usr/share/fonts/X11/Type1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/fonts/X11/Type1/fonts.dir", {st_mode=S_IFREG|0644, st_size=2579, ...}) = 0
stat("/usr/share/fonts/X11/100dpi", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/100dpi/fonts.dir", {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
stat("/usr/share/fonts/X11/75dpi", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/75dpi/fonts.dir", {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
stat("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType", 0x7fffa6893910) = -1 ENOENT (No such file or directory)
write(0, "[   295.270] ", 13)           = 13
write(0, "(WW) The directory \"/var/lib/def"..., 86) = 86
write(0, "[   295.270] ", 13)           = 13
write(0, "\tEntry deleted from font path.\n", 31) = 31
write(0, "[   295.270] ", 13)           = 13
write(0, "(==) FontPath set to:\n\t/usr/shar"..., 228) = 228
write(0, "[   295.270] ", 13)           = 13
write(0, "(==) ModulePath set to \"/usr/lib"..., 47) = 47
write(0, "[   295.270] ", 13)           = 13
write(0, "(II) The server relies on udev t"..., 146) = 146
write(0, "[   295.271] ", 13)           = 13
write(0, "(II) Loader magic: 0x7f1b144b8ae"..., 34) = 34
write(0, "[   295.271] ", 13)           = 13
write(0, "(II) Module ABI versions:\n", 26) = 26
write(0, "[   295.271] ", 13)           = 13
write(0, "\tX.Org ANSI C Emulation: 0.4\n", 29) = 29
write(0, "[   295.271] ", 13)           = 13
write(0, "\tX.Org Video Driver: 11.0\n", 26) = 26
write(0, "[   295.271] ", 13)           = 13
write(0, "\tX.Org XInput driver : 13.0\n", 28) = 28
write(0, "[   295.271] ", 13)           = 13
write(0, "\tX.Org Server Extension : 6.0\n", 30) = 30
stat("/sys/bus/pci/devices", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("/proc/mtrr", O_WRONLY)            = 5
open("/sys/bus/pci/devices", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
getdents(6, /* 21 entries */, 32768)    = 656
getdents(6, /* 0 entries */, 32768)     = 0
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 6
pread(6, "\206\200\4\1\6\0\220 \t\0\0\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 6
pread(6, "\206\200\1\1\7\4\20\0\t\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\1\6\0PP\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/config", O_RDONLY) = 6
pread(6, "\206\200\26\1\7\4\220\0\t\0\0\3\0\0\0\0\4\0\0\300\0\0\0\0\f\0\0\260\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:16.0/config", O_RDONLY) = 6
pread(6, "\206\200:\34\6\0\20\0\4\0\200\7\0\0\200\0\4 at P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1a.0/config", O_RDONLY) = 6
pread(6, "\206\200-\34\6\0\220\2\4 \3\f\0\0\0\0\0\240P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1b.0/config", O_RDONLY) = 6
pread(6, "\206\200 \34\6\4\20\0\4\0\3\4\20\0\0\0\4\0P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.0/config", O_RDONLY) = 6
pread(6, "\206\200\20\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\7\f\0@@\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.1/config", O_RDONLY) = 6
pread(6, "\206\200\22\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\r\22\00000\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.2/config", O_RDONLY) = 6
pread(6, "\206\200\24\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\23\30\0  \0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.3/config", O_RDONLY) = 6
pread(6, "\206\200\26\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\31\31\0\360\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1d.0/config", O_RDONLY) = 6
pread(6, "\206\200&\34\6\0\220\2\4 \3\f\0\0\0\0\0\220P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.0/config", O_RDONLY) = 6
pread(6, "\206\200I\34\7\0\20\2\4\0\1\6\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.2/config", O_RDONLY) = 6
pread(6, "\206\200\3\34\7\4\260\2\4\1\6\1\0\0\0\0\211`\0\0\235`\0\0\201`\0\0\231`\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.3/config", O_RDONLY) = 6
pread(6, "\206\200\"\34\3\0\200\2\4\0\5\f\0\0\0\0\4`P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 6
pread(6, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:07:00.0/config", O_RDONLY) = 6
pread(6, "\354\20h\201\7\4\20\0\6\0\0\2\20\0\0\0\1@\0\0\0\0\0\0\f@@\300\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:0d:00.0/config", O_RDONLY) = 6
pread(6, "\206\200\204\0\6\0\20\0\0\0\200\2\20\0\0\0\4\0P\304\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:13:00.0/config", O_RDONLY) = 6
pread(6, "\354\20\tR\7\0\20\0\1\0\0\377\20\0\0\0\0\0P\303\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:19:00.0/config", O_RDONLY) = 6
pread(6, "3\20\224\1\6\4\20\0\0040\3\f\20\0\0\0\4\0@\303\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/config", O_RDONLY) = 6
pread(6, "\206\200\26\1\7\4\220\0\t\0\0\3\0\0\0\0\4\0\0\300\0\0\0\0\f\0\0\260\0\0\0\0"..., 256, 0) = 256
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/resource", O_RDONLY) = 6
read(6, "0x00000000c0000000 0x00000000c03"..., 512) = 512
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/boot_vga", O_RDONLY) = 6
read(6, "1", 1)                         = 1
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 6
pread(6, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 256, 0) = 256
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/resource", O_RDONLY) = 6
read(6, "0x00000000a0000000 0x00000000aff"..., 512) = 512
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/boot_vga", O_RDONLY) = 6
read(6, "0", 1)                         = 1
close(6)                                = 0
write(0, "[   295.279] ", 13)           = 13
write(0, "(--) PCI:*(0:0:2:0) 8086:0116:10"..., 40) = 40
write(0, "rev 9", 5)                    = 5
write(0, ", Mem @ ", 8)                 = 8
write(0, "0xc0000000/4194304", 18)      = 18
write(0, ", ", 2)                       = 2
write(0, "0xb0000000/268435456", 20)    = 20
write(0, ", I/O @ ", 8)                 = 8
write(0, "0x00006000/64", 13)           = 13
write(0, "\n", 1)                       = 1
write(0, "[   295.279] ", 13)           = 13
write(0, "(--) PCI: (0:1:0:0) 1002:6740:10"..., 40) = 40
write(0, "rev 0", 5)                    = 5
write(0, ", Mem @ ", 8)                 = 8
write(0, "0xa0000000/268435456", 20)    = 20
write(0, ", ", 2)                       = 2
write(0, "0xc6500000/131072", 17)       = 17
write(0, ", I/O @ ", 8)                 = 8
write(0, "0x00005000/256", 14)          = 14
write(0, ", BIOS @ 0x????????/131072", 26) = 26
write(0, "\n", 1)                       = 1
socket(PF_FILE, SOCK_STREAM, 0)         = 6
connect(6, {sa_family=AF_FILE, path="/var/run/acpid.socket"}, 110) = 0
write(0, "[   295.281] ", 13)           = 13
write(0, "(II) Open ACPI successful (/var/"..., 50) = 50
write(0, "[   295.281] ", 13)           = 13
write(0, "(II) \"extmod\" will be loaded by "..., 41) = 41
write(0, "[   295.281] ", 13)           = 13
write(0, "(II) \"dbe\" will be loaded by def"..., 38) = 38
write(0, "[   295.281] ", 13)           = 13
write(0, "(II) \"glx\" will be loaded by def"..., 38) = 38
write(0, "[   295.281] ", 13)           = 13
write(0, "(II) \"record\" will be loaded by "..., 41) = 41
write(0, "[   295.282] ", 13)           = 13
write(0, "(II) \"dri\" will be loaded by def"..., 38) = 38
write(0, "[   295.282] ", 13)           = 13
write(0, "(II) \"dri2\" will be loaded by de"..., 39) = 39
write(0, "[   295.282] ", 13)           = 13
write(0, "(II) LoadModule: \"extmod\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
brk(0x7f1b158cb000)                     = 0x7f1b158cb000
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
brk(0x7f1b158c3000)                     = 0x7f1b158c3000
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   295.285] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 59) = 59
futex(0x7f1b13a1d0ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/xorg/modules/extensions/libextmod.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\207\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=152176, ...}) = 0
mmap(NULL, 2247984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b111f8000
mprotect(0x7f1b1121b000, 2093056, PROT_NONE) = 0
mmap(0x7f1b1141a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x22000) = 0x7f1b1141a000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f1b140a1000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300b\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=126296, ...}) = 0
mmap(NULL, 2226064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b10fd8000
mprotect(0x7f1b10ff5000, 2097152, PROT_NONE) = 0
mmap(0x7f1b111f5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1d000) = 0x7f1b111f5000
mmap(0x7f1b111f7000, 1936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b111f7000
close(7)                                = 0
mprotect(0x7f1b111f5000, 4096, PROT_READ) = 0
mprotect(0x7f1b1141a000, 4096, PROT_READ) = 0
statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=2402873, f_bfree=1638713, f_bavail=1516653, f_files=610800, f_ffree=487607, f_fsid={-551842813, -723937258}, f_namelen=255, f_frsize=4096}) = 0
open("/proc/filesystems", O_RDONLY)     = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(7, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 301
read(7, "", 1024)                       = 0
close(7)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
munmap(0x7f1b140a1000, 58306)           = 0
write(0, "[   295.288] ", 13)           = 13
write(0, "(II) Module extmod: vendor=\"X.Or"..., 46) = 46
write(0, "[   295.288] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   295.289] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   295.289] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   295.289] ", 13)           = 13
write(0, "(II) Loading extension SELinux\n", 31) = 31
write(0, "[   295.289] ", 13)           = 13
write(0, "(II) Loading extension MIT-SCREE"..., 40) = 40
write(0, "[   295.289] ", 13)           = 13
write(0, "(II) Loading extension XFree86-V"..., 48) = 48
write(0, "[   295.289] ", 13)           = 13
write(0, "(II) Loading extension XFree86-D"..., 35) = 35
write(0, "[   295.290] ", 13)           = 13
write(0, "(II) Loading extension DPMS\n", 28) = 28
write(0, "[   295.290] ", 13)           = 13
write(0, "(II) Loading extension XVideo\n", 30) = 30
write(0, "[   295.290] ", 13)           = 13
write(0, "(II) Loading extension XVideo-Mo"..., 49) = 49
write(0, "[   295.290] ", 13)           = 13
write(0, "(II) Loading extension X-Resourc"..., 34) = 34
write(0, "[   295.290] ", 13)           = 13
write(0, "(II) LoadModule: \"dbe\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   295.293] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/extensions/libdbe.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=22904, ...}) = 0
mmap(NULL, 2118280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b10dd2000
mprotect(0x7f1b10dd7000, 2093056, PROT_NONE) = 0
mmap(0x7f1b10fd6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7f1b10fd6000
close(7)                                = 0
mprotect(0x7f1b10fd6000, 4096, PROT_READ) = 0
write(0, "[   295.293] ", 13)           = 13
write(0, "(II) Module dbe: vendor=\"X.Org F"..., 43) = 43
write(0, "[   295.294] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   295.294] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   295.294] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   295.294] ", 13)           = 13
write(0, "(II) Loading extension DOUBLE-BU"..., 37) = 37
write(0, "[   295.294] ", 13)           = 13
write(0, "(II) LoadModule: \"glx\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
close(7)                                = 0
write(0, "[   295.295] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 51) = 51
open("/usr/lib/xorg/modules/linux/libglx.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360L\1\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=714000, ...}) = 0
mmap(NULL, 2073560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b10bd7000
mprotect(0x7f1b10c7b000, 1044480, PROT_NONE) = 0
mmap(0x7f1b10d7a000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa3000) = 0x7f1b10d7a000
mmap(0x7f1b10d85000, 312280, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b10d85000
close(7)                                = 0
write(0, "[   295.296] ", 13)           = 13
write(0, "(II) Module glx: vendor=\"Advance"..., 55) = 55
write(0, "[   295.296] ", 13)           = 13
write(0, "\tcompiled for 6.9.0", 19)    = 19
write(0, ", module version = 1.0.0\n", 25) = 25
open("/proc/1829/fd/0", O_RDONLY)       = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
fstat(7, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
lseek(7, 4096, SEEK_SET)                = 4096
read(7, "294] \tABI class: X.Org Server Ex"..., 328) = 328
lseek(7, 0, SEEK_SET)                   = 0
read(7, "[   295.196] \nX.Org X Server 1.1"..., 4096) = 4096
close(7)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
write(0, "[   295.297] ", 13)           = 13
write(0, "(II) Loading extension GLX\n", 27) = 27
write(0, "[   295.298] ", 13)           = 13
write(0, "(II) LoadModule: \"record\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   295.300] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 59) = 59
open("/usr/lib/xorg/modules/extensions/librecord.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\25\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=31264, ...}) = 0
mmap(NULL, 2126584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b109cf000
mprotect(0x7f1b109d6000, 2093056, PROT_NONE) = 0
mmap(0x7f1b10bd5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6000) = 0x7f1b10bd5000
close(7)                                = 0
mprotect(0x7f1b10bd5000, 4096, PROT_READ) = 0
write(0, "[   295.301] ", 13)           = 13
write(0, "(II) Module record: vendor=\"X.Or"..., 46) = 46
write(0, "[   295.301] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.13.0\n", 26) = 26
write(0, "[   295.301] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   295.301] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   295.302] ", 13)           = 13
write(0, "(II) Loading extension RECORD\n", 30) = 30
write(0, "[   295.302] ", 13)           = 13
write(0, "(II) LoadModule: \"dri\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   295.304] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/extensions/libdri.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3000\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=47864, ...}) = 0
mmap(NULL, 2143224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b107c3000
mprotect(0x7f1b107cd000, 2097152, PROT_NONE) = 0
mmap(0x7f1b109cd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7f1b109cd000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f1b140a1000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libdrm.so.2", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0205\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=47592, ...}) = 0
mmap(NULL, 2145192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b105b7000
mprotect(0x7f1b105c1000, 2097152, PROT_NONE) = 0
mmap(0x7f1b107c1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7f1b107c1000
close(7)                                = 0
mprotect(0x7f1b107c1000, 4096, PROT_READ) = 0
mprotect(0x7f1b109cd000, 4096, PROT_READ) = 0
munmap(0x7f1b140a1000, 58306)           = 0
write(0, "[   295.306] ", 13)           = 13
write(0, "(II) Module dri: vendor=\"X.Org F"..., 43) = 43
write(0, "[   295.306] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   295.306] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   295.306] ", 13)           = 13
write(0, "(II) Loading extension XFree86-D"..., 35) = 35
write(0, "[   295.307] ", 13)           = 13
write(0, "(II) LoadModule: \"dri2\"", 23) = 23
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   295.309] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 57) = 57
open("/usr/lib/xorg/modules/extensions/libdri2.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\24\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=22840, ...}) = 0
mmap(NULL, 2118232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b103b1000
mprotect(0x7f1b103b6000, 2093056, PROT_NONE) = 0
mmap(0x7f1b105b5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7f1b105b5000
close(7)                                = 0
mprotect(0x7f1b105b5000, 4096, PROT_READ) = 0
write(0, "[   295.310] ", 13)           = 13
write(0, "(II) Module dri2: vendor=\"X.Org "..., 44) = 44
write(0, "[   295.310] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.2.0\n", 25) = 25
write(0, "[   295.310] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   295.311] ", 13)           = 13
write(0, "(II) Loading extension DRI2\n", 28) = 28
write(0, "[   295.311] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrx\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891780) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
getdents(8, /* 0 entries */, 32768)     = 0
close(8)                                = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 34 entries */, 32768)    = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fffa6890690) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   295.314] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/drivers/fglrx_drv.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at q9\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=15817048, ...}) = 0
mmap(NULL, 16905280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b0f391000
mprotect(0x7f1b0fe0a000, 1048576, PROT_NONE) = 0
mmap(0x7f1b0ff0a000, 4837376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa79000) = 0x7f1b0ff0a000
mmap(0x7f1b103a7000, 37952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b103a7000
close(7)                                = 0
write(0, "[   295.336] ", 13)           = 13
write(0, "(II) Module fglrx: vendor=\"FireG"..., 59) = 59
write(0, "[   295.337] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
write(0, "[   295.339] ", 13)           = 13
write(0, "\tModule class: X.Org Video Drive"..., 34) = 34
open("/proc/1829/fd/0", O_RDONLY)       = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=5801, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
fstat(7, {st_mode=S_IFREG|0644, st_size=5801, ...}) = 0
lseek(7, 4096, SEEK_SET)                = 4096
read(7, "294] \tABI class: X.Org Server Ex"..., 1705) = 1705
lseek(7, 0, SEEK_SET)                   = 0
read(7, "[   295.196] \nX.Org X Server 1.1"..., 4096) = 4096
close(7)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
write(0, "[   295.341] ", 13)           = 13
write(0, "(II) Loading sub module \"fglrxdr"..., 35) = 35
write(0, "[   295.341] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrxdrm\"", 27) = 27
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891600) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891600) = -1 ENOTDIR (Not a directory)
close(7)                                = 0
write(0, "[   295.342] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/linux/libfglrxdrm.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0F\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=58520, ...}) = 0
mmap(NULL, 1105904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b13fa2000
mprotect(0x7f1b13fae000, 1048576, PROT_NONE) = 0
mmap(0x7f1b140ae000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xc000) = 0x7f1b140ae000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f1b13f93000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libatiuki.so.1", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300)\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=34352, ...}) = 0
mmap(NULL, 1083688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f1b0f288000
mprotect(0x7f1b0f28f000, 1048576, PROT_NONE) = 0
mmap(0x7f1b0f38f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x7000) = 0x7f1b0f38f000
mmap(0x7f1b0f390000, 2344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b0f390000
close(7)                                = 0
munmap(0x7f1b13f93000, 58306)           = 0
write(0, "[   295.344] ", 13)           = 13
write(0, "(II) Module fglrxdrm: vendor=\"Fi"..., 62) = 62
write(0, "[   295.344] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
write(0, "[   295.344] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 60) = 60
write(0, "[   295.344] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 92) = 92
write(0, "[   295.344] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 67) = 67
write(0, "[   295.345] ", 13)           = 13
write(0, "(++) using VT number 8\n\n", 24) = 24
getppid()                               = 1828
getpgid(0x724)                          = 1828
setpgid(0, 1828)                        = 0
setsid()                                = 1829
open("/dev/vc/8", O_RDWR|O_NONBLOCK)    = -1 ENOENT (No such file or directory)
open("/dev/tty8", O_RDWR|O_NONBLOCK)    = 7
ioctl(7, VT_GETSTATE, 0x7fffa6893970)   = 0
ioctl(7, VT_ACTIVATE, 0x8)              = 0
ioctl(7, VT_WAITACTIVE, 0x8)            = 0
ioctl(7, VIDIOC_RESERVED or VT_GETMODE, 0x7fffa6893960) = 0
rt_sigaction(SIGUSR1, {0x7f1b1417a330, [USR1], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, {SIG_DFL, [USR1], SA_RESTORER, 0x7f1b13404030}, 8) = 0
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fffa6893960) = 0
ioctl(7, KDSETMODE, 0x1)                = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, KDGKBMODE, 0x7f1b144cad7c)     = 0
ioctl(7, KDSKBMODE, 0)                  = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, SNDCTL_TMR_START or TCSETS, {B0 -opost -isig -icanon -echo ...}) = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
ioperm(0, 0x400, 0x1)                   = 0
iopl(0x3)                               = 0
ioperm(0x40, 0x4, 0)                    = 0
ioperm(0x60, 0x4, 0)                    = 0
write(0, "[   295.349] ", 13)           = 13
write(0, "(WW) Falling back to old probe m"..., 48) = 48
open("/etc/ati/amdpcsdb.default", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=81643, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(8, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
read(8, "STEM/2ID-1002-955F-0/MCIL]\nDALNo"..., 4096) = 4096
read(8, "5000000060\nPP_VariBrightFeatureE"..., 4096) = 4096
read(8, "E1-0/MCIL]\nDALNonStandardModesBC"..., 4096) = 4096
read(8, "0\nPP_VariBrightFeatureEnable=V1\n"..., 4096) = 4096
read(8, "EM/2ID-1002-9614-0/MCIL]\nDALNonS"..., 4096) = 4096
read(8, "00900000000602048153600000072204"..., 4096) = 4096
read(8, "[AMDPCSROOT/SYSTEM/2ID-1002-9598"..., 4096) = 4096
read(8, "D-1002-94C1-0/MCIL]\nDALNonStanda"..., 4096) = 4096
read(8, "00000000701792134400000000180014"..., 4096) = 4096
read(8, "00005916000900000000602048153600"..., 4096) = 4096
read(8, "SROOT/SYSTEM/2ID-1002-9490-0/MCI"..., 4096) = 4096
read(8, "00000\nDALNonStandardModesBCD2=R1"..., 4096) = 4096
read(8, "02400000060136010240000007513601"..., 4096) = 4096
read(8, "92134400000000180014400000000018"..., 4096) = 4096
read(8, "00000000602048153600000072204815"..., 4096) = 4096
read(8, "/2ID-1002-68DA-0/MCIL]\nDALNonSta"..., 4096) = 4096
read(8, "StandardModesBCD2=R1280096000000"..., 4096) = 4096
read(8, "36010240000007513601024000000851"..., 4096) = 4096
read(8, "00751360102400000085160009000000"..., 4096) = 3819
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
open("/etc/ati/amdpcsdb", O_RDONLY)     = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=36916, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(8, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
read(8, "60000000060128007680000006014001"..., 4096) = 4096
read(8, "60128007680000006014001050000000"..., 4096) = 4096
read(8, "800768000000601400105000000060\n["..., 4096) = 4096
read(8, "2=R12800960000000001600120000000"..., 4096) = 4096
read(8, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
read(8, "00180014400000000018561392000000"..., 4096) = 4096
read(8, "48153600000072204815360000008012"..., 4096) = 4096
read(8, "80000000012800960000000001600120"..., 4096) = 4096
read(8, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 4096) = 52
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
write(0, "[   295.370] ", 13)           = 13
write(0, "(II) Loading PCS database from /"..., 49) = 49
open("/etc/ati/control", O_RDONLY)      = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=55792, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(8, "DI-4\2\20\0\0\270h\0\0\2\20\0\0\0000\0\0NM-4\2\20\0\0\270h\0\0"..., 4096) = 4096
read(8, "K\0/\0:\0;\0?\0?\0/\0\\\0j\0}\0f\0j\0|\0/\0/\0/\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\2\20\0\0B\224\0\0\202\26\0\0q$\0\0N\0[\0F\0/\0]\0n\0k\0j\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0DI-4\2\20\0\0\331h\0\0K\27\0\0"..., 4096) = 4096
read(8, "]\0n\0k\0j\0`\0a\0/\0G\0K\0/\0:\0;\0?\0?\0/\0\\\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "|\0/\0/\0/\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "f\0}\0j\0H\0C\0&\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "j\0`\0a\0/\0G\0K\0/\0;\0007\0009\0?\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "K\0/\0<\0=\0?\0?\0/\0H\0}\0n\0\177\0g\0f\0l\0|\0/\0"..., 4096) = 4096
read(8, "`\0a\0/\0G\0K\0/\0;\0007\0?\0?\0/\0\\\0j\0}\0f\0j\0"..., 4096) = 2544
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
brk(0x7f1b158e4000)                     = 0x7f1b158e4000
write(0, "[   295.374] ", 13)           = 13
write(0, "(--) Chipset Supported AMD Graph"..., 61) = 61
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 8
pread(8, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 256, 0) = 256
close(8)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/resource", O_RDONLY) = 8
read(8, "0x00000000a0000000 0x00000000aff"..., 512) = 512
close(8)                                = 0
write(0, "[   295.375] ", 13)           = 13
write(0, "(II) fglrx: intel VGA device det"..., 58) = 58
write(0, "[   295.375] ", 13)           = 13
write(0, "(II) LoadModule: \"intel\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
getdents(8, /* 0 entries */, 32768)     = 0
close(8)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891590) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
getdents(9, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
getdents(9, /* 0 entries */, 32768)     = 0
close(9)                                = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
getdents(9, /* 34 entries */, 32768)    = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fffa68904a0) = -1 ENOTDIR (Not a directory)
close(9)                                = 0
close(8)                                = 0
write(0, "[   295.379] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/drivers/intel_drv.so", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\250\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=332344, ...}) = 0
mmap(NULL, 2427872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f1b0f037000
mprotect(0x7f1b0f084000, 2097152, PROT_NONE) = 0
mmap(0x7f1b0f284000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4d000) = 0x7f1b0f284000
close(8)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7f1b13f93000
close(8)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@/\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=112024, ...}) = 0
mmap(NULL, 2207208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f1b0ee1c000
mprotect(0x7f1b0ee36000, 2093056, PROT_NONE) = 0
mmap(0x7f1b0f035000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x19000) = 0x7f1b0f035000
close(8)                                = 0
mprotect(0x7f1b0f035000, 4096, PROT_READ) = 0
munmap(0x7f1b13f93000, 58306)           = 0
write(0, "[   295.381] ", 13)           = 13
write(0, "(II) Module intel: vendor=\"X.Org"..., 45) = 45
write(0, "[   295.381] ", 13)           = 13
write(0, "\tcompiled for 1.11.1", 20)   = 20
write(0, ".902", 4)                     = 4
write(0, ", module version = 2.17.0\n", 26) = 26
write(0, "[   295.381] ", 13)           = 13
write(0, "\tModule class: X.Org Video Drive"..., 34) = 34
write(0, "[   295.382] ", 13)           = 13
write(0, "\tABI class: X.Org Video Driver, "..., 45) = 45
open("/proc/sys/kernel/modprobe", O_RDONLY) = 8
read(8, "/sbin/modprobe\n", 1023)       = 15
close(8)                                = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1b140b0b50) = 1832
wait4(1832, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1832
--- SIGCHLD (Child exited) @ 0 (0) ---
open("/proc/ati/major", O_RDONLY)       = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(8, "252\n", 1024)                  = 4
close(8)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
write(0, "[   295.386] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(8, "252\n", 1024)                  = 4
close(8)                                = 0
munmap(0x7f1b140c6000, 4096)            = 0
write(0, "[   295.387] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   295.387] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   295.387] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 8
write(0, "[   295.388] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 8,"..., 38) = 38
write(0, "[   295.388] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 39) = 39
ioctl(8, 0xc0106407, 0x7fffa6893720)    = -1 EINVAL (Invalid argument)
ioctl(8, 0xc0106401, 0x7fffa6893720)    = 0
ioctl(8, 0xc0106401, 0x7fffa6893720)    = 0
write(0, "[   295.388] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
ioctl(8, 0xc050647d, 0x7fffa6893700)    = 0
fstat(8, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(8, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(8)                                = 0
open("/proc/bus/pci/devices", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c6000
read(8, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\200", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
read(8, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\200", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "", 1024)                       = 0
open("/proc/bus/pci/devices", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c5000
read(9, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\200", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
read(9, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\200", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "", 1024)                       = 0
write(0, "[   295.402] ", 13)           = 13
write(0, "(II) AMD Video driver is running"..., 92) = 92
open("/etc/ati/signature", O_RDONLY)    = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=220, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c4000
read(10, "48b635e35dc8002713335f204801acb5"..., 4096) = 220
read(10, "", 4096)                      = 0
close(10)                               = 0
munmap(0x7f1b140c4000, 4096)            = 0
write(0, "[   295.403] ", 13)           = 13
write(0, "(II) AMD Video driver is signed\n", 32) = 32
open("/proc/bus/pci/devices", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c4000
read(10, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\200", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
read(10, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\200", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "", 1024)                      = 0
write(0, "[   295.409] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   295.409] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   295.410] ", 13)           = 13
write(0, "(II) fglrx(0): pEnt->device->ide"..., 55) = 55
open("/proc/bus/pci/devices", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c3000
read(11, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\200", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
read(11, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\200", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "", 1024)                      = 0
open("/sys/bus/pci/devices/0000:00:02.0/drm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 12
getdents(12, /* 4 entries */, 32768)    = 112
close(12)                               = 0
open("/proc/sys/kernel/modprobe", O_RDONLY) = 12
read(12, "/sbin/modprobe\n", 1023)      = 15
close(12)                               = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1b140b0b50) = 1833
wait4(1833, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1833
--- SIGCHLD (Child exited) @ 0 (0) ---
write(0, "[   295.419] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   295.420] ", 13)           = 13
write(0, "(II) intel(1): pEnt->device->ide"..., 46) = 46
open("/dev/vga_arbiter", O_RDWR)        = 12
read(12, "count:1,PCI:0000:00:02.0,decodes"..., 64) = 64
write(0, "[   295.420] ", 13)           = 13
write(2, "(EE) Screen 1 deleted because of"..., 61) = 61
write(0, "(EE) Screen 1 deleted because of"..., 61) = 61
write(0, "[   295.421] ", 13)           = 13
write(0, "(II) UnloadModule: \"intel\"\n", 27) = 27
write(0, "[   295.421] ", 13)           = 13
write(0, "(II) Unloading intel\n", 21)  = 21
write(12, "target PCI:0000:01:00.0", 23) = 23
read(12, "count:1,PCI:0000:01:00.0,decodes"..., 64) = 64
write(0, "[   295.421] ", 13)           = 13
write(0, "(II) fglrx(0): === [xdl_xs111_at"..., 55) = 55
write(0, "[   295.421] ", 13)           = 13
write(0, "(II) fglrx(0): PowerXpress: Disc"..., 54) = 54
lstat("/usr/lib64/fglrx", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64/fglrx/switchlibGL", {st_mode=S_IFREG|0755, st_size=1086, ...}) = 0
lstat("/usr/lib64/fglrx/switchlibglx", {st_mode=S_IFREG|0755, st_size=1086, ...}) = 0
pipe([13, 14])                          = 0
pipe([15, 16])                          = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1b140b0b50) = 1834
close(14)                               = 0
close(16)                               = 0
select(16, [13 15], NULL, NULL, NULL)   = 1 (in [13])
--- SIGCHLD (Child exited) @ 0 (0) ---
read(13, "amd\n", 1023)                 = 4
select(16, [13 15], NULL, NULL, NULL)   = 2 (in [13 15])
read(13, "", 1019)                      = 0
close(13)                               = 0
read(15, "", 1023)                      = 0
close(15)                               = 0
wait4(1834, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1834
pipe([13, 14])                          = 0
pipe([15, 16])                          = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1b140b0b50) = 1838
close(14)                               = 0
close(16)                               = 0
select(16, [13 15], NULL, NULL, NULL)   = 2 (in [13 15])
--- SIGCHLD (Child exited) @ 0 (0) ---
read(13, "", 1024)                      = 0
close(13)                               = 0
read(15, "", 1023)                      = 0
close(15)                               = 0
wait4(1838, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1838
pipe([13, 14])                          = 0
pipe([15, 16])                          = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1b140b0b50) = 1840
close(14)                               = 0
close(16)                               = 0
select(16, [13 15], NULL, NULL, NULL)   = 1 (in [13])
read(13, "amd\n", 1023)                 = 4
--- SIGCHLD (Child exited) @ 0 (0) ---
select(16, [13 15], NULL, NULL, NULL)   = 2 (in [13 15])
read(13, "", 1019)                      = 0
close(13)                               = 0
read(15, "", 1023)                      = 0
close(15)                               = 0
wait4(1840, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1840
geteuid()                               = 0
write(0, "[   295.573] ", 13)           = 13
write(0, "drmOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/dri", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
stat("/dev/dri/card0", {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
open("/dev/dri/card0", O_RDWR)          = 13
write(0, "[   295.573] ", 13)           = 13
write(0, "drmOpenDevice: open result is 13"..., 39) = 39
ioctl(13, 0xc0406400, 0x7f1b158cf6f0)   = 0
ioctl(13, 0xc0406400, 0x7f1b158cf6f0)   = 0
close(13)                               = 0
write(0, "[   295.574] ", 13)           = 13
write(0, "drmOpenByBusid: Searching for Bu"..., 53) = 53
geteuid()                               = 0
write(0, "[   295.574] ", 13)           = 13
write(0, "drmOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/dri", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
stat("/dev/dri/card0", {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
open("/dev/dri/card0", O_RDWR)          = 13
write(0, "[   295.574] ", 13)           = 13
write(0, "drmOpenDevice: open result is 13"..., 39) = 39
write(0, "[   295.574] ", 13)           = 13
write(0, "drmOpenByBusid: drmOpenMinor ret"..., 40) = 40
ioctl(13, 0xc0106407, 0x7fffa68937c0)   = 0
ioctl(13, 0xc0106401, 0x7fffa68937b0)   = 0
ioctl(13, 0xc0106401, 0x7fffa68937b0)   = 0
write(0, "[   295.575] ", 13)           = 13
write(0, "drmOpenByBusid: drmGetBusid repo"..., 53) = 53
ioctl(13, 0xc0106407, 0x7fffa6893840)   = 0
ioctl(13, 0xc0106446, 0x7fffa68938b0)   = 0
write(0, "[   295.575] ", 13)           = 13
write(0, "(**) fglrx(0): Depth 24, ", 25) = 25
write(0, "(--) framebuffer bpp 32\n", 24) = 24
write(0, "[   295.575] ", 13)           = 13
write(0, "(==) fglrx(0): RGB weight 888\n", 30) = 30
write(0, "[   295.575] ", 13)           = 13
write(0, "(==) fglrx(0): Default visual is"..., 43) = 43
write(0, "[   295.592] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"Tiling\"", 30) = 30
write(0, " \"off\"", 6)                 = 6
write(0, "\n", 1)                       = 1
write(0, "[   295.592] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"LinearFra"..., 41) = 41
write(0, " \"on\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(0, "[   295.593] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"Shadow\"", 30) = 30
write(0, " \"off\"", 6)                 = 6
write(0, "\n", 1)                       = 1
write(0, "[   295.593] ", 13)           = 13
write(0, "(II) fglrx(0): Integrated Graphi"..., 78) = 78
write(0, "[   295.593] ", 13)           = 13
write(0, "(**) fglrx(0): ChipID override: "..., 39) = 39
write(0, "[   295.593] ", 13)           = 13
write(0, "(**) fglrx(0): ChipRev override:"..., 35) = 35
write(0, "[   295.593] ", 13)           = 13
write(0, "(**) fglrx(0): Chipset: \"Sandybr"..., 51) = 51
ioctl(13, 0x80106463, 0x7fffa6893800)   = 0
ioctl(13, 0xc0106446, 0x7fffa6893810)   = 0
ioctl(13, 0xc0106446, 0x7fffa6893810)   = 0
ioctl(13, 0xc0106446, 0x7fffa6893810)   = 0
ioctl(13, 0xc0106446, 0x7fffa6893810)   = 0
ioctl(13, 0xc0106446, 0x7fffa6893810)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893810)   = 0
ioctl(13, 0x6458, 0)                    = 0
ioctl(13, 0xc0106446, 0x7fffa68938a0)   = 0
ioctl(13, 0xc0106446, 0x7fffa68938a0)   = 0
ioctl(13, 0xc0106446, 0x7fffa68938a0)   = 0
write(0, "[   295.594] ", 13)           = 13
write(0, "(**) fglrx(0): Relaxed fencing e"..., 39) = 39
write(0, "[   295.595] ", 13)           = 13
write(0, "(**) fglrx(0): Wait on SwapBuffe"..., 44) = 44
write(0, "[   295.595] ", 13)           = 13
write(0, "(**) fglrx(0): Triple buffering?"..., 41) = 41
write(0, "[   295.595] ", 13)           = 13
write(0, "(**) fglrx(0): Framebuffer linea"..., 34) = 34
write(0, "[   295.595] ", 13)           = 13
write(0, "(**) fglrx(0): Pixmaps linear\n", 30) = 30
write(0, "[   295.595] ", 13)           = 13
write(0, "(**) fglrx(0): 3D buffers tiled\n", 32) = 32
write(0, "[   295.595] ", 13)           = 13
write(0, "(**) fglrx(0): SwapBuffers wait "..., 40) = 40
write(0, "[   295.596] ", 13)           = 13
write(0, "(==) fglrx(0): video overlay key"..., 48) = 48
ioctl(13, 0xc04064a0, 0x7fffa6893770)   = 0
ioctl(13, 0xc04064a0, 0x7fffa6893770)   = 0
ioctl(13, 0xc06864a1, 0x7fffa6893770)   = 0
ioctl(13, 0xc0086465, 0x7fffa68937d0)   = 0
ioctl(13, 0xc010645b, 0x7fffa68937a0)   = 0
ioctl(13, 0xc06864a1, 0x7fffa6893770)   = 0
ioctl(13, 0xc0086465, 0x7fffa68937d0)   = 0
ioctl(13, 0xc010645b, 0x7fffa68937a0)   = 0
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc01464a6, 0x7fffa6893620)   = 0
write(0, "[   295.597] ", 13)           = 13
write(0, "(II) fglrx(0): Output LVDS1 usin"..., 73) = 73
stat("/sys/class/backlight/asus-laptop", 0x7fffa6893650) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/eeepc", 0x7fffa6893650) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/thinkpad_screen", 0x7fffa6893650) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/mbp_backlight", 0x7fffa6893650) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/fujitsu-laptop", 0x7fffa6893650) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/sony", 0x7fffa6893650) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/samsung", 0x7fffa6893650) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/acpi_video1", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("/sys/class/backlight/acpi_video1/max_brightness", O_RDONLY) = 14
read(14, "10\n", 12)                    = 3
close(14)                               = 0
open("/sys/class/backlight/acpi_video1/actual_brightness", O_RDONLY) = 14
read(14, "0\n", 12)                     = 2
close(14)                               = 0
write(0, "[   295.598] ", 13)           = 13
write(0, "(II) fglrx(0): found backlight c"..., 82) = 82
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc01464a6, 0x7fffa6893620)   = 0
write(0, "[   295.598] ", 13)           = 13
write(0, "(II) fglrx(0): Output VGA1 has n"..., 50) = 50
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc01464a6, 0x7fffa6893620)   = 0
write(0, "[   295.623] ", 13)           = 13
write(0, "(II) fglrx(0): Output HDMI1 has "..., 51) = 51
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc05064a7, 0x7fffa68935c0)   = 0
ioctl(13, 0xc01464a6, 0x7fffa6893620)   = 0
write(0, "[   295.688] ", 13)           = 13
write(0, "(II) fglrx(0): Output DP1 has no"..., 49) = 49
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68933d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68933d0)   = 0
ioctl(13, 0xc01064ac, 0x7fffa6893410)   = 0
ioctl(13, 0xc01064ac, 0x7fffa6893410)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68933d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68933d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68933d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68933d0)   = 0
write(0, "[   295.689] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output L"..., 37) = 37
write(0, "[   295.689] ", 13)           = 13
write(0, "(II) fglrx(0): Manufacturer: SEC"..., 58) = 58
write(0, "[   295.689] ", 13)           = 13
write(0, "(II) fglrx(0): Year: 2008  Week:"..., 35) = 35
write(0, "[   295.690] ", 13)           = 13
write(0, "(II) fglrx(0): EDID Version: 1.3"..., 33) = 33
write(0, "[   295.690] ", 13)           = 13
write(0, "(II) fglrx(0): Digital Display I"..., 37) = 37
write(0, "[   295.690] ", 13)           = 13
write(0, "(II) fglrx(0): Max Image Size [c"..., 36) = 36
write(0, "horiz.: 34  ", 12)            = 12
write(0, "vert.: 19\n", 10)             = 10
write(0, "[   295.690] ", 13)           = 13
write(0, "(II) fglrx(0): Gamma: 2.20\n", 27) = 27
write(0, "[   295.690] ", 13)           = 13
write(0, "(II) fglrx(0): No DPMS capabilit"..., 45) = 45
write(0, "\n", 1)                       = 1
write(0, "[   295.691] ", 13)           = 13
write(0, "(II) fglrx(0): Supported color e"..., 65) = 65
write(0, "[   295.691] ", 13)           = 13
write(0, "(II) fglrx(0): First detailed ti"..., 55) = 55
write(0, "[   295.691] ", 13)           = 13
write(0, "(II) fglrx(0): redX: 0.580 redY:"..., 41) = 41
write(0, "greenX: 0.310 greenY: 0.550\n", 28) = 28
write(0, "[   295.691] ", 13)           = 13
write(0, "(II) fglrx(0): blueX: 0.155 blue"..., 43) = 43
write(0, "whiteX: 0.313 whiteY: 0.329\n", 28) = 28
write(0, "[   295.691] ", 13)           = 13
write(0, "(II) fglrx(0): Manufacturer's ma"..., 38) = 38
write(0, "[   295.692] ", 13)           = 13
write(0, "(II) fglrx(0): Supported detaile"..., 42) = 42
write(0, "[   295.692] ", 13)           = 13
write(0, "(II) fglrx(0): clock: 69.3 MHz  "..., 33) = 33
write(0, "Image Size:  344 x 194 mm\n", 26) = 26
write(0, "[   295.692] ", 13)           = 13
write(0, "(II) fglrx(0): h_active: 1366  h"..., 78) = 78
write(0, "h_border: 0\n", 12)           = 12
write(0, "[   295.692] ", 13)           = 13
write(0, "(II) fglrx(0): v_active: 768  v_"..., 74) = 74
write(0, "v_border: 0\n", 12)           = 12
write(0, "[   295.692] ", 13)           = 13
write(0, "(II) fglrx(0): Unknown vendor-sp"..., 47) = 47
write(0, "[   295.693] ", 13)           = 13
write(0, "(II) fglrx(0):  SAMSUNG\n", 24) = 24
write(0, "[   295.693] ", 13)           = 13
write(0, "(II) fglrx(0):  156AT05-H07\n", 28) = 28
write(0, "[   295.693] ", 13)           = 13
write(0, "(II) fglrx(0): EDID (in hex):\n", 30) = 30
write(0, "[   295.693] ", 13)           = 13
write(0, "(II) fglrx(0): \t00ffffffffffff00"..., 49) = 49
write(0, "[   295.693] ", 13)           = 13
write(0, "(II) fglrx(0): \t0012010380221378"..., 49) = 49
write(0, "[   295.693] ", 13)           = 13
write(0, "(II) fglrx(0): \t2750540000000101"..., 49) = 49
write(0, "[   295.694] ", 13)           = 13
write(0, "(II) fglrx(0): \t010101010101121b"..., 49) = 49
write(0, "[   295.694] ", 13)           = 13
write(0, "(II) fglrx(0): \t250058c210000019"..., 49) = 49
write(0, "[   295.694] ", 13)           = 13
write(0, "(II) fglrx(0): \t00000000001eb402"..., 49) = 49
write(0, "[   295.694] ", 13)           = 13
write(0, "(II) fglrx(0): \t414d53554e470a20"..., 49) = 49
write(0, "[   295.694] ", 13)           = 13
write(0, "(II) fglrx(0): \t0031353641543035"..., 49) = 49
write(0, "[   295.694] ", 13)           = 13
write(0, "(II) fglrx(0): EDID vendor \"SEC\""..., 48) = 48
write(0, "[   295.695] ", 13)           = 13
write(0, "(II) fglrx(0): Printing DDC gath"..., 48) = 48
write(0, "[   295.695] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1366x76"..., 110) = 110
brk(0x7f1b15905000)                     = 0x7f1b15905000
write(0, "[   295.695] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.695] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.696] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.696] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.696] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.696] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.696] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.697] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.697] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.697] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.697] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.697] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.697] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.697] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.698] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.698] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.698] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.698] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.698] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.698] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   295.699] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 81) = 81
write(0, "[   295.699] ", 13)           = 13
write(0, "(II) fglrx(0): Printing probed m"..., 54) = 54
write(0, "[   295.699] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1366x76"..., 111) = 111
write(0, "[   295.699] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1360x76"..., 111) = 111
write(0, "[   295.699] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1360x76"..., 111) = 111
write(0, "[   295.699] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1024x76"..., 111) = 111
write(0, "[   295.700] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"800x600"..., 107) = 107
write(0, "[   295.700] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"800x600"..., 107) = 107
write(0, "[   295.700] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"640x480"..., 106) = 106
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
write(0, "[   295.700] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output V"..., 36) = 36
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
write(0, "[   295.726] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output H"..., 37) = 37
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
ioctl(13, 0xc05064a7, 0x7fffa6893410)   = 0
write(0, "[   295.776] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output D"..., 35) = 35
write(0, "[   295.777] ", 13)           = 13
write(0, "(II) fglrx(0): Output LVDS1 conn"..., 38) = 38
write(0, "[   295.777] ", 13)           = 13
write(0, "(II) fglrx(0): Output VGA1 disco"..., 40) = 40
write(0, "[   295.778] ", 13)           = 13
write(0, "(II) fglrx(0): Output HDMI1 disc"..., 41) = 41
write(0, "[   295.778] ", 13)           = 13
write(0, "(II) fglrx(0): Output DP1 discon"..., 39) = 39
write(0, "[   295.778] ", 13)           = 13
write(0, "(II) fglrx(0): Using exact sizes"..., 51) = 51
write(0, "[   295.778] ", 13)           = 13
write(0, "(II) fglrx(0): Output LVDS1 usin"..., 56) = 56
write(0, "[   295.779] ", 13)           = 13
write(0, "(II) fglrx(0): Using default gam"..., 79) = 79
ioctl(13, 0xc0106446, 0x7fffa6893800)   = 0
write(0, "[   295.779] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel page flipp"..., 63) = 63
write(0, "[   295.779] ", 13)           = 13
write(0, "(**) fglrx(0): Display dimension"..., 49) = 49
write(0, "[   295.779] ", 13)           = 13
write(0, "(**) fglrx(0): DPI set to (102, "..., 37) = 37
write(0, "[   295.779] ", 13)           = 13
write(0, "(II) Loading sub module \"fb\"\n", 29) = 29
write(0, "[   295.779] ", 13)           = 13
write(0, "(II) LoadModule: \"fb\"", 21) = 21
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
getdents(14, /* 0 entries */, 32768)    = 0
close(14)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
close(14)                               = 0
write(0, "[   295.781] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 44) = 44
open("/usr/lib/xorg/modules/libfb.so", O_RDONLY) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pS\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0644, st_size=142344, ...}) = 0
mmap(NULL, 2237632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f1b0ebf9000
mprotect(0x7f1b0ec1b000, 2093056, PROT_NONE) = 0
mmap(0x7f1b0ee1a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x21000) = 0x7f1b0ee1a000
close(14)                               = 0
mprotect(0x7f1b0ee1a000, 4096, PROT_READ) = 0
write(0, "[   295.802] ", 13)           = 13
write(0, "(II) Module fb: vendor=\"X.Org Fo"..., 42) = 42
write(0, "[   295.802] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   295.802] ", 13)           = 13
write(0, "\tABI class: X.Org ANSI C Emulati"..., 48) = 48
write(0, "[   295.803] ", 13)           = 13
write(0, "(II) Loading sub module \"dri2\"\n", 31) = 31
write(0, "[   295.803] ", 13)           = 13
write(0, "(II) LoadModule: \"dri2\"", 23) = 23
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
getdents(14, /* 0 entries */, 32768)    = 0
close(14)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa68915b0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa68904c0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa68904c0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa68904c0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa68904c0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa68904c0) = -1 ENOTDIR (Not a directory)
close(15)                               = 0
close(14)                               = 0
write(0, "[   295.806] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 57) = 57
write(0, "[   295.806] ", 13)           = 13
write(0, "(II) Module dri2: vendor=\"X.Org "..., 44) = 44
write(0, "[   295.806] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.2.0\n", 25) = 25
write(0, "[   295.806] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
open("/proc/cpuinfo", O_RDONLY)         = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c2000
read(14, "processor\t: 0\nvendor_id\t: Genuin"..., 1024) = 1024
close(14)                               = 0
munmap(0x7f1b140c2000, 4096)            = 0
write(0, "[   295.807] ", 13)           = 13
write(0, "(**) fglrx(0): Depth 24, ", 25) = 25
write(0, "(--) framebuffer bpp 32\n", 24) = 24
write(0, "[   295.807] ", 13)           = 13
write(0, "(II) fglrx(0): Pixel depth = 24 "..., 72) = 72
write(0, "[   295.808] ", 13)           = 13
write(0, "(==) fglrx(0): Default visual is"..., 43) = 43
write(0, "[   295.808] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"DPMS\"", 28) = 28
write(0, " \"true\"", 7)                = 7
write(0, "\n", 1)                       = 1
write(0, "[   295.808] ", 13)           = 13
write(0, "(==) fglrx(0): RGB weight 888\n", 30) = 30
write(0, "[   295.808] ", 13)           = 13
write(0, "(II) fglrx(0): Using 8 bits per "..., 37) = 37
write(0, "[   295.809] ", 13)           = 13
write(0, "(==) fglrx(0): Buffer Tiling is "..., 35) = 35
write(0, "[   295.809] ", 13)           = 13
write(0, "(II) Loading sub module \"fglrxdr"..., 35) = 35
write(0, "[   295.809] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrxdrm\"", 27) = 27
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
close(14)                               = 0
write(0, "[   295.810] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   295.810] ", 13)           = 13
write(0, "(II) Module fglrxdrm: vendor=\"Fi"..., 62) = 62
write(0, "[   295.810] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
open("/proc/sys/kernel/modprobe", O_RDONLY) = 14
read(14, "/sbin/modprobe\n", 1023)      = 15
close(14)                               = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1b140b0b50) = 1844
wait4(1844, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1844
--- SIGCHLD (Child exited) @ 0 (0) ---
open("/proc/ati/major", O_RDONLY)       = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c2000
read(14, "252\n", 1024)                 = 4
close(14)                               = 0
munmap(0x7f1b140c2000, 4096)            = 0
write(0, "[   295.814] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c2000
read(14, "252\n", 1024)                 = 4
close(14)                               = 0
munmap(0x7f1b140c2000, 4096)            = 0
write(0, "[   295.815] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   295.815] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   295.815] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 14
write(0, "[   295.816] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 14"..., 39) = 39
write(0, "[   295.816] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 40) = 40
ioctl(14, 0xc0106407, 0x7fffa6893870)   = -1 EINVAL (Invalid argument)
ioctl(14, 0xc0106401, 0x7fffa6893870)   = 0
ioctl(14, 0xc0106401, 0x7fffa6893870)   = 0
write(0, "[   295.816] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_WRONLY) = 15
pwrite(15, "\7", 1, 4)                  = 1
close(15)                               = 0
write(0, "[   295.817] ", 13)           = 13
write(0, "(==) fglrx(0): NoAccel = NO\n", 28) = 28
write(0, "[   295.817] ", 13)           = 13
write(0, "(==) fglrx(0): ATI 2D Accelerati"..., 56) = 56
write(0, "[   295.818] ", 13)           = 13
write(0, "(--) fglrx(0): Chipset: \"AMD Rad"..., 72) = 72
write(0, "[   295.818] ", 13)           = 13
write(0, "(--) fglrx(0): (PciSubVendor = 0"..., 62) = 62
write(0, "[   295.818] ", 13)           = 13
write(0, "(==) fglrx(0): board vendor info"..., 82) = 82
write(0, "[   295.818] ", 13)           = 13
write(0, "(--) fglrx(0): Linear framebuffe"..., 55) = 55
write(0, "[   295.818] ", 13)           = 13
write(0, "(--) fglrx(0): MMIO registers at"..., 44) = 44
write(0, "[   295.819] ", 13)           = 13
write(0, "(--) fglrx(0): I/O port at 0x000"..., 38) = 38
write(0, "[   295.819] ", 13)           = 13
write(0, "(==) fglrx(0): ROM-BIOS at 0x000"..., 38) = 38
open("/sys/bus/pci/devices/0000:01:00.0/resource2", O_RDWR) = 15
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 15, 0) = 0x7f1b13f82000
close(15)                               = 0
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
fcntl(14, F_GETFL)                      = 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(14, F_SETFL, O_RDWR|O_ASYNC|O_LARGEFILE) = 0
fcntl(14, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
ioctl(14, 0x4004645f, 0)                = 0
ioctl(14, 0xc00c6470, 0x7fffa68938e0)   = 0
ioctl(14, 0xc050647d, 0x7fffa6893840)   = 0
write(0, "[   295.839] ", 13)           = 13
write(0, "(II) fglrx(0): Battery is used\n", 31) = 31
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 6)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, " ", 1, 7)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 12)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 224)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 225)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 226)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 227)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\201", 1, 14)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\210", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 136)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 137)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 128)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 129)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 130)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\310", 1, 131)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 145)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 160)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "B", 1, 162)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 160)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "B", 1, 162)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\201", 1, 14)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 24)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 25)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 26)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 27)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\210", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 136)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 137)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 128)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 129)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 130)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\310", 1, 131)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 145)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 160)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "B", 1, 162)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 19)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 0)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 1)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 2)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "g", 1, 3)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68937a0)   = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 0)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 1)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 2)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "g", 1, 3)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 19)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 20)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 21)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 22)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 23)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 24)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 25)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 26)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\306", 1, 27)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 28)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 29)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 30)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 31)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 32)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 33)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 34)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 35)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 36)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 37)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 38)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 39)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 40)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 41)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 42)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 43)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "<", 1, 44)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 45)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "W", 1, 46)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\26", 1, 47)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 48)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 49)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 50)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 51)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 56)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 57)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 58)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 59)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 60)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 61)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 62)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 63)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 64)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 65)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 66)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 67)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 68)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 69)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 70)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 71)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 72)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 73)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 74)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 75)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "<", 1, 76)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 77)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "W", 1, 78)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\26", 1, 79)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 84)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 85)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 86)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 87)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\241", 1, 92)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\217", 1, 93)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ",", 1, 94)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 95)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 100)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 101)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 102)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 103)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 104)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 105)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\202", 1, 106)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 107)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 108)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 109)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 110)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 111)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 112)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 113)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 114)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 115)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 116)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 117)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 118)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 119)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 120)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 121)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 122)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 123)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 124)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 125)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 126)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 127)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 128)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 129)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 130)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 131)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 132)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 133)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 134)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 135)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 136)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 137)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 140)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 141)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 142)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 143)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 145)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 148)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 149)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 150)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 151)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 152)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 153)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 154)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 155)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 156)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 157)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 158)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 159)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 162)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 164)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 165)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 166)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 167)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 168)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 169)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 170)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 171)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 172)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 173)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 174)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 175)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 176)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 177)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 178)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 179)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 180)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 181)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 182)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 183)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 184)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 185)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 186)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 187)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 188)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 189)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 190)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 191)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 192)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 193)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 194)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 195)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 196)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 197)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 198)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 199)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 200)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 201)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 202)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 203)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 204)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 205)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 206)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 207)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 208)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 209)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 210)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 211)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 212)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 213)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 214)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 215)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 216)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 217)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 218)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 219)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 220)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 221)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 222)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 223)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 224)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 225)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 226)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 227)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 228)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 229)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 230)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 231)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 232)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 233)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 234)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 235)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 236)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 237)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 238)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 239)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 240)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 241)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 242)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 243)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 244)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 245)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 246)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 247)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 248)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 249)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 250)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 251)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 252)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 253)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 254)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 255)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 19)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\202", 1, 106)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 107)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 100)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 101)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\202", 1, 172)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, ",", 1, 173)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "!", 1, 174)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 175)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 162)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\201", 1, 14)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 162)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 6)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, " ", 1, 7)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 12)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 19)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 20)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 21)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 22)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 23)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 24)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 25)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 26)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 27)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 28)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 29)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 30)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 31)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 32)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 33)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 34)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 35)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 36)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 37)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 38)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 39)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 40)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 41)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 42)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 43)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "<", 1, 44)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 45)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "W", 1, 46)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\26", 1, 47)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 48)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 49)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 50)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 51)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 56)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 57)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 58)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 59)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 60)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 61)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 62)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 63)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 64)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 65)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\321", 1, 66)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 67)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 68)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 69)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 70)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 71)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 72)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 73)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\321", 1, 74)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 75)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 76)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 77)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 78)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 79)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 81)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\31", 1, 84)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 85)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 86)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 87)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 88)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 89)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 90)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 92)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 93)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 94)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 95)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 96)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 97)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 99)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 100)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 101)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 102)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 103)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 104)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 105)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\321", 1, 106)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 107)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 108)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 109)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 110)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 111)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 112)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 113)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 114)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 115)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 116)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 117)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 118)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 119)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 120)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 121)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 122)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 123)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\177", 1, 124)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 125)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 126)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 127)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 128)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 129)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 130)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 131)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 132)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "3", 1, 133)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "3", 1, 134)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 135)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\32", 1, 136)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 137)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 140)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 141)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 142)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 143)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 145)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 148)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 149)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 150)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 151)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 152)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 153)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\320", 1, 154)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "_", 1, 155)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 156)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 157)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 158)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 159)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 162)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 164)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 165)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 166)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 167)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 168)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 169)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 170)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "_", 1, 171)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 172)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 173)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 174)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 175)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 176)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 177)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 178)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 179)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 180)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 181)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 182)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 183)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 184)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 185)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 186)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 187)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 188)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 189)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 190)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\237", 1, 191)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 192)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 193)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 194)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 195)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 196)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 197)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 198)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 199)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 200)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 201)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 202)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 203)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 204)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 205)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 206)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 207)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 208)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 209)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 210)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 211)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 212)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 213)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 214)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 215)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 216)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 217)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 218)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 219)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 220)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 221)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 222)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 223)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 224)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 225)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 226)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 227)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\236", 1, 228)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "a", 1, 229)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 230)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\302", 1, 231)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 232)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 233)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 234)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\24", 1, 235)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 236)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 237)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 238)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 239)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 240)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 241)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 242)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 243)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 244)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 245)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 246)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 247)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\270", 1, 248)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\17", 1, 249)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 250)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 251)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 252)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 253)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 254)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 255)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 0)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 1)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 2)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "g", 1, 3)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 168)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 169)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "(", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
write(0, "[   296.359] ", 13)           = 13
write(0, "(II) fglrx(0): ATI Video BIOS re"..., 59) = 59
write(0, "[   296.359] ", 13)           = 13
write(0, "(--) fglrx(0): Video RAM: 104857"..., 53) = 53
write(0, "[   296.360] ", 13)           = 13
write(0, "(II) fglrx(0): PCIE card detecte"..., 34) = 34
write(0, "[   296.360] ", 13)           = 13
write(0, "(--) fglrx(0): Using per-process"..., 61) = 61
write(0, "[   296.360] ", 13)           = 13
write(0, "(WW) fglrx(0): board is an unkno"..., 75) = 75
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c2000
write(15, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(15, "60000000060128007680000006014001"..., 4096) = 4096
write(15, "60128007680000006014001050000000"..., 4096) = 4096
write(15, "800768000000601400105000000060\n["..., 4096) = 4096
write(15, "2=R12800960000000001600120000000"..., 4096) = 4096
write(15, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(15, "00180014400000000018561392000000"..., 4096) = 4096
write(15, "48153600000072204815360000008012"..., 4096) = 4096
write(15, "80000000012800960000000001600120"..., 4096) = 4096
write(15, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(15)                               = 0
munmap(0x7f1b140c2000, 4096)            = 0
ioctl(14, 0xc0586450, 0x7fffa6893810)   = 0
ioctl(14, 0xc0586450, 0x7fffa6893810)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
ioctl(14, 0xc060646e, 0x7fffa6893610)   = 0
write(0, "[   296.399] ", 13)           = 13
write(0, "(II) fglrx(0): Using adapter: 1:"..., 37) = 37
ioctl(14, 0x4068646a, 0x7fffa68938c0)   = 0
ioctl(14, 0x80186455, 0x7fffa6893870)   = 0
write(0, "[   296.419] ", 13)           = 13
write(0, "(II) fglrx(0): [FB] MC range(MCF"..., 76) = 76
ioctl(14, 0xc0286466, 0x7f1b158cbc30)   = 0
ioctl(14, 0xc008645d, 0x7fffa6893890)   = 0
write(0, "[   296.601] ", 13)           = 13
write(0, "(II) fglrx(0): Interrupt handler"..., 54) = 54
write(0, "[   296.602] ", 13)           = 13
write(0, "(II) fglrx(0): RandR 1.2 support"..., 45) = 45
write(0, "[   296.602] ", 13)           = 13
write(0, "(II) fglrx(0): RandR 1.2 rotatio"..., 54) = 54
write(0, "[   296.602] ", 13)           = 13
write(0, "(==) fglrx(0): Center Mode is di"..., 40) = 40
write(0, "[   296.603] ", 13)           = 13
write(0, "(II) Loading sub module \"fb\"\n", 29) = 29
write(0, "[   296.603] ", 13)           = 13
write(0, "(II) LoadModule: \"fb\"", 21) = 21
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
getdents(15, /* 0 entries */, 32768)    = 0
close(15)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa68916a0) = -1 ENOTDIR (Not a directory)
close(15)                               = 0
write(0, "[   296.604] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 44) = 44
write(0, "[   296.605] ", 13)           = 13
write(0, "(II) Module fb: vendor=\"X.Org Fo"..., 42) = 42
write(0, "[   296.605] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   296.605] ", 13)           = 13
write(0, "\tABI class: X.Org ANSI C Emulati"..., 48) = 48
write(0, "[   296.605] ", 13)           = 13
write(0, "(II) Loading sub module \"ddc\"\n", 30) = 30
write(0, "[   296.605] ", 13)           = 13
write(0, "(II) LoadModule: \"ddc\"", 22) = 22
write(0, "\n", 1)                       = 1
write(0, "[   296.606] ", 13)           = 13
write(0, "(II) Module \"ddc\" already built-"..., 35) = 35
ioctl(14, 0xc050647d, 0x7fffa68933b0)   = -1 EPERM (Operation not permitted)
brk(0x7f1b1592b000)                     = 0x7f1b1592b000
brk(0x7f1b1594c000)                     = 0x7f1b1594c000
brk(0x7f1b1596e000)                     = 0x7f1b1596e000
brk(0x7f1b1598f000)                     = 0x7f1b1598f000
brk(0x7f1b159b1000)                     = 0x7f1b159b1000
brk(0x7f1b159d3000)                     = 0x7f1b159d3000
brk(0x7f1b159f9000)                     = 0x7f1b159f9000
brk(0x7f1b15a1c000)                     = 0x7f1b15a1c000
brk(0x7f1b15a42000)                     = 0x7f1b15a42000
brk(0x7f1b15a65000)                     = 0x7f1b15a65000
brk(0x7f1b15a8b000)                     = 0x7f1b15a8b000
brk(0x7f1b15aac000)                     = 0x7f1b15aac000
brk(0x7f1b15acf000)                     = 0x7f1b15acf000
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c2000
write(15, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(15, "60000000060128007680000006014001"..., 4096) = 4096
write(15, "60128007680000006014001050000000"..., 4096) = 4096
write(15, "800768000000601400105000000060\n["..., 4096) = 4096
write(15, "2=R12800960000000001600120000000"..., 4096) = 4096
write(15, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(15, "00180014400000000018561392000000"..., 4096) = 4096
write(15, "48153600000072204815360000008012"..., 4096) = 4096
write(15, "80000000012800960000000001600120"..., 4096) = 4096
write(15, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(15)                               = 0
munmap(0x7f1b140c2000, 4096)            = 0
ioctl(14, 0xc060646e, 0x7fffa68935a0)   = 0
ioctl(14, 0xc050647d, 0x7fffa68936d0)   = -1 EPERM (Operation not permitted)
brk(0x7f1b15af0000)                     = 0x7f1b15af0000
brk(0x7f1b15aef000)                     = 0x7f1b15aef000
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b140c2000
write(15, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(15, "60000000060128007680000006014001"..., 4096) = 4096
write(15, "60128007680000006014001050000000"..., 4096) = 4096
write(15, "800768000000601400105000000060\n["..., 4096) = 4096
write(15, "2=R12800960000000001600120000000"..., 4096) = 4096
write(15, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(15, "00180014400000000018561392000000"..., 4096) = 4096
write(15, "48153600000072204815360000008012"..., 4096) = 4096
write(15, "80000000012800960000000001600120"..., 4096) = 4096
write(15, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(15)                               = 0
munmap(0x7f1b140c2000, 4096)            = 0
ioctl(14, 0xc060646e, 0x7fffa6893500)   = 0
ioctl(14, 0xc00c6486, 0x7fffa68934c0)   = 0
ioctl(14, 0xc00c6486, 0x7fffa68934c0)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6893530)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6893530)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6893530)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6893560)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6893540)   = 0
write(0, "[   296.818] ", 13)           = 13
write(0, "(II) fglrx(0): Finished Initiali"..., 42) = 42
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13f51000
write(0, "[   296.821] ", 13)           = 13
write(0, "(II) fglrx(0): Eyefinity capable"..., 51) = 51
write(0, "[   296.822] ", 13)           = 13
write(0, "(II) fglrx(0): Adapter AMD Radeo"..., 101) = 101
write(0, "[   296.822] ", 13)           = 13
write(0, "(==) fglrx(0):  PseudoColor visu"..., 45) = 45
write(0, "[   296.822] ", 13)           = 13
write(0, "(II) Loading sub module \"ramdac\""..., 33) = 33
write(0, "[   296.822] ", 13)           = 13
write(0, "(II) LoadModule: \"ramdac\"", 25) = 25
write(0, "\n", 1)                       = 1
write(0, "[   296.822] ", 13)           = 13
write(0, "(II) Module \"ramdac\" already bui"..., 38) = 38
write(0, "[   296.823] ", 13)           = 13
write(0, "(==) fglrx(0): NoDRI = NO\n", 26) = 26
write(0, "[   296.823] ", 13)           = 13
write(0, "(==) fglrx(0): Capabilities: 0x0"..., 40) = 40
write(0, "[   296.823] ", 13)           = 13
write(0, "(==) fglrx(0): CapabilitiesEx: 0"..., 42) = 42
write(0, "[   296.823] ", 13)           = 13
write(0, "(==) fglrx(0): OpenGL ClientDriv"..., 55) = 55
write(0, "[   296.823] ", 13)           = 13
write(0, "(==) fglrx(0): UseFastTLS=0\n", 28) = 28
write(0, "[   296.823] ", 13)           = 13
write(0, "(==) fglrx(0): BlockSignalsOnLoc"..., 36) = 36
write(0, "[   296.824] ", 13)           = 13
write(0, "(--) Depth 24 pixmap format is 3"..., 38) = 38
write(12, "target PCI:0000:01:00.0", 23) = 23
read(12, "count:1,PCI:0000:01:00.0,decodes"..., 64) = 64
write(0, "[   296.824] ", 13)           = 13
write(0, "(II) LoadModule: \"glesx\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
getdents(15, /* 0 entries */, 32768)    = 0
close(15)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 34 entries */, 32768)   = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/r128_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sisusb_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/voodoo_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_alpine.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_laguna.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/s3_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mach64_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sis_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vesa_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mga_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/chips_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/apm_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/nouveau_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ati_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tdfx_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/neomagic_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fbdev_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmware_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/rendition_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tseng_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmwlegacy_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/trident_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/i128_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/multimedia/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/multimedia/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 12 entries */, 32768)   = 448
stat("/usr/lib/xorg/modules/multimedia/theatre_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/msp3430_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/fi1236_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9850_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/bt829_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/uda1380_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre_detect_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre200_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda8425_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9885_drv.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa68905a0) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/libvbe.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/glesx.so/", 0x7fffa6891690) = -1 ENOTDIR (Not a directory)
close(15)                               = 0
write(0, "[   296.863] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 44) = 44
open("/usr/lib/xorg/modules/glesx.so", O_RDONLY) = 15
read(15, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200y\3\0\0\0\0\0"..., 832) = 832
fstat(15, {st_mode=S_IFREG|0644, st_size=6870040, ...}) = 0
mmap(NULL, 8521176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 0x7f1b0e3d8000
mprotect(0x7f1b0e9b0000, 1044480, PROT_NONE) = 0
mmap(0x7f1b0eaaf000, 745472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0x5d7000) = 0x7f1b0eaaf000
mmap(0x7f1b0eb65000, 603608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b0eb65000
close(15)                               = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
write(0, "[   297.079] ", 13)           = 13
write(0, "(II) Module glesx: vendor=\"X.Org"..., 45) = 45
write(0, "[   297.080] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   297.080] ", 13)           = 13
write(0, "(II) Loading extension GLESX\n", 29) = 29
fstat(13, {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
stat("/dev/dri/card0", {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
write(0, "[   297.097] ", 13)           = 13
write(0, "(II) fglrx(0): [DRI2] Setup comp"..., 37) = 37
write(0, "[   297.097] ", 13)           = 13
write(0, "(II) fglrx(0): [DRI2]   DRI driv"..., 41) = 41
ioctl(13, 0xc010645b, 0x7fffa6893770)   = 0
write(0, "[   297.097] ", 13)           = 13
write(0, "(II) fglrx(0): Allocated new fra"..., 72) = 72
ioctl(13, 0x80106463, 0x7fffa68937a0)   = 0
ioctl(13, 0xc010645b, 0x7fffa68937f0)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893740)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893720)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893720)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15b13000)                     = 0x7f1b15b13000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15b34000)                     = 0x7f1b15b34000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15b58000)                     = 0x7f1b15b58000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15b7c000)                     = 0x7f1b15b7c000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15ba0000)                     = 0x7f1b15ba0000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15bc4000)                     = 0x7f1b15bc4000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15be9000)                     = 0x7f1b15be9000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15c0d000)                     = 0x7f1b15c0d000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15c31000)                     = 0x7f1b15c31000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15c55000)                     = 0x7f1b15c55000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15c79000)                     = 0x7f1b15c79000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15c9e000)                     = 0x7f1b15c9e000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15cc2000)                     = 0x7f1b15cc2000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15ce6000)                     = 0x7f1b15ce6000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15d0a000)                     = 0x7f1b15d0a000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15d2e000)                     = 0x7f1b15d2e000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15d52000)                     = 0x7f1b15d52000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15d77000)                     = 0x7f1b15d77000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15d9b000)                     = 0x7f1b15d9b000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15dbf000)                     = 0x7f1b15dbf000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
brk(0x7f1b15de3000)                     = 0x7f1b15de3000
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893720)   = 0
ioctl(13, 0x4020645d, 0x7fffa6893720)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
ioctl(13, 0xc010645b, 0x7fffa6893740)   = 0
ioctl(13, 0xc020645e, 0x7fffa6893730)   = 0
ioctl(13, 0x400c645f, 0x7fffa6893750)   = 0
ioctl(13, 0x40046460, 0x7fffa6893750)   = 0
write(0, "[   297.122] ", 13)           = 13
write(0, "(II) UXA(0): Driver registered s"..., 69) = 69
write(0, "[   297.122] ", 13)           = 13
write(0, "(II)         solid\n", 19)    = 19
write(0, "[   297.122] ", 13)           = 13
write(0, "(II)         copy\n", 18)     = 18
write(0, "[   297.122] ", 13)           = 13
write(0, "(II)         composite (RENDER a"..., 45) = 45
write(0, "[   297.122] ", 13)           = 13
write(0, "(II)         put_image\n", 23) = 23
write(0, "[   297.123] ", 13)           = 13
write(0, "(II)         get_image\n", 23) = 23
write(0, "[   297.123] ", 13)           = 13
write(0, "(==) fglrx(0): Backing store dis"..., 38) = 38
write(0, "[   297.123] ", 13)           = 13
write(0, "(==) fglrx(0): Silken mouse enab"..., 36) = 36
write(0, "[   297.123] ", 13)           = 13
write(0, "(II) fglrx(0): Initializing HW C"..., 38) = 38
brk(0x7f1b15e05000)                     = 0x7f1b15e05000
ioctl(13, 0x641e, 0)                    = 0
ioctl(13, 0x80106463, 0x7fffa6893820)   = 0
ioctl(13, 0xc01c64ae, 0x7fffa6893470)   = 0
ioctl(13, 0xc02064a5, 0x7fffa6893410)   = 0
ioctl(13, 0xc06864a2, 0x7fffa68933c0)   = 0
ioctl(13, 0x80106463, 0x7fffa6893420)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893730)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893730)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936e0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893730)   = 0
write(0, "[   297.190] ", 13)           = 13
write(0, "(II) fglrx(0): RandR 1.2 enabled"..., 79) = 79
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893610)   = 0
open("/sys/class/backlight/acpi_video1/brightness", O_RDWR) = 15
write(15, "0\n", 2)                     = 2
close(15)                               = 0
open("/sys/class/backlight/acpi_video1/brightness", O_RDWR) = 15
write(15, "0\n", 2)                     = 2
close(15)                               = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893610)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893610)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa68936d0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893610)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893610)   = 0
write(0, "[   297.307] ", 13)           = 13
write(0, "(**) fglrx(0): DPMS enabled\n", 28) = 28
write(0, "[   297.307] ", 13)           = 13
write(0, "(==) fglrx(0): Intel XvMC decode"..., 42) = 42
write(0, "[   297.307] ", 13)           = 13
write(0, "(II) fglrx(0): Set up textured v"..., 37) = 37
ioctl(13, 0xc0106446, 0x7fffa68937f0)   = 0
write(0, "[   297.308] ", 13)           = 13
write(0, "(II) fglrx(0): [XvMC] xvmc_vld d"..., 51) = 51
write(0, "[   297.308] ", 13)           = 13
write(0, "(II) fglrx(0): direct rendering:"..., 46) = 46
write(0, "[   297.308] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"VendorNam"..., 47) = 47
write(0, "[   297.308] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"ModelName"..., 46) = 46
write(0, "[   297.308] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Shadow\" i"..., 43) = 43
write(0, "[   297.308] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Tiling\" i"..., 43) = 43
write(0, "[   297.309] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"LinearFra"..., 54) = 54
write(0, "[   297.309] ", 13)           = 13
write(0, "(==) fglrx(0): hotplug detection"..., 44) = 44
open("/etc/udev/udev.conf", O_RDONLY|O_CLOEXEC) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13f11000
read(15, "# The initial syslog(3) priority"..., 4096) = 218
read(15, "", 4096)                      = 0
close(15)                               = 0
munmap(0x7f1b13f11000, 4096)            = 0
socket(PF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, 15) = 15
setsockopt(15, SOL_SOCKET, SO_ATTACH_FILTER, "\n\0\0\0\0\0\0\0\300'\211\246\377\177\0\0", 16) = 0
bind(15, {sa_family=AF_NETLINK, pid=0, groups=00000002}, 12) = 0
getsockname(15, {sa_family=AF_NETLINK, pid=1829, groups=00000002}, [12]) = 0
setsockopt(15, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
open("/sys/bus/pci/devices/0000:00:02.0/resource0", O_RDWR) = 16
mmap(NULL, 4194304, PROT_READ|PROT_WRITE, MAP_SHARED, 16, 0) = 0x7f1b0dfd8000
close(16)                               = 0
open("/proc/mtrr", O_RDWR)              = 16
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fffa68938b0) = -1 EINVAL (Invalid argument)
close(16)                               = 0
write(0, "[   297.313] ", 13)           = 13
write(0, "(II) Loading extension ATIFGLRXD"..., 35) = 35
write(0, "[   297.313] ", 13)           = 13
write(0, "(II) fglrx(0): doing swlDriScree"..., 38) = 38
unlink("/dev/dri")                      = -1 EISDIR (Is a directory)
rmdir("/dev/dri")                       = -1 ENOTEMPTY (Directory not empty)
write(0, "[   297.313] ", 13)           = 13
write(0, "(II) fglrx(0): swlDriScreenInit "..., 49) = 49
open("/proc/ati/major", O_RDONLY)       = 16
fstat(16, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b0dfd7000
read(16, "252\n", 1024)                 = 4
close(16)                               = 0
munmap(0x7f1b0dfd7000, 4096)            = 0
write(0, "[   297.314] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 16
fstat(16, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b0dfd7000
read(16, "252\n", 1024)                 = 4
close(16)                               = 0
munmap(0x7f1b0dfd7000, 4096)            = 0
write(0, "[   297.314] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 16
fstat(16, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b0dfd7000
read(16, "252\n", 1024)                 = 4
close(16)                               = 0
munmap(0x7f1b0dfd7000, 4096)            = 0
write(0, "[   297.315] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   297.315] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   297.315] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 16
write(0, "[   297.316] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 16"..., 39) = 39
write(0, "[   297.316] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 40) = 40
ioctl(16, 0xc0106407, 0x7fffa6893700)   = -1 EINVAL (Invalid argument)
ioctl(16, 0xc0106401, 0x7fffa6893700)   = 0
ioctl(16, 0xc0106401, 0x7fffa6893700)   = 0
write(0, "[   297.316] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
ioctl(16, 0xc0106407, 0x7fffa68937b0)   = -1 EINVAL (Invalid argument)
write(0, "[   297.317] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] DRM interfa"..., 47) = 47
ioctl(16, 0x40106410, 0x7fffa68937c0)   = 0
write(0, "[   297.317] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] created \"fg"..., 65) = 65
ioctl(16, 0xc0286415, 0x7fffa68937a0)   = 0
write(0, "[   297.317] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] added 8192 "..., 53) = 53
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_SHARED, 16, 0x2000) = 0x7f1b0dfd6000
write(0, "[   297.317] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] mapped SARE"..., 59) = 59
ioctl(16, 0xc0286415, 0x7fffa68937a0)   = 0
write(0, "[   297.318] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] framebuffer"..., 49) = 49
ioctl(16, 0xc0106426, 0x7fffa68937a0)   = 0
ioctl(16, 0xc0106426, 0x7fffa68937a0)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
write(0, "[   297.318] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] added 1 res"..., 57) = 57
write(0, "[   297.318] ", 13)           = 13
write(0, "(II) fglrx(0): swlDriScreenInit "..., 37) = 37
ioctl(16, 0xc0406400, 0x7f1b15ad8ee0)   = 0
ioctl(16, 0xc0406400, 0x7f1b15ad8ee0)   = 0
write(0, "[   297.319] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel Module Ver"..., 50) = 50
write(0, "[   297.319] ", 13)           = 13
write(0, "(II) fglrx(0):     Name: fglrx\n", 31) = 31
write(0, "[   297.319] ", 13)           = 13
write(0, "(II) fglrx(0):     Version: 8.93"..., 35) = 35
write(0, "[   297.319] ", 13)           = 13
write(0, "(II) fglrx(0):     Date: Dec  5 "..., 37) = 37
write(0, "[   297.319] ", 13)           = 13
write(0, "(II) fglrx(0):     Desc: ATI Fir"..., 54) = 54
write(0, "[   297.319] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel Module ver"..., 53) = 53
ioctl(16, 0xc0586450, 0x7fffa6893780)   = 0
ioctl(16, 0xc0586450, 0x7fffa6893780)   = 0
write(0, "[   297.320] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel Module Bui"..., 53) = 53
write(0, "[   297.320] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 66) = 66
write(0, "[   297.320] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 55) = 55
write(0, "[   297.320] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 55) = 55
write(0, "[   297.320] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 59) = 59
ioctl(16, 0xc0286415, 0x7fffa68937f0)   = 0
write(0, "[   297.321] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] register ha"..., 50) = 50
ioctl(16, 0x80146454, 0x7f1b158e2c28)   = 0
ioctl(16, 0xc01864a0, 0x7fffa6893810)   = 0
ioctl(16, 0x400864a1, 0x7fffa6893830)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893610)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893610)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893610)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893610)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893650)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893650)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893630)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68934b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68934b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68934b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893220)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893260)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893630)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893630)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893610)   = 0
ioctl(16, 0x64a4, 0)                    = 0
ioctl(16, 0xc03064a6, 0x7fffa6893190)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68931b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893190)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68931b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893150)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893170)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893660)   = 0
ioctl(16, 0x4004645a, 0x7fffa6893844)   = 0
write(0, "[   297.416] ", 13)           = 13
write(0, "(II) fglrx(0): DRI initializatio"..., 46) = 46
write(0, "[   297.416] ", 13)           = 13
write(0, "(II) fglrx(0): FBADPhys: 0xf0000"..., 62) = 62
ioctl(14, 0xc028647f, 0x7fffa6893890)   = 0
write(0, "[   297.416] ", 13)           = 13
write(0, "(II) fglrx(0): Intel display sur"..., 63) = 63
open("/sys/bus/pci/devices/0000:00:02.0/resource2", O_RDWR) = 17
mmap(NULL, 4325376, PROT_READ|PROT_WRITE, MAP_SHARED, 17, 0x46c000) = 0x7f1b0c3fb000
close(17)                               = 0
write(0, "[   297.417] ", 13)           = 13
write(0, "(==) fglrx(0): Backing store dis"..., 38) = 38
write(0, "[   297.417] ", 13)           = 13
write(0, "(II) Loading extension FGLRXEXTE"..., 38) = 38
write(0, "[   297.418] ", 13)           = 13
write(0, "(**) fglrx(0): DPMS enabled\n", 28) = 28
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
write(0, "[   297.419] ", 13)           = 13
write(0, "(II) fglrx(0): Initialized in-dr"..., 56) = 56
write(0, "[   297.419] ", 13)           = 13
write(0, "(**) fglrx(0): Textured Video is"..., 42) = 42
write(0, "[   297.419] ", 13)           = 13
write(0, "(II) fglrx(0): GLESX enableFlags"..., 39) = 39
brk(0x7f1b15e26000)                     = 0x7f1b15e26000
write(0, "[   297.419] ", 13)           = 13
write(0, "(II) fglrx(0): GLESX is enabled\n", 32) = 32
write(0, "[   297.420] ", 13)           = 13
write(0, "(II) LoadModule: \"amdxmm\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17
getdents(17, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
getdents(17, /* 0 entries */, 32768)    = 0
close(17)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17
getdents(17, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa68915d0) = -1 ENOTDIR (Not a directory)
close(17)                               = 0
write(0, "[   297.422] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 45) = 45
open("/usr/lib/xorg/modules/amdxmm.so", O_RDONLY) = 17
read(17, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`N\0\0\0\0\0\0"..., 832) = 832
fstat(17, {st_mode=S_IFREG|0644, st_size=288280, ...}) = 0
mmap(NULL, 1335264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 17, 0) = 0x7f1b0c2b5000
mprotect(0x7f1b0c2c9000, 1044480, PROT_NONE) = 0
mmap(0x7f1b0c3c8000, 208896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 17, 0x13000) = 0x7f1b0c3c8000
close(17)                               = 0
write(0, "[   297.450] ", 13)           = 13
write(0, "(II) Module amdxmm: vendor=\"X.Or"..., 46) = 46
write(0, "[   297.450] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 2.0.0\n", 25) = 25
ioctl(16, 0xc03064a6, 0x7fffa6893530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893570)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893570)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893550)   = 0
write(0, "[   297.451] ", 13)           = 13
write(0, "(II) Loading extension AMDXVOPL\n", 32) = 32
write(0, "[   297.451] ", 13)           = 13
write(0, "(II) Loading extension AMDXVBA\n", 31) = 31
write(0, "[   297.451] ", 13)           = 13
write(2, "[-     XMM_GLX] [I ]", 20)    = 20
write(0, "[-     XMM_GLX] [I ]", 20)    = 20
write(2, "glesxXvInit Configureable RGBOut"..., 45) = 45
write(0, "glesxXvInit Configureable RGBOut"..., 45) = 45
write(2, "\n", 1)                       = 1
write(0, "\n", 1)                       = 1
write(0, "[   297.451] ", 13)           = 13
write(2, "XvScreenInit: screen devPrivates"..., 58) = 58
write(0, "XvScreenInit: screen devPrivates"..., 58) = 58
ioctl(16, 0xc03064a6, 0x7fffa6893040)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893080)   = 0
mmap(NULL, 204800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ee0000
munmap(0x7f1b13ee0000, 204800)          = 0
ioctl(14, 0xc00c6486, 0x7fffa6892100)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892100)   = 0
ioctl(16, 0xffffffffc010647c, 0x7fffa68933f0) = 0
write(0, "[   297.473] ", 13)           = 13
write(0, "(II) fglrx(0): UVD feature is en"..., 37) = 37
write(0, "(II) fglrx(0): \n", 16)       = 16
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13f11000
write(17, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(17, "60000000060128007680000006014001"..., 4096) = 4096
--- SIGIO (I/O possible) @ 0 (0) ---
select(15, [14], NULL, NULL, {0, 0})    = 1 (in [14], left {0, 0})
rt_sigreturn(0xe)                       = 140735987395750
write(17, "60128007680000006014001050000000"..., 4096) = 4096
write(17, "800768000000601400105000000060\n["..., 4096) = 4096
write(17, "2=R12800960000000001600120000000"..., 4096) = 4096
write(17, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(17, "00180014400000000018561392000000"..., 4096) = 4096
write(17, "48153600000072204815360000008012"..., 4096) = 4096
write(17, "80000000012800960000000001600120"..., 4096) = 4096
write(17, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(17)                               = 0
munmap(0x7f1b13f11000, 4096)            = 0
ioctl(14, 0xc060646e, 0x7fffa68932a0)   = 0
write(0, "[   297.477] ", 13)           = 13
write(0, "(II) fglrx(0): Enable composite "..., 53) = 53
write(0, "[   297.485] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"VendorNam"..., 47) = 47
write(0, "[   297.486] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"ModelName"..., 46) = 46
write(0, "[   297.486] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Shadow\" i"..., 43) = 43
write(0, "[   297.486] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Tiling\" i"..., 43) = 43
write(0, "[   297.486] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"LinearFra"..., 54) = 54
ioctl(16, 0xc0086420, 0x7fffa6893858)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
ioctl(16, 0x40086422, 0x7fffa6893830)   = 0
write(0, "[   297.487] ", 13)           = 13
write(0, "(II) fglrx(0): X context handle "..., 38) = 38
ioctl(16, 0x4008642a, 0x7fffa6893858)   = 0
write(0, "[   297.487] ", 13)           = 13
write(0, "(II) fglrx(0): [DRI] installatio"..., 43) = 43
ioctl(16, 0xc004646b, 0x7fffa68938b4)   = 0
ioctl(16, 0x64a4, 0)                    = 0
ioctl(16, 0xc03064a6, 0x7fffa68936b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68937c0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68937f0)   = 0
open("/etc/ati/logo.xbm", O_RDONLY)     = -1 ENOENT (No such file or directory)
ioctl(16, 0xc03064a6, 0x7fffa68936e0)   = 0
write(0, "[   297.507] ", 13)           = 13
write(0, "(--) RandR disabled\n", 20)   = 20
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
write(0, "[   297.508] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 61) = 61
write(0, "[   297.508] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 43) = 43
write(0, "[   297.508] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 45) = 45
write(0, "[   297.509] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 53) = 53
write(0, "[   297.509] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 43) = 43
write(0, "[   297.509] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 50) = 50
write(0, "[   297.509] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 42) = 42
write(0, "[   297.509] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 47) = 47
write(0, "[   297.509] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 45) = 45
write(0, "[   297.510] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 46) = 46
write(0, "[   297.510] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 46) = 46
write(0, "[   297.510] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 44) = 44
write(0, "[   297.510] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 44) = 44
write(0, "[   297.510] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 43) = 43
write(0, "[   297.510] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 47) = 47
write(0, "[   297.511] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 44) = 44
open("/proc/filesystems", O_RDONLY)     = 17
fstat(17, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13f11000
read(17, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 301
read(17, "", 1024)                      = 0
close(17)                               = 0
munmap(0x7f1b13f11000, 4096)            = 0
write(0, "[   297.511] ", 13)           = 13
write(0, "(II) SELinux: Disabled on system"..., 33) = 33
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
open("/proc/ati/major", O_RDONLY)       = 17
fstat(17, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13f11000
read(17, "252\n", 1024)                 = 4
close(17)                               = 0
munmap(0x7f1b13f11000, 4096)            = 0
write(0, "[   297.522] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 17
fstat(17, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13f11000
read(17, "252\n", 1024)                 = 4
close(17)                               = 0
munmap(0x7f1b13f11000, 4096)            = 0
write(0, "[   297.522] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   297.522] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   297.523] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 17
write(0, "[   297.523] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 17"..., 39) = 39
write(0, "[   297.523] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 40) = 40
ioctl(17, 0xc0106407, 0x7fffa6893590)   = -1 EINVAL (Invalid argument)
ioctl(17, 0xc0106401, 0x7fffa6893590)   = 0
ioctl(17, 0xc0106401, 0x7fffa6893590)   = 0
write(0, "[   297.524] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
ioctl(17, 0x80046402, 0x7fffa689365c)   = 0
ioctl(17, 0xc0406400, 0x7f1b15e17c10)   = 0
ioctl(17, 0xc0406400, 0x7f1b15e17c10)   = 0
ioctl(16, 0x40046411, 0x7fffa6893644)   = 0
open("/usr/X11R6/lib64/modules/dri/fglrx_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/dri/fglrx_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/modules/dri/fglrx_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/dri/fglrx_dri.so", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0h\35\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=33179200, ...}) = 0
mmap(NULL, 35420200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7f1b09ded000
mprotect(0x7f1b0bc60000, 1044480, PROT_NONE) = 0
mmap(0x7f1b0bd5f000, 1253376, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x1e72000) = 0x7f1b0bd5f000
mmap(0x7f1b0be91000, 1194024, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1b0be91000
close(18)                               = 0
open("/etc/ld.so.cache", O_RDONLY)      = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 18, 0) = 0x7f1b13f03000
close(18)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P:\0\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=78464, ...}) = 0
mmap(NULL, 2174200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7f1b09bda000
mprotect(0x7f1b09bec000, 2097152, PROT_NONE) = 0
mmap(0x7f1b09dec000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x12000) = 0x7f1b09dec000
close(18)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\377\1\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=1306048, ...}) = 0
mmap(NULL, 3402960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7f1b0989b000
mprotect(0x7f1b099d4000, 2097152, PROT_NONE) = 0
mmap(0x7f1b09bd4000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x139000) = 0x7f1b09bd4000
close(18)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\200\0\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=112992, ...}) = 0
mmap(NULL, 2208304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7f1b0967f000
mprotect(0x7f1b0969a000, 2093056, PROT_NONE) = 0
mmap(0x7f1b09899000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x1a000) = 0x7f1b09899000
close(18)                               = 0
mprotect(0x7f1b09899000, 4096, PROT_READ) = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
open("/sys/devices/system/cpu", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 18
brk(0x7f1b15e47000)                     = 0x7f1b15e47000
getdents(18, /* 17 entries */, 32768)   = 528
getdents(18, /* 0 entries */, 32768)    = 0
close(18)                               = 0
open("/dev/ati/card0", O_RDWR)          = 18
ioctl(18, 0xc0586450, 0x7fffa6893010)   = 0
ioctl(18, 0xc0586450, 0x7fffa6893010)   = 0
gettid()                                = 1829
gettid()                                = 1829
open("libGLES.ini", O_RDONLY)           = -1 ENOENT (No such file or directory)
munmap(0x7f1b13f03000, 58306)           = 0
gettid()                                = 1829
gettid()                                = 1829
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/dev/ati/card0", O_RDWR)          = 19
ioctl(19, 0xc060646e, 0x7f1b15e43cb0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e43cb0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e43cb0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e43cb0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
brk(0x7f1b15e68000)                     = 0x7f1b15e68000
open(".//atiogl.xml", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
close(20)                               = 0
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
lseek(20, 0, SEEK_CUR)                  = 0
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
mmap(NULL, 35059, PROT_READ, MAP_PRIVATE, 20, 0) = 0x7f1b13f09000
lseek(20, 35059, SEEK_SET)              = 35059
brk(0x7f1b15e8a000)                     = 0x7f1b15e8a000
munmap(0x7f1b13f09000, 35059)           = 0
lseek(20, 0, SEEK_CUR)                  = 35059
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
read(20, "", 4096)                      = 0
close(20)                               = 0
brk(0x7f1b15eab000)                     = 0x7f1b15eab000
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
ioctl(19, 0xc060646e, 0x7f1b15e457b0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_SHARED, 17, 0x2000) = 0x7f1b13f10000
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
open(".//atiogl.xml", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
close(20)                               = 0
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
lseek(20, 0, SEEK_CUR)                  = 0
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
mmap(NULL, 35059, PROT_READ, MAP_PRIVATE, 20, 0) = 0x7f1b13f07000
lseek(20, 35059, SEEK_SET)              = 35059
munmap(0x7f1b13f07000, 35059)           = 0
lseek(20, 0, SEEK_CUR)                  = 35059
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
read(20, "", 4096)                      = 0
close(20)                               = 0
brk(0x7f1b15ecd000)                     = 0x7f1b15ecd000
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
ioctl(17, 0xc060646e, 0x7f1b15e750e0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
ioctl(17, 0x80146454, 0x7fffa6893310)   = 0
ioctl(17, 0x80146454, 0x7fffa6886710)   = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 17, 0x4000) = 0x7f1b13ef0000
ioctl(17, 0xc0086420, 0x7fffa6886748)   = 0
ioctl(14, 0xc0286480, 0x7fffa6886580)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886eb0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886eb0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886eb0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886eb0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886f00)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886f00)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886ec0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886ec0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886f00)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886ed0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886f00)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6886f30)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6887740)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6887740)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6887740)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6887740)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6887740)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6887740)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6887740)   = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b0963f000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b095bf000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b0957f000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b094ff000
brk(0x7f1b15eee000)                     = 0x7f1b15eee000
brk(0x7f1b15f0f000)                     = 0x7f1b15f0f000
ioctl(17, 0xc0586450, 0x7fffa688a0f0)   = 0
ioctl(17, 0xc0586450, 0x7fffa688a0f0)   = 0
ioctl(17, 0xc03064a6, 0x7fffa688a070)   = 0
ioctl(17, 0xc03064a6, 0x7fffa688a070)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6889e80)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6889e80)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6889e80)   = 0
mmap(NULL, 290816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b094b8000
brk(0x7f1b15f38000)                     = 0x7f1b15f38000
gettid()                                = 1829
brk(0x7f1b15f59000)                     = 0x7f1b15f59000
ioctl(17, 0xc03064a6, 0x7fffa6888600)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6888700)   = 0
gettid()                                = 1829
write(0, "[   299.024] ", 13)           = 13
write(0, "(II) AIGLX: Loaded and initializ"..., 48) = 48
write(0, "(II) GLX: Initialized DRI GL pro"..., 51) = 51
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
open("/sys/devices/system/cpu", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 20
getdents(20, /* 17 entries */, 32768)   = 528
getdents(20, /* 0 entries */, 32768)    = 0
close(20)                               = 0
open("/dev/ati/card0", O_RDWR)          = 20
ioctl(20, 0xc0586450, 0x7fffa68938d0)   = 0
ioctl(20, 0xc0586450, 0x7fffa68938d0)   = 0
gettid()                                = 1829
gettid()                                = 1829
brk(0x7f1b15f80000)                     = 0x7f1b15f80000
open("libGLES.ini", O_RDONLY)           = -1 ENOENT (No such file or directory)
ioctl(16, 0x80146454, 0x7fffa688fbc0)   = 0
ioctl(14, 0xc0286480, 0x7fffa688fa20)   = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 16, 0x4000) = 0x7f1b13ed0000
ioctl(16, 0xc03064a6, 0x7fffa688fe20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe70)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe70)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe70)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe40)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fe70)   = 0
ioctl(16, 0xc03064a6, 0x7fffa688fea0)   = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b09478000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b093f8000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b093b8000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b09338000
brk(0x7f1b15fa1000)                     = 0x7f1b15fa1000
brk(0x7f1b15fc2000)                     = 0x7f1b15fc2000
brk(0x7f1b15fe3000)                     = 0x7f1b15fe3000
ioctl(16, 0xc0586450, 0x7fffa6891a20)   = 0
ioctl(16, 0xc0586450, 0x7fffa6891a20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68919a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68919a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68917b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68917b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68917b0)   = 0
brk(0x7f1b16017000)                     = 0x7f1b16017000
ioctl(16, 0xc03064a6, 0x7fffa6891770)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891630)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891c90)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68916b0)   = 0
brk(0x7f1b16038000)                     = 0x7f1b16038000
ioctl(16, 0xc03064a6, 0x7fffa6891570)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891bd0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891570)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891bd0)   = 0
brk(0x7f1b16059000)                     = 0x7f1b16059000
brk(0x7f1b1607a000)                     = 0x7f1b1607a000
ioctl(16, 0xc03064a6, 0x7fffa6891530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68916f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891b90)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891920)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68916f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891b90)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891920)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68916f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891b90)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891920)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68916f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891b90)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891920)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891530)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68916f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891b90)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891920)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68917b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891c50)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891a60)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6890fb0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891170)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891610)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68913a0)   = 0
brk(0x7f1b1609b000)                     = 0x7f1b1609b000
ioctl(16, 0xc0586450, 0x7fffa6893020)   = 0
ioctl(16, 0xc0586450, 0x7fffa6893020)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892fa0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892fa0)   = 0
brk(0x7f1b160cb000)                     = 0x7f1b160cb000
ioctl(16, 0xc03064a6, 0x7fffa6892db0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892db0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892db0)   = 0
ioctl(16, 0xc0586450, 0x7fffa6893020)   = 0
ioctl(16, 0xc0586450, 0x7fffa6893020)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892fa0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892fa0)   = 0
brk(0x7f1b160ec000)                     = 0x7f1b160ec000
ioctl(16, 0xc03064a6, 0x7fffa6892d70)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892c30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893290)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892cb0)   = 0
brk(0x7f1b1610d000)                     = 0x7f1b1610d000
ioctl(16, 0xc03064a6, 0x7fffa6892b70)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68931d0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b70)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68931d0)   = 0
brk(0x7f1b1612e000)                     = 0x7f1b1612e000
brk(0x7f1b1614f000)                     = 0x7f1b1614f000
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892cf0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893190)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892f20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892cf0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893190)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892f20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892cf0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893190)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892f20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892cf0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893190)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892f20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892cf0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893190)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892f20)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892db0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893250)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893060)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68925b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892770)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892c10)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68929a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891630)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891760)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891760)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
gettid()                                = 1829
brk(0x7f1b16170000)                     = 0x7f1b16170000
ioctl(16, 0xc03064a6, 0x7fffa6892bb0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892bb0)   = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
write(0, "[   299.178] ", 13)           = 13
write(0, "(II) fglrx(0): Enable the clock "..., 40) = 40
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b081d5000
munmap(0x7f1b081d5000, 1052672)         = 0
ioctl(13, 0xc0106464, 0x7fffa6893950)   = 0
mmap(NULL, 5242880, PROT_READ|PROT_WRITE, MAP_SHARED, 13, 0x100000000) = 0x7f1b07dd6000
ioctl(13, 0x400c645f, 0x7fffa6893960)   = 0
write(0, "[   299.178] ", 13)           = 13
write(0, "(II) fglrx(0): Setting screen ph"..., 57) = 57
open("/usr/share/fonts/X11/misc/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=32637, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=32637, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "409\n10x20-ISO8859-1.pcf.gz -misc"..., 4096) = 4096
brk(0x7f1b16191000)                     = 0x7f1b16191000
read(21, "iso8859-10\n5x8-ISO8859-13.pcf.gz"..., 4096) = 4096
read(21, "sc-fixed-medium-r-semicondensed-"..., 4096) = 4096
read(21, "rmal--9-90-75-75-c-60-koi8-r\n6x9"..., 4096) = 4096
read(21, "m-r-normal--14-130-75-75-c-70-is"..., 4096) = 4096
read(21, "rmal--13-120-75-75-c-80-iso8859-"..., 4096) = 4096
read(21, "al--18-120-100-100-c-90-iso8859-"..., 4096) = 4096
brk(0x7f1b161b8000)                     = 0x7f1b161b8000
read(21, "-normal--12-120-75-75-c-60-iso88"..., 4096) = 3965
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/misc/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=6414, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=6414, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "!! fonts.alias -- automatically "..., 4096) = 4096
read(21, "75-75-c-60-iso8859-1\n-misc-fixed"..., 4096) = 2318
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/proc/meminfo", O_RDONLY)         = 21
fstat(21, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "MemTotal:        4007952 kB\nMemF"..., 1024) = 1024
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/100dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
brk(0x7f1b161e4000)                     = 0x7f1b161e4000
read(21, "er-medium-o-normal--14-100-100-1"..., 4096) = 4096
read(21, "-14-100-100-100-p-78-iso10646-1\n"..., 4096) = 4096
read(21, "9-1\nluIS08.pcf.gz -b&h-lucida-me"..., 4096) = 4096
read(21, "-lucidabright-demibold-i-normal-"..., 4096) = 4096
read(21, "pcf.gz -b&h-lucidatypewriter-bol"..., 4096) = 4096
read(21, "10.pcf.gz -adobe-new century sch"..., 4096) = 4096
read(21, "l--14-100-100-100-p-77-iso10646-"..., 4096) = 2578
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/100dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3302
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
read(21, "courO12-ISO8859-1.pcf.gz -adobe-"..., 4096) = 4096
read(21, "m-o-normal--14-140-75-75-p-78-is"..., 4096) = 4096
read(21, "al-sans-12-120-75-75-p-71-iso106"..., 4096) = 4096
read(21, "75-75-p-143-iso8859-1\nlubBI24.pc"..., 4096) = 4096
read(21, "l-sans-12-120-75-75-m-70-iso8859"..., 4096) = 4096
read(21, "dobe-new century schoolbook-medi"..., 4096) = 4096
read(21, "obe-times-medium-i-normal--10-10"..., 4096) = 1678
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3212
brk(0x7f1b16210000)                     = 0x7f1b16210000
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/Type1/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=2579, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=2579, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "32\nc0419bt_.pfb -bitstream-couri"..., 4096) = 2579
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/Type1/fonts.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/fonts/X11/100dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
read(21, "er-medium-o-normal--14-100-100-1"..., 4096) = 4096
read(21, "-14-100-100-100-p-78-iso10646-1\n"..., 4096) = 4096
read(21, "9-1\nluIS08.pcf.gz -b&h-lucida-me"..., 4096) = 4096
read(21, "-lucidabright-demibold-i-normal-"..., 4096) = 4096
read(21, "pcf.gz -b&h-lucidatypewriter-bol"..., 4096) = 4096
brk(0x7f1b16231000)                     = 0x7f1b16231000
read(21, "10.pcf.gz -adobe-new century sch"..., 4096) = 4096
read(21, "l--14-100-100-100-p-77-iso10646-"..., 4096) = 2578
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/100dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3302
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
brk(0x7f1b1625a000)                     = 0x7f1b1625a000
read(21, "courO12-ISO8859-1.pcf.gz -adobe-"..., 4096) = 4096
read(21, "m-o-normal--14-140-75-75-p-78-is"..., 4096) = 4096
read(21, "al-sans-12-120-75-75-p-71-iso106"..., 4096) = 4096
read(21, "75-75-p-143-iso8859-1\nlubBI24.pc"..., 4096) = 4096
read(21, "l-sans-12-120-75-75-m-70-iso8859"..., 4096) = 4096
read(21, "dobe-new century schoolbook-medi"..., 4096) = 4096
read(21, "obe-times-medium-i-normal--10-10"..., 4096) = 1678
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3212
brk(0x7f1b16281000)                     = 0x7f1b16281000
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
open("/usr/share/fonts/X11/misc/6x13-ISO8859-1.pcf.gz", O_RDONLY) = 21
read(21, "\37\213\10\0\214\370\342L\0\3\355\\kt\33\307u\376\360\222e[\17\352M\275\241\367\223\n%K"..., 8192) = 4675
read(21, "", 8192)                      = 0
close(21)                               = 0
open("/usr/share/fonts/X11/misc/cursor.pcf.gz", O_RDONLY) = 21
read(21, "\37\213\10\0r\370\342L\0\3\355\233{p\335\305u\307\217\356\225\256d[\266dcl\31lK6"..., 8192) = 5225
read(21, "", 8192)                      = 0
close(21)                               = 0
ioctl(16, 0xc03064a6, 0x7fffa68925b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892770)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892c10)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68929a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68925b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892770)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892c10)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68929a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892b30)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68921e0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68923a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892840)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68925d0)   = 0
brk(0x7f1b162b3000)                     = 0x7f1b162b3000
open("/usr/share/X11/xkb/rules/evdev", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=39584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "// DO NOT EDIT THIS FILE - IT WA"..., 4096) = 4096
read(21, "\n  $azerty       =       +aliase"..., 4096) = 4096
read(21, "sic)\t\t\t=\tpc+pl(dvorak)\n  *\t\tdvor"..., 4096) = 4096
read(21, "+in(guj)\n  *\t\tgur\t\t\t=\tpc+in(guru"..., 4096) = 4096
read(21, "c\t\t=\tpc+in(ori)\n  *\t\tro\t\tde\t\t=\tp"..., 4096) = 4096
read(21, "\t\t=\t+us(alt-intl):3\n  *\t\tben(bas"..., 4096) = 4096
brk(0x7f1b162dc000)                     = 0x7f1b162dc000
read(21, "\t+in(tam_TSCII):4\n  *\t\ttel(basic"..., 4096) = 4096
read(21, "k\t\tpl\t=\t+pl(dvorak_quotes):4\n  *"..., 4096) = 4096
read(21, "tch       =       +capslock(grou"..., 4096) = 4096
read(21, "tin9    =\t+kpdl(dotoss_latin9)\n "..., 4096) = 2720
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
access("/var/lib/xkb/", W_OK|X_OK)      = 0
pipe([21, 22])                          = 0
rt_sigaction(SIGALRM, {SIG_IGN, [], SA_RESTORER, 0x7f1b13404030}, {0x7f1b142555b0, [ALRM], SA_RESTORER, 0x7f1b13404030}, 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1b140b0b50) = 1904
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fcntl(22, F_GETFL)                      = 0x1 (flags O_WRONLY)
fstat(22, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
lseek(22, 0, SEEK_CUR)                  = -1 ESPIPE (Illegal seek)
close(21)                               = 0
write(22, "xkb_keymap \"default\" {\n    xkb_k"..., 314) = 314
close(22)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
wait4(1904, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1904
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigaction(SIGALRM, {0x7f1b142555b0, [ALRM], SA_RESTORER, 0x7f1b13404030}, {SIG_IGN, [], SA_RESTORER, 0x7f1b13404030}, 8) = 0
access("/var/lib/xkb/", W_OK|X_OK)      = 0
open("/var/lib/xkb/server-0.xkm", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=11252, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "\17mkx\26\10\377\7\177\0\0\0\6\0\1\0\214\0D\0\4\0\1\0\f\5\320\0\0\0\1\0"..., 4096) = 4096
lseek(21, 0, SEEK_SET)                  = 0
read(21, "\17mkx\26\10\377\7\177\0\0\0\6\0\1\0\214\0D\0\4\0\1\0\f\5\320\0\0\0\1\0"..., 4096) = 4096
lseek(21, 4096, SEEK_SET)               = 4096
lseek(21, 4096, SEEK_SET)               = 4096
lseek(21, 4096, SEEK_SET)               = 4096
read(21, "\10\376\0\0\377\201\t\0\6\0\1\0\0\0\0\0\n\376\0\0\377\201\t\0\6\0\377\0\0\0\0\0"..., 4096) = 4096
lseek(21, 8192, SEEK_SET)               = 8192
read(21, "s\377\10\20\1\1\0\0V\377\10\20\0\0\0\0\0\0\0\0\1\1\0\0x\377\10\20\1\1\0\0"..., 4096) = 3060
lseek(21, 11252, SEEK_SET)              = 11252
lseek(21, 11252, SEEK_SET)              = 11252
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
unlink("/var/lib/xkb/server-0.xkm")     = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
brk(0x7f1b162fd000)                     = 0x7f1b162fd000
brk(0x7f1b1631e000)                     = 0x7f1b1631e000
brk(0x7f1b1633f000)                     = 0x7f1b1633f000
brk(0x7f1b16360000)                     = 0x7f1b16360000
brk(0x7f1b16381000)                     = 0x7f1b16381000
open("/etc/udev/udev.conf", O_RDONLY|O_CLOEXEC) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(21, "# The initial syslog(3) priority"..., 4096) = 218
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
socket(PF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, 15) = 21
setsockopt(21, SOL_SOCKET, SO_ATTACH_FILTER, "\v\0\0\0\0\0\0\0p)\211\246\377\177\0\0", 16) = 0
bind(21, {sa_family=AF_NETLINK, pid=0, groups=00000002}, 12) = 0
getsockname(21, {sa_family=AF_NETLINK, pid=-4232, groups=00000002}, [12]) = 0
setsockopt(21, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
stat("/sys/subsystem", 0x7fffa6893550)  = -1 ENOENT (No such file or directory)
open("/sys/bus", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
brk(0x7f1b163a7000)                     = 0x7f1b163a7000
getdents(22, /* 16 entries */, 32768)   = 432
getdents(22, /* 0 entries */, 32768)    = 0
close(22)                               = 0
open("/sys/class", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
getdents(22, /* 39 entries */, 32768)   = 1128
open("/sys/class/tty", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 73 entries */, 32768)   = 2224
readlink("/sys/class/tty/tty", "../../devices/virtual/tty/tty", 1024) = 29
stat("/sys/devices/virtual/tty/tty/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/console", "../../devices/virtual/tty/console"..., 1024) = 33
stat("/sys/devices/virtual/tty/console/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty0", "../../devices/virtual/tty/tty0"..., 1024) = 30
stat("/sys/devices/virtual/tty/tty0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty1", "../../devices/virtual/tty/tty1", 1024) = 30
stat("/sys/devices/virtual/tty/tty1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty2", "../../devices/virtual/tty/tty2", 1024) = 30
stat("/sys/devices/virtual/tty/tty2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty3", "../../devices/virtual/tty/tty3", 1024) = 30
stat("/sys/devices/virtual/tty/tty3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty4", "../../devices/virtual/tty/tty4", 1024) = 30
stat("/sys/devices/virtual/tty/tty4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty5", "../../devices/virtual/tty/tty5", 1024) = 30
stat("/sys/devices/virtual/tty/tty5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty6", "../../devices/virtual/tty/tty6", 1024) = 30
stat("/sys/devices/virtual/tty/tty6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty7", "../../devices/virtual/tty/tty7", 1024) = 30
stat("/sys/devices/virtual/tty/tty7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty8", "../../devices/virtual/tty/tty8", 1024) = 30
stat("/sys/devices/virtual/tty/tty8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty9", "../../devices/virtual/tty/tty9", 1024) = 30
stat("/sys/devices/virtual/tty/tty9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty10", "../../devices/virtual/tty/tty10"..., 1024) = 31
stat("/sys/devices/virtual/tty/tty10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty11", "../../devices/virtual/tty/tty11", 1024) = 31
stat("/sys/devices/virtual/tty/tty11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty12", "../../devices/virtual/tty/tty12", 1024) = 31
stat("/sys/devices/virtual/tty/tty12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty13", "../../devices/virtual/tty/tty13", 1024) = 31
stat("/sys/devices/virtual/tty/tty13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty14", "../../devices/virtual/tty/tty14", 1024) = 31
stat("/sys/devices/virtual/tty/tty14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty15", "../../devices/virtual/tty/tty15", 1024) = 31
stat("/sys/devices/virtual/tty/tty15/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty16", "../../devices/virtual/tty/tty16", 1024) = 31
stat("/sys/devices/virtual/tty/tty16/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty17", "../../devices/virtual/tty/tty17", 1024) = 31
stat("/sys/devices/virtual/tty/tty17/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty18", "../../devices/virtual/tty/tty18", 1024) = 31
stat("/sys/devices/virtual/tty/tty18/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty19", "../../devices/virtual/tty/tty19", 1024) = 31
stat("/sys/devices/virtual/tty/tty19/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty20", "../../devices/virtual/tty/tty20", 1024) = 31
stat("/sys/devices/virtual/tty/tty20/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty21", "../../devices/virtual/tty/tty21", 1024) = 31
stat("/sys/devices/virtual/tty/tty21/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty22", "../../devices/virtual/tty/tty22", 1024) = 31
stat("/sys/devices/virtual/tty/tty22/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty23", "../../devices/virtual/tty/tty23", 1024) = 31
stat("/sys/devices/virtual/tty/tty23/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty24", "../../devices/virtual/tty/tty24", 1024) = 31
stat("/sys/devices/virtual/tty/tty24/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty25", "../../devices/virtual/tty/tty25", 1024) = 31
stat("/sys/devices/virtual/tty/tty25/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty26", "../../devices/virtual/tty/tty26", 1024) = 31
stat("/sys/devices/virtual/tty/tty26/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty27", "../../devices/virtual/tty/tty27", 1024) = 31
stat("/sys/devices/virtual/tty/tty27/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty28", "../../devices/virtual/tty/tty28", 1024) = 31
stat("/sys/devices/virtual/tty/tty28/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty29", "../../devices/virtual/tty/tty29", 1024) = 31
stat("/sys/devices/virtual/tty/tty29/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty30", "../../devices/virtual/tty/tty30", 1024) = 31
stat("/sys/devices/virtual/tty/tty30/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty31", "../../devices/virtual/tty/tty31", 1024) = 31
stat("/sys/devices/virtual/tty/tty31/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty32", "../../devices/virtual/tty/tty32", 1024) = 31
stat("/sys/devices/virtual/tty/tty32/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty33", "../../devices/virtual/tty/tty33", 1024) = 31
stat("/sys/devices/virtual/tty/tty33/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty34", "../../devices/virtual/tty/tty34", 1024) = 31
stat("/sys/devices/virtual/tty/tty34/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty35", "../../devices/virtual/tty/tty35", 1024) = 31
stat("/sys/devices/virtual/tty/tty35/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty36", "../../devices/virtual/tty/tty36", 1024) = 31
stat("/sys/devices/virtual/tty/tty36/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty37", "../../devices/virtual/tty/tty37", 1024) = 31
stat("/sys/devices/virtual/tty/tty37/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty38", "../../devices/virtual/tty/tty38", 1024) = 31
stat("/sys/devices/virtual/tty/tty38/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty39", "../../devices/virtual/tty/tty39", 1024) = 31
stat("/sys/devices/virtual/tty/tty39/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty40", "../../devices/virtual/tty/tty40", 1024) = 31
stat("/sys/devices/virtual/tty/tty40/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty41", "../../devices/virtual/tty/tty41", 1024) = 31
stat("/sys/devices/virtual/tty/tty41/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty42", "../../devices/virtual/tty/tty42", 1024) = 31
stat("/sys/devices/virtual/tty/tty42/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty43", "../../devices/virtual/tty/tty43", 1024) = 31
stat("/sys/devices/virtual/tty/tty43/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty44", "../../devices/virtual/tty/tty44", 1024) = 31
stat("/sys/devices/virtual/tty/tty44/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty45", "../../devices/virtual/tty/tty45", 1024) = 31
stat("/sys/devices/virtual/tty/tty45/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty46", "../../devices/virtual/tty/tty46", 1024) = 31
stat("/sys/devices/virtual/tty/tty46/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty47", "../../devices/virtual/tty/tty47", 1024) = 31
stat("/sys/devices/virtual/tty/tty47/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty48", "../../devices/virtual/tty/tty48", 1024) = 31
stat("/sys/devices/virtual/tty/tty48/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty49", "../../devices/virtual/tty/tty49", 1024) = 31
stat("/sys/devices/virtual/tty/tty49/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty50", "../../devices/virtual/tty/tty50", 1024) = 31
stat("/sys/devices/virtual/tty/tty50/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty51", "../../devices/virtual/tty/tty51", 1024) = 31
stat("/sys/devices/virtual/tty/tty51/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty52", "../../devices/virtual/tty/tty52", 1024) = 31
stat("/sys/devices/virtual/tty/tty52/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty53", "../../devices/virtual/tty/tty53", 1024) = 31
stat("/sys/devices/virtual/tty/tty53/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty54", "../../devices/virtual/tty/tty54", 1024) = 31
stat("/sys/devices/virtual/tty/tty54/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty55", "../../devices/virtual/tty/tty55", 1024) = 31
stat("/sys/devices/virtual/tty/tty55/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty56", "../../devices/virtual/tty/tty56", 1024) = 31
stat("/sys/devices/virtual/tty/tty56/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty57", "../../devices/virtual/tty/tty57", 1024) = 31
stat("/sys/devices/virtual/tty/tty57/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty58", "../../devices/virtual/tty/tty58", 1024) = 31
stat("/sys/devices/virtual/tty/tty58/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty59", "../../devices/virtual/tty/tty59", 1024) = 31
stat("/sys/devices/virtual/tty/tty59/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty60", "../../devices/virtual/tty/tty60", 1024) = 31
stat("/sys/devices/virtual/tty/tty60/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty61", "../../devices/virtual/tty/tty61", 1024) = 31
stat("/sys/devices/virtual/tty/tty61/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty62", "../../devices/virtual/tty/tty62", 1024) = 31
stat("/sys/devices/virtual/tty/tty62/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty63", "../../devices/virtual/tty/tty63", 1024) = 31
stat("/sys/devices/virtual/tty/tty63/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ptmx", "../../devices/virtual/tty/ptmx"..., 1024) = 30
stat("/sys/devices/virtual/tty/ptmx/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS0", "../../devices/platform/serial8250/tty/ttyS0"..., 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS1", "../../devices/platform/serial8250/tty/ttyS1", 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS2", "../../devices/platform/serial8250/tty/ttyS2", 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS3", "../../devices/platform/serial8250/tty/ttyS3", 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
open("/sys/class/input", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 35 entries */, 32768)   = 1088
readlink("/sys/class/input/mice", "../../devices/virtual/input/mice"..., 1024) = 32
stat("/sys/devices/virtual/input/mice/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input0", "../../devices/platform/i8042/serio0/input/input0"..., 1024) = 48
stat("/sys/devices/platform/i8042/serio0/input/input0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input1", "../../devices/virtual/input/input1"..., 1024) = 34
stat("/sys/devices/virtual/input/input1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input2", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2", 1024) = 80
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input3", "../../devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3"..., 1024) = 59
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input4", "../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input4"..., 1024) = 50
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input5", "../../devices/platform/pcspkr/input/input5"..., 1024) = 42
stat("/sys/devices/platform/pcspkr/input/input5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event0", "../../devices/platform/i8042/serio0/input/input0/event0"..., 1024) = 55
stat("/sys/devices/platform/i8042/serio0/input/input0/event0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event1", "../../devices/virtual/input/input1/event1"..., 1024) = 41
stat("/sys/devices/virtual/input/input1/event1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event2", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2", 1024) = 87
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event3", "../../devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"..., 1024) = 66
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event4", "../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"..., 1024) = 57
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event5", "../../devices/platform/pcspkr/input/input5/event5"..., 1024) = 49
stat("/sys/devices/platform/pcspkr/input/input5/event5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input6", "../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6"..., 1024) = 75
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event6", "../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6"..., 1024) = 82
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input7", "../../devices/platform/i8042/serio1/input/input7"..., 1024) = 48
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/mouse0", "../../devices/platform/i8042/serio1/input/input7/mouse0"..., 1024) = 55
stat("/sys/devices/platform/i8042/serio1/input/input7/mouse0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event7", "../../devices/platform/i8042/serio1/input/input7/event7", 1024) = 55
stat("/sys/devices/platform/i8042/serio1/input/input7/event7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input8", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8"..., 1024) = 81
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event8", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8", 1024) = 88
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input9", "../../devices/platform/lis3lv02d/input/input9"..., 1024) = 45
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event9", "../../devices/platform/lis3lv02d/input/input9/event9"..., 1024) = 52
stat("/sys/devices/platform/lis3lv02d/input/input9/event9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input10", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10"..., 1024) = 72
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event10", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10"..., 1024) = 80
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/js0", "../../devices/platform/lis3lv02d/input/input9/js0"..., 1024) = 49
stat("/sys/devices/platform/lis3lv02d/input/input9/js0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input11", "../../devices/pci0000:00/0000:00:1b.0/input/input11"..., 1024) = 51
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event11", "../../devices/pci0000:00/0000:00:1b.0/input/input11/event11"..., 1024) = 59
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input12", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input12"..., 1024) = 57
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event12", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12"..., 1024) = 65
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input13", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input13"..., 1024) = 57
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event13", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13", 1024) = 65
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input14", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input14"..., 1024) = 57
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event14", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14", 1024) = 65
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
getdents(22, /* 0 entries */, 32768)    = 0
close(22)                               = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(22, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 153
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/subsystem", "../../../../../class/input"..., 1024) = 26
access("/run/udev", F_OK)               = 0
open("/run/udev/data/+input:input4", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(22, "I:11065669\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/uevent", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(22, "MAJOR=13\nMINOR=68\nDEVNAME=input/"..., 4096) = 39
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/c13:68", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(22, "N:input/event4\nI:11533377\nE:BACK"..., 4096) = 221
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(22, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 153
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input4", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07dd5000
read(22, "I:11065669\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7f1b07dd5000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/name", O_RDONLY|O_CLOEXEC) = 22
read(22, "Power Button\n", 4096)        = 13
close(22)                               = 0
write(0, "[   299.703] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 71) = 71
uname({sys="Linux", node="rowlf", ...}) = 0
write(0, "[   299.703] ", 13)           = 13
write(0, "(**) Power Button: Applying Inpu"..., 65) = 65
write(0, "[   299.703] ", 13)           = 13
write(0, "(II) LoadModule: \"evdev\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
getdents(22, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
getdents(22, /* 0 entries */, 32768)    = 0
close(22)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
getdents(22, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 34 entries */, 32768)   = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/r128_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sisusb_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/voodoo_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_alpine.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_laguna.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/s3_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mach64_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sis_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vesa_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mga_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/chips_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/apm_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/nouveau_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ati_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tdfx_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/neomagic_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fbdev_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmware_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/rendition_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tseng_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmwlegacy_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/trident_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/i128_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/multimedia/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/multimedia/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 12 entries */, 32768)   = 448
stat("/usr/lib/xorg/modules/multimedia/theatre_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/msp3430_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/fi1236_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9850_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/bt829_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/uda1380_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre_detect_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre200_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda8425_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9885_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/libvbe.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/glesx.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/input/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/input/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 5 entries */, 32768)    = 152
stat("/usr/lib/xorg/modules/input/synaptics_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/input/evdev_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
close(23)                               = 0
close(22)                               = 0
write(0, "[   299.723] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
open("/usr/lib/xorg/modules/input/evdev_drv.so", O_RDONLY) = 22
read(22, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260'\0\0\0\0\0\0"..., 832) = 832
fstat(22, {st_mode=S_IFREG|0644, st_size=41464, ...}) = 0
mmap(NULL, 2137080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 22, 0) = 0x7f1b07bcc000
mprotect(0x7f1b07bd5000, 2097152, PROT_NONE) = 0
mmap(0x7f1b07dd5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 22, 0x9000) = 0x7f1b07dd5000
close(22)                               = 0
write(0, "[   299.726] ", 13)           = 13
write(0, "(II) Module evdev: vendor=\"X.Org"..., 45) = 45
write(0, "[   299.726] ", 13)           = 13
write(0, "\tcompiled for 1.11.0", 20)   = 20
write(0, ", module version = 2.6.0\n", 25) = 25
write(0, "[   299.726] ", 13)           = 13
write(0, "\tModule class: X.Org XInput Driv"..., 35) = 35
write(0, "[   299.727] ", 13)           = 13
write(0, "\tABI class: X.Org XInput driver,"..., 46) = 46
write(0, "[   299.727] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 51) = 51
write(0, "[   299.727] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   299.727] ", 13)           = 13
write(0, "(**) Power Button: always report"..., 46) = 46
write(0, "[   299.727] ", 13)           = 13
write(0, "(**) Power Button: Device: \"/dev"..., 47) = 47
open("/dev/input/event4", O_RDWR|O_NONBLOCK) = 22
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
ioctl(22, 0x83ff4506, 0x7fffa6893340)   = 13
ioctl(22, 0x80084520, 0x7fffa68937a0)   = 8
ioctl(22, 0x80084522, 0x7fffa68937b0)   = 8
ioctl(22, 0x80084523, 0x7fffa68937c0)   = 8
ioctl(22, 0x80084531, 0x7fffa68937d0)   = 8
ioctl(22, 0x80604521, 0x7fffa6893740)   = 96
write(0, "[   299.728] ", 13)           = 13
write(0, "(--) Power Button: Found keys\n", 30) = 30
write(0, "[   299.728] ", 13)           = 13
write(0, "(II) Power Button: Configuring a"..., 43) = 43
write(0, "[   299.728] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 64) = 64
write(0, "\n", 1)                       = 1
write(0, "[   299.729] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 80) = 80
write(0, "[   299.729] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.729] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.729] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(22, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
ioctl(22, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [22], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(22, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(22, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(23, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/+input:input10", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(23, "I:12351717\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/uevent", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(23, "MAJOR=13\nMINOR=74\nDEVNAME=input/"..., 4096) = 40
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/subsystem", "../../../../../../../../class/input", 1024) = 35
open("/run/udev/data/c13:74", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=222, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(23, "N:input/event10\nI:12354211\nE:BAC"..., 4096) = 222
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(23, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/subsystem", "../../../../../../../class/input"..., 1024) = 32
open("/run/udev/data/+input:input10", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(23, "I:12351717\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/name", O_RDONLY|O_CLOEXEC) = 23
read(23, "Video Bus\n", 4096)           = 10
close(23)                               = 0
write(0, "[   299.736] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 69) = 69
write(0, "[   299.736] ", 13)           = 13
write(0, "(**) Video Bus: Applying InputCl"..., 62) = 62
write(0, "[   299.736] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 48) = 48
write(0, "[   299.736] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   299.736] ", 13)           = 13
write(0, "(**) Video Bus: always reports c"..., 43) = 43
write(0, "[   299.736] ", 13)           = 13
write(0, "(**) Video Bus: Device: \"/dev/in"..., 45) = 45
open("/dev/input/event10", O_RDWR|O_NONBLOCK) = 23
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
ioctl(23, 0x83ff4506, 0x7fffa6893340)   = 10
ioctl(23, 0x80084520, 0x7fffa68937a0)   = 8
ioctl(23, 0x80084522, 0x7fffa68937b0)   = 8
ioctl(23, 0x80084523, 0x7fffa68937c0)   = 8
ioctl(23, 0x80084531, 0x7fffa68937d0)   = 8
ioctl(23, 0x80604521, 0x7fffa6893740)   = 96
write(0, "[   299.737] ", 13)           = 13
write(0, "(--) Video Bus: Found keys\n", 27) = 27
write(0, "[   299.737] ", 13)           = 13
write(0, "(II) Video Bus: Configuring as k"..., 40) = 40
write(0, "[   299.737] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 87) = 87
write(0, "\n", 1)                       = 1
write(0, "[   299.738] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 77) = 77
write(0, "[   299.738] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.738] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.738] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(23, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
ioctl(23, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [23], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(23, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(23, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(23, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "PRODUCT=19/0/5/0\nNAME=\"Lid Switc"..., 4096) = 134
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/subsystem", "../../../../../../../../class/input", 1024) = 35
open("/run/udev/data/+input:input2", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "I:11053861\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 80
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "MAJOR=13\nMINOR=66\nDEVNAME=input/"..., 4096) = 39
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/subsystem", "../../../../../../../../../class/input", 1024) = 38
open("/run/udev/data/c13:66", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "N:input/event2\nI:11416827\nE:ID_I"..., 4096) = 95
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "PRODUCT=19/0/5/0\nNAME=\"Lid Switc"..., 4096) = 134
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/subsystem", "../../../../../../../../class/input"..., 1024) = 35
open("/run/udev/data/+input:input2", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "I:11053861\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 80
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/name", O_RDONLY|O_CLOEXEC) = 24
read(24, "Lid Switch\n", 4096)          = 11
close(24)                               = 0
write(0, "[   299.745] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 69) = 69
write(0, "[   299.745] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/subsystem", "../../../../../../../../class/input", 1024) = 35
open("/run/udev/data/+input:input8", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "I:12236203\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "MAJOR=13\nMINOR=72\nDEVNAME=input/"..., 4096) = 39
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/subsystem", "../../../../../../../../../class/input", 1024) = 38
open("/run/udev/data/c13:72", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "N:input/event8\nI:12237726\nE:BACK"..., 4096) = 221
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/subsystem", "../../../../../../../../class/input"..., 1024) = 35
open("/run/udev/data/+input:input8", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(24, "I:12236203\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/name", O_RDONLY|O_CLOEXEC) = 24
read(24, "Video Bus\n", 4096)           = 10
close(24)                               = 0
write(0, "[   299.749] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 68) = 68
write(0, "[   299.750] ", 13)           = 13
write(0, "(**) Video Bus: Applying InputCl"..., 62) = 62
write(0, "[   299.750] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 48) = 48
write(0, "[   299.750] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   299.750] ", 13)           = 13
write(0, "(**) Video Bus: always reports c"..., 43) = 43
write(0, "[   299.750] ", 13)           = 13
write(0, "(**) Video Bus: Device: \"/dev/in"..., 44) = 44
open("/dev/input/event8", O_RDWR|O_NONBLOCK) = 24
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
ioctl(24, 0x83ff4506, 0x7fffa6893340)   = 10
ioctl(24, 0x80084520, 0x7fffa68937a0)   = 8
ioctl(24, 0x80084522, 0x7fffa68937b0)   = 8
ioctl(24, 0x80084523, 0x7fffa68937c0)   = 8
ioctl(24, 0x80084531, 0x7fffa68937d0)   = 8
ioctl(24, 0x80604521, 0x7fffa6893740)   = 96
write(0, "[   299.751] ", 13)           = 13
write(0, "(--) Video Bus: Found keys\n", 27) = 27
write(0, "[   299.751] ", 13)           = 13
write(0, "(II) Video Bus: Configuring as k"..., 40) = 40
write(0, "[   299.751] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 95) = 95
write(0, "\n", 1)                       = 1
write(0, "[   299.752] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 77) = 77
write(0, "[   299.752] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.752] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.752] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(24, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
ioctl(24, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [24], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(24, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(24, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(24, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(25, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 152
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input3", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=97, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(25, "I:11065631\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 97
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/uevent", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(25, "MAJOR=13\nMINOR=67\nDEVNAME=input/"..., 4096) = 39
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/subsystem", "../../../../../../../class/input"..., 1024) = 32
open("/run/udev/data/c13:67", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(25, "N:input/event3\nI:11533442\nE:BACK"..., 4096) = 219
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(25, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 152
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input3", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=97, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(25, "I:11065631\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 97
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/name", O_RDONLY|O_CLOEXEC) = 25
read(25, "Power Button\n", 4096)        = 13
close(25)                               = 0
write(0, "[   299.758] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 71) = 71
write(0, "[   299.758] ", 13)           = 13
write(0, "(**) Power Button: Applying Inpu"..., 65) = 65
write(0, "[   299.759] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 51) = 51
write(0, "[   299.759] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   299.759] ", 13)           = 13
write(0, "(**) Power Button: always report"..., 46) = 46
write(0, "[   299.759] ", 13)           = 13
write(0, "(**) Power Button: Device: \"/dev"..., 47) = 47
open("/dev/input/event3", O_RDWR|O_NONBLOCK) = 25
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
ioctl(25, 0x83ff4506, 0x7fffa6893340)   = 13
ioctl(25, 0x80084520, 0x7fffa68937a0)   = 8
ioctl(25, 0x80084522, 0x7fffa68937b0)   = 8
ioctl(25, 0x80084523, 0x7fffa68937c0)   = 8
ioctl(25, 0x80084531, 0x7fffa68937d0)   = 8
ioctl(25, 0x80604521, 0x7fffa6893740)   = 96
write(0, "[   299.760] ", 13)           = 13
write(0, "(--) Power Button: Found keys\n", 30) = 30
write(0, "[   299.760] ", 13)           = 13
write(0, "(II) Power Button: Configuring a"..., 43) = 43
write(0, "[   299.760] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 73) = 73
write(0, "\n", 1)                       = 1
write(0, "[   299.760] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 80) = 80
write(0, "[   299.761] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.761] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.761] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(25, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
ioctl(25, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [25], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(25, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(25, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(25, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(26, "PRODUCT=3/64e/e258/400\nNAME=\"HP "..., 4096) = 165
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/subsystem", "../../../../../../../../../class/input", 1024) = 38
open("/run/udev/data/+input:input6", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=528, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(26, "I:11592784\nE:ID_BUS=usb\nE:ID_INP"..., 4096) = 528
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/uevent", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(26, "MAJOR=13\nMINOR=70\nDEVNAME=input/"..., 4096) = 39
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/subsystem", "../../../../../../../../../../class/input"..., 1024) = 41
open("/run/udev/data/c13:70", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=756, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(26, "N:input/event6\nS:input/by-id/usb"..., 4096) = 756
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(26, "PRODUCT=3/64e/e258/400\nNAME=\"HP "..., 4096) = 165
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/subsystem", "../../../../../../../../../class/input"..., 1024) = 38
open("/run/udev/data/+input:input6", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=528, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(26, "I:11592784\nE:ID_BUS=usb\nE:ID_INP"..., 4096) = 528
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/name", O_RDONLY|O_CLOEXEC) = 26
read(26, "HP TrueVision HD\r\n", 4096)  = 18
close(26)                               = 0
write(0, "[   299.767] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 76) = 76
write(0, "[   299.767] ", 13)           = 13
write(0, "(**) HP TrueVision HD\r: Applying"..., 70) = 70
write(0, "[   299.768] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 56) = 56
write(0, "[   299.768] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   299.768] ", 13)           = 13
write(0, "(**) HP TrueVision HD\r: always r"..., 51) = 51
brk(0x7f1b163c8000)                     = 0x7f1b163c8000
write(0, "[   299.768] ", 13)           = 13
write(0, "(**) HP TrueVision HD\r: Device: "..., 52) = 52
open("/dev/input/event6", O_RDWR|O_NONBLOCK) = 26
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
ioctl(26, 0x83ff4506, 0x7fffa6893340)   = 18
ioctl(26, 0x80084520, 0x7fffa68937a0)   = 8
ioctl(26, 0x80084522, 0x7fffa68937b0)   = 8
ioctl(26, 0x80084523, 0x7fffa68937c0)   = 8
ioctl(26, 0x80084531, 0x7fffa68937d0)   = 8
ioctl(26, 0x80604521, 0x7fffa6893740)   = 96
write(0, "[   299.769] ", 13)           = 13
write(0, "(--) HP TrueVision HD\r: Found ke"..., 35) = 35
write(0, "[   299.769] ", 13)           = 13
write(0, "(II) HP TrueVision HD\r: Configur"..., 48) = 48
write(0, "[   299.769] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/pci0000:00/0"..., 89) = 89
write(0, "\n", 1)                       = 1
write(0, "[   299.770] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 86) = 86
write(0, "[   299.770] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.770] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.770] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(26, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
ioctl(26, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [26], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(26, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(26, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(26, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=1/111d/7605/1\nNAME=\"HDA "..., 4096) = 152
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input11", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13034969\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "MAJOR=13\nMINOR=75\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/c13:75", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "N:input/event11\nI:13037430\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=1/111d/7605/1\nNAME=\"HDA "..., 4096) = 152
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input11", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13034969\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Digital PCBeep\n", 4096)  = 19
close(27)                               = 0
write(0, "[   299.776] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 78) = 78
write(0, "[   299.776] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 135
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input12", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13035333\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "MAJOR=13\nMINOR=76\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/subsystem", "../../../../../../../class/input"..., 1024) = 32
open("/run/udev/data/c13:76", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "N:input/event12\nI:13038241\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 135
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input12", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13035333\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Intel PCH HDMI/DP,pcm=3\n", 4096) = 28
close(27)                               = 0
write(0, "[   299.781] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 87) = 87
write(0, "[   299.781] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 124
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input13", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13035853\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "MAJOR=13\nMINOR=77\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:77", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "N:input/event13\nI:13037772\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 124
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input13", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13035853\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Intel PCH Mic\n", 4096)   = 18
close(27)                               = 0
write(0, "[   299.785] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 77) = 77
write(0, "[   299.786] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 129
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input14", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13035529\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "MAJOR=13\nMINOR=78\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:78", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "N:input/event14\nI:13038511\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 129
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input14", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:13035529\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Intel PCH Headphone\n", 4096) = 24
close(27)                               = 0
write(0, "[   299.790] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 83) = 83
write(0, "[   299.790] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/i8042/serio0/input/input0", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio0/input/input0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=11/1/1/ab83\nNAME=\"AT Tra"..., 4096) = 401
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input0", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=154, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:11718240\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 154
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/event0", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio0/input/input0/event0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/event0/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "MAJOR=13\nMINOR=64\nDEVNAME=input/"..., 4096) = 39
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/event0/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:64", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=325, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "N:input/event0\nS:input/by-path/p"..., 4096) = 325
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio0/input/input0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "PRODUCT=11/1/1/ab83\nNAME=\"AT Tra"..., 4096) = 401
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input0", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=154, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(27, "I:11718240\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 154
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/platform/i8042/serio0/input/input0/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/i8042/serio0/input/input0/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "AT Translated Set 2 keyboard\n", 4096) = 29
close(27)                               = 0
write(0, "[   299.795] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 87) = 87
write(0, "[   299.795] ", 13)           = 13
write(0, "(**) AT Translated Set 2 keyboar"..., 81) = 81
write(0, "[   299.795] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 67) = 67
write(0, "[   299.795] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   299.796] ", 13)           = 13
write(0, "(**) AT Translated Set 2 keyboar"..., 62) = 62
write(0, "[   299.796] ", 13)           = 13
write(0, "(**) AT Translated Set 2 keyboar"..., 63) = 63
open("/dev/input/event0", O_RDWR|O_NONBLOCK) = 27
fstat(27, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
ioctl(27, 0x83ff4506, 0x7fffa6893340)   = 29
ioctl(27, 0x80084520, 0x7fffa68937a0)   = 8
ioctl(27, 0x80084522, 0x7fffa68937b0)   = 8
ioctl(27, 0x80084523, 0x7fffa68937c0)   = 8
ioctl(27, 0x80084531, 0x7fffa68937d0)   = 8
ioctl(27, 0x80604521, 0x7fffa6893740)   = 96
write(0, "[   299.797] ", 13)           = 13
write(0, "(--) AT Translated Set 2 keyboar"..., 46) = 46
write(0, "[   299.797] ", 13)           = 13
write(0, "(II) AT Translated Set 2 keyboar"..., 59) = 59
write(0, "[   299.797] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/platform/i80"..., 62) = 62
write(0, "\n", 1)                       = 1
write(0, "[   299.797] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 97) = 97
write(0, "[   299.797] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.798] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.798] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(27, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(27, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
ioctl(27, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [27], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(27, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(27, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(27, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(27, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/uevent", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(28, "PRODUCT=11/2/7/1b1\nNAME=\"SynPS/2"..., 4096) = 235
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input7", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(28, "I:12172620\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 137
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/event7", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/event7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/event7/uevent", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(28, "MAJOR=13\nMINOR=71\nDEVNAME=input/"..., 4096) = 39
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/event7/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:71", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=203, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(28, "N:input/event7\nS:input/by-path/p"..., 4096) = 203
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/uevent", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(28, "PRODUCT=11/2/7/1b1\nNAME=\"SynPS/2"..., 4096) = 235
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input7", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(28, "I:12172620\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 137
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/name", O_RDONLY|O_CLOEXEC) = 28
read(28, "SynPS/2 Synaptics TouchPad\n", 4096) = 27
close(28)                               = 0
write(0, "[   299.804] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 85) = 85
write(0, "[   299.804] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 79) = 79
write(0, "[   299.804] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 73) = 73
write(0, "[   299.804] ", 13)           = 13
write(0, "(II) LoadModule: \"synaptics\"", 28) = 28
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 28
getdents(28, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
getdents(28, /* 0 entries */, 32768)    = 0
close(28)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 28
getdents(28, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 34 entries */, 32768)   = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/r128_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sisusb_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/voodoo_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_alpine.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_laguna.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/s3_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mach64_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sis_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vesa_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mga_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/chips_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/apm_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/nouveau_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ati_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tdfx_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/neomagic_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fbdev_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmware_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/rendition_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tseng_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmwlegacy_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/trident_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/i128_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/multimedia/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/multimedia/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 12 entries */, 32768)   = 448
stat("/usr/lib/xorg/modules/multimedia/theatre_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/msp3430_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/fi1236_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9850_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/bt829_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/uda1380_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre_detect_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre200_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda8425_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9885_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/libvbe.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/glesx.so/", 0x7fffa6891660) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/input/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/input/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 5 entries */, 32768)    = 152
stat("/usr/lib/xorg/modules/input/synaptics_drv.so/", 0x7fffa6890570) = -1 ENOTDIR (Not a directory)
close(29)                               = 0
close(28)                               = 0
write(0, "[   299.812] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 58) = 58
open("/usr/lib/xorg/modules/input/synaptics_drv.so", O_RDONLY) = 28
read(28, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\35\0\0\0\0\0\0"..., 832) = 832
fstat(28, {st_mode=S_IFREG|0644, st_size=53136, ...}) = 0
mmap(NULL, 2148520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 28, 0) = 0x7f1b079bf000
mprotect(0x7f1b079cc000, 2093056, PROT_NONE) = 0
mmap(0x7f1b07bcb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 28, 0xc000) = 0x7f1b07bcb000
close(28)                               = 0
write(0, "[   299.815] ", 13)           = 13
write(0, "(II) Module synaptics: vendor=\"X"..., 49) = 49
write(0, "[   299.816] ", 13)           = 13
write(0, "\tcompiled for 1.11.2", 20)   = 20
write(0, ".902", 4)                     = 4
write(0, ", module version = 1.5.0\n", 25) = 25
write(0, "[   299.816] ", 13)           = 13
write(0, "\tModule class: X.Org XInput Driv"..., 35) = 35
write(0, "[   299.816] ", 13)           = 13
write(0, "\tABI class: X.Org XInput driver,"..., 46) = 46
write(0, "[   299.816] ", 13)           = 13
write(0, "(II) Using input driver 'synapti"..., 69) = 69
write(0, "[   299.816] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 58) = 58
write(0, "[   299.817] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 60) = 60
write(0, "[   299.817] ", 13)           = 13
write(0, "(**) Option \"Device\"", 20)  = 20
write(0, " \"/dev/input/event7\"", 20)  = 20
write(0, "\n", 1)                       = 1
open("/dev/input/event7", O_RDONLY)     = 28
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, 0x80084520, 0x7fffa6893710)   = 8
ioctl(28, 0x80084523, 0x7fffa6893720)   = 8
ioctl(28, 0x80604521, 0x7fffa68936b0)   = 96
ioctl(28, EVIOCGRAB, 0)                 = 0
close(28)                               = 0
open("/dev/input/event7", O_RDWR|O_NONBLOCK) = 28
ioctl(28, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffa68936d0) = -1 EINVAL (Invalid argument)
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, 0x80084520, 0x7fffa6893760)   = 8
ioctl(28, 0x80084523, 0x7fffa6893770)   = 8
ioctl(28, 0x80604521, 0x7fffa6893700)   = 96
ioctl(28, EVIOCGRAB, 0)                 = 0
ioctl(28, 0x80184540, 0x7fffa68935a0)   = 0
ioctl(28, 0x80184541, 0x7fffa68935a0)   = 0
ioctl(28, 0x80084523, 0x7fffa6893770)   = 8
ioctl(28, 0x80184558, 0x7fffa68935a0)   = 0
ioctl(28, 0x8018455c, 0x7fffa68935a0)   = 0
ioctl(28, 0x80604521, 0x7fffa6893710)   = 96
write(0, "[   299.900] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   299.900] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   299.901] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 67) = 67
write(0, "[   299.901] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   299.901] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 78) = 78
ioctl(28, EVIOCGID, 0x7fffa68937b0)     = 0
write(0, "[   299.901] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 67) = 67
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, 0x80084520, 0x7fffa6893760)   = 8
ioctl(28, 0x80084523, 0x7fffa6893770)   = 8
ioctl(28, 0x80604521, 0x7fffa6893700)   = 96
ioctl(28, EVIOCGRAB, 0)                 = 0
write(0, "[   299.904] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 59) = 59
write(0, "[   299.904] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 60) = 60
close(28)                               = 0
write(0, "[   299.908] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/platform/i80"..., 62) = 62
write(0, "\n", 1)                       = 1
write(0, "[   299.909] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 95) = 95
write(0, "[   299.910] ", 13)           = 13
write(0, "(**) synaptics: SynPS/2 Synaptic"..., 94) = 94
write(0, "[   299.910] ", 13)           = 13
write(0, "(**) synaptics: SynPS/2 Synaptic"..., 65) = 65
write(0, "[   299.910] ", 13)           = 13
write(0, "(**) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   299.911] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 71) = 71
write(0, "[   299.911] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 64) = 64
write(0, "[   299.911] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 68) = 68
write(0, "[   299.911] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 67) = 67
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
open("/dev/input/event7", O_RDWR|O_NONBLOCK) = 28
ioctl(28, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffa68935d0) = -1 EINVAL (Invalid argument)
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [28], NULL, NULL, {0, 0})  = 0 (Timeout)
ioctl(28, 0x80084520, 0x7fffa6893660)   = 8
ioctl(28, 0x80084523, 0x7fffa6893670)   = 8
ioctl(28, 0x80604521, 0x7fffa6893600)   = 96
write(0, "[   299.912] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 59) = 59
fstat(28, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 71), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(28, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(28, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(28, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/mouse0", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/mouse0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/mouse0/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=13\nMINOR=32\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/mouse0/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:32", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=197, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:input/mouse0\nS:input/by-path/p"..., 4096) = 197
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=11/2/7/1b1\nNAME=\"SynPS/2"..., 4096) = 235
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input7", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:12172620\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 137
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "SynPS/2 Synaptics TouchPad\n", 4096) = 27
close(29)                               = 0
write(0, "[   299.916] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 85) = 85
write(0, "[   299.916] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 94) = 94
readlink("/sys/devices/platform/lis3lv02d/input/input9", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=19/0/0/0\nNAME=\"ST LIS3LV"..., 4096) = 150
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input9", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:12594677\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 113
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/event9", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/event9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/event9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=13\nMINOR=73\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/event9/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/c13:73", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=169, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:input/event9\nS:input/by-path/p"..., 4096) = 169
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=19/0/0/0\nNAME=\"ST LIS3LV"..., 4096) = 150
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input9", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:12594677\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 113
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "ST LIS3LV02DL Accelerometer\n", 4096) = 28
close(29)                               = 0
write(0, "[   299.921] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 86) = 86
write(0, "[   299.921] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/lis3lv02d/input/input9/js0", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/js0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/js0/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=13\nMINOR=0\nDEVNAME=input/j"..., 4096) = 35
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/js0/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/c13:0", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:input/js0\nI:12597117\nE:ID_INPU"..., 4096) = 125
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=19/0/0/0\nNAME=\"ST LIS3LV"..., 4096) = 150
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input9", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:12594677\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 113
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "ST LIS3LV02DL Accelerometer\n", 4096) = 28
close(29)                               = 0
write(0, "[   299.925] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 83) = 83
write(0, "[   299.925] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/pcspkr/input/input5", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/pcspkr/input/input5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=10/1f/1/100\nNAME=\"PC Spe"..., 4096) = 137
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/subsystem", "../../../../../class/input", 1024) = 26
open("/run/udev/data/+input:input5", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=101, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:11760998\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 101
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/event5", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/pcspkr/input/input5/event5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/event5/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=13\nMINOR=69\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/event5/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/c13:69", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=159, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:input/event5\nS:input/by-path/p"..., 4096) = 159
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/pcspkr/input/input5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=10/1f/1/100\nNAME=\"PC Spe"..., 4096) = 137
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input5", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=101, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:11760998\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 101
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/platform/pcspkr/input/input5/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/pcspkr/input/input5/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "PC Speaker\n", 4096)          = 11
close(29)                               = 0
write(0, "[   299.930] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 69) = 69
write(0, "[   299.930] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/serial8250/tty/ttyS0", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS0/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=4\nMINOR=64\nDEVNAME=ttyS0\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS0/subsystem", "../../../../../class/tty"..., 1024) = 24
open("/run/udev/data/c4:64", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:ttyS0\nI:10698914\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS1", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=4\nMINOR=65\nDEVNAME=ttyS1\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS1/subsystem", "../../../../../class/tty", 1024) = 24
open("/run/udev/data/c4:65", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:ttyS1\nI:10698922\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS2", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS2/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=4\nMINOR=66\nDEVNAME=ttyS2\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS2/subsystem", "../../../../../class/tty", 1024) = 24
open("/run/udev/data/c4:66", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:ttyS2\nI:10699230\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS3", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS3/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=4\nMINOR=67\nDEVNAME=ttyS3\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS3/subsystem", "../../../../../class/tty", 1024) = 24
open("/run/udev/data/c4:67", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:ttyS3\nI:10699253\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/input1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=19/0/0/0\nNAME=\"HP WMI ho"..., 4096) = 211
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/subsystem", "../../../../class/input"..., 1024) = 23
open("/run/udev/data/+input:input1", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:10958633\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 41
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/event1", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/input1/event1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/event1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "MAJOR=13\nMINOR=65\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/event1/subsystem", "../../../../../class/input", 1024) = 26
open("/run/udev/data/c13:65", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=163, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "N:input/event1\nI:11533439\nE:BACK"..., 4096) = 163
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1", 0x7fffa68927e0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/input1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "PRODUCT=19/0/0/0\nNAME=\"HP WMI ho"..., 4096) = 211
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/subsystem", "../../../../class/input"..., 1024) = 23
open("/run/udev/data/+input:input1", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(29, "I:10958633\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 41
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
lstat("/sys/devices/virtual/input/input1/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/virtual/input/input1/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "HP WMI hotkeys\n", 4096)      = 15
close(29)                               = 0
write(0, "[   299.940] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 73) = 73
write(0, "[   299.940] ", 13)           = 13
write(0, "(**) HP WMI hotkeys: Applying In"..., 67) = 67
write(0, "[   299.940] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 53) = 53
write(0, "[   299.940] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   299.941] ", 13)           = 13
write(0, "(**) HP WMI hotkeys: always repo"..., 48) = 48
write(0, "[   299.941] ", 13)           = 13
write(0, "(**) HP WMI hotkeys: Device: \"/d"..., 49) = 49
open("/dev/input/event1", O_RDWR|O_NONBLOCK) = 29
fstat(29, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
ioctl(29, 0x83ff4506, 0x7fffa6893340)   = 15
ioctl(29, 0x80084520, 0x7fffa68937a0)   = 8
ioctl(29, 0x80084522, 0x7fffa68937b0)   = 8
ioctl(29, 0x80084523, 0x7fffa68937c0)   = 8
ioctl(29, 0x80084531, 0x7fffa68937d0)   = 8
ioctl(29, 0x80604521, 0x7fffa6893740)   = 96
write(0, "[   299.941] ", 13)           = 13
write(0, "(--) HP WMI hotkeys: Found keys\n", 32) = 32
write(0, "[   299.942] ", 13)           = 13
write(0, "(II) HP WMI hotkeys: Configuring"..., 45) = 45
write(0, "[   299.942] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/virtual/inpu"..., 48) = 48
write(0, "\n", 1)                       = 1
write(0, "[   299.942] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 83) = 83
write(0, "[   299.942] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.943] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   299.943] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(29, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(29, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
ioctl(29, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [29], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(29, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(29, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(29, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(29, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/virtual/input/mice", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/mice/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/mice/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=13\nMINOR=63\nDEVNAME=input/"..., 4096) = 37
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/input/mice/subsystem", "../../../../class/input", 1024) = 23
open("/run/udev/data/c13:63", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/console", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/console/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/console/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=5\nMINOR=1\nDEVNAME=console\n", 4096) = 32
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/console/subsystem", "../../../../class/tty"..., 1024) = 21
open("/run/udev/data/c5:1", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:console\nI:10703259\nE:ID_MM_CAN"..., 4096) = 41
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/ptmx", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/ptmx/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/ptmx/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=5\nMINOR=2\nDEVNAME=ptmx\nDEV"..., 4096) = 42
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/ptmx/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c5:2", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:ptmx\nI:10703504\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=5\nMINOR=0\nDEVNAME=tty\nDEVM"..., 4096) = 41
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c5:0", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=37, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty\nI:10703572\nE:ID_MM_CANDIDA"..., 4096) = 37
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty0", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty0/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=0\nDEVNAME=tty0\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty0/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:0", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty0\nI:10703707\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty1", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty1/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=1\nDEVNAME=tty1\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty1/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:1", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty1\nI:10703651\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty10", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty10/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=10\nDEVNAME=tty10\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty10/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:10", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty10\nI:10703706\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty11", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty11/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=11\nDEVNAME=tty11\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty11/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:11", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty11\nI:10703957\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty12", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty12/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=12\nDEVNAME=tty12\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty12/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:12", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty12\nI:10704055\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty13", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty13/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=13\nDEVNAME=tty13\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty13/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:13", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty13\nI:10704213\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty14", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty14/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=14\nDEVNAME=tty14\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty14/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:14", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty14\nI:10704114\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty15", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty15/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty15/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=15\nDEVNAME=tty15\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty15/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:15", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty15\nI:10704180\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty16", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty16/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty16/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=16\nDEVNAME=tty16\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty16/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:16", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty16\nI:10704420\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty17", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty17/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty17/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=17\nDEVNAME=tty17\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty17/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:17", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty17\nI:10704495\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty18", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty18/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty18/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=18\nDEVNAME=tty18\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty18/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:18", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty18\nI:10704615\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty19", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty19/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty19/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=19\nDEVNAME=tty19\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty19/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:19", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty19\nI:10704580\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty2", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty2/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=2\nDEVNAME=tty2\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty2/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:2", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty2\nI:10704641\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty20", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty20/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty20/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=20\nDEVNAME=tty20\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty20/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:20", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty20\nI:10704881\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty21", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty21/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty21/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=21\nDEVNAME=tty21\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty21/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:21", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty21\nI:10704954\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty22", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty22/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty22/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=22\nDEVNAME=tty22\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty22/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:22", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty22\nI:10705070\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty23", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty23/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty23/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=23\nDEVNAME=tty23\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty23/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:23", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty23\nI:10705060\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty24", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty24/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty24/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=24\nDEVNAME=tty24\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty24/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:24", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty24\nI:10705097\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty25", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty25/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty25/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=25\nDEVNAME=tty25\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty25/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:25", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty25\nI:10705385\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty26", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty26/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty26/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=26\nDEVNAME=tty26\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty26/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:26", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty26\nI:10705457\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty27", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty27/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty27/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=27\nDEVNAME=tty27\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty27/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:27", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty27\nI:10705588\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty28", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty28/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty28/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=28\nDEVNAME=tty28\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty28/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:28", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty28\nI:10705566\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty29", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty29/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty29/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=29\nDEVNAME=tty29\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty29/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:29", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty29\nI:10705614\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty3", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty3/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=3\nDEVNAME=tty3\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty3/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:3", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty3\nI:10705897\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty30", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty30/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty30/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=30\nDEVNAME=tty30\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty30/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:30", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty30\nI:10705959\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty31", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty31/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty31/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=31\nDEVNAME=tty31\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty31/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:31", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty31\nI:10706087\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty32", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty32/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty32/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=32\nDEVNAME=tty32\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty32/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:32", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty32\nI:10706060\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty33", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty33/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty33/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=33\nDEVNAME=tty33\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty33/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:33", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty33\nI:10706109\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty34", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty34/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty34/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=34\nDEVNAME=tty34\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty34/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:34", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty34\nI:10706394\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty35", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty35/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty35/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=35\nDEVNAME=tty35\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty35/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:35", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty35\nI:10706454\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty36", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty36/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty36/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=36\nDEVNAME=tty36\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty36/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:36", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty36\nI:10706586\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty37", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty37/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty37/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=37\nDEVNAME=tty37\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty37/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:37", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty37\nI:10706535\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty38", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty38/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty38/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=38\nDEVNAME=tty38\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty38/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:38", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty38\nI:10706615\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty39", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty39/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty39/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=39\nDEVNAME=tty39\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty39/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:39", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty39\nI:10706848\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty4", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty4/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=4\nDEVNAME=tty4\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty4/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:4", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty4\nI:10706922\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty40", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty40/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty40/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=40\nDEVNAME=tty40\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty40/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:40", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty40\nI:10707043\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty41", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty41/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty41/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=41\nDEVNAME=tty41\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty41/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:41", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty41\nI:10707004\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty42", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty42/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty42/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=42\nDEVNAME=tty42\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty42/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:42", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty42\nI:10707068\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty43", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty43/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty43/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=43\nDEVNAME=tty43\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty43/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:43", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty43\nI:10707311\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty44", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty44/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty44/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=44\nDEVNAME=tty44\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty44/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:44", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty44\nI:10707378\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty45", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty45/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty45/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=45\nDEVNAME=tty45\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty45/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:45", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty45\nI:10707503\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty46", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty46/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty46/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=46\nDEVNAME=tty46\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty46/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:46", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty46\nI:10707460\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty47", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty47/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty47/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=47\nDEVNAME=tty47\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty47/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:47", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty47\nI:10707536\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty48", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty48/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty48/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=48\nDEVNAME=tty48\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty48/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:48", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty48\nI:10707767\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty49", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty49/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty49/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=49\nDEVNAME=tty49\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty49/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:49", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty49\nI:10707836\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty5", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty5/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=5\nDEVNAME=tty5\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty5/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:5", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty5\nI:10707958\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty50", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty50/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty50/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=50\nDEVNAME=tty50\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty50/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:50", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty50\nI:10707922\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty51", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty51/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty51/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=51\nDEVNAME=tty51\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty51/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:51", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty51\nI:10707984\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty52", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty52/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty52/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=52\nDEVNAME=tty52\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty52/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:52", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty52\nI:10708254\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty53", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty53/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty53/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=53\nDEVNAME=tty53\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty53/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:53", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty53\nI:10708323\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty54", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty54/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty54/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=54\nDEVNAME=tty54\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty54/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:54", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty54\nI:10708446\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty55", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty55/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty55/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=55\nDEVNAME=tty55\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty55/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:55", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty55\nI:10708409\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty56", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty56/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty56/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=56\nDEVNAME=tty56\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty56/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:56", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty56\nI:10708472\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty57", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty57/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty57/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=57\nDEVNAME=tty57\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty57/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:57", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty57\nI:10708709\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty58", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty58/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty58/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=58\nDEVNAME=tty58\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty58/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:58", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty58\nI:10708779\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty59", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty59/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty59/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=59\nDEVNAME=tty59\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty59/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:59", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty59\nI:10708898\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty6", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty6/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=6\nDEVNAME=tty6\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty6/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:6", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty6\nI:10708864\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty60", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty60/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty60/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=60\nDEVNAME=tty60\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty60/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:60", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty60\nI:10708931\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty61", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty61/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty61/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=61\nDEVNAME=tty61\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty61/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:61", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty61\nI:10709167\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty62", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty62/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty62/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=62\nDEVNAME=tty62\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty62/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:62", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty62\nI:10709235\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty63", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty63/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty63/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=63\nDEVNAME=tty63\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty63/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:63", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty63\nI:10709358\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty7", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty7/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=7\nDEVNAME=tty7\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty7/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:7", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty7\nI:10709321\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty8", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty8/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=8\nDEVNAME=tty8\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty8/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:8", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty8\nI:10709385\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty9", 0x7fffa6892ce0, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty9/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "MAJOR=4\nMINOR=9\nDEVNAME=tty9\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty9/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:9", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13ecf000
read(30, "N:tty9\nI:10709620\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7f1b13ecf000, 4096)            = 0
open("/proc/1829/cmdline", O_RDONLY)    = 30
read(30, "/usr/bin/X\0:0\0-audit\0000\0-nolisten"..., 4097) = 41
close(30)                               = 0
ioctl(13, 0xc04064aa, 0x7fffa6893910)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6893910)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6893910)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6893910)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893960)   = 0
read(14, "Asyncio!\2\0\0\0\2\0\0\0`\0\0\0\317i\10%\17\0\0\377\1\0\0\0"..., 3456) = 96
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
ioctl(16, 0xc03064a6, 0x7fffa6891610)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891610)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893230)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893230)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893230)   = 0
select(256, [1 3 6 7 13 15 21], NULL, NULL, {600, 0}) = 1 (in [7], left {596, 978188})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\32\244$O\0\0\0\0\226\300\10\0\0\0\0\0\4\0\4\0\35\0\0\0\32\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
write(0, "[   303.096] ", 13)           = 13
write(0, "(II) fglrx(0): Restoring Recent "..., 96) = 96
ioctl(16, 0xc03064a6, 0x7fffa6893520)   = 0
select(256, [1 3 6 7 13 15 21], NULL, NULL, {596, 974000}) = 1 (in [7], left {596, 967952})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\32\244$O\0\0\0\0\3\344\10\0\0\0\0\0\4\0\4\0008\0\0\0\32\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 6 7 13 15 21], NULL, NULL, {596, 966000}) = 1 (in [7], left {596, 586333})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\32\244$O\0\0\0\0X\262\16\0\0\0\0\0\4\0\4\0;\0\0\0\32\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
ioctl(7, VT_ACTIVATE, 0x1)              = 0
--- SIGUSR1 (User defined signal 1) @ 0 (0) ---
rt_sigaction(SIGUSR1, {0x7f1b1417a330, [USR1], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, {0x7f1b1417a330, [USR1], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, 8) = 0
rt_sigreturn(0xa)                       = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 6 7 13 15 21], NULL, NULL, {0, 659000}) = 1 (in [7], left {0, 640932})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\32\244$O\0\0\0\0O\3\17\0\0\0\0\0\4\0\4\0;\0\0\0\32\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
fcntl(22, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(22, F_GETFD)                      = 0
close(22)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(23, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(23, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(23, F_GETFD)                      = 0
close(23)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(24, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(24, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(24, F_GETFD)                      = 0
close(24)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(25, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(25, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(25, F_GETFD)                      = 0
close(25)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(26, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(26, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(26, F_GETFD)                      = 0
close(26)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
fcntl(27, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(27, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(27, F_GETFD)                      = 0
close(27)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(28, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(28, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(28, F_GETFD)                      = 0
close(28)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(29, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(29, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(29, F_GETFD)                      = 0
close(29)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
write(0, "[   303.525] ", 13)           = 13
write(0, "(II) AIGLX: Suspending AIGLX cli"..., 51) = 51
ioctl(13, 0x641f, 0)                    = 0
write(0, "[   303.525] ", 13)           = 13
write(0, "(II) fglrx(0): Backup framebuffe"..., 40) = 40
ioctl(14, 0xc0086492, 0x7f1b158cd020)   = 0
mmap(NULL, 3842048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b07615000
ioctl(16, 0xc03064a6, 0x7fffa68932d0)   = 0
ioctl(14, 0xc0206493, 0x7fffa6893500)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
write(0, "[   303.532] ", 13)           = 13
write(0, "(II) fglrx(0): Backup complete.\n", 32) = 32
ioctl(16, 0xc010647e, 0x7fffa68935a0)   = 0
ioctl(16, 0x64a5, 0)                    = 0
ioctl(16, 0xffffffffc010647c, 0x7fffa68934a0) = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(14, 0xc0086487, 0x7fffa6893350)   = 0
ioctl(14, 0xc0086487, 0x7fffa6893350)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931a0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931a0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931b0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931d0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931b0)   = 0
ioctl(14, 0xc0086487, 0x7fffa6893110)   = 0
ioctl(14, 0xc0086487, 0x7fffa6893110)   = 0
ioctl(14, 0xc004647b, 0x7fffa689359c)   = 0
ioctl(7, VIDIOC_S_FMT or VT_RELDISP, 0x1) = 0
shutdown(6, 2 /* send and receive */)   = 0
close(6)                                = 0
iopl(0)                                 = 0
ioperm(0, 0x400, 0)                     = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 13 21], NULL, NULL, {0, 543000}) = 0 (Timeout)
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 13 21], NULL, NULL, {119, 368000}) = ? ERESTARTNOHAND (To be restarted)
--- SIGUSR1 (User defined signal 1) @ 0 (0) ---
rt_sigaction(SIGUSR1, {0x7f1b1417a330, [USR1], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, {0x7f1b1417a330, [USR1], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, 8) = 0
rt_sigreturn(0xa)                       = -1 EINTR (Interrupted system call)
ioctl(7, VIDIOC_S_FMT or VT_RELDISP, 0x2) = 0
open("/dev/apm_bios", O_RDWR)           = -1 ENOENT (No such file or directory)
ioperm(0, 0x400, 0x1)                   = 0
iopl(0x3)                               = 0
ioperm(0x40, 0x4, 0)                    = 0
ioperm(0x60, 0x4, 0)                    = 0
write(0, "[   308.553] ", 13)           = 13
write(0, "(II) AIGLX: Resuming AIGLX clien"..., 51) = 51
ioctl(13, 0x641e, 0)                    = 0
ioctl(13, 0x80106463, 0x7fffa6893130)   = 0
ioctl(13, 0xc02064a5, 0x7fffa6892d20)   = 0
ioctl(13, 0xc06864a2, 0x7fffa6892cd0)   = 0
ioctl(13, 0x80106463, 0x7fffa6892d30)   = 0
ioctl(14, 0xc0286481, 0x7fffa6892e60)   = 0
munmap(0x7f1b0c3fb000, 4325376)         = 0
ioctl(14, 0xc028647f, 0x7fffa6892e60)   = 0
write(0, "[   308.611] ", 13)           = 13
write(0, "(II) fglrx(0): Intel display sur"..., 63) = 63
open("/sys/bus/pci/devices/0000:00:02.0/resource2", O_RDWR) = 6
mmap(NULL, 4325376, PROT_READ|PROT_WRITE, MAP_SHARED, 6, 0x46c000) = 0x7f1b0c3fb000
close(6)                                = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893040)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893040)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6892ff0)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893040)   = 0
ioctl(14, 0xc004647a, 0x7fffa68931cc)   = 0
munmap(0x7f1b07615000, 3842048)         = 0
ioctl(14, 0xc050647d, 0x7fffa68930a0)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892d30)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892d30)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892da0)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892da0)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892da0)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892dd0)   = 0
ioctl(14, 0xc00c6486, 0x7fffa6892db0)   = 0
ioctl(16, 0xc004646b, 0x7fffa6893194)   = 0
ioctl(16, 0x64a4, 0)                    = 0
ioctl(16, 0xc03064a6, 0x7fffa6892f90)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68930a0)   = 0
ioctl(16, 0xffffffffc010647c, 0x7fffa68930e0) = 0
ioctl(16, 0xc010647e, 0x7fffa68931d0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6892fa0)   = 0
write(0, "[   308.689] ", 13)           = 13
write(0, "(II) fglrx(0): Keep CrossFire as"..., 60) = 60
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
ioctl(13, 0xc04064aa, 0x7fffa6893540)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6893540)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6893540)   = 0
ioctl(13, 0xc04064aa, 0x7fffa6893540)   = 0
ioctl(13, 0xc01064ab, 0x7fffa6893590)   = 0
open("/dev/input/event4", O_RDWR|O_NONBLOCK) = 6
fstat(6, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
ioctl(6, TCFLSH, 0)                     = -1 EINVAL (Invalid argument)
select(1024, [6], NULL, NULL, {0, 0})   = 0 (Timeout)
fstat(6, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(6, F_GETFL)                       = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(6, F_SETOWN, 1829)                = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
open("/dev/input/event10", O_RDWR|O_NONBLOCK) = 22
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
ioctl(22, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [22], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(22, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(22, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
open("/dev/input/event8", O_RDWR|O_NONBLOCK) = 23
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
ioctl(23, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [23], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(23, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(23, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(23, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
open("/dev/input/event3", O_RDWR|O_NONBLOCK) = 24
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
ioctl(24, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [24], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(24, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(24, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(24, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
open("/dev/input/event6", O_RDWR|O_NONBLOCK) = 25
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
ioctl(25, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [25], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(25, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(25, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(25, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
open("/dev/input/event0", O_RDWR|O_NONBLOCK) = 26
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
ioctl(26, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [26], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(26, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(26, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(26, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
open("/dev/input/event7", O_RDWR|O_NONBLOCK) = 27
ioctl(27, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffa68933d0) = -1 EINVAL (Invalid argument)
ioctl(27, EVIOCGRAB, 0x1)               = 0
ioctl(27, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [27], NULL, NULL, {0, 0})  = 0 (Timeout)
ioctl(27, 0x80084520, 0x7fffa6893460)   = 8
ioctl(27, 0x80084523, 0x7fffa6893470)   = 8
ioctl(27, 0x80604521, 0x7fffa6893400)   = 96
write(0, "[   308.695] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 59) = 59
fstat(27, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 71), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(27, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(27, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(27, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
open("/dev/input/event1", O_RDWR|O_NONBLOCK) = 28
fstat(28, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
ioctl(28, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [28], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(28, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [IO], 8) = 0
fcntl(28, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(28, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(28, F_SETOWN, 1829)               = 0
rt_sigaction(SIGIO, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
ioctl(16, 0xc03064a6, 0x7fffa6891560)   = 0
select(256, [1 3 7 13 15 21], NULL, NULL, {114, 817000}) = 1 (in [7], left {114, 809595})
--- SIGIO (I/O possible) @ 0 (0) ---
select(29, [6 14 22 23 24 25 26 27 28], NULL, NULL, {0, 0}) = 1 (in [26], left {0, 0})
read(26, " \244$O\0\0\0\0\353\320\2\0\0\0\0\0\4\0\4\0B\0\0\0 \244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
ioctl(16, 0xc03064a6, 0x7fffa6893520)   = 0
select(256, [1 3 7 13 15 21], NULL, NULL, {120, 0}) = 1 (in [7], left {119, 274768})
--- SIGIO (I/O possible) @ 0 (0) ---
select(29, [6 14 22 23 24 25 26 27 28], NULL, NULL, {0, 0}) = 1 (in [26], left {0, 0})
read(26, " \244$O\0\0\0\0\342\345\r\0\0\0\0\0\4\0\4\0008\0\0\0 \244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 7 13 15 21], NULL, NULL, {120, 0}) = 1 (in [7], left {119, 734510})
--- SIGIO (I/O possible) @ 0 (0) ---
select(29, [6 14 22 23 24 25 26 27 28], NULL, NULL, {0, 0}) = 1 (in [26], left {0, 0})
read(26, "!\244$O\0\0\0\0\357\264\2\0\0\0\0\0\4\0\4\0008\0\0\0!\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 7 13 15 21], NULL, NULL, {119, 733000}) = 1 (in [7], left {119, 725141})
--- SIGIO (I/O possible) @ 0 (0) ---
select(29, [6 14 22 23 24 25 26 27 28], NULL, NULL, {0, 0}) = 1 (in [26], left {0, 0})
read(26, "!\244$O\0\0\0\0\232\333\2\0\0\0\0\0\4\0\4\0\35\0\0\0!\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 7 13 15 21], NULL, NULL, {119, 723000}) = 1 (in [7], left {119, 408228})
--- SIGIO (I/O possible) @ 0 (0) ---
select(29, [6 14 22 23 24 25 26 27 28], NULL, NULL, {0, 0}) = 1 (in [26], left {0, 0})
read(26, "!\244$O\0\0\0\0v\260\7\0\0\0\0\0\4\0\4\0;\0\0\0!\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
ioctl(7, VT_ACTIVATE, 0x1)              = 0
--- SIGUSR1 (User defined signal 1) @ 0 (0) ---
rt_sigaction(SIGUSR1, {0x7f1b1417a330, [USR1], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, {0x7f1b1417a330, [USR1], SA_RESTORER|SA_RESTART, 0x7f1b12134480}, 8) = 0
rt_sigreturn(0xa)                       = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 7 13 15 21], NULL, NULL, {0, 660000}) = 1 (in [7], left {0, 581617})
--- SIGIO (I/O possible) @ 0 (0) ---
select(29, [6 14 22 23 24 25 26 27 28], NULL, NULL, {0, 0}) = 1 (in [26], left {0, 0})
read(26, "!\244$O\0\0\0\0\26\354\10\0\0\0\0\0\4\0\4\0;\0\0\0!\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7f1b163ae49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
fcntl(6, F_GETFL)                       = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(6, F_GETFD)                       = 0
close(6)                                = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(22, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(22, F_GETFD)                      = 0
close(22)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(23, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(23, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(23, F_GETFD)                      = 0
close(23)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(24, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(24, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(24, F_GETFD)                      = 0
close(24)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(25, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(25, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(25, F_GETFD)                      = 0
close(25)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
fcntl(26, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(26, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(26, F_GETFD)                      = 0
close(26)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(27, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(27, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(27, F_GETFD)                      = 0
close(27)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(28, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(28, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(28, F_GETFD)                      = 0
close(28)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
write(0, "[   310.132] ", 13)           = 13
write(0, "(II) AIGLX: Suspending AIGLX cli"..., 51) = 51
ioctl(13, 0x641f, 0)                    = 0
write(0, "[   310.133] ", 13)           = 13
write(0, "(II) fglrx(0): Backup framebuffe"..., 40) = 40
ioctl(14, 0xc0086492, 0x7f1b158cd020)   = 0
brk(0x7f1b16788000)                     = 0x7f1b16788000
ioctl(16, 0xc03064a6, 0x7fffa68932d0)   = 0
ioctl(14, 0xc0206493, 0x7fffa6893500)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
write(0, "[   310.142] ", 13)           = 13
write(0, "(II) fglrx(0): Backup complete.\n", 32) = 32
ioctl(16, 0xc010647e, 0x7fffa68935a0)   = 0
ioctl(16, 0x64a5, 0)                    = 0
ioctl(16, 0xffffffffc010647c, 0x7fffa68934a0) = 0
ioctl(16, 0xc03064a6, 0x7fffa6893380)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931a0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931a0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931b0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931d0)   = 0
ioctl(14, 0xc0086487, 0x7fffa68931b0)   = 0
ioctl(14, 0xc0086487, 0x7fffa6893110)   = 0
ioctl(14, 0xc0086487, 0x7fffa6893110)   = 0
ioctl(14, 0xc004647b, 0x7fffa689359c)   = 0
ioctl(7, VIDIOC_S_FMT or VT_RELDISP, 0x1) = 0
iopl(0)                                 = 0
ioperm(0, 0x400, 0)                     = 0
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 13 21], NULL, NULL, {0, 376000}) = 0 (Timeout)
read(14, 0x7f1b158e36b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 13 21], NULL, NULL, {119, 430000}) = ? ERESTARTNOHAND (To be restarted)
--- SIGTERM (Terminated) @ 0 (0) ---
rt_sigreturn(0xf)                       = -1 EINTR (Interrupted system call)
ioctl(16, 0x64a4, 0)                    = 0
ioctl(16, 0xc03064a6, 0x7fffa68934d0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935e0)   = 0
ioctl(16, 0xc010647e, 0x7fffa68936e0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891820)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891820)   = 0
gettid()                                = 1829
ioctl(16, 0xc03064a6, 0x7fffa68931b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893170)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68931b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891680)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6891780)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893450)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893450)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893450)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893450)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893450)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893450)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893450)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68931b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893170)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68931b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893390)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68935a0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68936e0)   = 0
munmap(0x7f1b13ed0000, 131072)          = 0
munmap(0x7f1b09478000, 262144)          = 0
munmap(0x7f1b093f8000, 524288)          = 0
munmap(0x7f1b093b8000, 262144)          = 0
munmap(0x7f1b09338000, 524288)          = 0
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
munmap(0x7f1b094b8000, 290816)          = 0
ioctl(17, 0xc03064a6, 0x7fffa6893260)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6893260)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6893260)   = 0
ioctl(17, 0xc03064a6, 0x7fffa6893470)   = 0
gettid()                                = 1829
ioctl(17, 0xc03064a6, 0x7fffa6893630)   = 0
munmap(0x7f1b13ef0000, 131072)          = 0
munmap(0x7f1b0963f000, 262144)          = 0
munmap(0x7f1b095bf000, 524288)          = 0
munmap(0x7f1b0957f000, 262144)          = 0
munmap(0x7f1b094ff000, 524288)          = 0
munmap(0x7f1b13f10000, 8192)            = 0
fstat(17, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(17, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(17)                               = 0
close(19)                               = 0
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
gettid()                                = 1829
munmap(0x7f1b09ded000, 35420200)        = 0
munmap(0x7f1b09bda000, 2174200)         = 0
munmap(0x7f1b0989b000, 3402960)         = 0
munmap(0x7f1b0967f000, 2208304)         = 0
close(21)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [IO], 8) = 0
write(0, "[   324.489] ", 13)           = 13
write(0, "(II) HP WMI hotkeys: Close\n", 27) = 27
write(0, "[   324.490] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   324.490] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   324.490] ", 13)           = 13
write(0, "(II) UnloadModule: \"synaptics\"\n", 31) = 31
write(0, "[   324.490] ", 13)           = 13
write(0, "(II) Unloading synaptics\n", 25) = 25
write(0, "[   324.490] ", 13)           = 13
write(0, "(II) AT Translated Set 2 keyboar"..., 41) = 41
write(0, "[   324.491] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   324.491] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   324.491] ", 13)           = 13
write(0, "(II) HP TrueVision HD\r: Close\n", 30) = 30
write(0, "[   324.491] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   324.491] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   324.491] ", 13)           = 13
write(0, "(II) Power Button: Close\n", 25) = 25
write(0, "[   324.491] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   324.492] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   324.492] ", 13)           = 13
write(0, "(II) Video Bus: Close\n", 22) = 22
write(0, "[   324.492] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   324.492] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   324.492] ", 13)           = 13
write(0, "(II) Video Bus: Close\n", 22) = 22
write(0, "[   324.493] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   324.493] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   324.493] ", 13)           = 13
write(0, "(II) Power Button: Close\n", 25) = 25
write(0, "[   324.493] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   324.493] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
rt_sigprocmask(SIG_SETMASK, [IO], NULL, 8) = 0
ioctl(16, 0xc03064a6, 0x7fffa68937b0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68937f0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68937c0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893800)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893730)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68936d0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa68936b0)   = 0
ioctl(16, 0x64a5, 0)                    = 0
ioctl(16, 0xc010647e, 0x7fffa6893970)   = 0
write(0, "[   324.500] ", 13)           = 13
write(0, "(II) fglrx(0): Shutdown CMMQS\n", 30) = 30
ioctl(16, 0xc03064a6, 0x7fffa68937e0)   = 0
ioctl(16, 0xc03064a6, 0x7fffa6893820)   = 0
ioctl(16, 0x400864a2, 0x7fffa6893920)   = 0
ioctl(16, 0xc0086421, 0x7fffa68938d0)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
ioctl(16, 0xc0106426, 0x7fffa68938c0)   = 0
ioctl(16, 0xc0106426, 0x7fffa68938c0)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
write(0, "[   324.501] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] removed 1 r"..., 59) = 59
ioctl(16, 0x4008642b, 0x7fffa68938f0)   = 0
write(0, "[   324.501] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] unmapping 8"..., 76) = 76
munmap(0x7f1b0dfd6000, 8192)            = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(16)                               = 0
ioctl(14, 0xc0286481, 0x7fffa6893950)   = 0
munmap(0x7f1b0c3fb000, 4325376)         = 0
munmap(0x7f1b0dfd8000, 4194304)         = 0
ioctl(13, 0x641f, 0)                    = -1 EINVAL (Invalid argument)
write(0, "[   324.504] ", 13)           = 13
write(0, "(WW) fglrx(0): drmDropMaster fai"..., 54) = 54
ioctl(13, 0xc01c64a3, 0x7fffa6893850)   = -1 EACCES (Permission denied)
ioctl(13, 0xc00c6466, 0x7fffa68937f0)   = 0
ioctl(13, 0x40086409, 0x7fffa6893810)   = 0
ioctl(13, 0xc01c64a3, 0x7fffa6893850)   = -1 EACCES (Permission denied)
ioctl(13, 0xc00c6466, 0x7fffa68937f0)   = 0
ioctl(13, 0x40086409, 0x7fffa6893810)   = 0
ioctl(13, 0xc00464af, 0x7fffa68938ac)   = -1 EACCES (Permission denied)
fstat(13, {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
fstat(13, {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
close(13)                               = 0
ioctl(13, 0xc00c6466, 0x7fffa6893850)   = -1 EBADF (Bad file descriptor)
ioctl(13, 0x40086409, 0x7fffa6893890)   = -1 EBADF (Bad file descriptor)
munmap(0x7f1b13f51000, 200704)          = 0
ioctl(14, 0xc008645d, 0x7fffa6893890)   = 0
write(0, "[   324.509] ", 13)           = 13
write(0, "(II) fglrx(0): Interrupt handler"..., 43) = 43
ioctl(14, 0xc0046471, 0)                = 0
fcntl(14, F_GETFL)                      = 0xa002 (flags O_RDWR|O_ASYNC|O_LARGEFILE)
fcntl(14, F_SETFL, O_RDWR|O_LARGEFILE)  = 0
fcntl(14, F_GETFD)                      = 0
rt_sigaction(SIGIO, {SIG_IGN, [IO], SA_RESTORER, 0x7f1b13404030}, {0x7f1b1417d350, [IO], SA_RESTORER, 0x7f1b13404030}, 8) = 0
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(14)                               = 0
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1b13f81000
write(6, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(6, "60000000060128007680000006014001"..., 4096) = 4096
write(6, "60128007680000006014001050000000"..., 4096) = 4096
write(6, "800768000000601400105000000060\n["..., 4096) = 4096
write(6, "2=R12800960000000001600120000000"..., 4096) = 4096
write(6, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(6, "00180014400000000018561392000000"..., 4096) = 4096
write(6, "48153600000072204815360000008012"..., 4096) = 4096
write(6, "80000000012800960000000001600120"..., 4096) = 4096
write(6, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(6)                                = 0
munmap(0x7f1b13f81000, 4096)            = 0
munmap(0x7f1b13f82000, 131072)          = 0
close(1)                                = 0
close(3)                                = 0
unlink("/tmp/.X11-unix/X0")             = 0
unlink("/tmp/.X0-lock")                 = 0
close(12)                               = 0
ioctl(7, KDSETMODE, 0)                  = 0
ioctl(7, KDSKBMODE, 0x3)                = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
ioctl(7, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, VIDIOC_RESERVED or VT_GETMODE, 0x7fffa6893a40) = 0
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fffa6893a40) = 0
ioctl(7, VT_ACTIVATE, 0x1)              = 0
ioctl(7, VT_WAITACTIVE, 0x1)            = 0
close(7)                                = 0
write(0, "[   324.529] ", 13)           = 13
write(2, "Server terminated successfully ("..., 54) = 54
write(0, "Server terminated successfully ("..., 54) = 54
close(0)                                = 0
exit_group(0)                           = ?
-------------- next part --------------
execve("/usr/bin/X", ["/usr/bin/X", ":0", "-audit", "0", "-nolisten", "tcp", "vt8"], [/* 15 vars */]) = 0
brk(0)                                  = 0x7f3f05bd8000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f040ec000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3f040dd000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1570832, ...}) = 0
mmap(NULL, 3684440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3f03b4b000
mprotect(0x7f3f03cc5000, 2097152, PROT_NONE) = 0
mmap(0x7f3f03ec5000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17a000) = 0x7f3f03ec5000
mmap(0x7f3f03eca000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3f03eca000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f040dc000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f040db000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f040da000
arch_prctl(ARCH_SET_FS, 0x7f3f040db700) = 0
mprotect(0x7f3f03ec5000, 16384, PROT_READ) = 0
mprotect(0x7f3f042f3000, 4096, PROT_READ) = 0
mprotect(0x7f3f040ee000, 4096, PROT_READ) = 0
munmap(0x7f3f040dd000, 58306)           = 0
brk(0)                                  = 0x7f3f05bd8000
brk(0x7f3f05bf9000)                     = 0x7f3f05bf9000
open("/etc/X11/Xwrapper.config", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=601, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f040eb000
read(3, "# Xwrapper.config (Debian X Wind"..., 4096) = 601
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7f3f040eb000, 4096)            = 0
lstat("/etc/X11/X", {st_mode=S_IFLNK|0777, st_size=13, ...}) = 0
readlink("/etc/X11/X", "/usr/bin/Xorg"..., 1024) = 13
access("/etc/X11/X", X_OK)              = 0
getuid()                                = 0
umask(0)                                = 022
mkdir("/tmp/.X11-unix", 01777)          = -1 EEXIST (File exists)
umask(022)                              = 0
lstat("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
setresuid(-1, 0, -1)                    = 0
chdir("/etc/X11")                       = 0
execve("/usr/bin/Xorg", ["/usr/bin/X", ":0", "-audit", "0", "-nolisten", "tcp", "vt8"], [/* 15 vars */]) = 0
brk(0)                                  = 0x7fc42c513000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8f000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc42be80000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libudev.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at 3\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=59984, ...}) = 0
mmap(NULL, 2155216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42ba63000
mprotect(0x7fc42ba71000, 2093056, PROT_NONE) = 0
mmap(0x7fc42bc70000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7fc42bc70000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcrypt.so.11", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\205\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=515192, ...}) = 0
mmap(NULL, 2611552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42b7e5000
mprotect(0x7fc42b85f000, 2097152, PROT_NONE) = 0
mmap(0x7fc42ba5f000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7fc42ba5f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be7f000
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42b5e1000
mprotect(0x7fc42b5e3000, 2097152, PROT_NONE) = 0
mmap(0x7fc42b7e3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc42b7e3000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpciaccess.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`%\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35184, ...}) = 0
mmap(NULL, 2130432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42b3d8000
mprotect(0x7fc42b3e0000, 2093056, PROT_NONE) = 0
mmap(0x7fc42b5df000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fc42b5df000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\\\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=131107, ...}) = 0
mmap(NULL, 2208672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42b1bc000
mprotect(0x7fc42b1d3000, 2093056, PROT_NONE) = 0
mmap(0x7fc42b3d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fc42b3d2000
mmap(0x7fc42b3d4000, 13216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc42b3d4000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libpixman-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\220\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=552936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be7e000
mmap(NULL, 2648160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42af35000
mprotect(0x7fc42afb7000, 2093056, PROT_NONE) = 0
mmap(0x7fc42b1b6000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81000) = 0x7fc42b1b6000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXfont.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\232\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=247872, ...}) = 0
mmap(NULL, 2344768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42acf8000
mprotect(0x7fc42ad32000, 2097152, PROT_NONE) = 0
mmap(0x7fc42af32000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a000) = 0x7fc42af32000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10328, ...}) = 0
mmap(NULL, 2105600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42aaf5000
mprotect(0x7fc42aaf7000, 2093056, PROT_NONE) = 0
mmap(0x7fc42acf6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fc42acf6000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=22504, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be7d000
mmap(NULL, 2117760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42a8ef000
mprotect(0x7fc42a8f4000, 2093056, PROT_NONE) = 0
mmap(0x7fc42aaf3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7fc42aaf3000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libaudit.so.0", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20)\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=96616, ...}) = 0
mmap(NULL, 2191872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42a6d7000
mprotect(0x7fc42a6ee000, 2093056, PROT_NONE) = 0
mmap(0x7fc42a8ed000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fc42a8ed000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0
mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42a455000
mprotect(0x7fc42a4d6000, 2093056, PROT_NONE) = 0
mmap(0x7fc42a6d5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7fc42a6d5000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220!\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be7c000
mmap(NULL, 2128856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc42a24d000
mprotect(0x7fc42a254000, 2093056, PROT_NONE) = 0
mmap(0x7fc42a453000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fc42a453000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1570832, ...}) = 0
mmap(NULL, 3684440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc429ec9000
mprotect(0x7fc42a043000, 2097152, PROT_NONE) = 0
mmap(0x7fc42a243000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17a000) = 0x7fc42a243000
mmap(0x7fc42a248000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc42a248000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\t\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=13944, ...}) = 0
mmap(NULL, 2109160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc429cc6000
mprotect(0x7fc429cc9000, 2093056, PROT_NONE) = 0
mmap(0x7fc429ec8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc429ec8000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY)    = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be7b000
mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc429aaf000
mprotect(0x7fc429ac6000, 2093056, PROT_NONE) = 0
mmap(0x7fc429cc5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fc429cc5000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libfreetype.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\330\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=646704, ...}) = 0
mmap(NULL, 2741920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc429811000
mprotect(0x7fc4298a9000, 2093056, PROT_NONE) = 0
mmap(0x7fc429aa8000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x97000) = 0x7fc429aa8000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libbz2.so.1.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\27\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=63872, ...}) = 0
mmap(NULL, 2159088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc429601000
mprotect(0x7fc429610000, 2093056, PROT_NONE) = 0
mmap(0x7fc42980f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7fc42980f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libfontenc.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\26\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=27048, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be7a000
mmap(NULL, 2123488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc4293fa000
mprotect(0x7fc4293ff000, 2097152, PROT_NONE) = 0
mmap(0x7fc4295ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7fc4295ff000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be79000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be77000
arch_prctl(ARCH_SET_FS, 0x7fc42be77880) = 0
mprotect(0x7fc429aa8000, 24576, PROT_READ) = 0
mprotect(0x7fc42a243000, 16384, PROT_READ) = 0
mprotect(0x7fc42a453000, 4096, PROT_READ) = 0
mprotect(0x7fc42a6d5000, 4096, PROT_READ) = 0
mprotect(0x7fc42a8ed000, 4096, PROT_READ) = 0
mprotect(0x7fc42aaf3000, 4096, PROT_READ) = 0
mprotect(0x7fc42acf6000, 4096, PROT_READ) = 0
mprotect(0x7fc42b3d2000, 4096, PROT_READ) = 0
mprotect(0x7fc42b5df000, 4096, PROT_READ) = 0
mprotect(0x7fc42b7e3000, 4096, PROT_READ) = 0
mprotect(0x7fc42bc70000, 4096, PROT_READ) = 0
mprotect(0x7fc42c27c000, 12288, PROT_READ) = 0
mprotect(0x7fc42be91000, 4096, PROT_READ) = 0
munmap(0x7fc42be80000, 58306)           = 0
set_tid_address(0x7fc42be77b50)         = 2273
set_robust_list(0x7fc42be77b60, 0x18)   = 0
futex(0x7fff17bdef5c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7fc42be77880) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7fc42b1c1ad0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7fc42b1c1b60, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fc42b1cb030}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
brk(0)                                  = 0x7fc42c513000
brk(0x7fc42c534000)                     = 0x7fc42c534000
geteuid()                               = 0
getuid()                                = 0
geteuid()                               = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
rt_sigaction(SIGSEGV, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {0x7fc42c01c0a0, [], SA_RESTORER|SA_SIGINFO, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc42be80000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 -\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=89000, ...}) = 0
mmap(NULL, 2184760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc4291e4000
mprotect(0x7fc4291f9000, 2097152, PROT_NONE) = 0
mmap(0x7fc4293f9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7fc4293f9000
close(3)                                = 0
munmap(0x7fc42be80000, 58306)           = 0
futex(0x7fc42a24b590, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc4293f93c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
close(0)                                = 0
close(1)                                = 0
write(2, "", 0)                         = 0
getpgrp()                               = 2272
open("/tmp/.tX0-lock", O_WRONLY|O_CREAT|O_EXCL, 0644) = 0
write(0, "      2273\n", 11)            = 11
fchmod(0, 0444)                         = 0
close(0)                                = 0
link("/tmp/.tX0-lock", "/tmp/.X0-lock") = 0
unlink("/tmp/.tX0-lock")                = 0
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7fc429efb480}, {SIG_DFL, [], 0}, 8) = 0
umask(022)                              = 022
stat("/var/log/Xorg.0.log", {st_mode=S_IFREG|0644, st_size=38878, ...}) = 0
rename("/var/log/Xorg.0.log", "/var/log/Xorg.0.log.old") = 0
open("/var/log/Xorg.0.log", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 0
rt_sigaction(SIGALRM, {0x7fc42c01c5b0, [ALRM], SA_RESTORER, 0x7fc42b1cb030}, NULL, 8) = 0
uname({sys="Linux", node="rowlf", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 1
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
umask(0)                                = 022
bind(1, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
listen(1, 128)                          = 0
umask(022)                              = 0
uname({sys="Linux", node="rowlf", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 3
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
umask(0)                                = 022
lstat("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
unlink("/tmp/.X11-unix/X0")             = -1 ENOENT (No such file or directory)
bind(3, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0
listen(3, 128)                          = 0
umask(022)                              = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x7fc42c01ca30, [HUP], SA_RESTORER, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7fc42c01ca60, [INT], SA_RESTORER, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x7fc42c01ca60, [TERM], SA_RESTORER, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
open("/etc/X0.hosts", O_RDONLY)         = -1 ENOENT (No such file or directory)
rt_sigaction(SIGUSR1, {SIG_IGN, [], SA_RESTORER, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_DFL, [USR1], SA_RESTORER, 0x7fc42b1cb030}, {SIG_IGN, [], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
getppid()                               = 2272
clock_getres(0x6 /* CLOCK_??? */, {0, 4000250}) = 0
open("/usr/lib/xorg/protocol.txt", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=31246, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8e000
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
write(0, "[   401.050] ", 13)           = 13
write(2, "\nX.Org X Server 1.11.3", 22) = 22
write(0, "\nX.Org X Server 1.11.3", 22) = 22
write(2, ".901", 4)                     = 4
write(0, ".901", 4)                     = 4
write(2, " (1.11.4 RC 1)", 14)          = 14
write(0, " (1.11.4 RC 1)", 14)          = 14
write(2, "\nRelease Date: 2012-01-06\n", 26) = 26
write(0, "\nRelease Date: 2012-01-06\n", 26) = 26
write(0, "[   401.060] ", 13)           = 13
write(2, "X Protocol Version 11, Revision "..., 34) = 34
write(0, "X Protocol Version 11, Revision "..., 34) = 34
write(0, "[   401.063] ", 13)           = 13
write(2, "Build Operating System: Linux 3."..., 55) = 55
write(0, "Build Operating System: Linux 3."..., 55) = 55
uname({sys="Linux", node="rowlf", ...}) = 0
write(0, "[   401.066] ", 13)           = 13
write(2, "Current Operating System: Linux "..., 95) = 95
write(0, "Current Operating System: Linux "..., 95) = 95
open("/proc/cmdline", O_RDONLY)         = 5
write(0, "[   401.070] ", 13)           = 13
write(2, "Kernel command line: ", 21)   = 21
write(0, "Kernel command line: ", 21)   = 21
read(5, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 80) = 72
write(2, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 72) = 72
write(0, "BOOT_IMAGE=/vmlinuz-3.2.0-1-amd6"..., 72) = 72
read(5, "", 80)                         = 0
close(5)                                = 0
write(0, "[   401.073] ", 13)           = 13
write(2, "Build Date: 19 January 2012  09:"..., 40) = 40
write(0, "Build Date: 19 January 2012  09:"..., 40) = 40
write(0, "[   401.077] ", 13)           = 13
write(2, "xorg-server 2:1.11.3.901-2 (Cyri"..., 64) = 64
write(0, "xorg-server 2:1.11.3.901-2 (Cyri"..., 64) = 64
write(0, "[   401.080] ", 13)           = 13
write(2, "Current version of pixman: 0.24."..., 34) = 34
write(0, "Current version of pixman: 0.24."..., 34) = 34
write(0, "[   401.084] ", 13)           = 13
write(2, "\tBefore reporting problems, chec"..., 100) = 100
write(0, "\tBefore reporting problems, chec"..., 100) = 100
write(0, "[   401.090] ", 13)           = 13
write(2, "Markers: ", 9)                = 9
write(0, "Markers: ", 9)                = 9
write(2, "(--) probed, ", 13)           = 13
write(0, "(--) probed, ", 13)           = 13
write(2, "(**) from config file, ", 23) = 23
write(0, "(**) from config file, ", 23) = 23
write(2, "(==) default setting,\n\t", 23) = 23
write(0, "(==) default setting,\n\t", 23) = 23
write(2, "(++) from command line, ", 24) = 24
write(0, "(++) from command line, ", 24) = 24
write(2, "(!!) notice, ", 13)           = 13
write(0, "(!!) notice, ", 13)           = 13
write(2, "(II) informational,\n\t", 21) = 21
write(0, "(II) informational,\n\t", 21) = 21
write(2, "(WW) warning, ", 14)          = 14
write(0, "(WW) warning, ", 14)          = 14
write(2, "(EE) error, ", 12)            = 12
write(0, "(EE) error, ", 12)            = 12
write(2, "(NI) not implemented, ", 22)  = 22
write(0, "(NI) not implemented, ", 22)  = 22
write(2, "(??) unknown.\n", 14)         = 14
write(0, "(??) unknown.\n", 14)         = 14
time(NULL)                              = 1327801468
open("/etc/localtime", O_RDONLY)        = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2183, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 2183
lseek(5, -1398, SEEK_CUR)               = 785
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0"..., 4096) = 1398
close(5)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
write(0, "[   401.103] ", 13)           = 13
write(2, "(==) Log file: \"/var/log/Xorg.0."..., 69) = 69
write(0, "(==) Log file: \"/var/log/Xorg.0."..., 69) = 69
getuid()                                = 0
open("/usr/share/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
getdents(5, /* 5 entries */, 32768)     = 168
getdents(5, /* 0 entries */, 32768)     = 0
close(5)                                = 0
open("/usr/share/X11/xorg.conf.d/10-evdev.conf", O_RDONLY) = 5
open("/usr/share/X11/xorg.conf.d/50-synaptics.conf", O_RDONLY) = 6
open("/usr/share/X11/xorg.conf.d/50-wacom.conf", O_RDONLY) = 7
open("/etc/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/X11/xorg.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/X11/xorg.conf", O_RDONLY)    = 8
write(0, "[   401.108] ", 13)           = 13
write(2, "(==) Using config file: \"/etc/X1"..., 45) = 45
write(0, "(==) Using config file: \"/etc/X1"..., 45) = 45
write(0, "[   401.111] ", 13)           = 13
write(2, "(==) Using system config directo"..., 64) = 64
write(0, "(==) Using system config directo"..., 64) = 64
fstat(5, {st_mode=S_IFREG|0644, st_size=1099, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(5, "#\n# Catch-all evdev loader for u"..., 4096) = 1099
read(5, "", 4096)                       = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=958, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8c000
read(6, "# Example xorg.conf.d snippet th"..., 4096) = 958
read(6, "", 4096)                       = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=660, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8b000
read(7, "Section \"InputClass\"\n\tIdentifier"..., 4096) = 660
read(7, "", 4096)                       = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=684, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8a000
read(8, "Section \"ServerLayout\"\n\tIdentifi"..., 4096) = 684
read(8, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
close(6)                                = 0
munmap(0x7fc42be8c000, 4096)            = 0
close(7)                                = 0
munmap(0x7fc42be8b000, 4096)            = 0
close(8)                                = 0
munmap(0x7fc42be8a000, 4096)            = 0
write(0, "[   401.118] ", 13)           = 13
write(0, "(==) ServerLayout \"aticonfig Lay"..., 37) = 37
write(0, "[   401.118] ", 13)           = 13
write(0, "(**) |-->Screen \"aticonfig-Scree"..., 44) = 44
write(0, "[   401.118] ", 13)           = 13
write(0, "(**) |   |-->Monitor \"aticonfig-"..., 46) = 46
write(0, "[   401.119] ", 13)           = 13
write(0, "(**) |   |-->Device \"aticonfig-D"..., 44) = 44
write(0, "[   401.119] ", 13)           = 13
write(0, "(==) Automatically adding device"..., 34) = 34
write(0, "[   401.119] ", 13)           = 13
write(0, "(==) Automatically enabling devi"..., 36) = 36
stat("/usr/share/fonts/X11/misc", {st_mode=S_IFDIR|0755, st_size=28672, ...}) = 0
stat("/usr/share/fonts/X11/misc/fonts.dir", {st_mode=S_IFREG|0644, st_size=32637, ...}) = 0
stat("/usr/share/fonts/X11/cyrillic", 0x7fff17bded80) = -1 ENOENT (No such file or directory)
write(0, "[   401.120] ", 13)           = 13
write(0, "(WW) The directory \"/usr/share/f"..., 67) = 67
write(0, "[   401.120] ", 13)           = 13
write(0, "\tEntry deleted from font path.\n", 31) = 31
stat("/usr/share/fonts/X11/100dpi/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/100dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
stat("/usr/share/fonts/X11/75dpi/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/75dpi//fonts.dir", {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
stat("/usr/share/fonts/X11/Type1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/fonts/X11/Type1/fonts.dir", {st_mode=S_IFREG|0644, st_size=2579, ...}) = 0
stat("/usr/share/fonts/X11/100dpi", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/100dpi/fonts.dir", {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
stat("/usr/share/fonts/X11/75dpi", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/share/fonts/X11/75dpi/fonts.dir", {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
stat("/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType", 0x7fff17bded80) = -1 ENOENT (No such file or directory)
write(0, "[   401.121] ", 13)           = 13
write(0, "(WW) The directory \"/var/lib/def"..., 86) = 86
write(0, "[   401.121] ", 13)           = 13
write(0, "\tEntry deleted from font path.\n", 31) = 31
write(0, "[   401.121] ", 13)           = 13
write(0, "(==) FontPath set to:\n\t/usr/shar"..., 228) = 228
write(0, "[   401.122] ", 13)           = 13
write(0, "(==) ModulePath set to \"/usr/lib"..., 47) = 47
write(0, "[   401.122] ", 13)           = 13
write(0, "(II) The server relies on udev t"..., 146) = 146
write(0, "[   401.122] ", 13)           = 13
write(0, "(II) Loader magic: 0x7fc42c27fae"..., 34) = 34
write(0, "[   401.122] ", 13)           = 13
write(0, "(II) Module ABI versions:\n", 26) = 26
write(0, "[   401.122] ", 13)           = 13
write(0, "\tX.Org ANSI C Emulation: 0.4\n", 29) = 29
write(0, "[   401.122] ", 13)           = 13
write(0, "\tX.Org Video Driver: 11.0\n", 26) = 26
write(0, "[   401.122] ", 13)           = 13
write(0, "\tX.Org XInput driver : 13.0\n", 28) = 28
write(0, "[   401.123] ", 13)           = 13
write(0, "\tX.Org Server Extension : 6.0\n", 30) = 30
stat("/sys/bus/pci/devices", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("/proc/mtrr", O_WRONLY)            = 5
open("/sys/bus/pci/devices", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
getdents(6, /* 21 entries */, 32768)    = 656
getdents(6, /* 0 entries */, 32768)     = 0
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 6
pread(6, "\206\200\4\1\6\0\220 \t\0\0\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 6
pread(6, "\206\200\1\1\7\4\20\0\t\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\1\6\0PP\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/config", O_RDONLY) = 6
pread(6, "\206\200\26\1\7\4\220\0\t\0\0\3\0\0\0\0\4\0\0\300\0\0\0\0\f\0\0\260\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:16.0/config", O_RDONLY) = 6
pread(6, "\206\200:\34\6\0\20\0\4\0\200\7\0\0\200\0\4 at P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1a.0/config", O_RDONLY) = 6
pread(6, "\206\200-\34\6\0\220\2\4 \3\f\0\0\0\0\0\240P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1b.0/config", O_RDONLY) = 6
pread(6, "\206\200 \34\6\4\20\0\4\0\3\4\20\0\0\0\4\0P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.0/config", O_RDONLY) = 6
pread(6, "\206\200\20\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\7\f\0@@\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.1/config", O_RDONLY) = 6
pread(6, "\206\200\22\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\r\22\00000\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.2/config", O_RDONLY) = 6
pread(6, "\206\200\24\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\23\30\0  \0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1c.3/config", O_RDONLY) = 6
pread(6, "\206\200\26\34\7\0\20\0\264\0\4\6\20\0\201\0\0\0\0\0\0\0\0\0\0\31\31\0\360\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1d.0/config", O_RDONLY) = 6
pread(6, "\206\200&\34\6\0\220\2\4 \3\f\0\0\0\0\0\220P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.0/config", O_RDONLY) = 6
pread(6, "\206\200I\34\7\0\20\2\4\0\1\6\0\0\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.2/config", O_RDONLY) = 6
pread(6, "\206\200\3\34\7\4\260\2\4\1\6\1\0\0\0\0\211`\0\0\235`\0\0\201`\0\0\231`\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:1f.3/config", O_RDONLY) = 6
pread(6, "\206\200\"\34\3\0\200\2\4\0\5\f\0\0\0\0\4`P\307\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 6
pread(6, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:07:00.0/config", O_RDONLY) = 6
pread(6, "\354\20h\201\7\4\20\0\6\0\0\2\20\0\0\0\1@\0\0\0\0\0\0\f@@\300\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:0d:00.0/config", O_RDONLY) = 6
pread(6, "\206\200\204\0\6\0\20\0\0\0\200\2\20\0\0\0\4\0P\304\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:13:00.0/config", O_RDONLY) = 6
pread(6, "\354\20\tR\7\0\20\0\1\0\0\377\20\0\0\0\0\0P\303\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:19:00.0/config", O_RDONLY) = 6
pread(6, "3\20\224\1\6\4\20\0\0040\3\f\20\0\0\0\4\0@\303\0\0\0\0\0\0\0\0\0\0\0\0"..., 48, 0) = 48
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/config", O_RDONLY) = 6
pread(6, "\206\200\26\1\7\4\220\0\t\0\0\3\0\0\0\0\4\0\0\300\0\0\0\0\f\0\0\260\0\0\0\0"..., 256, 0) = 256
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/resource", O_RDONLY) = 6
read(6, "0x00000000c0000000 0x00000000c03"..., 512) = 512
close(6)                                = 0
open("/sys/bus/pci/devices/0000:00:02.0/boot_vga", O_RDONLY) = 6
read(6, "1", 1)                         = 1
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 6
pread(6, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 256, 0) = 256
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/resource", O_RDONLY) = 6
read(6, "0x00000000a0000000 0x00000000aff"..., 512) = 512
close(6)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/boot_vga", O_RDONLY) = 6
read(6, "0", 1)                         = 1
close(6)                                = 0
write(0, "[   401.130] ", 13)           = 13
write(0, "(--) PCI:*(0:0:2:0) 8086:0116:10"..., 40) = 40
write(0, "rev 9", 5)                    = 5
write(0, ", Mem @ ", 8)                 = 8
write(0, "0xc0000000/4194304", 18)      = 18
write(0, ", ", 2)                       = 2
write(0, "0xb0000000/268435456", 20)    = 20
write(0, ", I/O @ ", 8)                 = 8
write(0, "0x00006000/64", 13)           = 13
write(0, "\n", 1)                       = 1
write(0, "[   401.131] ", 13)           = 13
write(0, "(--) PCI: (0:1:0:0) 1002:6740:10"..., 40) = 40
write(0, "rev 0", 5)                    = 5
write(0, ", Mem @ ", 8)                 = 8
write(0, "0xa0000000/268435456", 20)    = 20
write(0, ", ", 2)                       = 2
write(0, "0xc6500000/131072", 17)       = 17
write(0, ", I/O @ ", 8)                 = 8
write(0, "0x00005000/256", 14)          = 14
write(0, ", BIOS @ 0x????????/131072", 26) = 26
write(0, "\n", 1)                       = 1
socket(PF_FILE, SOCK_STREAM, 0)         = 6
connect(6, {sa_family=AF_FILE, path="/var/run/acpid.socket"}, 110) = 0
write(0, "[   401.132] ", 13)           = 13
write(0, "(II) Open ACPI successful (/var/"..., 50) = 50
write(0, "[   401.132] ", 13)           = 13
write(0, "(II) \"extmod\" will be loaded by "..., 41) = 41
write(0, "[   401.132] ", 13)           = 13
write(0, "(II) \"dbe\" will be loaded by def"..., 38) = 38
write(0, "[   401.132] ", 13)           = 13
write(0, "(II) \"glx\" will be loaded by def"..., 38) = 38
write(0, "[   401.133] ", 13)           = 13
write(0, "(II) \"record\" will be loaded by "..., 41) = 41
write(0, "[   401.133] ", 13)           = 13
write(0, "(II) \"dri\" will be loaded by def"..., 38) = 38
write(0, "[   401.133] ", 13)           = 13
write(0, "(II) \"dri2\" will be loaded by de"..., 39) = 39
write(0, "[   401.133] ", 13)           = 13
write(0, "(II) LoadModule: \"extmod\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
brk(0x7fc42c55b000)                     = 0x7fc42c55b000
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
brk(0x7fc42c553000)                     = 0x7fc42c553000
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   401.136] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 59) = 59
futex(0x7fc42b7e40ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/xorg/modules/extensions/libextmod.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\207\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=152176, ...}) = 0
mmap(NULL, 2247984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc428fbf000
mprotect(0x7fc428fe2000, 2093056, PROT_NONE) = 0
mmap(0x7fc4291e1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x22000) = 0x7fc4291e1000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7fc42be68000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300b\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=126296, ...}) = 0
mmap(NULL, 2226064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc428d9f000
mprotect(0x7fc428dbc000, 2097152, PROT_NONE) = 0
mmap(0x7fc428fbc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1d000) = 0x7fc428fbc000
mmap(0x7fc428fbe000, 1936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc428fbe000
close(7)                                = 0
mprotect(0x7fc428fbc000, 4096, PROT_READ) = 0
mprotect(0x7fc4291e1000, 4096, PROT_READ) = 0
statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=2402873, f_bfree=1642590, f_bavail=1520530, f_files=610800, f_ffree=487608, f_fsid={-551842813, -723937258}, f_namelen=255, f_frsize=4096}) = 0
open("/proc/filesystems", O_RDONLY)     = 7
fstat(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(7, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 301
read(7, "", 1024)                       = 0
close(7)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
munmap(0x7fc42be68000, 58306)           = 0
write(0, "[   401.139] ", 13)           = 13
write(0, "(II) Module extmod: vendor=\"X.Or"..., 46) = 46
write(0, "[   401.139] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   401.139] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   401.140] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   401.140] ", 13)           = 13
write(0, "(II) Loading extension SELinux\n", 31) = 31
write(0, "[   401.140] ", 13)           = 13
write(0, "(II) Loading extension MIT-SCREE"..., 40) = 40
write(0, "[   401.140] ", 13)           = 13
write(0, "(II) Loading extension XFree86-V"..., 48) = 48
write(0, "[   401.140] ", 13)           = 13
write(0, "(II) Loading extension XFree86-D"..., 35) = 35
write(0, "[   401.140] ", 13)           = 13
write(0, "(II) Loading extension DPMS\n", 28) = 28
write(0, "[   401.141] ", 13)           = 13
write(0, "(II) Loading extension XVideo\n", 30) = 30
write(0, "[   401.141] ", 13)           = 13
write(0, "(II) Loading extension XVideo-Mo"..., 49) = 49
write(0, "[   401.141] ", 13)           = 13
write(0, "(II) Loading extension X-Resourc"..., 34) = 34
write(0, "[   401.141] ", 13)           = 13
write(0, "(II) LoadModule: \"dbe\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   401.143] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/extensions/libdbe.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=22904, ...}) = 0
mmap(NULL, 2118280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc428b99000
mprotect(0x7fc428b9e000, 2093056, PROT_NONE) = 0
mmap(0x7fc428d9d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7fc428d9d000
close(7)                                = 0
mprotect(0x7fc428d9d000, 4096, PROT_READ) = 0
write(0, "[   401.144] ", 13)           = 13
write(0, "(II) Module dbe: vendor=\"X.Org F"..., 43) = 43
write(0, "[   401.144] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   401.145] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   401.145] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   401.145] ", 13)           = 13
write(0, "(II) Loading extension DOUBLE-BU"..., 37) = 37
write(0, "[   401.145] ", 13)           = 13
write(0, "(II) LoadModule: \"glx\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
close(7)                                = 0
write(0, "[   401.146] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 51) = 51
open("/usr/lib/xorg/modules/linux/libglx.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360L\1\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=714000, ...}) = 0
mmap(NULL, 2073560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc42899e000
mprotect(0x7fc428a42000, 1044480, PROT_NONE) = 0
mmap(0x7fc428b41000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa3000) = 0x7fc428b41000
mmap(0x7fc428b4c000, 312280, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc428b4c000
close(7)                                = 0
write(0, "[   401.147] ", 13)           = 13
write(0, "(II) Module glx: vendor=\"Advance"..., 55) = 55
write(0, "[   401.147] ", 13)           = 13
write(0, "\tcompiled for 6.9.0", 19)    = 19
write(0, ", module version = 1.0.0\n", 25) = 25
open("/proc/2273/fd/0", O_RDONLY)       = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
fstat(7, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
lseek(7, 4096, SEEK_SET)                = 4096
read(7, "145] \tABI class: X.Org Server Ex"..., 328) = 328
lseek(7, 0, SEEK_SET)                   = 0
read(7, "[   401.050] \nX.Org X Server 1.1"..., 4096) = 4096
close(7)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
write(0, "[   401.148] ", 13)           = 13
write(0, "(II) Loading extension GLX\n", 27) = 27
write(0, "[   401.148] ", 13)           = 13
write(0, "(II) LoadModule: \"record\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   401.151] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 59) = 59
open("/usr/lib/xorg/modules/extensions/librecord.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\25\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=31264, ...}) = 0
mmap(NULL, 2126584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc428796000
mprotect(0x7fc42879d000, 2093056, PROT_NONE) = 0
mmap(0x7fc42899c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6000) = 0x7fc42899c000
close(7)                                = 0
mprotect(0x7fc42899c000, 4096, PROT_READ) = 0
write(0, "[   401.152] ", 13)           = 13
write(0, "(II) Module record: vendor=\"X.Or"..., 46) = 46
write(0, "[   401.152] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.13.0\n", 26) = 26
write(0, "[   401.152] ", 13)           = 13
write(0, "\tModule class: X.Org Server Exte"..., 38) = 38
write(0, "[   401.152] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   401.152] ", 13)           = 13
write(0, "(II) Loading extension RECORD\n", 30) = 30
write(0, "[   401.153] ", 13)           = 13
write(0, "(II) LoadModule: \"dri\"", 22) = 22
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   401.155] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/extensions/libdri.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3000\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=47864, ...}) = 0
mmap(NULL, 2143224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc42858a000
mprotect(0x7fc428594000, 2097152, PROT_NONE) = 0
mmap(0x7fc428794000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7fc428794000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7fc42be68000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libdrm.so.2", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0205\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=47592, ...}) = 0
mmap(NULL, 2145192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc42837e000
mprotect(0x7fc428388000, 2097152, PROT_NONE) = 0
mmap(0x7fc428588000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa000) = 0x7fc428588000
close(7)                                = 0
mprotect(0x7fc428588000, 4096, PROT_READ) = 0
mprotect(0x7fc428794000, 4096, PROT_READ) = 0
munmap(0x7fc42be68000, 58306)           = 0
write(0, "[   401.157] ", 13)           = 13
write(0, "(II) Module dri: vendor=\"X.Org F"..., 43) = 43
write(0, "[   401.157] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   401.157] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   401.157] ", 13)           = 13
write(0, "(II) Loading extension XFree86-D"..., 35) = 35
write(0, "[   401.158] ", 13)           = 13
write(0, "(II) LoadModule: \"dri2\"", 23) = 23
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   401.160] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 57) = 57
open("/usr/lib/xorg/modules/extensions/libdri2.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\24\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=22840, ...}) = 0
mmap(NULL, 2118232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc428178000
mprotect(0x7fc42817d000, 2093056, PROT_NONE) = 0
mmap(0x7fc42837c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7fc42837c000
close(7)                                = 0
mprotect(0x7fc42837c000, 4096, PROT_READ) = 0
write(0, "[   401.161] ", 13)           = 13
write(0, "(II) Module dri2: vendor=\"X.Org "..., 44) = 44
write(0, "[   401.161] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.2.0\n", 25) = 25
write(0, "[   401.161] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
write(0, "[   401.162] ", 13)           = 13
write(0, "(II) Loading extension DRI2\n", 28) = 28
write(0, "[   401.162] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrx\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
getdents(7, /* 0 entries */, 32768)     = 0
close(7)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcbf0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
getdents(8, /* 0 entries */, 32768)     = 0
close(8)                                = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 34 entries */, 32768)    = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fff17bdbb00) = -1 ENOTDIR (Not a directory)
close(8)                                = 0
close(7)                                = 0
write(0, "[   401.165] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/drivers/fglrx_drv.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 at q9\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=15817048, ...}) = 0
mmap(NULL, 16905280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc427158000
mprotect(0x7fc427bd1000, 1048576, PROT_NONE) = 0
mmap(0x7fc427cd1000, 4837376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xa79000) = 0x7fc427cd1000
mmap(0x7fc42816e000, 37952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc42816e000
close(7)                                = 0
write(0, "[   401.188] ", 13)           = 13
write(0, "(II) Module fglrx: vendor=\"FireG"..., 59) = 59
write(0, "[   401.188] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
write(0, "[   401.189] ", 13)           = 13
write(0, "\tModule class: X.Org Video Drive"..., 34) = 34
open("/proc/2273/fd/0", O_RDONLY)       = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=5801, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
fstat(7, {st_mode=S_IFREG|0644, st_size=5801, ...}) = 0
lseek(7, 4096, SEEK_SET)                = 4096
read(7, "145] \tABI class: X.Org Server Ex"..., 1705) = 1705
lseek(7, 0, SEEK_SET)                   = 0
read(7, "[   401.050] \nX.Org X Server 1.1"..., 4096) = 4096
close(7)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
write(0, "[   401.190] ", 13)           = 13
write(0, "(II) Loading sub module \"fglrxdr"..., 35) = 35
write(0, "[   401.190] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrxdrm\"", 27) = 27
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
getdents(7, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdca70) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdca70) = -1 ENOTDIR (Not a directory)
close(7)                                = 0
write(0, "[   401.191] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/linux/libfglrxdrm.so", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0F\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=58520, ...}) = 0
mmap(NULL, 1105904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc42bd69000
mprotect(0x7fc42bd75000, 1048576, PROT_NONE) = 0
mmap(0x7fc42be75000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xc000) = 0x7fc42be75000
close(7)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7fc42bd5a000
close(7)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libatiuki.so.1", O_RDONLY) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300)\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=34352, ...}) = 0
mmap(NULL, 1083688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fc42704f000
mprotect(0x7fc427056000, 1048576, PROT_NONE) = 0
mmap(0x7fc427156000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x7000) = 0x7fc427156000
mmap(0x7fc427157000, 2344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc427157000
close(7)                                = 0
munmap(0x7fc42bd5a000, 58306)           = 0
write(0, "[   401.193] ", 13)           = 13
write(0, "(II) Module fglrxdrm: vendor=\"Fi"..., 62) = 62
write(0, "[   401.193] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
write(0, "[   401.193] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 60) = 60
write(0, "[   401.193] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 92) = 92
write(0, "[   401.194] ", 13)           = 13
write(0, "(II) ATI Proprietary Linux Drive"..., 67) = 67
write(0, "[   401.194] ", 13)           = 13
write(0, "(++) using VT number 8\n\n", 24) = 24
getppid()                               = 2272
getpgid(0x8e0)                          = 2272
setpgid(0, 2272)                        = 0
setsid()                                = 2273
open("/dev/vc/8", O_RDWR|O_NONBLOCK)    = -1 ENOENT (No such file or directory)
open("/dev/tty8", O_RDWR|O_NONBLOCK)    = 7
ioctl(7, VT_GETSTATE, 0x7fff17bdede0)   = 0
ioctl(7, VT_ACTIVATE, 0x8)              = 0
ioctl(7, VT_WAITACTIVE, 0x8)            = 0
ioctl(7, VIDIOC_RESERVED or VT_GETMODE, 0x7fff17bdedd0) = 0
rt_sigaction(SIGUSR1, {0x7fc42bf41330, [USR1], SA_RESTORER|SA_RESTART, 0x7fc429efb480}, {SIG_DFL, [USR1], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fff17bdedd0) = 0
ioctl(7, KDSETMODE, 0x1)                = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, KDGKBMODE, 0x7fc42c291d7c)     = 0
ioctl(7, KDSKBMODE, 0)                  = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, SNDCTL_TMR_START or TCSETS, {B0 -opost -isig -icanon -echo ...}) = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
ioperm(0, 0x400, 0x1)                   = 0
iopl(0x3)                               = 0
ioperm(0x40, 0x4, 0)                    = 0
ioperm(0x60, 0x4, 0)                    = 0
write(0, "[   401.206] ", 13)           = 13
write(0, "(WW) Falling back to old probe m"..., 48) = 48
open("/etc/ati/amdpcsdb.default", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=81643, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(8, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
read(8, "STEM/2ID-1002-955F-0/MCIL]\nDALNo"..., 4096) = 4096
read(8, "5000000060\nPP_VariBrightFeatureE"..., 4096) = 4096
read(8, "E1-0/MCIL]\nDALNonStandardModesBC"..., 4096) = 4096
read(8, "0\nPP_VariBrightFeatureEnable=V1\n"..., 4096) = 4096
read(8, "EM/2ID-1002-9614-0/MCIL]\nDALNonS"..., 4096) = 4096
read(8, "00900000000602048153600000072204"..., 4096) = 4096
read(8, "[AMDPCSROOT/SYSTEM/2ID-1002-9598"..., 4096) = 4096
read(8, "D-1002-94C1-0/MCIL]\nDALNonStanda"..., 4096) = 4096
read(8, "00000000701792134400000000180014"..., 4096) = 4096
read(8, "00005916000900000000602048153600"..., 4096) = 4096
read(8, "SROOT/SYSTEM/2ID-1002-9490-0/MCI"..., 4096) = 4096
read(8, "00000\nDALNonStandardModesBCD2=R1"..., 4096) = 4096
read(8, "02400000060136010240000007513601"..., 4096) = 4096
read(8, "92134400000000180014400000000018"..., 4096) = 4096
read(8, "00000000602048153600000072204815"..., 4096) = 4096
read(8, "/2ID-1002-68DA-0/MCIL]\nDALNonSta"..., 4096) = 4096
read(8, "StandardModesBCD2=R1280096000000"..., 4096) = 4096
read(8, "36010240000007513601024000000851"..., 4096) = 4096
read(8, "00751360102400000085160009000000"..., 4096) = 3819
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
open("/etc/ati/amdpcsdb", O_RDONLY)     = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=36916, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(8, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
read(8, "60000000060128007680000006014001"..., 4096) = 4096
read(8, "60128007680000006014001050000000"..., 4096) = 4096
read(8, "800768000000601400105000000060\n["..., 4096) = 4096
read(8, "2=R12800960000000001600120000000"..., 4096) = 4096
read(8, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
read(8, "00180014400000000018561392000000"..., 4096) = 4096
read(8, "48153600000072204815360000008012"..., 4096) = 4096
read(8, "80000000012800960000000001600120"..., 4096) = 4096
read(8, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 4096) = 52
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
write(0, "[   401.227] ", 13)           = 13
write(0, "(II) Loading PCS database from /"..., 49) = 49
open("/etc/ati/control", O_RDONLY)      = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=55792, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(8, "DI-4\2\20\0\0\270h\0\0\2\20\0\0\0000\0\0NM-4\2\20\0\0\270h\0\0"..., 4096) = 4096
read(8, "K\0/\0:\0;\0?\0?\0/\0\\\0j\0}\0f\0j\0|\0/\0/\0/\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\2\20\0\0B\224\0\0\202\26\0\0q$\0\0N\0[\0F\0/\0]\0n\0k\0j\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0DI-4\2\20\0\0\331h\0\0K\27\0\0"..., 4096) = 4096
read(8, "]\0n\0k\0j\0`\0a\0/\0G\0K\0/\0:\0;\0?\0?\0/\0\\\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "|\0/\0/\0/\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "f\0}\0j\0H\0C\0&\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "j\0`\0a\0/\0G\0K\0/\0;\0007\0009\0?\0\17\0\17\0\17\0\17\0\17\0"..., 4096) = 4096
read(8, "K\0/\0<\0=\0?\0?\0/\0H\0}\0n\0\177\0g\0f\0l\0|\0/\0"..., 4096) = 4096
read(8, "`\0a\0/\0G\0K\0/\0;\0007\0?\0?\0/\0\\\0j\0}\0f\0j\0"..., 4096) = 2544
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
brk(0x7fc42c574000)                     = 0x7fc42c574000
write(0, "[   401.231] ", 13)           = 13
write(0, "(--) Chipset Supported AMD Graph"..., 61) = 61
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 8
pread(8, "\2\20 at g\7\0\20\0\0\0\0\3\20\0\0\0\f\0\0\240\0\0\0\0\4\0P\306\0\0\0\0"..., 256, 0) = 256
close(8)                                = 0
open("/sys/bus/pci/devices/0000:01:00.0/resource", O_RDONLY) = 8
read(8, "0x00000000a0000000 0x00000000aff"..., 512) = 512
close(8)                                = 0
write(0, "[   401.232] ", 13)           = 13
write(0, "(II) fglrx: intel VGA device det"..., 58) = 58
write(0, "[   401.232] ", 13)           = 13
write(0, "(II) LoadModule: \"intel\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 4 entries */, 32768)     = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
getdents(8, /* 0 entries */, 32768)     = 0
close(8)                                = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 19 entries */, 32768)    = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdca00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
getdents(9, /* 8 entries */, 32768)     = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
getdents(9, /* 0 entries */, 32768)     = 0
close(9)                                = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
getdents(9, /* 34 entries */, 32768)    = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fff17bdb910) = -1 ENOTDIR (Not a directory)
close(9)                                = 0
close(8)                                = 0
write(0, "[   401.236] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
open("/usr/lib/xorg/modules/drivers/intel_drv.so", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\250\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=332344, ...}) = 0
mmap(NULL, 2427872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc426dfe000
mprotect(0x7fc426e4b000, 2097152, PROT_NONE) = 0
mmap(0x7fc42704b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4d000) = 0x7fc42704b000
close(8)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7fc42bd5a000
close(8)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@/\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=112024, ...}) = 0
mmap(NULL, 2207208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fc426be3000
mprotect(0x7fc426bfd000, 2093056, PROT_NONE) = 0
mmap(0x7fc426dfc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x19000) = 0x7fc426dfc000
close(8)                                = 0
mprotect(0x7fc426dfc000, 4096, PROT_READ) = 0
munmap(0x7fc42bd5a000, 58306)           = 0
write(0, "[   401.238] ", 13)           = 13
write(0, "(II) Module intel: vendor=\"X.Org"..., 45) = 45
write(0, "[   401.238] ", 13)           = 13
write(0, "\tcompiled for 1.11.1", 20)   = 20
write(0, ".902", 4)                     = 4
write(0, ", module version = 2.17.0\n", 26) = 26
write(0, "[   401.239] ", 13)           = 13
write(0, "\tModule class: X.Org Video Drive"..., 34) = 34
write(0, "[   401.239] ", 13)           = 13
write(0, "\tABI class: X.Org Video Driver, "..., 45) = 45
open("/proc/sys/kernel/modprobe", O_RDONLY) = 8
read(8, "/sbin/modprobe\n", 1023)       = 15
close(8)                                = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc42be77b50) = 2277
wait4(2277, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2277
--- SIGCHLD (Child exited) @ 0 (0) ---
open("/proc/ati/major", O_RDONLY)       = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(8, "252\n", 1024)                  = 4
close(8)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
write(0, "[   401.243] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(8, "252\n", 1024)                  = 4
close(8)                                = 0
munmap(0x7fc42be8d000, 4096)            = 0
write(0, "[   401.244] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   401.244] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   401.244] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 8
write(0, "[   401.245] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 8,"..., 38) = 38
write(0, "[   401.245] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 39) = 39
ioctl(8, 0xc0106407, 0x7fff17bdeb90)    = -1 EINVAL (Invalid argument)
ioctl(8, 0xc0106401, 0x7fff17bdeb90)    = 0
ioctl(8, 0xc0106401, 0x7fff17bdeb90)    = 0
write(0, "[   401.245] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
ioctl(8, 0xc050647d, 0x7fff17bdeb70)    = 0
fstat(8, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(8, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(8)                                = 0
open("/proc/bus/pci/devices", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8d000
read(8, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\200", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
read(8, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\201", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\200", 1)                      = 1
close(9)                                = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 9
lseek(9, 14, SEEK_SET)                  = 14
read(9, "\0", 1)                        = 1
close(9)                                = 0
read(8, "", 1024)                       = 0
open("/proc/bus/pci/devices", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8c000
read(9, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\200", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
read(9, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\201", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\200", 1)                     = 1
close(10)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 10
lseek(10, 14, SEEK_SET)                 = 14
read(10, "\0", 1)                       = 1
close(10)                               = 0
read(9, "", 1024)                       = 0
write(0, "[   401.259] ", 13)           = 13
write(0, "(II) AMD Video driver is running"..., 92) = 92
open("/etc/ati/signature", O_RDONLY)    = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=220, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8b000
read(10, "48b635e35dc8002713335f204801acb5"..., 4096) = 220
read(10, "", 4096)                      = 0
close(10)                               = 0
munmap(0x7fc42be8b000, 4096)            = 0
write(0, "[   401.259] ", 13)           = 13
write(0, "(II) AMD Video driver is signed\n", 32) = 32
open("/proc/bus/pci/devices", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8b000
read(10, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\200", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
read(10, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\201", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\200", 1)                     = 1
close(11)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 11
lseek(11, 14, SEEK_SET)                 = 14
read(11, "\0", 1)                       = 1
close(11)                               = 0
read(10, "", 1024)                      = 0
write(0, "[   401.265] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   401.266] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   401.266] ", 13)           = 13
write(0, "(II) fglrx(0): pEnt->device->ide"..., 55) = 55
open("/proc/bus/pci/devices", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be8a000
read(11, "0000\t80860104\t0\t               0"..., 1024) = 1024
open("/proc/bus/pci/00/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/01.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/02.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "   0\t               0\t\n00d0\t8086"..., 1024) = 1024
open("/proc/bus/pci/00/16.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\200", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1a.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1b.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
read(11, "               0\t               "..., 1024) = 1024
open("/proc/bus/pci/00/1c.1", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.2", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1c.3", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\201", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1d.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "            0\t               0\t "..., 1024) = 1024
open("/proc/bus/pci/00/1f.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\200", 1)                     = 1
close(12)                               = 0
open("/proc/bus/pci/00/1f.2", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/00/1f.3", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/01/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "00\t               0\t            "..., 1024) = 903
open("/proc/bus/pci/07/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/0d/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/13/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
open("/proc/bus/pci/19/00.0", O_RDONLY) = 12
lseek(12, 14, SEEK_SET)                 = 14
read(12, "\0", 1)                       = 1
close(12)                               = 0
read(11, "", 1024)                      = 0
open("/sys/bus/pci/devices/0000:00:02.0/drm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 12
getdents(12, /* 4 entries */, 32768)    = 112
close(12)                               = 0
open("/proc/sys/kernel/modprobe", O_RDONLY) = 12
read(12, "/sbin/modprobe\n", 1023)      = 15
close(12)                               = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc42be77b50) = 2278
wait4(2278, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2278
--- SIGCHLD (Child exited) @ 0 (0) ---
write(0, "[   401.275] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   401.276] ", 13)           = 13
write(0, "(II) intel(1): pEnt->device->ide"..., 46) = 46
open("/dev/vga_arbiter", O_RDWR)        = 12
read(12, "count:1,PCI:0000:00:02.0,decodes"..., 64) = 64
write(0, "[   401.276] ", 13)           = 13
write(2, "(EE) Screen 1 deleted because of"..., 61) = 61
write(0, "(EE) Screen 1 deleted because of"..., 61) = 61
write(0, "[   401.276] ", 13)           = 13
write(0, "(II) UnloadModule: \"intel\"\n", 27) = 27
write(0, "[   401.277] ", 13)           = 13
write(0, "(II) Unloading intel\n", 21)  = 21
write(12, "target PCI:0000:01:00.0", 23) = 23
read(12, "count:1,PCI:0000:01:00.0,decodes"..., 64) = 64
write(0, "[   401.277] ", 13)           = 13
write(0, "(II) fglrx(0): === [xdl_xs111_at"..., 55) = 55
write(0, "[   401.277] ", 13)           = 13
write(0, "(II) fglrx(0): PowerXpress: Disc"..., 54) = 54
lstat("/usr/lib64/fglrx", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64/fglrx/switchlibGL", {st_mode=S_IFREG|0755, st_size=1086, ...}) = 0
lstat("/usr/lib64/fglrx/switchlibglx", {st_mode=S_IFREG|0755, st_size=1086, ...}) = 0
pipe([13, 14])                          = 0
pipe([15, 16])                          = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc42be77b50) = 2279
close(14)                               = 0
close(16)                               = 0
select(16, [13 15], NULL, NULL, NULL)   = 1 (in [13])
read(13, "amd\n", 1023)                 = 4
--- SIGCHLD (Child exited) @ 0 (0) ---
select(16, [13 15], NULL, NULL, NULL)   = 2 (in [13 15])
read(13, "", 1019)                      = 0
close(13)                               = 0
read(15, "", 1023)                      = 0
close(15)                               = 0
wait4(2279, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2279
pipe([13, 14])                          = 0
pipe([15, 16])                          = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc42be77b50) = 2283
close(14)                               = 0
close(16)                               = 0
select(16, [13 15], NULL, NULL, NULL)   = 2 (in [13 15])
--- SIGCHLD (Child exited) @ 0 (0) ---
read(13, "", 1024)                      = 0
close(13)                               = 0
read(15, "", 1023)                      = 0
close(15)                               = 0
wait4(2283, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2283
pipe([13, 14])                          = 0
pipe([15, 16])                          = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc42be77b50) = 2285
close(14)                               = 0
close(16)                               = 0
select(16, [13 15], NULL, NULL, NULL)   = 1 (in [13])
read(13, "amd\n", 1023)                 = 4
--- SIGCHLD (Child exited) @ 0 (0) ---
select(16, [13 15], NULL, NULL, NULL)   = 2 (in [13 15])
read(13, "", 1019)                      = 0
close(13)                               = 0
read(15, "", 1023)                      = 0
close(15)                               = 0
wait4(2285, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2285
geteuid()                               = 0
write(0, "[   401.295] ", 13)           = 13
write(0, "drmOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/dri", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
stat("/dev/dri/card0", {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
open("/dev/dri/card0", O_RDWR)          = 13
write(0, "[   401.295] ", 13)           = 13
write(0, "drmOpenDevice: open result is 13"..., 39) = 39
ioctl(13, 0xc0406400, 0x7fc42c55f6f0)   = 0
ioctl(13, 0xc0406400, 0x7fc42c55f6f0)   = 0
close(13)                               = 0
write(0, "[   401.296] ", 13)           = 13
write(0, "drmOpenByBusid: Searching for Bu"..., 53) = 53
geteuid()                               = 0
write(0, "[   401.296] ", 13)           = 13
write(0, "drmOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/dri", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
stat("/dev/dri/card0", {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
open("/dev/dri/card0", O_RDWR)          = 13
write(0, "[   401.297] ", 13)           = 13
write(0, "drmOpenDevice: open result is 13"..., 39) = 39
write(0, "[   401.297] ", 13)           = 13
write(0, "drmOpenByBusid: drmOpenMinor ret"..., 40) = 40
ioctl(13, 0xc0106407, 0x7fff17bdec30)   = 0
ioctl(13, 0xc0106401, 0x7fff17bdec20)   = 0
ioctl(13, 0xc0106401, 0x7fff17bdec20)   = 0
write(0, "[   401.297] ", 13)           = 13
write(0, "drmOpenByBusid: drmGetBusid repo"..., 53) = 53
ioctl(13, 0xc0106407, 0x7fff17bdecb0)   = 0
ioctl(13, 0xc0106446, 0x7fff17bded20)   = 0
write(0, "[   401.297] ", 13)           = 13
write(0, "(**) fglrx(0): Depth 24, ", 25) = 25
write(0, "(--) framebuffer bpp 32\n", 24) = 24
write(0, "[   401.298] ", 13)           = 13
write(0, "(==) fglrx(0): RGB weight 888\n", 30) = 30
write(0, "[   401.298] ", 13)           = 13
write(0, "(==) fglrx(0): Default visual is"..., 43) = 43
write(0, "[   401.298] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"Tiling\"", 30) = 30
write(0, " \"off\"", 6)                 = 6
write(0, "\n", 1)                       = 1
write(0, "[   401.298] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"LinearFra"..., 41) = 41
write(0, " \"on\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(0, "[   401.299] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"Shadow\"", 30) = 30
write(0, " \"off\"", 6)                 = 6
write(0, "\n", 1)                       = 1
write(0, "[   401.299] ", 13)           = 13
write(0, "(II) fglrx(0): Integrated Graphi"..., 78) = 78
write(0, "[   401.299] ", 13)           = 13
write(0, "(**) fglrx(0): ChipID override: "..., 39) = 39
write(0, "[   401.299] ", 13)           = 13
write(0, "(**) fglrx(0): ChipRev override:"..., 35) = 35
write(0, "[   401.299] ", 13)           = 13
write(0, "(**) fglrx(0): Chipset: \"Sandybr"..., 51) = 51
ioctl(13, 0x80106463, 0x7fff17bdec70)   = 0
ioctl(13, 0xc0106446, 0x7fff17bdec80)   = 0
ioctl(13, 0xc0106446, 0x7fff17bdec80)   = 0
ioctl(13, 0xc0106446, 0x7fff17bdec80)   = 0
ioctl(13, 0xc0106446, 0x7fff17bdec80)   = 0
ioctl(13, 0xc0106446, 0x7fff17bdec80)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdec80)   = 0
ioctl(13, 0x6458, 0)                    = 0
ioctl(13, 0xc0106446, 0x7fff17bded10)   = 0
ioctl(13, 0xc0106446, 0x7fff17bded10)   = 0
ioctl(13, 0xc0106446, 0x7fff17bded10)   = 0
write(0, "[   401.300] ", 13)           = 13
write(0, "(**) fglrx(0): Relaxed fencing e"..., 39) = 39
write(0, "[   401.301] ", 13)           = 13
write(0, "(**) fglrx(0): Wait on SwapBuffe"..., 44) = 44
write(0, "[   401.301] ", 13)           = 13
write(0, "(**) fglrx(0): Triple buffering?"..., 41) = 41
write(0, "[   401.301] ", 13)           = 13
write(0, "(**) fglrx(0): Framebuffer linea"..., 34) = 34
write(0, "[   401.301] ", 13)           = 13
write(0, "(**) fglrx(0): Pixmaps linear\n", 30) = 30
write(0, "[   401.301] ", 13)           = 13
write(0, "(**) fglrx(0): 3D buffers tiled\n", 32) = 32
write(0, "[   401.301] ", 13)           = 13
write(0, "(**) fglrx(0): SwapBuffers wait "..., 40) = 40
write(0, "[   401.302] ", 13)           = 13
write(0, "(==) fglrx(0): video overlay key"..., 48) = 48
ioctl(13, 0xc04064a0, 0x7fff17bdebe0)   = 0
ioctl(13, 0xc04064a0, 0x7fff17bdebe0)   = 0
ioctl(13, 0xc06864a1, 0x7fff17bdebe0)   = 0
ioctl(13, 0xc0086465, 0x7fff17bdec40)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdec10)   = 0
ioctl(13, 0xc06864a1, 0x7fff17bdebe0)   = 0
ioctl(13, 0xc0086465, 0x7fff17bdec40)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdec10)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc01464a6, 0x7fff17bdea90)   = 0
write(0, "[   401.302] ", 13)           = 13
write(0, "(II) fglrx(0): Output LVDS1 usin"..., 73) = 73
stat("/sys/class/backlight/asus-laptop", 0x7fff17bdeac0) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/eeepc", 0x7fff17bdeac0) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/thinkpad_screen", 0x7fff17bdeac0) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/mbp_backlight", 0x7fff17bdeac0) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/fujitsu-laptop", 0x7fff17bdeac0) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/sony", 0x7fff17bdeac0) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/samsung", 0x7fff17bdeac0) = -1 ENOENT (No such file or directory)
stat("/sys/class/backlight/acpi_video1", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("/sys/class/backlight/acpi_video1/max_brightness", O_RDONLY) = 14
read(14, "10\n", 12)                    = 3
close(14)                               = 0
open("/sys/class/backlight/acpi_video1/actual_brightness", O_RDONLY) = 14
read(14, "0\n", 12)                     = 2
close(14)                               = 0
write(0, "[   401.304] ", 13)           = 13
write(0, "(II) fglrx(0): found backlight c"..., 82) = 82
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc01464a6, 0x7fff17bdea90)   = 0
write(0, "[   401.304] ", 13)           = 13
write(0, "(II) fglrx(0): Output VGA1 has n"..., 50) = 50
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc01464a6, 0x7fff17bdea90)   = 0
write(0, "[   401.329] ", 13)           = 13
write(0, "(II) fglrx(0): Output HDMI1 has "..., 51) = 51
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bdea30)   = 0
ioctl(13, 0xc01464a6, 0x7fff17bdea90)   = 0
write(0, "[   401.376] ", 13)           = 13
write(0, "(II) fglrx(0): Output DP1 has no"..., 49) = 49
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bde840)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bde840)   = 0
ioctl(13, 0xc01064ac, 0x7fff17bde880)   = 0
ioctl(13, 0xc01064ac, 0x7fff17bde880)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bde840)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bde840)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bde840)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bde840)   = 0
write(0, "[   401.378] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output L"..., 37) = 37
write(0, "[   401.379] ", 13)           = 13
write(0, "(II) fglrx(0): Manufacturer: SEC"..., 58) = 58
write(0, "[   401.379] ", 13)           = 13
write(0, "(II) fglrx(0): Year: 2008  Week:"..., 35) = 35
write(0, "[   401.379] ", 13)           = 13
write(0, "(II) fglrx(0): EDID Version: 1.3"..., 33) = 33
write(0, "[   401.379] ", 13)           = 13
write(0, "(II) fglrx(0): Digital Display I"..., 37) = 37
write(0, "[   401.379] ", 13)           = 13
write(0, "(II) fglrx(0): Max Image Size [c"..., 36) = 36
write(0, "horiz.: 34  ", 12)            = 12
write(0, "vert.: 19\n", 10)             = 10
write(0, "[   401.380] ", 13)           = 13
write(0, "(II) fglrx(0): Gamma: 2.20\n", 27) = 27
write(0, "[   401.380] ", 13)           = 13
write(0, "(II) fglrx(0): No DPMS capabilit"..., 45) = 45
write(0, "\n", 1)                       = 1
write(0, "[   401.380] ", 13)           = 13
write(0, "(II) fglrx(0): Supported color e"..., 65) = 65
write(0, "[   401.380] ", 13)           = 13
write(0, "(II) fglrx(0): First detailed ti"..., 55) = 55
write(0, "[   401.380] ", 13)           = 13
write(0, "(II) fglrx(0): redX: 0.580 redY:"..., 41) = 41
write(0, "greenX: 0.310 greenY: 0.550\n", 28) = 28
write(0, "[   401.381] ", 13)           = 13
write(0, "(II) fglrx(0): blueX: 0.155 blue"..., 43) = 43
write(0, "whiteX: 0.313 whiteY: 0.329\n", 28) = 28
write(0, "[   401.381] ", 13)           = 13
write(0, "(II) fglrx(0): Manufacturer's ma"..., 38) = 38
write(0, "[   401.381] ", 13)           = 13
write(0, "(II) fglrx(0): Supported detaile"..., 42) = 42
write(0, "[   401.381] ", 13)           = 13
write(0, "(II) fglrx(0): clock: 69.3 MHz  "..., 33) = 33
write(0, "Image Size:  344 x 194 mm\n", 26) = 26
write(0, "[   401.381] ", 13)           = 13
write(0, "(II) fglrx(0): h_active: 1366  h"..., 78) = 78
write(0, "h_border: 0\n", 12)           = 12
write(0, "[   401.382] ", 13)           = 13
write(0, "(II) fglrx(0): v_active: 768  v_"..., 74) = 74
write(0, "v_border: 0\n", 12)           = 12
write(0, "[   401.382] ", 13)           = 13
write(0, "(II) fglrx(0): Unknown vendor-sp"..., 47) = 47
write(0, "[   401.382] ", 13)           = 13
write(0, "(II) fglrx(0):  SAMSUNG\n", 24) = 24
write(0, "[   401.382] ", 13)           = 13
write(0, "(II) fglrx(0):  156AT05-H07\n", 28) = 28
write(0, "[   401.382] ", 13)           = 13
write(0, "(II) fglrx(0): EDID (in hex):\n", 30) = 30
write(0, "[   401.383] ", 13)           = 13
write(0, "(II) fglrx(0): \t00ffffffffffff00"..., 49) = 49
write(0, "[   401.383] ", 13)           = 13
write(0, "(II) fglrx(0): \t0012010380221378"..., 49) = 49
write(0, "[   401.383] ", 13)           = 13
write(0, "(II) fglrx(0): \t2750540000000101"..., 49) = 49
write(0, "[   401.383] ", 13)           = 13
write(0, "(II) fglrx(0): \t010101010101121b"..., 49) = 49
write(0, "[   401.383] ", 13)           = 13
write(0, "(II) fglrx(0): \t250058c210000019"..., 49) = 49
write(0, "[   401.383] ", 13)           = 13
write(0, "(II) fglrx(0): \t00000000001eb402"..., 49) = 49
write(0, "[   401.384] ", 13)           = 13
write(0, "(II) fglrx(0): \t414d53554e470a20"..., 49) = 49
write(0, "[   401.384] ", 13)           = 13
write(0, "(II) fglrx(0): \t0031353641543035"..., 49) = 49
write(0, "[   401.384] ", 13)           = 13
write(0, "(II) fglrx(0): EDID vendor \"SEC\""..., 48) = 48
write(0, "[   401.384] ", 13)           = 13
write(0, "(II) fglrx(0): Printing DDC gath"..., 48) = 48
write(0, "[   401.384] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1366x76"..., 110) = 110
brk(0x7fc42c595000)                     = 0x7fc42c595000
write(0, "[   401.385] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.385] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.385] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.385] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.386] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.386] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.386] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.386] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.386] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.386] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.387] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.387] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.387] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.387] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.387] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.387] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.388] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.388] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.388] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.388] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 80) = 80
write(0, "[   401.388] ", 13)           = 13
write(0, "(II) fglrx(0): Not using default"..., 81) = 81
write(0, "[   401.388] ", 13)           = 13
write(0, "(II) fglrx(0): Printing probed m"..., 54) = 54
write(0, "[   401.389] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1366x76"..., 111) = 111
write(0, "[   401.389] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1360x76"..., 111) = 111
write(0, "[   401.389] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1360x76"..., 111) = 111
write(0, "[   401.389] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"1024x76"..., 111) = 111
write(0, "[   401.389] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"800x600"..., 107) = 107
write(0, "[   401.389] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"800x600"..., 107) = 107
write(0, "[   401.390] ", 13)           = 13
write(0, "(II) fglrx(0): Modeline \"640x480"..., 106) = 106
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
write(0, "[   401.390] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output V"..., 36) = 36
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
write(0, "[   401.415] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output H"..., 37) = 37
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
ioctl(13, 0xc05064a7, 0x7fff17bde880)   = 0
write(0, "[   401.464] ", 13)           = 13
write(0, "(II) fglrx(0): EDID for output D"..., 35) = 35
write(0, "[   401.464] ", 13)           = 13
write(0, "(II) fglrx(0): Output LVDS1 conn"..., 38) = 38
write(0, "[   401.465] ", 13)           = 13
write(0, "(II) fglrx(0): Output VGA1 disco"..., 40) = 40
write(0, "[   401.465] ", 13)           = 13
write(0, "(II) fglrx(0): Output HDMI1 disc"..., 41) = 41
write(0, "[   401.465] ", 13)           = 13
write(0, "(II) fglrx(0): Output DP1 discon"..., 39) = 39
write(0, "[   401.466] ", 13)           = 13
write(0, "(II) fglrx(0): Using exact sizes"..., 51) = 51
write(0, "[   401.466] ", 13)           = 13
write(0, "(II) fglrx(0): Output LVDS1 usin"..., 56) = 56
write(0, "[   401.466] ", 13)           = 13
write(0, "(II) fglrx(0): Using default gam"..., 79) = 79
ioctl(13, 0xc0106446, 0x7fff17bdec70)   = 0
write(0, "[   401.466] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel page flipp"..., 63) = 63
write(0, "[   401.466] ", 13)           = 13
write(0, "(**) fglrx(0): Display dimension"..., 49) = 49
write(0, "[   401.467] ", 13)           = 13
write(0, "(**) fglrx(0): DPI set to (102, "..., 37) = 37
write(0, "[   401.467] ", 13)           = 13
write(0, "(II) Loading sub module \"fb\"\n", 29) = 29
write(0, "[   401.467] ", 13)           = 13
write(0, "(II) LoadModule: \"fb\"", 21) = 21
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
getdents(14, /* 0 entries */, 32768)    = 0
close(14)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
close(14)                               = 0
write(0, "[   401.468] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 44) = 44
open("/usr/lib/xorg/modules/libfb.so", O_RDONLY) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pS\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0644, st_size=142344, ...}) = 0
mmap(NULL, 2237632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7fc4269c0000
mprotect(0x7fc4269e2000, 2093056, PROT_NONE) = 0
mmap(0x7fc426be1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x21000) = 0x7fc426be1000
close(14)                               = 0
mprotect(0x7fc426be1000, 4096, PROT_READ) = 0
write(0, "[   401.469] ", 13)           = 13
write(0, "(II) Module fb: vendor=\"X.Org Fo"..., 42) = 42
write(0, "[   401.470] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   401.470] ", 13)           = 13
write(0, "\tABI class: X.Org ANSI C Emulati"..., 48) = 48
write(0, "[   401.470] ", 13)           = 13
write(0, "(II) Loading sub module \"dri2\"\n", 31) = 31
write(0, "[   401.470] ", 13)           = 13
write(0, "(II) LoadModule: \"dri2\"", 23) = 23
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
getdents(14, /* 0 entries */, 32768)    = 0
close(14)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdca20) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdb930) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdb930) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdb930) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdb930) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdb930) = -1 ENOTDIR (Not a directory)
close(15)                               = 0
close(14)                               = 0
write(0, "[   401.473] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 57) = 57
write(0, "[   401.473] ", 13)           = 13
write(0, "(II) Module dri2: vendor=\"X.Org "..., 44) = 44
write(0, "[   401.473] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.2.0\n", 25) = 25
write(0, "[   401.473] ", 13)           = 13
write(0, "\tABI class: X.Org Server Extensi"..., 48) = 48
open("/proc/cpuinfo", O_RDONLY)         = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be89000
read(14, "processor\t: 0\nvendor_id\t: Genuin"..., 1024) = 1024
close(14)                               = 0
munmap(0x7fc42be89000, 4096)            = 0
write(0, "[   401.474] ", 13)           = 13
write(0, "(**) fglrx(0): Depth 24, ", 25) = 25
write(0, "(--) framebuffer bpp 32\n", 24) = 24
write(0, "[   401.475] ", 13)           = 13
write(0, "(II) fglrx(0): Pixel depth = 24 "..., 72) = 72
write(0, "[   401.475] ", 13)           = 13
write(0, "(==) fglrx(0): Default visual is"..., 43) = 43
write(0, "[   401.475] ", 13)           = 13
write(0, "(**) fglrx(0): Option \"DPMS\"", 28) = 28
write(0, " \"true\"", 7)                = 7
write(0, "\n", 1)                       = 1
write(0, "[   401.476] ", 13)           = 13
write(0, "(==) fglrx(0): RGB weight 888\n", 30) = 30
write(0, "[   401.476] ", 13)           = 13
write(0, "(II) fglrx(0): Using 8 bits per "..., 37) = 37
write(0, "[   401.476] ", 13)           = 13
write(0, "(==) fglrx(0): Buffer Tiling is "..., 35) = 35
write(0, "[   401.477] ", 13)           = 13
write(0, "(II) Loading sub module \"fglrxdr"..., 35) = 35
write(0, "[   401.477] ", 13)           = 13
write(0, "(II) LoadModule: \"fglrxdrm\"", 27) = 27
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 14
getdents(14, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
close(14)                               = 0
write(0, "[   401.478] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 56) = 56
write(0, "[   401.478] ", 13)           = 13
write(0, "(II) Module fglrxdrm: vendor=\"Fi"..., 62) = 62
write(0, "[   401.478] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 8.93.4\n", 26) = 26
open("/proc/sys/kernel/modprobe", O_RDONLY) = 14
read(14, "/sbin/modprobe\n", 1023)      = 15
close(14)                               = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc42be77b50) = 2289
wait4(2289, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2289
--- SIGCHLD (Child exited) @ 0 (0) ---
open("/proc/ati/major", O_RDONLY)       = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be89000
read(14, "252\n", 1024)                 = 4
close(14)                               = 0
munmap(0x7fc42be89000, 4096)            = 0
write(0, "[   401.482] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be89000
read(14, "252\n", 1024)                 = 4
close(14)                               = 0
munmap(0x7fc42be89000, 4096)            = 0
write(0, "[   401.483] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   401.483] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   401.483] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 14
write(0, "[   401.484] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 14"..., 39) = 39
write(0, "[   401.484] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 40) = 40
ioctl(14, 0xc0106407, 0x7fff17bdece0)   = -1 EINVAL (Invalid argument)
ioctl(14, 0xc0106401, 0x7fff17bdece0)   = 0
ioctl(14, 0xc0106401, 0x7fff17bdece0)   = 0
write(0, "[   401.484] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_WRONLY) = 15
pwrite(15, "\7", 1, 4)                  = 1
close(15)                               = 0
write(0, "[   401.485] ", 13)           = 13
write(0, "(==) fglrx(0): NoAccel = NO\n", 28) = 28
write(0, "[   401.485] ", 13)           = 13
write(0, "(==) fglrx(0): ATI 2D Accelerati"..., 56) = 56
write(0, "[   401.486] ", 13)           = 13
write(0, "(--) fglrx(0): Chipset: \"AMD Rad"..., 72) = 72
write(0, "[   401.486] ", 13)           = 13
write(0, "(--) fglrx(0): (PciSubVendor = 0"..., 62) = 62
write(0, "[   401.486] ", 13)           = 13
write(0, "(==) fglrx(0): board vendor info"..., 82) = 82
write(0, "[   401.486] ", 13)           = 13
write(0, "(--) fglrx(0): Linear framebuffe"..., 55) = 55
write(0, "[   401.486] ", 13)           = 13
write(0, "(--) fglrx(0): MMIO registers at"..., 44) = 44
write(0, "[   401.487] ", 13)           = 13
write(0, "(--) fglrx(0): I/O port at 0x000"..., 38) = 38
write(0, "[   401.487] ", 13)           = 13
write(0, "(==) fglrx(0): ROM-BIOS at 0x000"..., 38) = 38
open("/sys/bus/pci/devices/0000:01:00.0/resource2", O_RDWR) = 15
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 15, 0) = 0x7fc42bd49000
close(15)                               = 0
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
fcntl(14, F_GETFL)                      = 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(14, F_SETFL, O_RDWR|O_ASYNC|O_LARGEFILE) = 0
fcntl(14, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
ioctl(14, 0x4004645f, 0)                = 0
ioctl(14, 0xc00c6470, 0x7fff17bded50)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdecb0)   = 0
write(0, "[   401.493] ", 13)           = 13
write(0, "(II) fglrx(0): Battery is used\n", 31) = 31
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 6)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, " ", 1, 7)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 12)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 224)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 225)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 226)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 227)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\201", 1, 14)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\210", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 136)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 137)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 128)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 129)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 130)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\310", 1, 131)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 145)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 160)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "B", 1, 162)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 160)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "B", 1, 162)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\201", 1, 14)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 24)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 25)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 26)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 27)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\210", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 136)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 137)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 128)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 129)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 130)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\310", 1, 131)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 145)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 160)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "B", 1, 162)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 19)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 0)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 1)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 2)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "g", 1, 3)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdec10)   = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 0)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 1)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 2)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "g", 1, 3)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 19)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 20)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 21)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 22)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 23)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 24)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 25)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 26)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\306", 1, 27)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 28)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 29)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 30)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 31)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 32)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 33)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 34)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 35)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 36)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 37)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 38)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 39)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 40)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 41)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 42)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 43)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "<", 1, 44)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 45)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "W", 1, 46)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\26", 1, 47)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 48)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 49)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 50)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 51)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 56)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 57)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 58)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 59)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 60)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 61)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 62)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 63)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 64)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 65)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 66)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 67)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 68)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 69)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 70)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 71)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 72)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 73)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 74)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 75)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "<", 1, 76)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 77)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "W", 1, 78)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\26", 1, 79)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 84)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 85)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 86)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 87)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\241", 1, 92)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\217", 1, 93)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ",", 1, 94)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 95)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 100)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 101)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 102)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 103)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 104)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 105)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\202", 1, 106)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 107)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 108)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 109)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 110)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 111)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 112)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 113)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 114)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 115)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 116)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 117)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 118)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 119)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 120)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 121)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 122)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 123)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 124)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 125)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 126)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 127)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 128)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 129)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 130)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 131)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 132)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 133)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 134)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 135)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 136)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 137)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 140)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 141)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 142)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 143)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 145)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 148)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 149)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 150)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 151)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 152)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 153)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 154)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 155)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 156)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 157)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 158)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 159)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 162)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 164)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\360", 1, 165)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 166)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 167)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 168)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 169)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 170)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 171)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\311", 1, 172)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "A", 1, 173)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 174)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 175)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 176)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 177)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 178)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 179)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 180)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 181)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 182)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 183)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 184)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 185)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 186)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 187)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 188)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 189)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 190)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 191)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 192)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 193)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 194)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 195)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 196)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 197)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 198)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 199)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 200)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 201)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 202)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 203)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 204)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 205)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 206)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 207)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 208)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 209)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 210)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 211)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 212)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 213)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 214)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 215)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 216)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 217)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 218)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 219)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 220)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 221)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 222)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 223)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 224)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 225)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 226)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 227)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 228)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 229)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 230)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 231)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 232)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 233)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 234)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 235)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 236)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 237)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 238)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 239)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 240)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 241)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 242)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 243)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 244)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 245)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 246)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 247)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 248)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 249)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 250)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 251)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 252)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 253)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 254)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 255)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 19)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\202", 1, 106)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 107)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 100)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\r", 1, 101)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\202", 1, 172)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, ",", 1, 173)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "!", 1, 174)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 175)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 162)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\201", 1, 14)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "P", 1, 52)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "X", 1, 81)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 88)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 89)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\22", 1, 90)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\5", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 162)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\206", 1, 0)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 1)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\4", 1, 2)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 3)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 6)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, " ", 1, 7)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 12)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 16)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 17)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 18)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 19)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 20)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 21)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 22)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 23)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 24)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 25)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 26)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 27)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 28)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 29)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 30)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 31)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 32)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 33)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 34)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 35)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 36)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 37)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 38)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 39)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 40)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 41)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 42)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 43)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "<", 1, 44)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 45)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "W", 1, 46)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\26", 1, 47)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 48)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 49)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 50)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 51)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 52)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 53)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 54)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 55)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 56)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 57)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 58)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 59)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 60)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 61)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 62)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 63)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 64)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 65)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\321", 1, 66)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 67)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 68)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 69)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 70)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 71)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 72)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 73)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\321", 1, 74)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 75)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 76)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 77)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 78)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 79)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 80)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 81)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 82)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 83)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\31", 1, 84)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 85)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 86)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 87)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 88)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 89)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 90)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 91)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 92)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 93)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 94)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 95)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 96)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 97)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 99)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 100)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 101)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 102)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 103)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 104)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 105)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\321", 1, 106)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\376", 1, 107)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 108)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 109)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 110)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 111)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 112)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 113)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 114)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 115)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 116)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 117)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 118)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 119)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 120)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 121)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 122)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 123)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\177", 1, 124)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 125)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 126)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 127)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 128)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 129)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 130)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 131)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\21", 1, 132)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "3", 1, 133)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "3", 1, 134)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 135)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\32", 1, 136)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 137)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 138)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 139)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 140)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 141)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 142)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 143)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 144)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 145)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 146)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 147)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 148)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 149)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 150)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 151)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 152)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 153)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\320", 1, 154)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "_", 1, 155)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 156)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 157)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 158)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 159)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 160)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 161)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 162)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 163)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 164)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 165)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 166)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 167)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 168)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 169)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\340", 1, 170)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "_", 1, 171)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 172)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 173)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 174)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 175)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 176)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 177)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 178)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 179)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 180)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 181)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 182)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 183)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 184)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 185)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 186)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\235", 1, 187)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 188)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 189)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\240", 1, 190)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\237", 1, 191)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 192)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 193)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 194)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 195)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 196)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 197)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 198)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 199)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 200)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 201)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 202)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 203)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 204)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 205)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 206)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 207)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 208)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 209)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 210)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 211)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 212)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 213)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 214)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 215)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 216)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 217)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 218)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 219)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 220)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 221)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 222)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\377", 1, 223)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\t", 1, 224)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 225)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\f", 1, 226)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 227)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\236", 1, 228)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "a", 1, 229)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\200", 1, 230)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\302", 1, 231)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\220", 1, 232)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 233)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 234)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\24", 1, 235)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 236)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 237)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 238)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 239)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 240)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 241)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 242)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\1", 1, 243)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 244)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 245)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 246)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 247)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\270", 1, 248)               = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\17", 1, 249)                = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\6", 1, 250)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 251)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 252)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 253)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 254)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 255)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\2", 1, 0)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 1)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "@", 1, 2)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "g", 1, 3)                    = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\7", 1, 4)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 5)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 6)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 7)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 8)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 9)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 10)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\3", 1, 11)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 12)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 13)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 14)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 15)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 168)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:00:01.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 169)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\20", 1, 96)                 = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, ")", 1, 97)                   = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 98)                  = 1
close(15)                               = 0
open("/sys/bus/pci/devices/0000:01:00.0/config", O_RDONLY) = 15
pread(15, "\0", 1, 99)                  = 1
close(15)                               = 0
write(0, "[   401.828] ", 13)           = 13
write(0, "(II) fglrx(0): ATI Video BIOS re"..., 59) = 59
write(0, "[   401.828] ", 13)           = 13
write(0, "(--) fglrx(0): Video RAM: 104857"..., 53) = 53
write(0, "[   401.828] ", 13)           = 13
write(0, "(II) fglrx(0): PCIE card detecte"..., 34) = 34
write(0, "[   401.828] ", 13)           = 13
write(0, "(--) fglrx(0): Using per-process"..., 61) = 61
write(0, "[   401.828] ", 13)           = 13
write(0, "(WW) fglrx(0): board is an unkno"..., 75) = 75
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be89000
write(15, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(15, "60000000060128007680000006014001"..., 4096) = 4096
write(15, "60128007680000006014001050000000"..., 4096) = 4096
write(15, "800768000000601400105000000060\n["..., 4096) = 4096
write(15, "2=R12800960000000001600120000000"..., 4096) = 4096
write(15, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(15, "00180014400000000018561392000000"..., 4096) = 4096
write(15, "48153600000072204815360000008012"..., 4096) = 4096
write(15, "80000000012800960000000001600120"..., 4096) = 4096
write(15, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(15)                               = 0
munmap(0x7fc42be89000, 4096)            = 0
ioctl(14, 0xc0586450, 0x7fff17bdec80)   = 0
ioctl(14, 0xc0586450, 0x7fff17bdec80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
ioctl(14, 0xc060646e, 0x7fff17bdea80)   = 0
write(0, "[   401.867] ", 13)           = 13
write(0, "(II) fglrx(0): Using adapter: 1:"..., 37) = 37
ioctl(14, 0x4068646a, 0x7fff17bded30)   = 0
ioctl(14, 0x80186455, 0x7fff17bdece0)   = 0
write(0, "[   401.987] ", 13)           = 13
write(0, "(II) fglrx(0): [FB] MC range(MCF"..., 76) = 76
ioctl(14, 0xc0286466, 0x7fc42c55bc30)   = 0
ioctl(14, 0xc008645d, 0x7fff17bded00)   = 0
write(0, "[   402.170] ", 13)           = 13
write(0, "(II) fglrx(0): Interrupt handler"..., 54) = 54
write(0, "[   402.170] ", 13)           = 13
write(0, "(II) fglrx(0): RandR 1.2 support"..., 45) = 45
write(0, "[   402.170] ", 13)           = 13
write(0, "(II) fglrx(0): RandR 1.2 rotatio"..., 54) = 54
write(0, "[   402.171] ", 13)           = 13
write(0, "(==) fglrx(0): Center Mode is di"..., 40) = 40
write(0, "[   402.171] ", 13)           = 13
write(0, "(II) Loading sub module \"fb\"\n", 29) = 29
write(0, "[   402.171] ", 13)           = 13
write(0, "(II) LoadModule: \"fb\"", 21) = 21
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
getdents(15, /* 0 entries */, 32768)    = 0
close(15)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcb10) = -1 ENOTDIR (Not a directory)
close(15)                               = 0
write(0, "[   402.172] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 44) = 44
write(0, "[   402.173] ", 13)           = 13
write(0, "(II) Module fb: vendor=\"X.Org Fo"..., 42) = 42
write(0, "[   402.173] ", 13)           = 13
write(0, "\tcompiled for 1.11.3", 20)   = 20
write(0, ".901", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   402.173] ", 13)           = 13
write(0, "\tABI class: X.Org ANSI C Emulati"..., 48) = 48
write(0, "[   402.173] ", 13)           = 13
write(0, "(II) Loading sub module \"ddc\"\n", 30) = 30
write(0, "[   402.173] ", 13)           = 13
write(0, "(II) LoadModule: \"ddc\"", 22) = 22
write(0, "\n", 1)                       = 1
write(0, "[   402.174] ", 13)           = 13
write(0, "(II) Module \"ddc\" already built-"..., 35) = 35
ioctl(14, 0xc050647d, 0x7fff17bde820)   = -1 EPERM (Operation not permitted)
brk(0x7fc42c5bb000)                     = 0x7fc42c5bb000
brk(0x7fc42c5dc000)                     = 0x7fc42c5dc000
brk(0x7fc42c5fe000)                     = 0x7fc42c5fe000
brk(0x7fc42c61f000)                     = 0x7fc42c61f000
brk(0x7fc42c641000)                     = 0x7fc42c641000
brk(0x7fc42c663000)                     = 0x7fc42c663000
brk(0x7fc42c689000)                     = 0x7fc42c689000
brk(0x7fc42c6ac000)                     = 0x7fc42c6ac000
brk(0x7fc42c6d2000)                     = 0x7fc42c6d2000
brk(0x7fc42c6f5000)                     = 0x7fc42c6f5000
brk(0x7fc42c71b000)                     = 0x7fc42c71b000
brk(0x7fc42c73c000)                     = 0x7fc42c73c000
brk(0x7fc42c75f000)                     = 0x7fc42c75f000
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be89000
write(15, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(15, "60000000060128007680000006014001"..., 4096) = 4096
write(15, "60128007680000006014001050000000"..., 4096) = 4096
write(15, "800768000000601400105000000060\n["..., 4096) = 4096
write(15, "2=R12800960000000001600120000000"..., 4096) = 4096
write(15, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(15, "00180014400000000018561392000000"..., 4096) = 4096
write(15, "48153600000072204815360000008012"..., 4096) = 4096
write(15, "80000000012800960000000001600120"..., 4096) = 4096
write(15, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(15)                               = 0
munmap(0x7fc42be89000, 4096)            = 0
ioctl(14, 0xc060646e, 0x7fff17bdea10)   = 0
ioctl(14, 0xc050647d, 0x7fff17bdeb40)   = -1 EPERM (Operation not permitted)
brk(0x7fc42c780000)                     = 0x7fc42c780000
brk(0x7fc42c77f000)                     = 0x7fc42c77f000
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42be89000
write(15, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(15, "60000000060128007680000006014001"..., 4096) = 4096
write(15, "60128007680000006014001050000000"..., 4096) = 4096
write(15, "800768000000601400105000000060\n["..., 4096) = 4096
write(15, "2=R12800960000000001600120000000"..., 4096) = 4096
write(15, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(15, "00180014400000000018561392000000"..., 4096) = 4096
write(15, "48153600000072204815360000008012"..., 4096) = 4096
write(15, "80000000012800960000000001600120"..., 4096) = 4096
write(15, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(15)                               = 0
munmap(0x7fc42be89000, 4096)            = 0
ioctl(14, 0xc060646e, 0x7fff17bde970)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bde930)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bde930)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bde9a0)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bde9a0)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bde9a0)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bde9d0)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bde9b0)   = 0
write(0, "[   402.253] ", 13)           = 13
write(0, "(II) fglrx(0): Finished Initiali"..., 42) = 42
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bd18000
write(0, "[   402.254] ", 13)           = 13
write(0, "(II) fglrx(0): Eyefinity capable"..., 51) = 51
write(0, "[   402.255] ", 13)           = 13
write(0, "(II) fglrx(0): Adapter AMD Radeo"..., 101) = 101
write(0, "[   402.255] ", 13)           = 13
write(0, "(==) fglrx(0):  PseudoColor visu"..., 45) = 45
write(0, "[   402.255] ", 13)           = 13
write(0, "(II) Loading sub module \"ramdac\""..., 33) = 33
write(0, "[   402.255] ", 13)           = 13
write(0, "(II) LoadModule: \"ramdac\"", 25) = 25
write(0, "\n", 1)                       = 1
write(0, "[   402.256] ", 13)           = 13
write(0, "(II) Module \"ramdac\" already bui"..., 38) = 38
write(0, "[   402.256] ", 13)           = 13
write(0, "(==) fglrx(0): NoDRI = NO\n", 26) = 26
write(0, "[   402.256] ", 13)           = 13
write(0, "(==) fglrx(0): Capabilities: 0x0"..., 40) = 40
write(0, "[   402.256] ", 13)           = 13
write(0, "(==) fglrx(0): CapabilitiesEx: 0"..., 42) = 42
write(0, "[   402.256] ", 13)           = 13
write(0, "(==) fglrx(0): OpenGL ClientDriv"..., 55) = 55
write(0, "[   402.257] ", 13)           = 13
write(0, "(==) fglrx(0): UseFastTLS=0\n", 28) = 28
write(0, "[   402.257] ", 13)           = 13
write(0, "(==) fglrx(0): BlockSignalsOnLoc"..., 36) = 36
write(0, "[   402.257] ", 13)           = 13
write(0, "(--) Depth 24 pixmap format is 3"..., 38) = 38
write(12, "target PCI:0000:01:00.0", 23) = 23
read(12, "count:1,PCI:0000:01:00.0,decodes"..., 64) = 64
write(0, "[   402.257] ", 13)           = 13
write(0, "(II) LoadModule: \"glesx\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
getdents(15, /* 0 entries */, 32768)    = 0
close(15)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
getdents(15, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 34 entries */, 32768)   = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/r128_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sisusb_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/voodoo_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_alpine.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_laguna.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/s3_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mach64_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sis_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vesa_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mga_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/chips_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/apm_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/nouveau_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ati_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tdfx_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/neomagic_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fbdev_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmware_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/rendition_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tseng_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmwlegacy_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/trident_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/i128_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/multimedia/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/multimedia/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 12 entries */, 32768)   = 448
stat("/usr/lib/xorg/modules/multimedia/theatre_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/msp3430_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/fi1236_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9850_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/bt829_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/uda1380_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre_detect_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre200_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda8425_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9885_drv.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
getdents(16, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdba10) = -1 ENOTDIR (Not a directory)
getdents(16, /* 0 entries */, 32768)    = 0
close(16)                               = 0
stat("/usr/lib/xorg/modules/libvbe.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/glesx.so/", 0x7fff17bdcb00) = -1 ENOTDIR (Not a directory)
close(15)                               = 0
write(0, "[   402.265] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 44) = 44
open("/usr/lib/xorg/modules/glesx.so", O_RDONLY) = 15
read(15, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200y\3\0\0\0\0\0"..., 832) = 832
fstat(15, {st_mode=S_IFREG|0644, st_size=6870040, ...}) = 0
mmap(NULL, 8521176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 0x7fc42619f000
mprotect(0x7fc426777000, 1044480, PROT_NONE) = 0
mmap(0x7fc426876000, 745472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0x5d7000) = 0x7fc426876000
mmap(0x7fc42692c000, 603608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc42692c000
close(15)                               = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
write(0, "[   402.267] ", 13)           = 13
write(0, "(II) Module glesx: vendor=\"X.Org"..., 45) = 45
write(0, "[   402.267] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 1.0.0\n", 25) = 25
write(0, "[   402.267] ", 13)           = 13
write(0, "(II) Loading extension GLESX\n", 29) = 29
fstat(13, {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
stat("/dev/dri/card0", {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
write(0, "[   402.268] ", 13)           = 13
write(0, "(II) fglrx(0): [DRI2] Setup comp"..., 37) = 37
write(0, "[   402.268] ", 13)           = 13
write(0, "(II) fglrx(0): [DRI2]   DRI driv"..., 41) = 41
ioctl(13, 0xc010645b, 0x7fff17bdebe0)   = 0
write(0, "[   402.268] ", 13)           = 13
write(0, "(II) fglrx(0): Allocated new fra"..., 72) = 72
ioctl(13, 0x80106463, 0x7fff17bdec10)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdec60)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdeb90)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdeb90)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c7a3000)                     = 0x7fc42c7a3000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c7c4000)                     = 0x7fc42c7c4000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c7e8000)                     = 0x7fc42c7e8000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c80c000)                     = 0x7fc42c80c000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c830000)                     = 0x7fc42c830000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c854000)                     = 0x7fc42c854000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c879000)                     = 0x7fc42c879000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c89d000)                     = 0x7fc42c89d000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c8c1000)                     = 0x7fc42c8c1000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c8e5000)                     = 0x7fc42c8e5000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c909000)                     = 0x7fc42c909000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c92e000)                     = 0x7fc42c92e000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c952000)                     = 0x7fc42c952000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c976000)                     = 0x7fc42c976000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c99a000)                     = 0x7fc42c99a000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c9be000)                     = 0x7fc42c9be000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42c9e2000)                     = 0x7fc42c9e2000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42ca07000)                     = 0x7fc42ca07000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42ca2b000)                     = 0x7fc42ca2b000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42ca4f000)                     = 0x7fc42ca4f000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
brk(0x7fc42ca73000)                     = 0x7fc42ca73000
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdeb90)   = 0
ioctl(13, 0x4020645d, 0x7fff17bdeb90)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
ioctl(13, 0xc010645b, 0x7fff17bdebb0)   = 0
ioctl(13, 0xc020645e, 0x7fff17bdeba0)   = 0
ioctl(13, 0x400c645f, 0x7fff17bdebc0)   = 0
ioctl(13, 0x40046460, 0x7fff17bdebc0)   = 0
write(0, "[   402.290] ", 13)           = 13
write(0, "(II) UXA(0): Driver registered s"..., 69) = 69
write(0, "[   402.290] ", 13)           = 13
write(0, "(II)         solid\n", 19)    = 19
write(0, "[   402.290] ", 13)           = 13
write(0, "(II)         copy\n", 18)     = 18
write(0, "[   402.290] ", 13)           = 13
write(0, "(II)         composite (RENDER a"..., 45) = 45
write(0, "[   402.291] ", 13)           = 13
write(0, "(II)         put_image\n", 23) = 23
write(0, "[   402.291] ", 13)           = 13
write(0, "(II)         get_image\n", 23) = 23
write(0, "[   402.291] ", 13)           = 13
write(0, "(==) fglrx(0): Backing store dis"..., 38) = 38
write(0, "[   402.291] ", 13)           = 13
write(0, "(==) fglrx(0): Silken mouse enab"..., 36) = 36
write(0, "[   402.291] ", 13)           = 13
write(0, "(II) fglrx(0): Initializing HW C"..., 38) = 38
brk(0x7fc42ca95000)                     = 0x7fc42ca95000
ioctl(13, 0x641e, 0)                    = 0
ioctl(13, 0x80106463, 0x7fff17bdec90)   = 0
ioctl(13, 0xc01c64ae, 0x7fff17bde8e0)   = 0
ioctl(13, 0xc02064a5, 0x7fff17bde880)   = 0
ioctl(13, 0xc06864a2, 0x7fff17bde830)   = 0
ioctl(13, 0x80106463, 0x7fff17bde890)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdeba0)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdeba0)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb50)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdeba0)   = 0
write(0, "[   402.357] ", 13)           = 13
write(0, "(II) fglrx(0): RandR 1.2 enabled"..., 79) = 79
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdea80)   = 0
open("/sys/class/backlight/acpi_video1/brightness", O_RDWR) = 15
write(15, "0\n", 2)                     = 2
close(15)                               = 0
open("/sys/class/backlight/acpi_video1/brightness", O_RDWR) = 15
write(15, "0\n", 2)                     = 2
close(15)                               = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdea80)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdea80)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bdeb40)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdea80)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdea80)   = 0
write(0, "[   402.471] ", 13)           = 13
write(0, "(**) fglrx(0): DPMS enabled\n", 28) = 28
write(0, "[   402.472] ", 13)           = 13
write(0, "(==) fglrx(0): Intel XvMC decode"..., 42) = 42
write(0, "[   402.472] ", 13)           = 13
write(0, "(II) fglrx(0): Set up textured v"..., 37) = 37
ioctl(13, 0xc0106446, 0x7fff17bdec60)   = 0
write(0, "[   402.472] ", 13)           = 13
write(0, "(II) fglrx(0): [XvMC] xvmc_vld d"..., 51) = 51
write(0, "[   402.472] ", 13)           = 13
write(0, "(II) fglrx(0): direct rendering:"..., 46) = 46
write(0, "[   402.473] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"VendorNam"..., 47) = 47
write(0, "[   402.473] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"ModelName"..., 46) = 46
write(0, "[   402.473] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Shadow\" i"..., 43) = 43
write(0, "[   402.473] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Tiling\" i"..., 43) = 43
write(0, "[   402.473] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"LinearFra"..., 54) = 54
write(0, "[   402.473] ", 13)           = 13
write(0, "(==) fglrx(0): hotplug detection"..., 44) = 44
open("/etc/udev/udev.conf", O_RDONLY|O_CLOEXEC) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bcd8000
read(15, "# The initial syslog(3) priority"..., 4096) = 218
read(15, "", 4096)                      = 0
close(15)                               = 0
munmap(0x7fc42bcd8000, 4096)            = 0
socket(PF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, 15) = 15
setsockopt(15, SOL_SOCKET, SO_ATTACH_FILTER, "\n\0\0\0\0\0\0\0000\334\275\27\377\177\0\0", 16) = 0
bind(15, {sa_family=AF_NETLINK, pid=0, groups=00000002}, 12) = 0
getsockname(15, {sa_family=AF_NETLINK, pid=2273, groups=00000002}, [12]) = 0
setsockopt(15, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
open("/sys/bus/pci/devices/0000:00:02.0/resource0", O_RDWR) = 16
mmap(NULL, 4194304, PROT_READ|PROT_WRITE, MAP_SHARED, 16, 0) = 0x7fc425d9f000
close(16)                               = 0
open("/proc/mtrr", O_RDWR)              = 16
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = 0
ioctl(16, MCE_GETCLEAR_FLAGS or MTRRIOC_GET_ENTRY, 0x7fff17bded20) = -1 EINVAL (Invalid argument)
close(16)                               = 0
write(0, "[   402.477] ", 13)           = 13
write(0, "(II) Loading extension ATIFGLRXD"..., 35) = 35
write(0, "[   402.477] ", 13)           = 13
write(0, "(II) fglrx(0): doing swlDriScree"..., 38) = 38
unlink("/dev/dri")                      = -1 EISDIR (Is a directory)
rmdir("/dev/dri")                       = -1 ENOTEMPTY (Directory not empty)
write(0, "[   402.478] ", 13)           = 13
write(0, "(II) fglrx(0): swlDriScreenInit "..., 49) = 49
open("/proc/ati/major", O_RDONLY)       = 16
fstat(16, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc425d9e000
read(16, "252\n", 1024)                 = 4
close(16)                               = 0
munmap(0x7fc425d9e000, 4096)            = 0
write(0, "[   402.478] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 16
fstat(16, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc425d9e000
read(16, "252\n", 1024)                 = 4
close(16)                               = 0
munmap(0x7fc425d9e000, 4096)            = 0
write(0, "[   402.479] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 16
fstat(16, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc425d9e000
read(16, "252\n", 1024)                 = 4
close(16)                               = 0
munmap(0x7fc425d9e000, 4096)            = 0
write(0, "[   402.479] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   402.480] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   402.480] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 16
write(0, "[   402.480] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 16"..., 39) = 39
write(0, "[   402.480] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 40) = 40
ioctl(16, 0xc0106407, 0x7fff17bdeb70)   = -1 EINVAL (Invalid argument)
ioctl(16, 0xc0106401, 0x7fff17bdeb70)   = 0
ioctl(16, 0xc0106401, 0x7fff17bdeb70)   = 0
write(0, "[   402.481] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
ioctl(16, 0xc0106407, 0x7fff17bdec20)   = -1 EINVAL (Invalid argument)
write(0, "[   402.481] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] DRM interfa"..., 47) = 47
ioctl(16, 0x40106410, 0x7fff17bdec30)   = 0
write(0, "[   402.481] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] created \"fg"..., 65) = 65
ioctl(16, 0xc0286415, 0x7fff17bdec10)   = 0
write(0, "[   402.482] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] added 8192 "..., 54) = 54
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_SHARED, 16, 0x26000) = 0x7fc425d9d000
write(0, "[   402.482] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] mapped SARE"..., 60) = 60
ioctl(16, 0xc0286415, 0x7fff17bdec10)   = 0
write(0, "[   402.482] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] framebuffer"..., 50) = 50
ioctl(16, 0xc0106426, 0x7fff17bdec10)   = 0
ioctl(16, 0xc0106426, 0x7fff17bdec10)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
write(0, "[   402.483] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] added 1 res"..., 57) = 57
write(0, "[   402.483] ", 13)           = 13
write(0, "(II) fglrx(0): swlDriScreenInit "..., 37) = 37
ioctl(16, 0xc0406400, 0x7fc42c768ee0)   = 0
ioctl(16, 0xc0406400, 0x7fc42c768ee0)   = 0
write(0, "[   402.483] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel Module Ver"..., 50) = 50
write(0, "[   402.483] ", 13)           = 13
write(0, "(II) fglrx(0):     Name: fglrx\n", 31) = 31
write(0, "[   402.483] ", 13)           = 13
write(0, "(II) fglrx(0):     Version: 8.93"..., 35) = 35
write(0, "[   402.483] ", 13)           = 13
write(0, "(II) fglrx(0):     Date: Dec  5 "..., 37) = 37
write(0, "[   402.484] ", 13)           = 13
write(0, "(II) fglrx(0):     Desc: ATI Fir"..., 54) = 54
write(0, "[   402.484] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel Module ver"..., 53) = 53
ioctl(16, 0xc0586450, 0x7fff17bdebf0)   = 0
ioctl(16, 0xc0586450, 0x7fff17bdebf0)   = 0
write(0, "[   402.484] ", 13)           = 13
write(0, "(II) fglrx(0): Kernel Module Bui"..., 53) = 53
write(0, "[   402.484] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 66) = 66
write(0, "[   402.484] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 55) = 55
write(0, "[   402.485] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 55) = 55
write(0, "[   402.485] ", 13)           = 13
write(0, "(II) fglrx(0):     Build-Kernel "..., 59) = 59
ioctl(16, 0xc0286415, 0x7fff17bdec60)   = 0
write(0, "[   402.485] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] register ha"..., 50) = 50
ioctl(16, 0x80146454, 0x7fc42c572c28)   = 0
ioctl(16, 0xc01864a0, 0x7fff17bdec80)   = 0
ioctl(16, 0x400864a1, 0x7fff17bdeca0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea80)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea80)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea80)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea80)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeac0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeac0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeaa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde920)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde920)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde920)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde690)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde6d0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeaa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeaa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea80)   = 0
ioctl(16, 0x64a4, 0)                    = 0
ioctl(16, 0xc03064a6, 0x7fff17bde600)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde620)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde600)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde620)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde5c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde5e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdead0)   = 0
ioctl(16, 0x4004645a, 0x7fff17bdecb4)   = 0
write(0, "[   402.510] ", 13)           = 13
write(0, "(II) fglrx(0): DRI initializatio"..., 46) = 46
write(0, "[   402.510] ", 13)           = 13
write(0, "(II) fglrx(0): FBADPhys: 0xf0000"..., 62) = 62
ioctl(14, 0xc028647f, 0x7fff17bded00)   = 0
write(0, "[   402.511] ", 13)           = 13
write(0, "(II) fglrx(0): Intel display sur"..., 63) = 63
open("/sys/bus/pci/devices/0000:00:02.0/resource2", O_RDWR) = 17
mmap(NULL, 4325376, PROT_READ|PROT_WRITE, MAP_SHARED, 17, 0x46c000) = 0x7fc4241c2000
close(17)                               = 0
write(0, "[   402.512] ", 13)           = 13
write(0, "(==) fglrx(0): Backing store dis"..., 38) = 38
write(0, "[   402.512] ", 13)           = 13
write(0, "(II) Loading extension FGLRXEXTE"..., 38) = 38
write(0, "[   402.512] ", 13)           = 13
write(0, "(**) fglrx(0): DPMS enabled\n", 28) = 28
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
write(0, "[   402.514] ", 13)           = 13
write(0, "(II) fglrx(0): Initialized in-dr"..., 56) = 56
write(0, "[   402.514] ", 13)           = 13
write(0, "(**) fglrx(0): Textured Video is"..., 42) = 42
write(0, "[   402.514] ", 13)           = 13
write(0, "(II) fglrx(0): GLESX enableFlags"..., 39) = 39
brk(0x7fc42cab6000)                     = 0x7fc42cab6000
write(0, "[   402.515] ", 13)           = 13
write(0, "(II) fglrx(0): GLESX is enabled\n", 32) = 32
write(0, "[   402.515] ", 13)           = 13
write(0, "(II) LoadModule: \"amdxmm\"", 25) = 25
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17
getdents(17, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
getdents(17, /* 0 entries */, 32768)    = 0
close(17)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17
getdents(17, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdca40) = -1 ENOTDIR (Not a directory)
close(17)                               = 0
write(0, "[   402.517] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 45) = 45
open("/usr/lib/xorg/modules/amdxmm.so", O_RDONLY) = 17
read(17, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`N\0\0\0\0\0\0"..., 832) = 832
fstat(17, {st_mode=S_IFREG|0644, st_size=288280, ...}) = 0
mmap(NULL, 1335264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 17, 0) = 0x7fc42407c000
mprotect(0x7fc424090000, 1044480, PROT_NONE) = 0
mmap(0x7fc42418f000, 208896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 17, 0x13000) = 0x7fc42418f000
close(17)                               = 0
write(0, "[   402.518] ", 13)           = 13
write(0, "(II) Module amdxmm: vendor=\"X.Or"..., 46) = 46
write(0, "[   402.518] ", 13)           = 13
write(0, "\tcompiled for 1.4.99", 20)   = 20
write(0, ".906", 4)                     = 4
write(0, ", module version = 2.0.0\n", 25) = 25
ioctl(16, 0xc03064a6, 0x7fff17bde9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde9e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde9e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde9c0)   = 0
write(0, "[   402.519] ", 13)           = 13
write(0, "(II) Loading extension AMDXVOPL\n", 32) = 32
write(0, "[   402.519] ", 13)           = 13
write(0, "(II) Loading extension AMDXVBA\n", 31) = 31
write(0, "[   402.519] ", 13)           = 13
write(2, "[-     XMM_GLX] [I ]", 20)    = 20
write(0, "[-     XMM_GLX] [I ]", 20)    = 20
write(2, "glesxXvInit Configureable RGBOut"..., 45) = 45
write(0, "glesxXvInit Configureable RGBOut"..., 45) = 45
write(2, "\n", 1)                       = 1
write(0, "\n", 1)                       = 1
write(0, "[   402.520] ", 13)           = 13
write(2, "XvScreenInit: screen devPrivates"..., 58) = 58
write(0, "XvScreenInit: screen devPrivates"..., 58) = 58
ioctl(16, 0xc03064a6, 0x7fff17bde4b0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde4f0)   = 0
mmap(NULL, 204800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bca7000
munmap(0x7fc42bca7000, 204800)          = 0
ioctl(14, 0xc00c6486, 0x7fff17bdd570)   = 0
ioctl(14, 0xc00c6486, 0x7fff17bdd570)   = 0
ioctl(16, 0xffffffffc010647c, 0x7fff17bde860) = 0
write(0, "[   402.521] ", 13)           = 13
write(0, "(II) fglrx(0): UVD feature is en"..., 37) = 37
write(0, "(II) fglrx(0): \n", 16)       = 16
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bcd8000
write(17, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(17, "60000000060128007680000006014001"..., 4096) = 4096
write(17, "60128007680000006014001050000000"..., 4096) = 4096
write(17, "800768000000601400105000000060\n["..., 4096) = 4096
write(17, "2=R12800960000000001600120000000"..., 4096) = 4096
write(17, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(17, "00180014400000000018561392000000"..., 4096) = 4096
write(17, "48153600000072204815360000008012"..., 4096) = 4096
write(17, "80000000012800960000000001600120"..., 4096) = 4096
write(17, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(17)                               = 0
munmap(0x7fc42bcd8000, 4096)            = 0
ioctl(14, 0xc060646e, 0x7fff17bde710)   = 0
write(0, "[   402.523] ", 13)           = 13
write(0, "(II) fglrx(0): Enable composite "..., 53) = 53
write(0, "[   402.523] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"VendorNam"..., 47) = 47
write(0, "[   402.523] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"ModelName"..., 46) = 46
write(0, "[   402.524] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Shadow\" i"..., 43) = 43
write(0, "[   402.524] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"Tiling\" i"..., 43) = 43
write(0, "[   402.524] ", 13)           = 13
write(0, "(WW) fglrx(0): Option \"LinearFra"..., 54) = 54
ioctl(16, 0xc0086420, 0x7fff17bdecc8)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
ioctl(16, 0x40086422, 0x7fff17bdeca0)   = 0
write(0, "[   402.524] ", 13)           = 13
write(0, "(II) fglrx(0): X context handle "..., 38) = 38
ioctl(16, 0x4008642a, 0x7fff17bdecc8)   = 0
write(0, "[   402.524] ", 13)           = 13
write(0, "(II) fglrx(0): [DRI] installatio"..., 43) = 43
ioctl(16, 0xc004646b, 0x7fff17bded24)   = 0
ioctl(16, 0x64a4, 0)                    = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeb20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdec30)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdec60)   = 0
open("/etc/ati/logo.xbm", O_RDONLY)     = -1 ENOENT (No such file or directory)
ioctl(16, 0xc03064a6, 0x7fff17bdeb50)   = 0
write(0, "[   402.539] ", 13)           = 13
write(0, "(--) RandR disabled\n", 20)   = 20
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
write(0, "[   402.539] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 61) = 61
write(0, "[   402.539] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 43) = 43
write(0, "[   402.539] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 45) = 45
write(0, "[   402.540] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 53) = 53
write(0, "[   402.540] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 43) = 43
write(0, "[   402.540] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 50) = 50
write(0, "[   402.540] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 42) = 42
write(0, "[   402.540] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 47) = 47
write(0, "[   402.540] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 45) = 45
write(0, "[   402.541] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 46) = 46
write(0, "[   402.541] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 46) = 46
write(0, "[   402.541] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 44) = 44
write(0, "[   402.541] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 44) = 44
write(0, "[   402.541] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 43) = 43
write(0, "[   402.541] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 47) = 47
write(0, "[   402.541] ", 13)           = 13
write(0, "(II) Initializing built-in exten"..., 44) = 44
open("/proc/filesystems", O_RDONLY)     = 17
fstat(17, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bcd8000
read(17, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 301
read(17, "", 1024)                      = 0
close(17)                               = 0
munmap(0x7fc42bcd8000, 4096)            = 0
write(0, "[   402.542] ", 13)           = 13
write(0, "(II) SELinux: Disabled on system"..., 33) = 33
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
open("/proc/ati/major", O_RDONLY)       = 17
fstat(17, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bcd8000
read(17, "252\n", 1024)                 = 4
close(17)                               = 0
munmap(0x7fc42bcd8000, 4096)            = 0
write(0, "[   402.555] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
open("/proc/ati/major", O_RDONLY)       = 17
fstat(17, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bcd8000
read(17, "252\n", 1024)                 = 4
close(17)                               = 0
munmap(0x7fc42bcd8000, 4096)            = 0
write(0, "[   402.555] ", 13)           = 13
write(0, "ukiDynamicMajor: found major dev"..., 47) = 47
write(0, "[   402.555] ", 13)           = 13
write(0, "ukiOpenByBusid: Searching for Bu"..., 46) = 46
geteuid()                               = 0
write(0, "[   402.556] ", 13)           = 13
write(0, "ukiOpenDevice: node name is /dev"..., 43) = 43
stat("/dev/ati", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat("/dev/ati/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
chown("/dev/ati/card0", 0, 4294967295)  = 0
chmod("/dev/ati/card0", 0666)           = 0
open("/dev/ati/card0", O_RDWR)          = 17
write(0, "[   402.556] ", 13)           = 13
write(0, "ukiOpenDevice: open result is 17"..., 39) = 39
write(0, "[   402.556] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiOpenMinor ret"..., 40) = 40
ioctl(17, 0xc0106407, 0x7fff17bdea00)   = -1 EINVAL (Invalid argument)
ioctl(17, 0xc0106401, 0x7fff17bdea00)   = 0
ioctl(17, 0xc0106401, 0x7fff17bdea00)   = 0
write(0, "[   402.557] ", 13)           = 13
write(0, "ukiOpenByBusid: ukiGetBusid repo"..., 46) = 46
ioctl(17, 0x80046402, 0x7fff17bdeacc)   = 0
ioctl(17, 0xc0406400, 0x7fc42caa7c10)   = 0
ioctl(17, 0xc0406400, 0x7fc42caa7c10)   = 0
ioctl(16, 0x40046411, 0x7fff17bdeab4)   = 0
open("/usr/X11R6/lib64/modules/dri/fglrx_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/dri/fglrx_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/modules/dri/fglrx_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/dri/fglrx_dri.so", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0h\35\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=33179200, ...}) = 0
mmap(NULL, 35420200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7fc421bb4000
mprotect(0x7fc423a27000, 1044480, PROT_NONE) = 0
mmap(0x7fc423b26000, 1253376, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x1e72000) = 0x7fc423b26000
mmap(0x7fc423c58000, 1194024, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc423c58000
close(18)                               = 0
open("/etc/ld.so.cache", O_RDONLY)      = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=58306, ...}) = 0
mmap(NULL, 58306, PROT_READ, MAP_PRIVATE, 18, 0) = 0x7fc42bcca000
close(18)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P:\0\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=78464, ...}) = 0
mmap(NULL, 2174200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7fc4219a1000
mprotect(0x7fc4219b3000, 2097152, PROT_NONE) = 0
mmap(0x7fc421bb3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x12000) = 0x7fc421bb3000
close(18)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\377\1\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=1306048, ...}) = 0
mmap(NULL, 3402960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7fc421662000
mprotect(0x7fc42179b000, 2097152, PROT_NONE) = 0
mmap(0x7fc42199b000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x139000) = 0x7fc42199b000
close(18)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY) = 18
read(18, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\200\0\0\0\0\0\0"..., 832) = 832
fstat(18, {st_mode=S_IFREG|0644, st_size=112992, ...}) = 0
mmap(NULL, 2208304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7fc421446000
mprotect(0x7fc421461000, 2093056, PROT_NONE) = 0
mmap(0x7fc421660000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x1a000) = 0x7fc421660000
close(18)                               = 0
mprotect(0x7fc421660000, 4096, PROT_READ) = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
open("/sys/devices/system/cpu", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 18
brk(0x7fc42cad7000)                     = 0x7fc42cad7000
getdents(18, /* 17 entries */, 32768)   = 528
getdents(18, /* 0 entries */, 32768)    = 0
close(18)                               = 0
open("/dev/ati/card0", O_RDWR)          = 18
ioctl(18, 0xc0586450, 0x7fff17bde480)   = 0
ioctl(18, 0xc0586450, 0x7fff17bde480)   = 0
gettid()                                = 2273
gettid()                                = 2273
open("libGLES.ini", O_RDONLY)           = -1 ENOENT (No such file or directory)
munmap(0x7fc42bcca000, 58306)           = 0
gettid()                                = 2273
gettid()                                = 2273
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/dev/ati/card0", O_RDWR)          = 19
ioctl(19, 0xc060646e, 0x7fc42cad3cb0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad3cb0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad3cb0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad3cb0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
brk(0x7fc42caf8000)                     = 0x7fc42caf8000
open(".//atiogl.xml", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
close(20)                               = 0
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
lseek(20, 0, SEEK_CUR)                  = 0
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
mmap(NULL, 35059, PROT_READ, MAP_PRIVATE, 20, 0) = 0x7fc42bcd0000
lseek(20, 35059, SEEK_SET)              = 35059
brk(0x7fc42cb1a000)                     = 0x7fc42cb1a000
munmap(0x7fc42bcd0000, 35059)           = 0
lseek(20, 0, SEEK_CUR)                  = 35059
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
read(20, "", 4096)                      = 0
close(20)                               = 0
brk(0x7fc42cb3b000)                     = 0x7fc42cb3b000
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
ioctl(19, 0xc060646e, 0x7fc42cad57b0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_SHARED, 17, 0x26000) = 0x7fc42bcd7000
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
open(".//atiogl.xml", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
close(20)                               = 0
open("/etc/ati/atiogl.xml", O_RDONLY)   = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
lseek(20, 0, SEEK_CUR)                  = 0
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
mmap(NULL, 35059, PROT_READ, MAP_PRIVATE, 20, 0) = 0x7fc42bcce000
lseek(20, 35059, SEEK_SET)              = 35059
munmap(0x7fc42bcce000, 35059)           = 0
lseek(20, 0, SEEK_CUR)                  = 35059
fstat(20, {st_mode=S_IFREG|0644, st_size=35059, ...}) = 0
read(20, "", 4096)                      = 0
close(20)                               = 0
brk(0x7fc42cb5d000)                     = 0x7fc42cb5d000
open("/etc/X11/atiogl.conf", O_RDONLY)  = -1 ENOENT (No such file or directory)
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
ioctl(17, 0xc060646e, 0x7fc42cb050e0)   = 0
readlink("/proc/self/exe", "/usr/bin/Xorg", 8192) = 13
ioctl(17, 0x80146454, 0x7fff17bde780)   = 0
ioctl(17, 0x80146454, 0x7fff17bd1b80)   = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 17, 0x28000) = 0x7fc42bcb7000
ioctl(17, 0xc0086420, 0x7fff17bd1bb8)   = 0
ioctl(14, 0xc0286480, 0x7fff17bd19f0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2320)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2320)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2320)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2320)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2370)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2370)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2330)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2330)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2370)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2340)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2370)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd23a0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2bb0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2bb0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2bb0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2bb0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2bb0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2bb0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd2bb0)   = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc421406000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc421386000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc421346000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc4212c6000
brk(0x7fc42cb7e000)                     = 0x7fc42cb7e000
brk(0x7fc42cb9f000)                     = 0x7fc42cb9f000
ioctl(17, 0xc0586450, 0x7fff17bd5560)   = 0
ioctl(17, 0xc0586450, 0x7fff17bd5560)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd54e0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd54e0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd52f0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd52f0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd52f0)   = 0
mmap(NULL, 290816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42127f000
brk(0x7fc42cbc8000)                     = 0x7fc42cbc8000
gettid()                                = 2273
brk(0x7fc42cbe9000)                     = 0x7fc42cbe9000
ioctl(17, 0xc03064a6, 0x7fff17bd3a70)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bd3b70)   = 0
gettid()                                = 2273
write(0, "[   402.673] ", 13)           = 13
write(0, "(II) AIGLX: Loaded and initializ"..., 48) = 48
write(0, "(II) GLX: Initialized DRI GL pro"..., 51) = 51
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
open("/sys/devices/system/cpu", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 20
getdents(20, /* 17 entries */, 32768)   = 528
getdents(20, /* 0 entries */, 32768)    = 0
close(20)                               = 0
open("/dev/ati/card0", O_RDWR)          = 20
ioctl(20, 0xc0586450, 0x7fff17bded40)   = 0
ioctl(20, 0xc0586450, 0x7fff17bded40)   = 0
gettid()                                = 2273
gettid()                                = 2273
brk(0x7fc42cc10000)                     = 0x7fc42cc10000
open("libGLES.ini", O_RDONLY)           = -1 ENOENT (No such file or directory)
ioctl(16, 0x80146454, 0x7fff17bdb030)   = 0
ioctl(14, 0xc0286480, 0x7fff17bdae90)   = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_SHARED, 16, 0x28000) = 0x7fc42bc97000
ioctl(16, 0xc03064a6, 0x7fff17bdb290)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb290)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb290)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb290)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb2e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb2e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb2a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb2a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb2e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb2b0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb2e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdb310)   = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42123f000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc4211bf000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42117f000
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc4210ff000
brk(0x7fc42cc31000)                     = 0x7fc42cc31000
brk(0x7fc42cc52000)                     = 0x7fc42cc52000
brk(0x7fc42cc73000)                     = 0x7fc42cc73000
ioctl(16, 0xc0586450, 0x7fff17bdce90)   = 0
ioctl(16, 0xc0586450, 0x7fff17bdce90)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdce10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdce10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcc20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcc20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcc20)   = 0
brk(0x7fc42cca7000)                     = 0x7fc42cca7000
ioctl(16, 0xc03064a6, 0x7fff17bdcbe0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcaa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd100)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcb20)   = 0
brk(0x7fc42ccc8000)                     = 0x7fc42ccc8000
ioctl(16, 0xc03064a6, 0x7fff17bdc9e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd040)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc9e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd040)   = 0
brk(0x7fc42cce9000)                     = 0x7fc42cce9000
brk(0x7fc42cd0a000)                     = 0x7fc42cd0a000
ioctl(16, 0xc03064a6, 0x7fff17bdc9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcb60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd000)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcd90)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcb60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd000)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcd90)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcb60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd000)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcd90)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcb60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd000)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcd90)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc9a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcb60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd000)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcd90)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcc20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd0c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdced0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc420)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc5e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdca80)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdc810)   = 0
brk(0x7fc42cd2b000)                     = 0x7fc42cd2b000
ioctl(16, 0xc0586450, 0x7fff17bde490)   = 0
ioctl(16, 0xc0586450, 0x7fff17bde490)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde410)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde410)   = 0
brk(0x7fc42cd5b000)                     = 0x7fc42cd5b000
ioctl(16, 0xc03064a6, 0x7fff17bde220)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde220)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde220)   = 0
ioctl(16, 0xc0586450, 0x7fff17bde490)   = 0
ioctl(16, 0xc0586450, 0x7fff17bde490)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde410)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde410)   = 0
brk(0x7fc42cd7c000)                     = 0x7fc42cd7c000
ioctl(16, 0xc03064a6, 0x7fff17bde1e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde0a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde700)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde120)   = 0
brk(0x7fc42cd9d000)                     = 0x7fc42cd9d000
ioctl(16, 0xc03064a6, 0x7fff17bddfe0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde640)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfe0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde640)   = 0
brk(0x7fc42cdbe000)                     = 0x7fc42cdbe000
brk(0x7fc42cddf000)                     = 0x7fc42cddf000
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde160)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde600)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde390)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde160)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde600)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde390)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde160)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde600)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde390)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde160)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde600)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde390)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde160)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde600)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde390)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde220)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde6c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde4d0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdda20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddbe0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde080)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdde10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcaa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcbd0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcbd0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
gettid()                                = 2273
brk(0x7fc42ce00000)                     = 0x7fc42ce00000
ioctl(16, 0xc03064a6, 0x7fff17bde020)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde020)   = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "# Registry of protocol names use"..., 4096) = 4096
read(4, "reateContext\nR004 GLX:DestroyCon"..., 4096) = 4096
read(4, "ANDR:GetCrtcGammaSize\nR023 RANDR"..., 4096) = 4096
read(4, "X11:ChangeWindowAttributes\nR003 "..., 4096) = 4096
read(4, "etDefinedIndices\nR010 X3D-PEX:Ge"..., 4096) = 4096
read(4, "e\nR024 XFIXES:GetCursorName\nR025"..., 4096) = 4096
read(4, "teImmediate\nR017 XIE:CreatePhoto"..., 4096) = 4096
read(4, "ARD:SetNamedIndicator\nR017 XKEYB"..., 4096) = 2574
read(4, "", 4096)                       = 0
write(0, "[   402.724] ", 13)           = 13
write(0, "(II) fglrx(0): Enable the clock "..., 40) = 40
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41ff9c000
munmap(0x7fc41ff9c000, 1052672)         = 0
ioctl(13, 0xc0106464, 0x7fff17bdedc0)   = 0
mmap(NULL, 5242880, PROT_READ|PROT_WRITE, MAP_SHARED, 13, 0x100000000) = 0x7fc41fb9d000
ioctl(13, 0x400c645f, 0x7fff17bdedd0)   = 0
write(0, "[   402.724] ", 13)           = 13
write(0, "(II) fglrx(0): Setting screen ph"..., 57) = 57
open("/usr/share/fonts/X11/misc/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=32637, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=32637, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "409\n10x20-ISO8859-1.pcf.gz -misc"..., 4096) = 4096
brk(0x7fc42ce21000)                     = 0x7fc42ce21000
read(21, "iso8859-10\n5x8-ISO8859-13.pcf.gz"..., 4096) = 4096
read(21, "sc-fixed-medium-r-semicondensed-"..., 4096) = 4096
read(21, "rmal--9-90-75-75-c-60-koi8-r\n6x9"..., 4096) = 4096
read(21, "m-r-normal--14-130-75-75-c-70-is"..., 4096) = 4096
read(21, "rmal--13-120-75-75-c-80-iso8859-"..., 4096) = 4096
read(21, "al--18-120-100-100-c-90-iso8859-"..., 4096) = 4096
brk(0x7fc42ce48000)                     = 0x7fc42ce48000
read(21, "-normal--12-120-75-75-c-60-iso88"..., 4096) = 3965
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/misc/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=6414, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=6414, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "!! fonts.alias -- automatically "..., 4096) = 4096
read(21, "75-75-c-60-iso8859-1\n-misc-fixed"..., 4096) = 2318
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/proc/meminfo", O_RDONLY)         = 21
fstat(21, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "MemTotal:        4007952 kB\nMemF"..., 1024) = 1024
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/100dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
brk(0x7fc42ce74000)                     = 0x7fc42ce74000
read(21, "er-medium-o-normal--14-100-100-1"..., 4096) = 4096
read(21, "-14-100-100-100-p-78-iso10646-1\n"..., 4096) = 4096
read(21, "9-1\nluIS08.pcf.gz -b&h-lucida-me"..., 4096) = 4096
read(21, "-lucidabright-demibold-i-normal-"..., 4096) = 4096
read(21, "pcf.gz -b&h-lucidatypewriter-bol"..., 4096) = 4096
read(21, "10.pcf.gz -adobe-new century sch"..., 4096) = 4096
read(21, "l--14-100-100-100-p-77-iso10646-"..., 4096) = 2578
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/100dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3302
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
read(21, "courO12-ISO8859-1.pcf.gz -adobe-"..., 4096) = 4096
read(21, "m-o-normal--14-140-75-75-p-78-is"..., 4096) = 4096
read(21, "al-sans-12-120-75-75-p-71-iso106"..., 4096) = 4096
read(21, "75-75-p-143-iso8859-1\nlubBI24.pc"..., 4096) = 4096
read(21, "l-sans-12-120-75-75-m-70-iso8859"..., 4096) = 4096
read(21, "dobe-new century schoolbook-medi"..., 4096) = 4096
read(21, "obe-times-medium-i-normal--10-10"..., 4096) = 1678
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3212
brk(0x7fc42cea0000)                     = 0x7fc42cea0000
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/Type1/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=2579, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=2579, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "32\nc0419bt_.pfb -bitstream-couri"..., 4096) = 2579
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/Type1/fonts.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/fonts/X11/100dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=31250, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
read(21, "er-medium-o-normal--14-100-100-1"..., 4096) = 4096
read(21, "-14-100-100-100-p-78-iso10646-1\n"..., 4096) = 4096
read(21, "9-1\nluIS08.pcf.gz -b&h-lucida-me"..., 4096) = 4096
read(21, "-lucidabright-demibold-i-normal-"..., 4096) = 4096
read(21, "pcf.gz -b&h-lucidatypewriter-bol"..., 4096) = 4096
brk(0x7fc42cec1000)                     = 0x7fc42cec1000
read(21, "10.pcf.gz -adobe-new century sch"..., 4096) = 4096
read(21, "l--14-100-100-100-p-77-iso10646-"..., 4096) = 2578
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/100dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3302
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.dir", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=30350, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "366\ncharB08.pcf.gz -bitstream-ch"..., 4096) = 4096
brk(0x7fc42ceea000)                     = 0x7fc42ceea000
read(21, "courO12-ISO8859-1.pcf.gz -adobe-"..., 4096) = 4096
read(21, "m-o-normal--14-140-75-75-p-78-is"..., 4096) = 4096
read(21, "al-sans-12-120-75-75-p-71-iso106"..., 4096) = 4096
read(21, "75-75-p-143-iso8859-1\nlubBI24.pc"..., 4096) = 4096
read(21, "l-sans-12-120-75-75-m-70-iso8859"..., 4096) = 4096
read(21, "dobe-new century schoolbook-medi"..., 4096) = 4096
read(21, "obe-times-medium-i-normal--10-10"..., 4096) = 1678
read(21, "", 4096)                      = 0
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/75dpi/fonts.alias", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
fstat(21, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "!! fonts.alias -- automatically "..., 4096) = 3212
brk(0x7fc42cf11000)                     = 0x7fc42cf11000
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
open("/usr/share/fonts/X11/misc/6x13-ISO8859-1.pcf.gz", O_RDONLY) = 21
read(21, "\37\213\10\0\214\370\342L\0\3\355\\kt\33\307u\376\360\222e[\17\352M\275\241\367\223\n%K"..., 8192) = 4675
read(21, "", 8192)                      = 0
close(21)                               = 0
open("/usr/share/fonts/X11/misc/cursor.pcf.gz", O_RDONLY) = 21
read(21, "\37\213\10\0r\370\342L\0\3\355\233{p\335\305u\307\217\356\225\256d[\266dcl\31lK6"..., 8192) = 5225
read(21, "", 8192)                      = 0
close(21)                               = 0
ioctl(16, 0xc03064a6, 0x7fff17bdda20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddbe0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde080)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdde10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdda20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddbe0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde080)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdde10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddfa0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd650)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdd810)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bddcb0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdda40)   = 0
brk(0x7fc42cf43000)                     = 0x7fc42cf43000
open("/usr/share/X11/xkb/rules/evdev", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=39584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "// DO NOT EDIT THIS FILE - IT WA"..., 4096) = 4096
read(21, "\n  $azerty       =       +aliase"..., 4096) = 4096
read(21, "sic)\t\t\t=\tpc+pl(dvorak)\n  *\t\tdvor"..., 4096) = 4096
read(21, "+in(guj)\n  *\t\tgur\t\t\t=\tpc+in(guru"..., 4096) = 4096
read(21, "c\t\t=\tpc+in(ori)\n  *\t\tro\t\tde\t\t=\tp"..., 4096) = 4096
read(21, "\t\t=\t+us(alt-intl):3\n  *\t\tben(bas"..., 4096) = 4096
brk(0x7fc42cf6c000)                     = 0x7fc42cf6c000
read(21, "\t+in(tam_TSCII):4\n  *\t\ttel(basic"..., 4096) = 4096
read(21, "k\t\tpl\t=\t+pl(dvorak_quotes):4\n  *"..., 4096) = 4096
read(21, "tch       =       +capslock(grou"..., 4096) = 4096
read(21, "tin9    =\t+kpdl(dotoss_latin9)\n "..., 4096) = 2720
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
access("/var/lib/xkb/", W_OK|X_OK)      = 0
pipe([21, 22])                          = 0
rt_sigaction(SIGALRM, {SIG_IGN, [], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42c01c5b0, [ALRM], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc42be77b50) = 2321
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fcntl(22, F_GETFL)                      = 0x1 (flags O_WRONLY)
fstat(22, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
lseek(22, 0, SEEK_CUR)                  = -1 ESPIPE (Illegal seek)
close(21)                               = 0
write(22, "xkb_keymap \"default\" {\n    xkb_k"..., 314) = 314
close(22)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
wait4(2321, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2321
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigaction(SIGALRM, {0x7fc42c01c5b0, [ALRM], SA_RESTORER, 0x7fc42b1cb030}, {SIG_IGN, [], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
access("/var/lib/xkb/", W_OK|X_OK)      = 0
open("/var/lib/xkb/server-0.xkm", O_RDONLY) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=11252, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "\17mkx\26\10\377\7\177\0\0\0\6\0\1\0\214\0D\0\4\0\1\0\f\5\320\0\0\0\1\0"..., 4096) = 4096
lseek(21, 0, SEEK_SET)                  = 0
read(21, "\17mkx\26\10\377\7\177\0\0\0\6\0\1\0\214\0D\0\4\0\1\0\f\5\320\0\0\0\1\0"..., 4096) = 4096
lseek(21, 4096, SEEK_SET)               = 4096
lseek(21, 4096, SEEK_SET)               = 4096
lseek(21, 4096, SEEK_SET)               = 4096
read(21, "\10\376\0\0\377\201\t\0\6\0\1\0\0\0\0\0\n\376\0\0\377\201\t\0\6\0\377\0\0\0\0\0"..., 4096) = 4096
lseek(21, 8192, SEEK_SET)               = 8192
read(21, "s\377\10\20\1\1\0\0V\377\10\20\0\0\0\0\0\0\0\0\1\1\0\0x\377\10\20\1\1\0\0"..., 4096) = 3060
lseek(21, 11252, SEEK_SET)              = 11252
lseek(21, 11252, SEEK_SET)              = 11252
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
unlink("/var/lib/xkb/server-0.xkm")     = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
brk(0x7fc42cf8d000)                     = 0x7fc42cf8d000
brk(0x7fc42cfae000)                     = 0x7fc42cfae000
brk(0x7fc42cfcf000)                     = 0x7fc42cfcf000
brk(0x7fc42cff0000)                     = 0x7fc42cff0000
brk(0x7fc42d011000)                     = 0x7fc42d011000
open("/etc/udev/udev.conf", O_RDONLY|O_CLOEXEC) = 21
fstat(21, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(21, "# The initial syslog(3) priority"..., 4096) = 218
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
socket(PF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, 15) = 21
setsockopt(21, SOL_SOCKET, SO_ATTACH_FILTER, "\v\0\0\0\0\0\0\0\340\335\275\27\377\177\0\0", 16) = 0
bind(21, {sa_family=AF_NETLINK, pid=0, groups=00000002}, 12) = 0
getsockname(21, {sa_family=AF_NETLINK, pid=-4233, groups=00000002}, [12]) = 0
setsockopt(21, SOL_SOCKET, SO_PASSCRED, [1], 4) = 0
stat("/sys/subsystem", 0x7fff17bde9c0)  = -1 ENOENT (No such file or directory)
open("/sys/bus", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
brk(0x7fc42d037000)                     = 0x7fc42d037000
getdents(22, /* 16 entries */, 32768)   = 432
getdents(22, /* 0 entries */, 32768)    = 0
close(22)                               = 0
open("/sys/class", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
getdents(22, /* 39 entries */, 32768)   = 1128
open("/sys/class/tty", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 73 entries */, 32768)   = 2224
readlink("/sys/class/tty/tty", "../../devices/virtual/tty/tty", 1024) = 29
stat("/sys/devices/virtual/tty/tty/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/console", "../../devices/virtual/tty/console"..., 1024) = 33
stat("/sys/devices/virtual/tty/console/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty0", "../../devices/virtual/tty/tty0"..., 1024) = 30
stat("/sys/devices/virtual/tty/tty0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty1", "../../devices/virtual/tty/tty1", 1024) = 30
stat("/sys/devices/virtual/tty/tty1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty2", "../../devices/virtual/tty/tty2", 1024) = 30
stat("/sys/devices/virtual/tty/tty2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty3", "../../devices/virtual/tty/tty3", 1024) = 30
stat("/sys/devices/virtual/tty/tty3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty4", "../../devices/virtual/tty/tty4", 1024) = 30
stat("/sys/devices/virtual/tty/tty4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty5", "../../devices/virtual/tty/tty5", 1024) = 30
stat("/sys/devices/virtual/tty/tty5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty6", "../../devices/virtual/tty/tty6", 1024) = 30
stat("/sys/devices/virtual/tty/tty6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty7", "../../devices/virtual/tty/tty7", 1024) = 30
stat("/sys/devices/virtual/tty/tty7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty8", "../../devices/virtual/tty/tty8", 1024) = 30
stat("/sys/devices/virtual/tty/tty8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty9", "../../devices/virtual/tty/tty9", 1024) = 30
stat("/sys/devices/virtual/tty/tty9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty10", "../../devices/virtual/tty/tty10"..., 1024) = 31
stat("/sys/devices/virtual/tty/tty10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty11", "../../devices/virtual/tty/tty11", 1024) = 31
stat("/sys/devices/virtual/tty/tty11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty12", "../../devices/virtual/tty/tty12", 1024) = 31
stat("/sys/devices/virtual/tty/tty12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty13", "../../devices/virtual/tty/tty13", 1024) = 31
stat("/sys/devices/virtual/tty/tty13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty14", "../../devices/virtual/tty/tty14", 1024) = 31
stat("/sys/devices/virtual/tty/tty14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty15", "../../devices/virtual/tty/tty15", 1024) = 31
stat("/sys/devices/virtual/tty/tty15/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty16", "../../devices/virtual/tty/tty16", 1024) = 31
stat("/sys/devices/virtual/tty/tty16/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty17", "../../devices/virtual/tty/tty17", 1024) = 31
stat("/sys/devices/virtual/tty/tty17/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty18", "../../devices/virtual/tty/tty18", 1024) = 31
stat("/sys/devices/virtual/tty/tty18/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty19", "../../devices/virtual/tty/tty19", 1024) = 31
stat("/sys/devices/virtual/tty/tty19/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty20", "../../devices/virtual/tty/tty20", 1024) = 31
stat("/sys/devices/virtual/tty/tty20/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty21", "../../devices/virtual/tty/tty21", 1024) = 31
stat("/sys/devices/virtual/tty/tty21/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty22", "../../devices/virtual/tty/tty22", 1024) = 31
stat("/sys/devices/virtual/tty/tty22/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty23", "../../devices/virtual/tty/tty23", 1024) = 31
stat("/sys/devices/virtual/tty/tty23/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty24", "../../devices/virtual/tty/tty24", 1024) = 31
stat("/sys/devices/virtual/tty/tty24/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty25", "../../devices/virtual/tty/tty25", 1024) = 31
stat("/sys/devices/virtual/tty/tty25/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty26", "../../devices/virtual/tty/tty26", 1024) = 31
stat("/sys/devices/virtual/tty/tty26/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty27", "../../devices/virtual/tty/tty27", 1024) = 31
stat("/sys/devices/virtual/tty/tty27/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty28", "../../devices/virtual/tty/tty28", 1024) = 31
stat("/sys/devices/virtual/tty/tty28/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty29", "../../devices/virtual/tty/tty29", 1024) = 31
stat("/sys/devices/virtual/tty/tty29/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty30", "../../devices/virtual/tty/tty30", 1024) = 31
stat("/sys/devices/virtual/tty/tty30/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty31", "../../devices/virtual/tty/tty31", 1024) = 31
stat("/sys/devices/virtual/tty/tty31/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty32", "../../devices/virtual/tty/tty32", 1024) = 31
stat("/sys/devices/virtual/tty/tty32/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty33", "../../devices/virtual/tty/tty33", 1024) = 31
stat("/sys/devices/virtual/tty/tty33/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty34", "../../devices/virtual/tty/tty34", 1024) = 31
stat("/sys/devices/virtual/tty/tty34/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty35", "../../devices/virtual/tty/tty35", 1024) = 31
stat("/sys/devices/virtual/tty/tty35/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty36", "../../devices/virtual/tty/tty36", 1024) = 31
stat("/sys/devices/virtual/tty/tty36/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty37", "../../devices/virtual/tty/tty37", 1024) = 31
stat("/sys/devices/virtual/tty/tty37/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty38", "../../devices/virtual/tty/tty38", 1024) = 31
stat("/sys/devices/virtual/tty/tty38/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty39", "../../devices/virtual/tty/tty39", 1024) = 31
stat("/sys/devices/virtual/tty/tty39/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty40", "../../devices/virtual/tty/tty40", 1024) = 31
stat("/sys/devices/virtual/tty/tty40/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty41", "../../devices/virtual/tty/tty41", 1024) = 31
stat("/sys/devices/virtual/tty/tty41/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty42", "../../devices/virtual/tty/tty42", 1024) = 31
stat("/sys/devices/virtual/tty/tty42/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty43", "../../devices/virtual/tty/tty43", 1024) = 31
stat("/sys/devices/virtual/tty/tty43/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty44", "../../devices/virtual/tty/tty44", 1024) = 31
stat("/sys/devices/virtual/tty/tty44/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty45", "../../devices/virtual/tty/tty45", 1024) = 31
stat("/sys/devices/virtual/tty/tty45/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty46", "../../devices/virtual/tty/tty46", 1024) = 31
stat("/sys/devices/virtual/tty/tty46/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty47", "../../devices/virtual/tty/tty47", 1024) = 31
stat("/sys/devices/virtual/tty/tty47/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty48", "../../devices/virtual/tty/tty48", 1024) = 31
stat("/sys/devices/virtual/tty/tty48/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty49", "../../devices/virtual/tty/tty49", 1024) = 31
stat("/sys/devices/virtual/tty/tty49/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty50", "../../devices/virtual/tty/tty50", 1024) = 31
stat("/sys/devices/virtual/tty/tty50/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty51", "../../devices/virtual/tty/tty51", 1024) = 31
stat("/sys/devices/virtual/tty/tty51/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty52", "../../devices/virtual/tty/tty52", 1024) = 31
stat("/sys/devices/virtual/tty/tty52/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty53", "../../devices/virtual/tty/tty53", 1024) = 31
stat("/sys/devices/virtual/tty/tty53/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty54", "../../devices/virtual/tty/tty54", 1024) = 31
stat("/sys/devices/virtual/tty/tty54/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty55", "../../devices/virtual/tty/tty55", 1024) = 31
stat("/sys/devices/virtual/tty/tty55/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty56", "../../devices/virtual/tty/tty56", 1024) = 31
stat("/sys/devices/virtual/tty/tty56/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty57", "../../devices/virtual/tty/tty57", 1024) = 31
stat("/sys/devices/virtual/tty/tty57/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty58", "../../devices/virtual/tty/tty58", 1024) = 31
stat("/sys/devices/virtual/tty/tty58/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty59", "../../devices/virtual/tty/tty59", 1024) = 31
stat("/sys/devices/virtual/tty/tty59/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty60", "../../devices/virtual/tty/tty60", 1024) = 31
stat("/sys/devices/virtual/tty/tty60/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty61", "../../devices/virtual/tty/tty61", 1024) = 31
stat("/sys/devices/virtual/tty/tty61/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty62", "../../devices/virtual/tty/tty62", 1024) = 31
stat("/sys/devices/virtual/tty/tty62/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/tty63", "../../devices/virtual/tty/tty63", 1024) = 31
stat("/sys/devices/virtual/tty/tty63/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ptmx", "../../devices/virtual/tty/ptmx"..., 1024) = 30
stat("/sys/devices/virtual/tty/ptmx/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS0", "../../devices/platform/serial8250/tty/ttyS0"..., 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS1", "../../devices/platform/serial8250/tty/ttyS1", 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS2", "../../devices/platform/serial8250/tty/ttyS2", 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/tty/ttyS3", "../../devices/platform/serial8250/tty/ttyS3", 1024) = 43
stat("/sys/devices/platform/serial8250/tty/ttyS3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
open("/sys/class/input", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 35 entries */, 32768)   = 1088
readlink("/sys/class/input/mice", "../../devices/virtual/input/mice"..., 1024) = 32
stat("/sys/devices/virtual/input/mice/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input0", "../../devices/platform/i8042/serio0/input/input0"..., 1024) = 48
stat("/sys/devices/platform/i8042/serio0/input/input0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input1", "../../devices/virtual/input/input1"..., 1024) = 34
stat("/sys/devices/virtual/input/input1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input2", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2", 1024) = 80
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input3", "../../devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3"..., 1024) = 59
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input4", "../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input4"..., 1024) = 50
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input5", "../../devices/platform/pcspkr/input/input5"..., 1024) = 42
stat("/sys/devices/platform/pcspkr/input/input5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event0", "../../devices/platform/i8042/serio0/input/input0/event0"..., 1024) = 55
stat("/sys/devices/platform/i8042/serio0/input/input0/event0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event1", "../../devices/virtual/input/input1/event1"..., 1024) = 41
stat("/sys/devices/virtual/input/input1/event1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event2", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2", 1024) = 87
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event3", "../../devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"..., 1024) = 66
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event4", "../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"..., 1024) = 57
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event5", "../../devices/platform/pcspkr/input/input5/event5"..., 1024) = 49
stat("/sys/devices/platform/pcspkr/input/input5/event5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input6", "../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6"..., 1024) = 75
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event6", "../../devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6"..., 1024) = 82
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input7", "../../devices/platform/i8042/serio1/input/input7"..., 1024) = 48
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/mouse0", "../../devices/platform/i8042/serio1/input/input7/mouse0"..., 1024) = 55
stat("/sys/devices/platform/i8042/serio1/input/input7/mouse0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event7", "../../devices/platform/i8042/serio1/input/input7/event7", 1024) = 55
stat("/sys/devices/platform/i8042/serio1/input/input7/event7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input8", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8"..., 1024) = 81
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event8", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8", 1024) = 88
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input9", "../../devices/platform/lis3lv02d/input/input9"..., 1024) = 45
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event9", "../../devices/platform/lis3lv02d/input/input9/event9"..., 1024) = 52
stat("/sys/devices/platform/lis3lv02d/input/input9/event9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input10", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10"..., 1024) = 72
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event10", "../../devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10"..., 1024) = 80
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/js0", "../../devices/platform/lis3lv02d/input/input9/js0"..., 1024) = 49
stat("/sys/devices/platform/lis3lv02d/input/input9/js0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input11", "../../devices/pci0000:00/0000:00:1b.0/input/input11"..., 1024) = 51
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event11", "../../devices/pci0000:00/0000:00:1b.0/input/input11/event11"..., 1024) = 59
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input12", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input12"..., 1024) = 57
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event12", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12"..., 1024) = 65
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input13", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input13"..., 1024) = 57
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event13", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13", 1024) = 65
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/input14", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input14"..., 1024) = 57
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
readlink("/sys/class/input/event14", "../../devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14", 1024) = 65
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
getdents(22, /* 0 entries */, 32768)    = 0
close(22)                               = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(22, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 153
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/subsystem", "../../../../../class/input"..., 1024) = 26
access("/run/udev", F_OK)               = 0
open("/run/udev/data/+input:input4", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(22, "I:11065669\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/uevent", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(22, "MAJOR=13\nMINOR=68\nDEVNAME=input/"..., 4096) = 39
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/c13:68", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(22, "N:input/event4\nI:11533377\nE:BACK"..., 4096) = 221
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/uevent", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(22, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 153
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input4", O_RDONLY|O_CLOEXEC) = 22
fstat(22, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41fb9c000
read(22, "I:11065669\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(22, "", 4096)                      = 0
close(22)                               = 0
munmap(0x7fc41fb9c000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/name", O_RDONLY|O_CLOEXEC) = 22
read(22, "Power Button\n", 4096)        = 13
close(22)                               = 0
write(0, "[   402.845] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 71) = 71
uname({sys="Linux", node="rowlf", ...}) = 0
write(0, "[   402.845] ", 13)           = 13
write(0, "(**) Power Button: Applying Inpu"..., 65) = 65
write(0, "[   402.845] ", 13)           = 13
write(0, "(II) LoadModule: \"evdev\"", 24) = 24
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
getdents(22, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
getdents(22, /* 0 entries */, 32768)    = 0
close(22)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 22
getdents(22, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 34 entries */, 32768)   = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/r128_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sisusb_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/voodoo_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_alpine.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_laguna.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/s3_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mach64_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sis_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vesa_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mga_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/chips_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/apm_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/nouveau_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ati_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tdfx_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/neomagic_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fbdev_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmware_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/rendition_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tseng_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmwlegacy_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/trident_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/i128_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/multimedia/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/multimedia/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 12 entries */, 32768)   = 448
stat("/usr/lib/xorg/modules/multimedia/theatre_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/msp3430_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/fi1236_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9850_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/bt829_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/uda1380_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre_detect_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre200_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda8425_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9885_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(23, /* 0 entries */, 32768)    = 0
close(23)                               = 0
stat("/usr/lib/xorg/modules/libvbe.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/glesx.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/input/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/input/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 23
getdents(23, /* 5 entries */, 32768)    = 152
stat("/usr/lib/xorg/modules/input/synaptics_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/input/evdev_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
close(23)                               = 0
close(22)                               = 0
write(0, "[   402.853] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
open("/usr/lib/xorg/modules/input/evdev_drv.so", O_RDONLY) = 22
read(22, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260'\0\0\0\0\0\0"..., 832) = 832
fstat(22, {st_mode=S_IFREG|0644, st_size=41464, ...}) = 0
mmap(NULL, 2137080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 22, 0) = 0x7fc41f993000
mprotect(0x7fc41f99c000, 2097152, PROT_NONE) = 0
mmap(0x7fc41fb9c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 22, 0x9000) = 0x7fc41fb9c000
close(22)                               = 0
write(0, "[   402.854] ", 13)           = 13
write(0, "(II) Module evdev: vendor=\"X.Org"..., 45) = 45
write(0, "[   402.854] ", 13)           = 13
write(0, "\tcompiled for 1.11.0", 20)   = 20
write(0, ", module version = 2.6.0\n", 25) = 25
write(0, "[   402.855] ", 13)           = 13
write(0, "\tModule class: X.Org XInput Driv"..., 35) = 35
write(0, "[   402.855] ", 13)           = 13
write(0, "\tABI class: X.Org XInput driver,"..., 46) = 46
write(0, "[   402.855] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 51) = 51
write(0, "[   402.855] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   402.855] ", 13)           = 13
write(0, "(**) Power Button: always report"..., 46) = 46
write(0, "[   402.855] ", 13)           = 13
write(0, "(**) Power Button: Device: \"/dev"..., 47) = 47
open("/dev/input/event4", O_RDWR|O_NONBLOCK) = 22
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
ioctl(22, 0x83ff4506, 0x7fff17bde7b0)   = 13
ioctl(22, 0x80084520, 0x7fff17bdec10)   = 8
ioctl(22, 0x80084522, 0x7fff17bdec20)   = 8
ioctl(22, 0x80084523, 0x7fff17bdec30)   = 8
ioctl(22, 0x80084531, 0x7fff17bdec40)   = 8
ioctl(22, 0x80604521, 0x7fff17bdebb0)   = 96
write(0, "[   402.856] ", 13)           = 13
write(0, "(--) Power Button: Found keys\n", 30) = 30
write(0, "[   402.856] ", 13)           = 13
write(0, "(II) Power Button: Configuring a"..., 43) = 43
write(0, "[   402.856] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 64) = 64
write(0, "\n", 1)                       = 1
write(0, "[   402.857] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 80) = 80
write(0, "[   402.857] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.857] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.858] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(22, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
ioctl(22, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [22], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(22, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 68), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(22, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(22, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(23, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/+input:input10", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(23, "I:12351717\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/uevent", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(23, "MAJOR=13\nMINOR=74\nDEVNAME=input/"..., 4096) = 40
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10/subsystem", "../../../../../../../../class/input", 1024) = 35
open("/run/udev/data/c13:74", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=222, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(23, "N:input/event10\nI:12354211\nE:BAC"..., 4096) = 222
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/uevent", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(23, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/subsystem", "../../../../../../../class/input"..., 1024) = 32
open("/run/udev/data/+input:input10", O_RDONLY|O_CLOEXEC) = 23
fstat(23, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(23, "I:12351717\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(23, "", 4096)                      = 0
close(23)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/name", O_RDONLY|O_CLOEXEC) = 23
read(23, "Video Bus\n", 4096)           = 10
close(23)                               = 0
write(0, "[   402.864] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 69) = 69
write(0, "[   402.864] ", 13)           = 13
write(0, "(**) Video Bus: Applying InputCl"..., 62) = 62
write(0, "[   402.864] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 48) = 48
write(0, "[   402.864] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   402.864] ", 13)           = 13
write(0, "(**) Video Bus: always reports c"..., 43) = 43
write(0, "[   402.864] ", 13)           = 13
write(0, "(**) Video Bus: Device: \"/dev/in"..., 45) = 45
open("/dev/input/event10", O_RDWR|O_NONBLOCK) = 23
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
ioctl(23, 0x83ff4506, 0x7fff17bde7b0)   = 10
ioctl(23, 0x80084520, 0x7fff17bdec10)   = 8
ioctl(23, 0x80084522, 0x7fff17bdec20)   = 8
ioctl(23, 0x80084523, 0x7fff17bdec30)   = 8
ioctl(23, 0x80084531, 0x7fff17bdec40)   = 8
ioctl(23, 0x80604521, 0x7fff17bdebb0)   = 96
write(0, "[   402.865] ", 13)           = 13
write(0, "(--) Video Bus: Found keys\n", 27) = 27
write(0, "[   402.865] ", 13)           = 13
write(0, "(II) Video Bus: Configuring as k"..., 40) = 40
write(0, "[   402.865] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 87) = 87
write(0, "\n", 1)                       = 1
write(0, "[   402.866] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 77) = 77
write(0, "[   402.866] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.866] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.867] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(23, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
ioctl(23, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [23], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(23, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 74), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(23, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(23, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(23, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "PRODUCT=19/0/5/0\nNAME=\"Lid Switc"..., 4096) = 134
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/subsystem", "../../../../../../../../class/input", 1024) = 35
open("/run/udev/data/+input:input2", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "I:11053861\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 80
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "MAJOR=13\nMINOR=66\nDEVNAME=input/"..., 4096) = 39
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/event2/subsystem", "../../../../../../../../../class/input", 1024) = 38
open("/run/udev/data/c13:66", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "N:input/event2\nI:11416827\nE:ID_I"..., 4096) = 95
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "PRODUCT=19/0/5/0\nNAME=\"Lid Switc"..., 4096) = 134
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/subsystem", "../../../../../../../../class/input"..., 1024) = 35
open("/run/udev/data/+input:input2", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=80, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "I:11053861\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 80
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input2/name", O_RDONLY|O_CLOEXEC) = 24
read(24, "Lid Switch\n", 4096)          = 11
close(24)                               = 0
write(0, "[   402.872] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 69) = 69
write(0, "[   402.873] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/subsystem", "../../../../../../../../class/input", 1024) = 35
open("/run/udev/data/+input:input8", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "I:12236203\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "MAJOR=13\nMINOR=72\nDEVNAME=input/"..., 4096) = 39
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/event8/subsystem", "../../../../../../../../../class/input", 1024) = 38
open("/run/udev/data/c13:72", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "N:input/event8\nI:12237726\nE:BACK"..., 4096) = 221
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/uevent", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "PRODUCT=19/0/6/0\nNAME=\"Video Bus"..., 4096) = 174
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/subsystem", "../../../../../../../../class/input"..., 1024) = 35
open("/run/udev/data/+input:input8", O_RDONLY|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(24, "I:12236203\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 99
read(24, "", 4096)                      = 0
close(24)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input8/name", O_RDONLY|O_CLOEXEC) = 24
read(24, "Video Bus\n", 4096)           = 10
close(24)                               = 0
write(0, "[   402.877] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 68) = 68
write(0, "[   402.877] ", 13)           = 13
write(0, "(**) Video Bus: Applying InputCl"..., 62) = 62
write(0, "[   402.878] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 48) = 48
write(0, "[   402.878] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   402.878] ", 13)           = 13
write(0, "(**) Video Bus: always reports c"..., 43) = 43
write(0, "[   402.878] ", 13)           = 13
write(0, "(**) Video Bus: Device: \"/dev/in"..., 44) = 44
open("/dev/input/event8", O_RDWR|O_NONBLOCK) = 24
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
ioctl(24, 0x83ff4506, 0x7fff17bde7b0)   = 10
ioctl(24, 0x80084520, 0x7fff17bdec10)   = 8
ioctl(24, 0x80084522, 0x7fff17bdec20)   = 8
ioctl(24, 0x80084523, 0x7fff17bdec30)   = 8
ioctl(24, 0x80084531, 0x7fff17bdec40)   = 8
ioctl(24, 0x80604521, 0x7fff17bdebb0)   = 96
write(0, "[   402.879] ", 13)           = 13
write(0, "(--) Video Bus: Found keys\n", 27) = 27
write(0, "[   402.879] ", 13)           = 13
write(0, "(II) Video Bus: Configuring as k"..., 40) = 40
write(0, "[   402.879] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 95) = 95
write(0, "\n", 1)                       = 1
write(0, "[   402.879] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 77) = 77
write(0, "[   402.880] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.880] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.880] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(24, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
ioctl(24, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [24], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(24, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 72), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(24, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(24, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(24, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(25, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 152
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input3", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=97, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(25, "I:11065631\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 97
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/uevent", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(25, "MAJOR=13\nMINOR=67\nDEVNAME=input/"..., 4096) = 39
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/subsystem", "../../../../../../../class/input"..., 1024) = 32
open("/run/udev/data/c13:67", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(25, "N:input/event3\nI:11533442\nE:BACK"..., 4096) = 219
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/uevent", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(25, "PRODUCT=19/0/1/0\nNAME=\"Power But"..., 4096) = 152
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input3", O_RDONLY|O_CLOEXEC) = 25
fstat(25, {st_mode=S_IFREG|0644, st_size=97, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(25, "I:11065631\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 97
read(25, "", 4096)                      = 0
close(25)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/name", O_RDONLY|O_CLOEXEC) = 25
read(25, "Power Button\n", 4096)        = 13
close(25)                               = 0
write(0, "[   402.886] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 71) = 71
write(0, "[   402.887] ", 13)           = 13
write(0, "(**) Power Button: Applying Inpu"..., 65) = 65
write(0, "[   402.887] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 51) = 51
write(0, "[   402.887] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   402.887] ", 13)           = 13
write(0, "(**) Power Button: always report"..., 46) = 46
write(0, "[   402.887] ", 13)           = 13
write(0, "(**) Power Button: Device: \"/dev"..., 47) = 47
open("/dev/input/event3", O_RDWR|O_NONBLOCK) = 25
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
ioctl(25, 0x83ff4506, 0x7fff17bde7b0)   = 13
ioctl(25, 0x80084520, 0x7fff17bdec10)   = 8
ioctl(25, 0x80084522, 0x7fff17bdec20)   = 8
ioctl(25, 0x80084523, 0x7fff17bdec30)   = 8
ioctl(25, 0x80084531, 0x7fff17bdec40)   = 8
ioctl(25, 0x80604521, 0x7fff17bdebb0)   = 96
write(0, "[   402.888] ", 13)           = 13
write(0, "(--) Power Button: Found keys\n", 30) = 30
write(0, "[   402.888] ", 13)           = 13
write(0, "(II) Power Button: Configuring a"..., 43) = 43
write(0, "[   402.888] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/LNXSYSTM:00/"..., 73) = 73
write(0, "\n", 1)                       = 1
write(0, "[   402.889] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 80) = 80
write(0, "[   402.889] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.889] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.889] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(25, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
ioctl(25, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [25], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(25, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 67), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(25, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(25, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(25, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(26, "PRODUCT=3/64e/e258/400\nNAME=\"HP "..., 4096) = 165
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/subsystem", "../../../../../../../../../class/input", 1024) = 38
open("/run/udev/data/+input:input6", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=528, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(26, "I:11592784\nE:ID_BUS=usb\nE:ID_INP"..., 4096) = 528
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/uevent", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(26, "MAJOR=13\nMINOR=70\nDEVNAME=input/"..., 4096) = 39
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6/subsystem", "../../../../../../../../../../class/input"..., 1024) = 41
open("/run/udev/data/c13:70", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=756, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(26, "N:input/event6\nS:input/by-id/usb"..., 4096) = 756
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/uevent", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(26, "PRODUCT=3/64e/e258/400\nNAME=\"HP "..., 4096) = 165
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/subsystem", "../../../../../../../../../class/input"..., 1024) = 38
open("/run/udev/data/+input:input6", O_RDONLY|O_CLOEXEC) = 26
fstat(26, {st_mode=S_IFREG|0644, st_size=528, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(26, "I:11592784\nE:ID_BUS=usb\nE:ID_INP"..., 4096) = 528
read(26, "", 4096)                      = 0
close(26)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/name", O_RDONLY|O_CLOEXEC) = 26
read(26, "HP TrueVision HD\r\n", 4096)  = 18
close(26)                               = 0
write(0, "[   402.896] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 76) = 76
write(0, "[   402.896] ", 13)           = 13
write(0, "(**) HP TrueVision HD\r: Applying"..., 70) = 70
write(0, "[   402.896] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 56) = 56
write(0, "[   402.896] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   402.896] ", 13)           = 13
write(0, "(**) HP TrueVision HD\r: always r"..., 51) = 51
brk(0x7fc42d058000)                     = 0x7fc42d058000
write(0, "[   402.897] ", 13)           = 13
write(0, "(**) HP TrueVision HD\r: Device: "..., 52) = 52
open("/dev/input/event6", O_RDWR|O_NONBLOCK) = 26
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
ioctl(26, 0x83ff4506, 0x7fff17bde7b0)   = 18
ioctl(26, 0x80084520, 0x7fff17bdec10)   = 8
ioctl(26, 0x80084522, 0x7fff17bdec20)   = 8
ioctl(26, 0x80084523, 0x7fff17bdec30)   = 8
ioctl(26, 0x80084531, 0x7fff17bdec40)   = 8
ioctl(26, 0x80604521, 0x7fff17bdebb0)   = 96
write(0, "[   402.897] ", 13)           = 13
write(0, "(--) HP TrueVision HD\r: Found ke"..., 35) = 35
write(0, "[   402.897] ", 13)           = 13
write(0, "(II) HP TrueVision HD\r: Configur"..., 48) = 48
write(0, "[   402.898] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/pci0000:00/0"..., 89) = 89
write(0, "\n", 1)                       = 1
write(0, "[   402.898] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 86) = 86
write(0, "[   402.898] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.898] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.899] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(26, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
ioctl(26, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [26], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(26, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 70), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(26, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(26, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(26, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=1/111d/7605/1\nNAME=\"HDA "..., 4096) = 152
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input11", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13034969\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "MAJOR=13\nMINOR=75\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/event11/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/c13:75", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "N:input/event11\nI:13037430\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=1/111d/7605/1\nNAME=\"HDA "..., 4096) = 152
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input11", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13034969\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/input/input11/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Digital PCBeep\n", 4096)  = 19
close(27)                               = 0
write(0, "[   402.905] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 78) = 78
write(0, "[   402.905] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 135
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input12", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13035333\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "MAJOR=13\nMINOR=76\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12/subsystem", "../../../../../../../class/input"..., 1024) = 32
open("/run/udev/data/c13:76", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "N:input/event12\nI:13038241\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 135
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input12", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13035333\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Intel PCH HDMI/DP,pcm=3\n", 4096) = 28
close(27)                               = 0
write(0, "[   402.910] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 87) = 87
write(0, "[   402.910] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 124
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input13", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13035853\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "MAJOR=13\nMINOR=77\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event13/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:77", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "N:input/event13\nI:13037772\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 124
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input13", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13035853\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Intel PCH Mic\n", 4096)   = 18
close(27)                               = 0
write(0, "[   402.914] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 77) = 77
write(0, "[   402.915] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 129
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input14", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13035529\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "MAJOR=13\nMINOR=78\nDEVNAME=input/"..., 4096) = 40
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event14/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:78", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=98, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "N:input/event14\nI:13038511\nE:ID_"..., 4096) = 98
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=0/0/0/0\nNAME=\"HDA Intel "..., 4096) = 129
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input14", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:13035529\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 82
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "HDA Intel PCH Headphone\n", 4096) = 24
close(27)                               = 0
write(0, "[   402.919] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 83) = 83
write(0, "[   402.919] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/i8042/serio0/input/input0", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio0/input/input0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=11/1/1/ab83\nNAME=\"AT Tra"..., 4096) = 401
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input0", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=154, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:11718240\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 154
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/event0", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio0/input/input0/event0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/event0/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "MAJOR=13\nMINOR=64\nDEVNAME=input/"..., 4096) = 39
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/event0/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:64", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=325, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "N:input/event0\nS:input/by-path/p"..., 4096) = 325
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio0/input/input0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/uevent", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "PRODUCT=11/1/1/ab83\nNAME=\"AT Tra"..., 4096) = 401
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio0/input/input0/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input0", O_RDONLY|O_CLOEXEC) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=154, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(27, "I:11718240\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 154
read(27, "", 4096)                      = 0
close(27)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/platform/i8042/serio0/input/input0/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/i8042/serio0/input/input0/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio0/input/input0/name", O_RDONLY|O_CLOEXEC) = 27
read(27, "AT Translated Set 2 keyboard\n", 4096) = 29
close(27)                               = 0
write(0, "[   402.924] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 87) = 87
write(0, "[   402.924] ", 13)           = 13
write(0, "(**) AT Translated Set 2 keyboar"..., 81) = 81
write(0, "[   402.924] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 67) = 67
write(0, "[   402.925] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   402.925] ", 13)           = 13
write(0, "(**) AT Translated Set 2 keyboar"..., 62) = 62
write(0, "[   402.925] ", 13)           = 13
write(0, "(**) AT Translated Set 2 keyboar"..., 63) = 63
open("/dev/input/event0", O_RDWR|O_NONBLOCK) = 27
fstat(27, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
ioctl(27, 0x83ff4506, 0x7fff17bde7b0)   = 29
ioctl(27, 0x80084520, 0x7fff17bdec10)   = 8
ioctl(27, 0x80084522, 0x7fff17bdec20)   = 8
ioctl(27, 0x80084523, 0x7fff17bdec30)   = 8
ioctl(27, 0x80084531, 0x7fff17bdec40)   = 8
ioctl(27, 0x80604521, 0x7fff17bdebb0)   = 96
write(0, "[   402.926] ", 13)           = 13
write(0, "(--) AT Translated Set 2 keyboar"..., 46) = 46
write(0, "[   402.926] ", 13)           = 13
write(0, "(II) AT Translated Set 2 keyboar"..., 59) = 59
write(0, "[   402.926] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/platform/i80"..., 62) = 62
write(0, "\n", 1)                       = 1
write(0, "[   402.926] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 97) = 97
write(0, "[   402.926] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.927] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   402.927] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(27, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(27, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
ioctl(27, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [27], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(27, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 64), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(27, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(27, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(27, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/uevent", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(28, "PRODUCT=11/2/7/1b1\nNAME=\"SynPS/2"..., 4096) = 235
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/+input:input7", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(28, "I:12172620\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 137
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/event7", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/event7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/event7/uevent", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(28, "MAJOR=13\nMINOR=71\nDEVNAME=input/"..., 4096) = 39
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/event7/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:71", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=203, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(28, "N:input/event7\nS:input/by-path/p"..., 4096) = 203
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/uevent", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(28, "PRODUCT=11/2/7/1b1\nNAME=\"SynPS/2"..., 4096) = 235
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input7", O_RDONLY|O_CLOEXEC) = 28
fstat(28, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(28, "I:12172620\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 137
read(28, "", 4096)                      = 0
close(28)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/name", O_RDONLY|O_CLOEXEC) = 28
read(28, "SynPS/2 Synaptics TouchPad\n", 4096) = 27
close(28)                               = 0
write(0, "[   402.933] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 85) = 85
write(0, "[   402.933] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 79) = 79
write(0, "[   402.934] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 73) = 73
write(0, "[   402.934] ", 13)           = 13
write(0, "(II) LoadModule: \"synaptics\"", 28) = 28
write(0, "\n", 1)                       = 1
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 28
getdents(28, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
getdents(28, /* 0 entries */, 32768)    = 0
close(28)                               = 0
open("/usr/lib/xorg/modules/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 28
getdents(28, /* 19 entries */, 32768)   = 608
stat("/usr/lib/xorg/modules/libexa.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libint10.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadowfb.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfb.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libxaa.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libshadow.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libfbdevhw.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libwfb.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/libvgahw.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/amdxmm.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/extensions/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 8 entries */, 32768)    = 240
stat("/usr/lib/xorg/modules/extensions/libdri.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libglx.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/librecord.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdbe.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libdri2.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/extensions/libextmod.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/drivers/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/drivers/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 34 entries */, 32768)   = 1208
stat("/usr/lib/xorg/modules/drivers/s3virge_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/radeon_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/siliconmotion_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/openchrome_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ark_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fglrx_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/savage_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/intel_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/r128_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sisusb_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/voodoo_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_alpine.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/cirrus_laguna.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/s3_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mach64_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/sis_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vesa_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/mga_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/chips_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/apm_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/nouveau_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/ati_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tdfx_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/neomagic_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/fbdev_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmware_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/rendition_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/tseng_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/vmwlegacy_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/trident_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/drivers/i128_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/multimedia/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/multimedia/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 12 entries */, 32768)   = 448
stat("/usr/lib/xorg/modules/multimedia/theatre_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/msp3430_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/fi1236_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9850_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/bt829_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/uda1380_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre_detect_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/theatre200_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda8425_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/multimedia/tda9885_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/linux/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/linux/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 4 entries */, 32768)    = 120
stat("/usr/lib/xorg/modules/linux/libglx.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/linux/libfglrxdrm.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
getdents(29, /* 0 entries */, 32768)    = 0
close(29)                               = 0
stat("/usr/lib/xorg/modules/libvbe.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/glesx.so/", 0x7fff17bdcad0) = -1 ENOTDIR (Not a directory)
stat("/usr/lib/xorg/modules/input/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/xorg/modules/input/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 29
getdents(29, /* 5 entries */, 32768)    = 152
stat("/usr/lib/xorg/modules/input/synaptics_drv.so/", 0x7fff17bdb9e0) = -1 ENOTDIR (Not a directory)
close(29)                               = 0
close(28)                               = 0
write(0, "[   402.942] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 58) = 58
open("/usr/lib/xorg/modules/input/synaptics_drv.so", O_RDONLY) = 28
read(28, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\35\0\0\0\0\0\0"..., 832) = 832
fstat(28, {st_mode=S_IFREG|0644, st_size=53136, ...}) = 0
mmap(NULL, 2148520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 28, 0) = 0x7fc41f786000
mprotect(0x7fc41f793000, 2093056, PROT_NONE) = 0
mmap(0x7fc41f992000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 28, 0xc000) = 0x7fc41f992000
close(28)                               = 0
write(0, "[   402.942] ", 13)           = 13
write(0, "(II) Module synaptics: vendor=\"X"..., 49) = 49
write(0, "[   402.943] ", 13)           = 13
write(0, "\tcompiled for 1.11.2", 20)   = 20
write(0, ".902", 4)                     = 4
write(0, ", module version = 1.5.0\n", 25) = 25
write(0, "[   402.943] ", 13)           = 13
write(0, "\tModule class: X.Org XInput Driv"..., 35) = 35
write(0, "[   402.943] ", 13)           = 13
write(0, "\tABI class: X.Org XInput driver,"..., 46) = 46
write(0, "[   402.943] ", 13)           = 13
write(0, "(II) Using input driver 'synapti"..., 69) = 69
write(0, "[   402.943] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 58) = 58
write(0, "[   402.944] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 60) = 60
write(0, "[   402.944] ", 13)           = 13
write(0, "(**) Option \"Device\"", 20)  = 20
write(0, " \"/dev/input/event7\"", 20)  = 20
write(0, "\n", 1)                       = 1
open("/dev/input/event7", O_RDONLY)     = 28
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, 0x80084520, 0x7fff17bdeb80)   = 8
ioctl(28, 0x80084523, 0x7fff17bdeb90)   = 8
ioctl(28, 0x80604521, 0x7fff17bdeb20)   = 96
ioctl(28, EVIOCGRAB, 0)                 = 0
close(28)                               = 0
open("/dev/input/event7", O_RDWR|O_NONBLOCK) = 28
ioctl(28, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff17bdeb40) = -1 EINVAL (Invalid argument)
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, 0x80084520, 0x7fff17bdebd0)   = 8
ioctl(28, 0x80084523, 0x7fff17bdebe0)   = 8
ioctl(28, 0x80604521, 0x7fff17bdeb70)   = 96
ioctl(28, EVIOCGRAB, 0)                 = 0
ioctl(28, 0x80184540, 0x7fff17bdea10)   = 0
ioctl(28, 0x80184541, 0x7fff17bdea10)   = 0
ioctl(28, 0x80084523, 0x7fff17bdebe0)   = 8
ioctl(28, 0x80184558, 0x7fff17bdea10)   = 0
ioctl(28, 0x8018455c, 0x7fff17bdea10)   = 0
ioctl(28, 0x80604521, 0x7fff17bdeb80)   = 96
write(0, "[   403.021] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   403.021] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   403.021] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 67) = 67
write(0, "[   403.021] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   403.021] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 78) = 78
ioctl(28, EVIOCGID, 0x7fff17bdec20)     = 0
write(0, "[   403.022] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 67) = 67
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, 0x80084520, 0x7fff17bdebd0)   = 8
ioctl(28, 0x80084523, 0x7fff17bdebe0)   = 8
ioctl(28, 0x80604521, 0x7fff17bdeb70)   = 96
ioctl(28, EVIOCGRAB, 0)                 = 0
write(0, "[   403.024] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 59) = 59
write(0, "[   403.024] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 60) = 60
close(28)                               = 0
write(0, "[   403.028] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/platform/i80"..., 62) = 62
write(0, "\n", 1)                       = 1
write(0, "[   403.028] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 95) = 95
write(0, "[   403.029] ", 13)           = 13
write(0, "(**) synaptics: SynPS/2 Synaptic"..., 94) = 94
write(0, "[   403.029] ", 13)           = 13
write(0, "(**) synaptics: SynPS/2 Synaptic"..., 65) = 65
write(0, "[   403.029] ", 13)           = 13
write(0, "(**) synaptics: SynPS/2 Synaptic"..., 69) = 69
write(0, "[   403.030] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 71) = 71
write(0, "[   403.030] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 64) = 64
write(0, "[   403.030] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 68) = 68
write(0, "[   403.030] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 67) = 67
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
open("/dev/input/event7", O_RDWR|O_NONBLOCK) = 28
ioctl(28, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff17bdea40) = -1 EINVAL (Invalid argument)
ioctl(28, EVIOCGRAB, 0x1)               = 0
ioctl(28, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [28], NULL, NULL, {0, 0})  = 0 (Timeout)
ioctl(28, 0x80084520, 0x7fff17bdead0)   = 8
ioctl(28, 0x80084523, 0x7fff17bdeae0)   = 8
ioctl(28, 0x80604521, 0x7fff17bdea70)   = 96
write(0, "[   403.031] ", 13)           = 13
write(0, "(--) synaptics: SynPS/2 Synaptic"..., 59) = 59
fstat(28, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 71), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(28, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(28, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(28, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/mouse0", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/mouse0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/mouse0/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=13\nMINOR=32\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/mouse0/subsystem", "../../../../../../../class/input", 1024) = 32
open("/run/udev/data/c13:32", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=197, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:input/mouse0\nS:input/by-path/p"..., 4096) = 197
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/i8042/serio1/input/input7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=11/2/7/1b1\nNAME=\"SynPS/2"..., 4096) = 235
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/i8042/serio1/input/input7/subsystem", "../../../../../../class/input"..., 1024) = 29
open("/run/udev/data/+input:input7", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:12172620\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 137
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/i8042/serio1/input/input7/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/i8042/serio1/input/input7/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "SynPS/2 Synaptics TouchPad\n", 4096) = 27
close(29)                               = 0
write(0, "[   403.035] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 85) = 85
write(0, "[   403.035] ", 13)           = 13
write(0, "(**) SynPS/2 Synaptics TouchPad:"..., 94) = 94
readlink("/sys/devices/platform/lis3lv02d/input/input9", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=19/0/0/0\nNAME=\"ST LIS3LV"..., 4096) = 150
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input9", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:12594677\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 113
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/event9", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/event9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/event9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=13\nMINOR=73\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/event9/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/c13:73", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=169, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:input/event9\nS:input/by-path/p"..., 4096) = 169
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=19/0/0/0\nNAME=\"ST LIS3LV"..., 4096) = 150
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input9", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:12594677\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 113
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "ST LIS3LV02DL Accelerometer\n", 4096) = 28
close(29)                               = 0
write(0, "[   403.040] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 86) = 86
write(0, "[   403.040] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/lis3lv02d/input/input9/js0", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/js0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/js0/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=13\nMINOR=0\nDEVNAME=input/j"..., 4096) = 35
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/js0/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/c13:0", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:input/js0\nI:12597117\nE:ID_INPU"..., 4096) = 125
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/lis3lv02d/input/input9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=19/0/0/0\nNAME=\"ST LIS3LV"..., 4096) = 150
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/lis3lv02d/input/input9/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input9", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:12594677\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 113
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/lis3lv02d/input/input9/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/lis3lv02d/input/input9/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "ST LIS3LV02DL Accelerometer\n", 4096) = 28
close(29)                               = 0
write(0, "[   403.043] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 83) = 83
write(0, "[   403.044] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/pcspkr/input/input5", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/pcspkr/input/input5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=10/1f/1/100\nNAME=\"PC Spe"..., 4096) = 137
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/subsystem", "../../../../../class/input", 1024) = 26
open("/run/udev/data/+input:input5", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=101, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:11760998\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 101
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/event5", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/pcspkr/input/input5/event5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/event5/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=13\nMINOR=69\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/event5/subsystem", "../../../../../../class/input", 1024) = 29
open("/run/udev/data/c13:69", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=159, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:input/event5\nS:input/by-path/p"..., 4096) = 159
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/pcspkr/input/input5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=10/1f/1/100\nNAME=\"PC Spe"..., 4096) = 137
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/pcspkr/input/input5/subsystem", "../../../../../class/input"..., 1024) = 26
open("/run/udev/data/+input:input5", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=101, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:11760998\nE:ID_INPUT=1\nE:ID_PAT"..., 4096) = 101
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/platform/pcspkr/input/input5/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/platform/pcspkr/input/input5/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/platform/pcspkr/input/input5/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "PC Speaker\n", 4096)          = 11
close(29)                               = 0
write(0, "[   403.048] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 69) = 69
write(0, "[   403.049] ", 13)           = 13
write(0, "(II) No input driver/identifier "..., 53) = 53
readlink("/sys/devices/platform/serial8250/tty/ttyS0", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS0/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=4\nMINOR=64\nDEVNAME=ttyS0\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS0/subsystem", "../../../../../class/tty"..., 1024) = 24
open("/run/udev/data/c4:64", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:ttyS0\nI:10698914\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS1", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=4\nMINOR=65\nDEVNAME=ttyS1\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS1/subsystem", "../../../../../class/tty", 1024) = 24
open("/run/udev/data/c4:65", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:ttyS1\nI:10698922\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS2", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS2/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=4\nMINOR=66\nDEVNAME=ttyS2\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS2/subsystem", "../../../../../class/tty", 1024) = 24
open("/run/udev/data/c4:66", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:ttyS2\nI:10699230\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS3", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/platform/serial8250/tty/ttyS3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/platform/serial8250/tty/ttyS3/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=4\nMINOR=67\nDEVNAME=ttyS3\n", 4096) = 31
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/platform/serial8250/tty/ttyS3/subsystem", "../../../../../class/tty", 1024) = 24
open("/run/udev/data/c4:67", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:ttyS3\nI:10699253\nE:ID_MM_CANDI"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/input1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=19/0/0/0\nNAME=\"HP WMI ho"..., 4096) = 211
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/subsystem", "../../../../class/input"..., 1024) = 23
open("/run/udev/data/+input:input1", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:10958633\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 41
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/event1", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/input1/event1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/event1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "MAJOR=13\nMINOR=65\nDEVNAME=input/"..., 4096) = 39
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/event1/subsystem", "../../../../../class/input", 1024) = 26
open("/run/udev/data/c13:65", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=163, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "N:input/event1\nI:11533439\nE:BACK"..., 4096) = 163
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1", 0x7fff17bddc50, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/input1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/uevent", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "PRODUCT=19/0/0/0\nNAME=\"HP WMI ho"..., 4096) = 211
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/input/input1/subsystem", "../../../../class/input"..., 1024) = 23
open("/run/udev/data/+input:input1", O_RDONLY|O_CLOEXEC) = 29
fstat(29, {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(29, "I:10958633\nE:ID_INPUT=1\nE:ID_INP"..., 4096) = 41
read(29, "", 4096)                      = 0
close(29)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
lstat("/sys/devices/virtual/input/input1/id", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/sys/devices/virtual/input/input1/name", {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/input1/name", O_RDONLY|O_CLOEXEC) = 29
read(29, "HP WMI hotkeys\n", 4096)      = 15
close(29)                               = 0
write(0, "[   403.059] ", 13)           = 13
write(0, "(II) config/udev: Adding input d"..., 73) = 73
write(0, "[   403.059] ", 13)           = 13
write(0, "(**) HP WMI hotkeys: Applying In"..., 67) = 67
write(0, "[   403.059] ", 13)           = 13
write(0, "(II) Using input driver 'evdev' "..., 53) = 53
write(0, "[   403.059] ", 13)           = 13
write(0, "(II) Loading /usr/lib/xorg/modul"..., 54) = 54
write(0, "[   403.059] ", 13)           = 13
write(0, "(**) HP WMI hotkeys: always repo"..., 48) = 48
write(0, "[   403.059] ", 13)           = 13
write(0, "(**) HP WMI hotkeys: Device: \"/d"..., 49) = 49
open("/dev/input/event1", O_RDWR|O_NONBLOCK) = 29
fstat(29, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
ioctl(29, 0x83ff4506, 0x7fff17bde7b0)   = 15
ioctl(29, 0x80084520, 0x7fff17bdec10)   = 8
ioctl(29, 0x80084522, 0x7fff17bdec20)   = 8
ioctl(29, 0x80084523, 0x7fff17bdec30)   = 8
ioctl(29, 0x80084531, 0x7fff17bdec40)   = 8
ioctl(29, 0x80604521, 0x7fff17bdebb0)   = 96
write(0, "[   403.060] ", 13)           = 13
write(0, "(--) HP WMI hotkeys: Found keys\n", 32) = 32
write(0, "[   403.060] ", 13)           = 13
write(0, "(II) HP WMI hotkeys: Configuring"..., 45) = 45
write(0, "[   403.061] ", 13)           = 13
write(0, "(**) Option \"config_info\"", 25) = 25
write(0, " \"udev:/sys/devices/virtual/inpu"..., 48) = 48
write(0, "\n", 1)                       = 1
write(0, "[   403.061] ", 13)           = 13
write(0, "(II) XINPUT: Adding extended inp"..., 83) = 83
write(0, "[   403.061] ", 13)           = 13
write(0, "(**) Option \"xkb_rules\"", 23) = 23
write(0, " \"evdev\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   403.061] ", 13)           = 13
write(0, "(**) Option \"xkb_model\"", 23) = 23
write(0, " \"pc105\"", 8)               = 8
write(0, "\n", 1)                       = 1
write(0, "[   403.062] ", 13)           = 13
write(0, "(**) Option \"xkb_layout\"", 24) = 24
write(0, " \"us\"", 5)                  = 5
write(0, "\n", 1)                       = 1
write(29, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\21\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 120) = 120
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
fstat(29, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
ioctl(29, TCFLSH, 0)                    = -1 EINVAL (Invalid argument)
select(1024, [29], NULL, NULL, {0, 0})  = 0 (Timeout)
fstat(29, {st_mode=S_IFCHR|0600, st_rdev=makedev(13, 65), ...}) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], 8) = 0
fcntl(29, F_GETFL)                      = 0x8802 (flags O_RDWR|O_NONBLOCK|O_LARGEFILE)
fcntl(29, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE) = 0
fcntl(29, F_SETOWN, 2273)               = 0
rt_sigaction(SIGIO, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlink("/sys/devices/virtual/input/mice", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/input/mice/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/input/mice/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=13\nMINOR=63\nDEVNAME=input/"..., 4096) = 37
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/input/mice/subsystem", "../../../../class/input", 1024) = 23
open("/run/udev/data/c13:63", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/console", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/console/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/console/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=5\nMINOR=1\nDEVNAME=console\n", 4096) = 32
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/console/subsystem", "../../../../class/tty"..., 1024) = 21
open("/run/udev/data/c5:1", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:console\nI:10703259\nE:ID_MM_CAN"..., 4096) = 41
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/ptmx", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/ptmx/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/ptmx/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=5\nMINOR=2\nDEVNAME=ptmx\nDEV"..., 4096) = 42
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/ptmx/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c5:2", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:ptmx\nI:10703504\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=5\nMINOR=0\nDEVNAME=tty\nDEVM"..., 4096) = 41
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c5:0", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=37, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty\nI:10703572\nE:ID_MM_CANDIDA"..., 4096) = 37
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty0", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty0/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty0/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=0\nDEVNAME=tty0\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty0/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:0", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty0\nI:10703707\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty1", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty1/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty1/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=1\nDEVNAME=tty1\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty1/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:1", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty1\nI:10703651\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty10", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty10/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty10/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=10\nDEVNAME=tty10\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty10/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:10", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty10\nI:10703706\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty11", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty11/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty11/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=11\nDEVNAME=tty11\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty11/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:11", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty11\nI:10703957\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty12", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty12/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty12/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=12\nDEVNAME=tty12\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty12/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:12", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty12\nI:10704055\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty13", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty13/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty13/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=13\nDEVNAME=tty13\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty13/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:13", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty13\nI:10704213\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty14", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty14/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty14/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=14\nDEVNAME=tty14\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty14/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:14", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty14\nI:10704114\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty15", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty15/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty15/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=15\nDEVNAME=tty15\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty15/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:15", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty15\nI:10704180\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty16", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty16/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty16/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=16\nDEVNAME=tty16\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty16/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:16", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty16\nI:10704420\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty17", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty17/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty17/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=17\nDEVNAME=tty17\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty17/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:17", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty17\nI:10704495\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty18", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty18/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty18/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=18\nDEVNAME=tty18\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty18/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:18", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty18\nI:10704615\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty19", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty19/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty19/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=19\nDEVNAME=tty19\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty19/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:19", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty19\nI:10704580\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty2", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty2/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty2/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=2\nDEVNAME=tty2\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty2/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:2", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty2\nI:10704641\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty20", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty20/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty20/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=20\nDEVNAME=tty20\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty20/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:20", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty20\nI:10704881\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty21", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty21/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty21/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=21\nDEVNAME=tty21\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty21/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:21", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty21\nI:10704954\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty22", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty22/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty22/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=22\nDEVNAME=tty22\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty22/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:22", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty22\nI:10705070\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty23", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty23/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty23/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=23\nDEVNAME=tty23\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty23/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:23", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty23\nI:10705060\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty24", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty24/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty24/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=24\nDEVNAME=tty24\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty24/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:24", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty24\nI:10705097\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty25", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty25/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty25/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=25\nDEVNAME=tty25\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty25/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:25", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty25\nI:10705385\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty26", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty26/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty26/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=26\nDEVNAME=tty26\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty26/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:26", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty26\nI:10705457\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty27", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty27/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty27/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=27\nDEVNAME=tty27\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty27/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:27", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty27\nI:10705588\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty28", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty28/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty28/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=28\nDEVNAME=tty28\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty28/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:28", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty28\nI:10705566\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty29", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty29/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty29/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=29\nDEVNAME=tty29\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty29/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:29", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty29\nI:10705614\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty3", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty3/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty3/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=3\nDEVNAME=tty3\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty3/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:3", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty3\nI:10705897\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty30", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty30/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty30/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=30\nDEVNAME=tty30\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty30/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:30", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty30\nI:10705959\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty31", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty31/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty31/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=31\nDEVNAME=tty31\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty31/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:31", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty31\nI:10706087\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty32", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty32/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty32/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=32\nDEVNAME=tty32\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty32/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:32", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty32\nI:10706060\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty33", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty33/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty33/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=33\nDEVNAME=tty33\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty33/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:33", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty33\nI:10706109\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty34", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty34/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty34/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=34\nDEVNAME=tty34\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty34/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:34", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty34\nI:10706394\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty35", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty35/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty35/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=35\nDEVNAME=tty35\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty35/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:35", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty35\nI:10706454\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty36", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty36/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty36/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=36\nDEVNAME=tty36\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty36/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:36", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty36\nI:10706586\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty37", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty37/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty37/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=37\nDEVNAME=tty37\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty37/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:37", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty37\nI:10706535\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty38", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty38/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty38/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=38\nDEVNAME=tty38\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty38/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:38", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty38\nI:10706615\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty39", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty39/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty39/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=39\nDEVNAME=tty39\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty39/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:39", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty39\nI:10706848\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty4", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty4/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty4/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=4\nDEVNAME=tty4\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty4/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:4", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty4\nI:10706922\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty40", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty40/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty40/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=40\nDEVNAME=tty40\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty40/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:40", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty40\nI:10707043\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty41", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty41/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty41/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=41\nDEVNAME=tty41\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty41/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:41", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty41\nI:10707004\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty42", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty42/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty42/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=42\nDEVNAME=tty42\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty42/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:42", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty42\nI:10707068\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty43", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty43/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty43/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=43\nDEVNAME=tty43\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty43/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:43", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty43\nI:10707311\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty44", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty44/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty44/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=44\nDEVNAME=tty44\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty44/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:44", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty44\nI:10707378\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty45", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty45/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty45/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=45\nDEVNAME=tty45\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty45/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:45", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty45\nI:10707503\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty46", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty46/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty46/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=46\nDEVNAME=tty46\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty46/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:46", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty46\nI:10707460\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty47", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty47/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty47/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=47\nDEVNAME=tty47\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty47/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:47", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty47\nI:10707536\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty48", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty48/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty48/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=48\nDEVNAME=tty48\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty48/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:48", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty48\nI:10707767\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty49", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty49/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty49/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=49\nDEVNAME=tty49\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty49/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:49", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty49\nI:10707836\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty5", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty5/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty5/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=5\nDEVNAME=tty5\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty5/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:5", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty5\nI:10707958\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty50", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty50/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty50/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=50\nDEVNAME=tty50\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty50/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:50", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty50\nI:10707922\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty51", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty51/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty51/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=51\nDEVNAME=tty51\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty51/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:51", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty51\nI:10707984\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty52", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty52/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty52/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=52\nDEVNAME=tty52\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty52/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:52", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty52\nI:10708254\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty53", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty53/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty53/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=53\nDEVNAME=tty53\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty53/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:53", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty53\nI:10708323\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty54", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty54/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty54/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=54\nDEVNAME=tty54\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty54/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:54", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty54\nI:10708446\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty55", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty55/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty55/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=55\nDEVNAME=tty55\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty55/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:55", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty55\nI:10708409\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty56", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty56/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty56/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=56\nDEVNAME=tty56\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty56/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:56", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty56\nI:10708472\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty57", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty57/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty57/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=57\nDEVNAME=tty57\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty57/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:57", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty57\nI:10708709\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty58", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty58/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty58/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=58\nDEVNAME=tty58\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty58/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:58", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty58\nI:10708779\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty59", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty59/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty59/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=59\nDEVNAME=tty59\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty59/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:59", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty59\nI:10708898\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty6", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty6/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty6/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=6\nDEVNAME=tty6\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty6/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:6", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty6\nI:10708864\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty60", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty60/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty60/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=60\nDEVNAME=tty60\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty60/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:60", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty60\nI:10708931\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty61", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty61/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty61/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=61\nDEVNAME=tty61\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty61/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:61", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty61\nI:10709167\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty62", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty62/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty62/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=62\nDEVNAME=tty62\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty62/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:62", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty62\nI:10709235\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty63", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty63/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty63/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=63\nDEVNAME=tty63\n", 4096) = 31
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty63/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:63", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty63\nI:10709358\nE:ID_MM_CANDI"..., 4096) = 39
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty7", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty7/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty7/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=7\nDEVNAME=tty7\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty7/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:7", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty7\nI:10709321\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty8", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty8/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty8/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=8\nDEVNAME=tty8\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty8/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:8", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty8\nI:10709385\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty9", 0x7fff17bde150, 1024) = -1 EINVAL (Invalid argument)
stat("/sys/devices/virtual/tty/tty9/uevent", {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
open("/sys/devices/virtual/tty/tty9/uevent", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "MAJOR=4\nMINOR=9\nDEVNAME=tty9\n", 4096) = 29
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
readlink("/sys/devices/virtual/tty/tty9/subsystem", "../../../../class/tty", 1024) = 21
open("/run/udev/data/c4:9", O_RDONLY|O_CLOEXEC) = 30
fstat(30, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bc96000
read(30, "N:tty9\nI:10709620\nE:ID_MM_CANDID"..., 4096) = 38
read(30, "", 4096)                      = 0
close(30)                               = 0
munmap(0x7fc42bc96000, 4096)            = 0
open("/proc/2273/cmdline", O_RDONLY)    = 30
read(30, "/usr/bin/X\0:0\0-audit\0000\0-nolisten"..., 4097) = 41
close(30)                               = 0
ioctl(13, 0xc04064aa, 0x7fff17bded80)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bded80)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bded80)   = 0
ioctl(13, 0xc04064aa, 0x7fff17bded80)   = 0
ioctl(13, 0xc01064ab, 0x7fff17bdedd0)   = 0
read(14, 0x7fc42c5736b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
ioctl(16, 0xc03064a6, 0x7fff17bdca80)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdca80)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde6a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde6a0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde6a0)   = 0
select(256, [1 3 6 7 13 15 21], NULL, NULL, {600, 0}) = 1 (in [7], left {591, 183687})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\207\244$O\0\0\0\0x\335\6\0\0\0\0\0\4\0\4\0\35\0\0\0\207\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7fc42d03e49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7fc42c5736b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
write(0, "[   411.972] ", 13)           = 13
write(0, "(II) fglrx(0): Restoring Recent "..., 96) = 96
ioctl(16, 0xc03064a6, 0x7fff17bde990)   = 0
select(256, [1 3 6 7 13 15 21], NULL, NULL, {591, 181000}) = 1 (in [7], left {591, 178227})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\207\244$O\0\0\0\0\373\363\6\0\0\0\0\0\4\0\4\0008\0\0\0\207\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7fc42d03e49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
read(14, 0x7fc42c5736b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 6 7 13 15 21], NULL, NULL, {591, 176000}) = 1 (in [7], left {590, 855046})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\207\244$O\0\0\0\0\230\335\v\0\0\0\0\0\4\0\4\0<\0\0\0\207\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7fc42d03e49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
ioctl(7, VT_ACTIVATE, 0x2)              = 0
--- SIGUSR1 (User defined signal 1) @ 0 (0) ---
rt_sigaction(SIGUSR1, {0x7fc42bf41330, [USR1], SA_RESTORER|SA_RESTART, 0x7fc429efb480}, {0x7fc42bf41330, [USR1], SA_RESTORER|SA_RESTART, 0x7fc429efb480}, 8) = 0
rt_sigreturn(0xa)                       = 0
read(14, 0x7fc42c5736b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 6 7 13 15 21], NULL, NULL, {0, 659000}) = 1 (in [7], left {0, 586455})
--- SIGIO (I/O possible) @ 0 (0) ---
select(30, [14 22 23 24 25 26 27 28 29], NULL, NULL, {0, 0}) = 1 (in [27], left {0, 0})
read(27, "\207\244$O\0\0\0\0\372\2\r\0\0\0\0\0\4\0\4\0<\0\0\0\207\244$O\0\0\0\0"..., 384) = 72
rt_sigreturn(0x7fc42d03e49c)            = 1
ioctl(7, TCFLSH, 0x2)                   = 0
fcntl(22, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(22, F_GETFD)                      = 0
close(22)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(23, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(23, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(23, F_GETFD)                      = 0
close(23)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(24, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(24, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(24, F_GETFD)                      = 0
close(24)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(25, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(25, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(25, F_GETFD)                      = 0
close(25)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(26, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(26, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(26, F_GETFD)                      = 0
close(26)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
rt_sigprocmask(SIG_UNBLOCK, [IO], NULL, 8) = 0
fcntl(27, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(27, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(27, F_GETFD)                      = 0
close(27)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(28, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(28, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(28, F_GETFD)                      = 0
close(28)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
fcntl(29, F_GETFL)                      = 0xa802 (flags O_RDWR|O_NONBLOCK|O_ASYNC|O_LARGEFILE)
fcntl(29, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(29, F_GETFD)                      = 0
close(29)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [IO], [], 8)  = 0
write(0, "[   412.397] ", 13)           = 13
write(0, "(II) AIGLX: Suspending AIGLX cli"..., 51) = 51
ioctl(13, 0x641f, 0)                    = 0
write(0, "[   412.397] ", 13)           = 13
write(0, "(II) fglrx(0): Backup framebuffe"..., 40) = 40
ioctl(14, 0xc0086492, 0x7fc42c55d020)   = 0
mmap(NULL, 3842048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc41f3dc000
ioctl(16, 0xc03064a6, 0x7fff17bde740)   = 0
ioctl(14, 0xc0206493, 0x7fff17bde970)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
write(0, "[   412.406] ", 13)           = 13
write(0, "(II) fglrx(0): Backup complete.\n", 32) = 32
ioctl(16, 0xc010647e, 0x7fff17bdea10)   = 0
ioctl(16, 0x64a5, 0)                    = 0
ioctl(16, 0xffffffffc010647c, 0x7fff17bde910) = 0
ioctl(16, 0xc03064a6, 0x7fff17bde7f0)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde7c0)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde7c0)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde610)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde610)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde620)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde640)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde620)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde580)   = 0
ioctl(14, 0xc0086487, 0x7fff17bde580)   = 0
ioctl(14, 0xc004647b, 0x7fff17bdea0c)   = 0
ioctl(7, VIDIOC_S_FMT or VT_RELDISP, 0x1) = 0
shutdown(6, 2 /* send and receive */)   = 0
close(6)                                = 0
iopl(0)                                 = 0
ioperm(0, 0x400, 0)                     = 0
read(14, 0x7fc42c5736b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 13 21], NULL, NULL, {0, 384000}) = 0 (Timeout)
read(14, 0x7fc42c5736b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 13 21], NULL, NULL, {0, 1000}) = 0 (Timeout)
read(14, 0x7fc42c5736b0, 3456)          = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 13 21], NULL, NULL, {119, 423000}) = ? ERESTARTNOHAND (To be restarted)
--- SIGTERM (Terminated) @ 0 (0) ---
rt_sigreturn(0xf)                       = -1 EINTR (Interrupted system call)
ioctl(16, 0x64a4, 0)                    = 0
ioctl(16, 0xc03064a6, 0x7fff17bde940)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea50)   = 0
ioctl(16, 0xc010647e, 0x7fff17bdeb50)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcc90)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcc90)   = 0
gettid()                                = 2273
ioctl(16, 0xc03064a6, 0x7fff17bde620)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde5e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde620)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcaf0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdcbf0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde8c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde8c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde8c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde8c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde8c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde8c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde8c0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde620)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde5e0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde620)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bde800)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdea10)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeb50)   = 0
munmap(0x7fc42bc97000, 131072)          = 0
munmap(0x7fc42123f000, 262144)          = 0
munmap(0x7fc4211bf000, 524288)          = 0
munmap(0x7fc42117f000, 262144)          = 0
munmap(0x7fc4210ff000, 524288)          = 0
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
munmap(0x7fc42127f000, 290816)          = 0
ioctl(17, 0xc03064a6, 0x7fff17bde6d0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bde6d0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bde6d0)   = 0
ioctl(17, 0xc03064a6, 0x7fff17bde8e0)   = 0
gettid()                                = 2273
ioctl(17, 0xc03064a6, 0x7fff17bdeaa0)   = 0
munmap(0x7fc42bcb7000, 131072)          = 0
munmap(0x7fc421406000, 262144)          = 0
munmap(0x7fc421386000, 524288)          = 0
munmap(0x7fc421346000, 262144)          = 0
munmap(0x7fc4212c6000, 524288)          = 0
munmap(0x7fc42bcd7000, 8192)            = 0
fstat(17, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(17, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(17)                               = 0
close(19)                               = 0
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
gettid()                                = 2273
munmap(0x7fc421bb4000, 35420200)        = 0
munmap(0x7fc4219a1000, 2174200)         = 0
munmap(0x7fc421662000, 3402960)         = 0
munmap(0x7fc421446000, 2208304)         = 0
close(21)                               = 0
rt_sigprocmask(SIG_BLOCK, [ALRM CHLD TSTP TTIN TTOU VTALRM WINCH IO], [IO], 8) = 0
write(0, "[   420.305] ", 13)           = 13
write(0, "(II) HP WMI hotkeys: Close\n", 27) = 27
write(0, "[   420.305] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   420.305] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   420.305] ", 13)           = 13
write(0, "(II) UnloadModule: \"synaptics\"\n", 31) = 31
write(0, "[   420.305] ", 13)           = 13
write(0, "(II) Unloading synaptics\n", 25) = 25
write(0, "[   420.306] ", 13)           = 13
write(0, "(II) AT Translated Set 2 keyboar"..., 41) = 41
write(0, "[   420.306] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   420.306] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   420.306] ", 13)           = 13
write(0, "(II) HP TrueVision HD\r: Close\n", 30) = 30
write(0, "[   420.306] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   420.306] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   420.307] ", 13)           = 13
write(0, "(II) Power Button: Close\n", 25) = 25
write(0, "[   420.307] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   420.307] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   420.307] ", 13)           = 13
write(0, "(II) Video Bus: Close\n", 22) = 22
write(0, "[   420.307] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   420.307] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   420.308] ", 13)           = 13
write(0, "(II) Video Bus: Close\n", 22) = 22
write(0, "[   420.308] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   420.308] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
write(0, "[   420.308] ", 13)           = 13
write(0, "(II) Power Button: Close\n", 25) = 25
write(0, "[   420.308] ", 13)           = 13
write(0, "(II) UnloadModule: \"evdev\"\n", 27) = 27
write(0, "[   420.308] ", 13)           = 13
write(0, "(II) Unloading evdev\n", 21)  = 21
rt_sigprocmask(SIG_SETMASK, [IO], NULL, 8) = 0
ioctl(16, 0xc03064a6, 0x7fff17bdec20)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdec60)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdec30)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdec70)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeba0)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeb40)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdeb20)   = 0
ioctl(16, 0x64a5, 0)                    = 0
ioctl(16, 0xc010647e, 0x7fff17bdede0)   = 0
write(0, "[   420.315] ", 13)           = 13
write(0, "(II) fglrx(0): Shutdown CMMQS\n", 30) = 30
ioctl(16, 0xc03064a6, 0x7fff17bdec50)   = 0
ioctl(16, 0xc03064a6, 0x7fff17bdec90)   = 0
ioctl(16, 0x400864a2, 0x7fff17bded90)   = 0
ioctl(16, 0xc0086421, 0x7fff17bded40)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
ioctl(16, 0xc0106426, 0x7fff17bded30)   = 0
ioctl(16, 0xc0106426, 0x7fff17bded30)   = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
write(0, "[   420.316] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] removed 1 r"..., 59) = 59
ioctl(16, 0x4008642b, 0x7fff17bded60)   = 0
write(0, "[   420.317] ", 13)           = 13
write(0, "(II) fglrx(0): [uki] unmapping 8"..., 77) = 77
munmap(0x7fc425d9d000, 8192)            = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(16)                               = 0
ioctl(14, 0xc0286481, 0x7fff17bdedc0)   = 0
munmap(0x7fc4241c2000, 4325376)         = 0
munmap(0x7fc425d9f000, 4194304)         = 0
ioctl(13, 0x641f, 0)                    = -1 EINVAL (Invalid argument)
write(0, "[   420.320] ", 13)           = 13
write(0, "(WW) fglrx(0): drmDropMaster fai"..., 54) = 54
ioctl(13, 0xc01c64a3, 0x7fff17bdecc0)   = -1 EACCES (Permission denied)
ioctl(13, 0xc00c6466, 0x7fff17bdec60)   = 0
ioctl(13, 0x40086409, 0x7fff17bdec80)   = 0
ioctl(13, 0xc01c64a3, 0x7fff17bdecc0)   = -1 EACCES (Permission denied)
ioctl(13, 0xc00c6466, 0x7fff17bdec60)   = 0
ioctl(13, 0x40086409, 0x7fff17bdec80)   = 0
ioctl(13, 0xc00464af, 0x7fff17bded1c)   = -1 EACCES (Permission denied)
fstat(13, {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
fstat(13, {st_mode=S_IFCHR|S_ISVTX|0660, st_rdev=makedev(226, 0), ...}) = 0
close(13)                               = 0
ioctl(13, 0xc00c6466, 0x7fff17bdecc0)   = -1 EBADF (Bad file descriptor)
ioctl(13, 0x40086409, 0x7fff17bded00)   = -1 EBADF (Bad file descriptor)
munmap(0x7fc42bd18000, 200704)          = 0
ioctl(14, 0xc008645d, 0x7fff17bded00)   = 0
write(0, "[   420.325] ", 13)           = 13
write(0, "(II) fglrx(0): Interrupt handler"..., 43) = 43
ioctl(14, 0xc0046471, 0)                = 0
fcntl(14, F_GETFL)                      = 0xa002 (flags O_RDWR|O_ASYNC|O_LARGEFILE)
fcntl(14, F_SETFL, O_RDWR|O_LARGEFILE)  = 0
fcntl(14, F_GETFD)                      = 0
rt_sigaction(SIGIO, {SIG_IGN, [IO], SA_RESTORER, 0x7fc42b1cb030}, {0x7fc42bf44350, [IO], SA_RESTORER, 0x7fc42b1cb030}, 8) = 0
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
fstat(14, {st_mode=S_IFCHR|0666, st_rdev=makedev(252, 0), ...}) = 0
close(14)                               = 0
open("/etc/ati/amdpcsdb", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc42bd48000
write(6, "AMDPCSDBV1\n[AMDPCSROOT/SYSTEM/MC"..., 4096) = 4096
write(6, "60000000060128007680000006014001"..., 4096) = 4096
write(6, "60128007680000006014001050000000"..., 4096) = 4096
write(6, "800768000000601400105000000060\n["..., 4096) = 4096
write(6, "2=R12800960000000001600120000000"..., 4096) = 4096
write(6, "ID-1002-95C6-0/MCIL]\nDALNonStand"..., 4096) = 4096
write(6, "00180014400000000018561392000000"..., 4096) = 4096
write(6, "48153600000072204815360000008012"..., 4096) = 4096
write(6, "80000000012800960000000001600120"..., 4096) = 4096
write(6, "L_ACEspectReady=V0\nAsicOnLowPowe"..., 52) = 52
close(6)                                = 0
munmap(0x7fc42bd48000, 4096)            = 0
munmap(0x7fc42bd49000, 131072)          = 0
close(1)                                = 0
close(3)                                = 0
unlink("/tmp/.X11-unix/X0")             = 0
unlink("/tmp/.X0-lock")                 = 0
close(12)                               = 0
ioctl(7, KDSETMODE, 0)                  = 0
ioctl(7, KDSKBMODE, 0x3)                = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
ioctl(7, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(7, VIDIOC_RESERVED or VT_GETMODE, 0x7fff17bdeeb0) = 0
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0x7fff17bdeeb0) = 0
ioctl(7, VT_ACTIVATE, 0x1)              = 0
ioctl(7, VT_WAITACTIVE, 0x1)            = 0
close(7)                                = 0
write(0, "[   420.344] ", 13)           = 13
write(2, "Server terminated successfully ("..., 54) = 54
write(0, "Server terminated successfully ("..., 54) = 54
close(0)                                = 0
exit_group(0)                           = ?


More information about the Pkg-fglrx-devel mailing list