[Intel-gfx] More crashes with intel driver 1.10.4 and corrupted stack traces for GM45
Marc MERLIN
marc_xorg at merlins.org
Sun Dec 11 21:32:00 CET 2011
Hi Eugeni and other folks on this list,
I reported some Xorg crashes on my lenovo W500.
In the past, I thought it might have been virtualbox drivers, so I make
sure I don't load them anymore.
In the meantime, I upgraded to ubuntu oneiric.
Kernel is 3.1.0:
agpgart-intel 0000:00:00.0: Intel GM45 Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
agpgart-intel 0000:00:00.0: detected 32768K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
I have ulimit -c unlimited, so I do get cores.
One of my X logs had some of these:
[1535818.200] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.208] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.208] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
Also, I seem to be getting X hangs from time to time where I have to restart
enlightenment since my mouse cursor turns into a diagonal cross and I get trapped
in the coordinates of my current window (killing and restarting e16 fixes this and it's
a problem I never had with e16 until these recent X problems).
Crashes happen every 2 weeks or so.
I'm also happy to turn off advanced features that are likely to cause my problems
if you can suggest some.
First time I got:
Reading symbols from /usr/bin/Xorg...(no debugging symbols found)...done.
[New LWP 17995]
warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Core was generated by `/usr/bin/X :0 vt7 -nr -nolisten tcp -auth /var/run/xauth/A:0-J8HpXa'.
Program terminated with signal 11, Segmentation fault.
#0 0x0808266b in ?? ()
(gdb) backtrace full
#0 0x0808266b in ?? ()
No symbol table info available.
#1 0x0807fea0 in ProcUngrabKeyboard ()
No symbol table info available.
#2 0x08072117 in ?? ()
No symbol table info available.
#3 0x0806470c in ?? ()
No symbol table info available.
#4 0xb73d0113 in __libc_start_main (main=0x80643a0, argc=8,
ubp_av=0xbfb63204, init=0x81d7100 <__libc_csu_init>,
fini=0x81d7170 <__libc_csu_fini>, rtld_fini=0xb773ebc0,
stack_end=0xbfb631fc) at libc-start.c:226
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1219301388, 0, 0, 0,
309354685, 68363436}, mask_was_saved = 0}}, priv = {pad = {
0x0, 0x0, 0x8, 0x8064a00}, data = {prev = 0x0, cleanup = 0x0,
canceltype = 8}}}
not_first_call = <optimized out>
#5 0x08064a21 in _start ()
No symbol table info available.
Second time I got this in the kernel log:
Xorg[22001]: segfault at 35d ip 0808266b sp bfb093e0 error 4 in Xorg[8048000+1e8000]
Reading symbols from /usr/bin/Xorg...(no debugging symbols found)...done.
[New LWP 22001]
warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Core was generated by `/usr/bin/X :0 vt7 -nr -nolisten tcp -auth /var/run/xauth/A:0-J8HpXa'.
Program terminated with signal 11, Segmentation fault.
#0 0x0808266b in ?? ()
(gdb) backtrace full
#0 0x0808266b in ?? ()
No symbol table info available.
#1 0x0807fea0 in ProcUngrabKeyboard ()
No symbol table info available.
#2 0x08072117 in ?? ()
No symbol table info available.
#3 0x0806470c in ?? ()
No symbol table info available.
#4 0xb7524113 in __libc_start_main (main=0x80643a0, argc=8,
ubp_av=0xbfb095d4, init=0x81d7100 <__libc_csu_init>,
fini=0x81d7170 <__libc_csu_fini>, rtld_fini=0xb7892bc0,
stack_end=0xbfb095cc) at libc-start.c:226
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1217908748, 0, 0, 0,
556057159, -460331434}, mask_was_saved = 0}}, priv = {pad = {
0x0, 0x0, 0x8, 0x8064a00}, data = {prev = 0x0, cleanup = 0x0,
canceltype = 8}}}
not_first_call = <optimized out>
#5 0x08064a21 in _start ()
No symbol table info available.
I installed debug symbols:
/usr/lib/debug/usr/lib/libI810XvMC.so.1.0.0
/usr/lib/debug/usr/lib/libIntelXvMC.so.1.0.0
/usr/lib/debug/usr/lib/xorg
/usr/lib/debug/usr/lib/xorg/modules
/usr/lib/debug/usr/lib/xorg/modules/drivers
/usr/lib/debug/usr/lib/xorg/modules/drivers/intel_drv.so
But I'm not too sure how to get gdb to use them.
Thanks for any help or suggestions.
Marc
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
.... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/
-------------- next part --------------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
#Section "Files"
# ModulePath "/usr/lib/xorg/modules"
# FontPath "/usr/share/fonts/X11/misc"
# FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
# FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
# FontPath "/usr/share/fonts/X11/Type1"
# FontPath "/usr/share/fonts/X11/100dpi"
# FontPath "/usr/share/fonts/X11/75dpi"
# FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
# FontPath "built-ins"
#EndSection
Section "Module"
#Load "vnc"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
# This is needed by the new dbus keyboard driver.
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
#Section "Device"
# Identifier "ATI Radeon r6xx"
# #Driver "radeon"
# # radeonhd / exa buggy with 3D in 1.2.5 driver still
# Driver "radeonhd"
# Busid "PCI:1:0:0"
# # better EXA is default now
# Option "AccelMethod" "exa"
# #Option "AccelMethod" "xaa"
# Option "DRI" "true"
# Enabling KMS may break X.org drivers that are not KMS-ready, for instance
# radeonhd or vesa.
#
# In case of trouble KMS can be disabled with the 'nomodeset' kernel
# command line parameter, or by editing /etc/modprobe.d/radeon-kms.conf.
#
#EndSection
#
#
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Intel GM45"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
# SubSection "Display"
# Viewport 0 0
# Depth 1
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 4
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 8
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 15
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 16
# EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
# Custom
Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
# Option "AIGLX" "on"
# this would disable hotplugging that creates this:
# (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
# (WW) Disabling Mouse0
# (WW) Disabling Keyboard0
# More info here: https://wiki.archlinux.org/index.php/Xorg#Disabling_Input_Hot-plugging
Option "AutoAddDevices" "False"
# https://wiki.ubuntu.com/X/Backtracing
Option "NoTrapSignals" "true"
#For instance, to start Xorg from within gdb (over a ssh connection), start gdb:
#sudo gdb /usr/bin/Xorg 2>&1 | tee gdb-Xorg.txt
#inside gdm, start up Xorg:
#(gdb) run -keeptty -dumbSched
EndSection
Section "Extensions"
# Option "Composite" "Enable"
EndSection
-------------- next part --------------
[794061.118]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[794061.118] X Protocol Version 11, Revision 0
[794061.118] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[794061.118] Current Operating System: Linux gandalfthegrey.merlins.org 3.1.0-core2-volpreempt-noide-hm64-20111109 #1 SMP Wed Nov 9 09:10:19 PST 2011 i686
[794061.118] Kernel command line: auto BOOT_IMAGE=linux ro root=/dev/mapper/cryptroot panic=20 resume=/dev/sda7 usbcore.autosuspend=1 noplymouth INIT_VERBOSE=yes i915.modeset=1 pcie_aspm=force
[794061.118] Build Date: 19 October 2011 05:09:41AM
[794061.118] xorg-server 2:1.10.4-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support)
[794061.118] Current version of pixman: 0.22.2
[794061.118] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[794061.118] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[794061.118] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 29 07:57:38 2011
[794061.196] (==) Using config file: "/etc/X11/xorg.conf"
[794061.196] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[794061.334] (==) ServerLayout "X.org Configured"
[794061.334] (**) |-->Screen "Screen0" (0)
[794061.334] (**) | |-->Monitor "Monitor0"
[794061.334] (==) No device specified for screen "Screen0".
Using the first device section listed.
[794061.334] (**) | |-->Device "Intel GM45"
[794061.334] (**) |-->Input Device "Mouse0"
[794061.334] (**) |-->Input Device "Keyboard0"
[794061.334] (**) Option "NoTrapSignals" "true"
[794061.334] (**) Option "AIGLX" "on"
[794061.334] (**) Option "AutoAddDevices" "False"
[794061.334] (**) Not automatically adding devices
[794061.334] (==) Automatically enabling devices
[794061.677] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[794061.677] Entry deleted from font path.
[794061.820] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[794061.820] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[794061.820] (**) Extension "Composite" is enabled
[794061.820] (II) Loader magic: 0x823ada0
[794061.820] (II) Module ABI versions:
[794061.820] X.Org ANSI C Emulation: 0.4
[794061.820] X.Org Video Driver: 10.0
[794061.820] X.Org XInput driver : 12.3
[794061.820] X.Org Server Extension : 5.0
[794061.823] (--) PCI:*(0:0:2:0) 8086:2a42:17aa:2114 rev 7, Mem @ 0xf4400000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[794061.823] (--) PCI: (0:0:2:1) 8086:2a43:17aa:2114 rev 7, Mem @ 0xf4200000/1048576
[794061.823] (II) Open ACPI successful (/var/run/acpid.socket)
[794061.823] (II) "extmod" will be loaded by default.
[794061.824] (II) "dbe" will be loaded by default.
[794061.824] (II) "glx" will be loaded by default.
[794061.824] (II) "record" will be loaded by default.
[794061.824] (II) "dri" will be loaded by default.
[794061.824] (II) "dri2" will be loaded by default.
[794061.824] (II) LoadModule: "extmod"
[794062.161] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[794062.161] (II) Module extmod: vendor="X.Org Foundation"
[794062.161] compiled for 1.10.4, module version = 1.0.0
[794062.161] Module class: X.Org Server Extension
[794062.161] ABI class: X.Org Server Extension, version 5.0
[794062.161] (II) Loading extension MIT-SCREEN-SAVER
[794062.161] (II) Loading extension XFree86-VidModeExtension
[794062.161] (II) Loading extension XFree86-DGA
[794062.161] (II) Loading extension DPMS
[794062.161] (II) Loading extension XVideo
[794062.161] (II) Loading extension XVideo-MotionCompensation
[794062.161] (II) Loading extension X-Resource
[794062.161] (II) LoadModule: "dbe"
[794062.162] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[794062.187] (II) Module dbe: vendor="X.Org Foundation"
[794062.187] compiled for 1.10.4, module version = 1.0.0
[794062.187] Module class: X.Org Server Extension
[794062.187] ABI class: X.Org Server Extension, version 5.0
[794062.187] (II) Loading extension DOUBLE-BUFFER
[794062.187] (II) LoadModule: "glx"
[794062.187] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[794062.248] (II) Module glx: vendor="X.Org Foundation"
[794062.248] compiled for 1.10.4, module version = 1.0.0
[794062.248] ABI class: X.Org Server Extension, version 5.0
[794062.249] (**) AIGLX enabled
[794062.249] (II) Loading extension GLX
[794062.249] (II) LoadModule: "record"
[794062.249] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[794062.257] (II) Module record: vendor="X.Org Foundation"
[794062.257] compiled for 1.10.4, module version = 1.13.0
[794062.257] Module class: X.Org Server Extension
[794062.257] ABI class: X.Org Server Extension, version 5.0
[794062.257] (II) Loading extension RECORD
[794062.257] (II) LoadModule: "dri"
[794062.257] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[794062.268] (II) Module dri: vendor="X.Org Foundation"
[794062.268] compiled for 1.10.4, module version = 1.0.0
[794062.268] ABI class: X.Org Server Extension, version 5.0
[794062.268] (II) Loading extension XFree86-DRI
[794062.268] (II) LoadModule: "dri2"
[794062.269] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[794062.277] (II) Module dri2: vendor="X.Org Foundation"
[794062.277] compiled for 1.10.4, module version = 1.2.0
[794062.277] ABI class: X.Org Server Extension, version 5.0
[794062.277] (II) Loading extension DRI2
[794062.277] (II) LoadModule: "intel"
[794062.277] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[794062.378] (II) Module intel: vendor="X.Org Foundation"
[794062.378] compiled for 1.10.2.902, module version = 2.15.901
[794062.378] Module class: X.Org Video Driver
[794062.378] ABI class: X.Org Video Driver, version 10.0
[794062.378] (II) LoadModule: "mouse"
[794062.378] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[794062.391] (II) Module mouse: vendor="X.Org Foundation"
[794062.391] compiled for 1.10.2.902, module version = 1.7.1
[794062.391] Module class: X.Org XInput Driver
[794062.391] ABI class: X.Org XInput driver, version 12.3
[794062.391] (II) LoadModule: "kbd"
[794062.391] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[794062.405] (II) Module kbd: vendor="X.Org Foundation"
[794062.405] compiled for 1.10.2, module version = 1.6.0
[794062.405] Module class: X.Org XInput Driver
[794062.405] ABI class: X.Org XInput driver, version 12.3
[794062.405] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[794062.405] (++) using VT number 7
[794063.043] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[794063.043] drmOpenDevice: node name is /dev/dri/card0
[794063.043] drmOpenDevice: open result is 9, (OK)
[794063.043] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[794063.043] drmOpenDevice: node name is /dev/dri/card0
[794063.043] drmOpenDevice: open result is 9, (OK)
[794063.043] drmOpenByBusid: drmOpenMinor returns 9
[794063.043] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[794063.043] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[794063.043] (==) intel(0): RGB weight 888
[794063.043] (==) intel(0): Default visual is TrueColor
[794063.043] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[794063.043] (--) intel(0): Chipset: "GM45"
[794063.043] (**) intel(0): Relaxed fencing enabled
[794063.043] (**) intel(0): Wait on SwapBuffers? enabled
[794063.043] (**) intel(0): Triple buffering? enabled
[794063.043] (**) intel(0): Framebuffer tiled
[794063.043] (**) intel(0): Pixmaps tiled
[794063.043] (**) intel(0): 3D buffers tiled
[794063.043] (**) intel(0): SwapBuffers wait enabled
[794063.043] (==) intel(0): video overlay key set to 0x101fe
[794063.043] (II) intel(0): Output LVDS1 using monitor section Monitor0
[794063.044] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[794063.058] (II) intel(0): Output VGA1 has no monitor section
[794063.070] (II) intel(0): Output DP1 has no monitor section
[794063.070] (II) intel(0): EDID for output LVDS1
[794063.070] (II) intel(0): Manufacturer: LEN Model: 4055 Serial#: 0
[794063.070] (II) intel(0): Year: 2007 Week: 0
[794063.070] (II) intel(0): EDID Version: 1.3
[794063.070] (II) intel(0): Digital Display Input
[794063.070] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
[794063.070] (II) intel(0): Gamma: 2.20
[794063.070] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[794063.070] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[794063.070] (II) intel(0): First detailed timing is preferred mode
[794063.070] (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
[794063.070] (II) intel(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
[794063.070] (II) intel(0): Manufacturer's mask: 0
[794063.070] (II) intel(0): Supported detailed timing:
[794063.070] (II) intel(0): clock: 167.8 MHz Image Size: 331 x 207 mm
[794063.070] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2298 h_border: 0
[794063.070] (II) intel(0): v_active: 1200 v_sync: 1203 v_sync_end 1206 v_blanking: 1217 v_border: 0
[794063.071] (II) intel(0): Supported detailed timing:
[794063.071] (II) intel(0): clock: 134.3 MHz Image Size: 331 x 207 mm
[794063.071] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2208 h_border: 0
[794063.071] (II) intel(0): v_active: 1200 v_sync: 1202 v_sync_end 1208 v_blanking: 1220 v_border: 0
[794063.071] (II) intel(0): Unknown vendor-specific block f
[794063.071] (II) intel(0): LTN154U2-L05
[794063.071] (II) intel(0): EDID (in hex):
[794063.071] (II) intel(0): 00ffffffffffff0030ae554000000000
[794063.071] (II) intel(0): 0011010380211578ea87f594574f8c27
[794063.071] (II) intel(0): 27505400000001010101010101010101
[794063.071] (II) intel(0): 0101010101018c41807a71b011403020
[794063.071] (II) intel(0): 33004bcf100000197434802071b01440
[794063.071] (II) intel(0): 302026004bcf100000190000000f00d1
[794063.071] (II) intel(0): 0a32d10a281101004ca35532000000fe
[794063.071] (II) intel(0): 004c544e31353455322d4c30350a0011
[794063.071] (II) intel(0): EDID vendor "LEN", prod id 16469
[794063.071] (II) intel(0): Printing DDC gathered Modelines:
[794063.071] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[794063.071] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[794063.072] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[794063.072] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[794063.072] (II) intel(0): Printing probed modes for output LVDS1
[794063.072] (II) intel(0): Modeline "1920x1200"x60.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[794063.072] (II) intel(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz)
[794063.072] (II) intel(0): Modeline "1920x1200"x49.8 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[794063.072] (II) intel(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz)
[794063.073] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[794063.073] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[794063.073] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[794063.073] (II) intel(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz)
[794063.073] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
[794063.073] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[794063.073] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[794063.073] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[794063.073] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
[794063.073] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
[794063.073] (II) intel(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz)
[794063.073] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[794063.073] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[794063.073] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[794063.073] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[794063.089] (II) intel(0): EDID for output VGA1
[794063.101] (II) intel(0): EDID for output DP1
[794063.101] (II) intel(0): Output LVDS1 connected
[794063.101] (II) intel(0): Output VGA1 disconnected
[794063.101] (II) intel(0): Output DP1 disconnected
[794063.101] (II) intel(0): Using exact sizes for initial modes
[794063.101] (II) intel(0): Output LVDS1 using initial mode 1920x1200
[794063.101] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[794063.101] (II) intel(0): Kernel page flipping support detected, enabling
[794063.101] (**) intel(0): Display dimensions: (330, 210) mm
[794063.101] (**) intel(0): DPI set to (147, 145)
[794063.101] (II) Loading sub module "fb"
[794063.101] (II) LoadModule: "fb"
[794063.102] (II) Loading /usr/lib/xorg/modules/libfb.so
[794063.121] (II) Module fb: vendor="X.Org Foundation"
[794063.121] compiled for 1.10.4, module version = 1.0.0
[794063.121] ABI class: X.Org ANSI C Emulation, version 0.4
[794063.122] (II) Loading sub module "dri2"
[794063.122] (II) LoadModule: "dri2"
[794063.123] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[794063.123] (II) Module dri2: vendor="X.Org Foundation"
[794063.123] compiled for 1.10.4, module version = 1.2.0
[794063.123] ABI class: X.Org Server Extension, version 5.0
[794063.123] (==) Depth 24 pixmap format is 32 bpp
[794063.133] (II) intel(0): [DRI2] Setup complete
[794063.133] (II) intel(0): [DRI2] DRI driver: i965
[794063.133] (II) intel(0): Allocated new frame buffer 1920x1200 stride 7680, tiled
[794063.142] (II) UXA(0): Driver registered support for the following operations:
[794063.142] (II) solid
[794063.142] (II) copy
[794063.142] (II) composite (RENDER acceleration)
[794063.142] (II) put_image
[794063.142] (II) get_image
[794063.142] (==) intel(0): Backing store disabled
[794063.142] (==) intel(0): Silken mouse enabled
[794063.142] (II) intel(0): Initializing HW Cursor
[794063.167] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[794063.170] (==) intel(0): DPMS enabled
[794063.170] (==) intel(0): Intel XvMC decoder enabled
[794063.170] (II) intel(0): Set up textured video
[794063.179] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[794063.179] (II) intel(0): direct rendering: DRI2 Enabled
[794063.179] (==) intel(0): hotplug detection: "enabled"
[794063.179] (--) RandR disabled
[794063.179] (II) Initializing built-in extension Generic Event Extension
[794063.179] (II) Initializing built-in extension SHAPE
[794063.179] (II) Initializing built-in extension MIT-SHM
[794063.179] (II) Initializing built-in extension XInputExtension
[794063.179] (II) Initializing built-in extension XTEST
[794063.179] (II) Initializing built-in extension BIG-REQUESTS
[794063.179] (II) Initializing built-in extension SYNC
[794063.179] (II) Initializing built-in extension XKEYBOARD
[794063.179] (II) Initializing built-in extension XC-MISC
[794063.179] (II) Initializing built-in extension SECURITY
[794063.179] (II) Initializing built-in extension XINERAMA
[794063.179] (II) Initializing built-in extension XFIXES
[794063.179] (II) Initializing built-in extension RENDER
[794063.179] (II) Initializing built-in extension RANDR
[794063.179] (II) Initializing built-in extension COMPOSITE
[794063.179] (II) Initializing built-in extension DAMAGE
[794063.179] (II) Initializing built-in extension GESTURE
[794063.188] (II) AIGLX: Trying DRI driver /usr/lib/i386-linux-gnu/dri/i965_dri.so
[794063.316] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[794063.316] (II) AIGLX: enabled GLX_INTEL_swap_event
[794063.316] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[794063.316] (II) AIGLX: enabled GLX_SGI_make_current_read
[794063.316] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[794063.316] (II) AIGLX: Loaded and initialized i965
[794063.316] (II) GLX: Initialized DRI2 GL provider for screen 0
[794063.317] (II) intel(0): Setting screen physical size to 507 x 317
[794063.487] (II) XKB: reuse xkmfile /var/lib/xkb/server-02D8252E59564A234380F1E5417646A9DB3B7452.xkm
[794063.513] (II) Using input driver 'mouse' for 'Mouse0'
[794063.513] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[794063.513] (**) Option "CorePointer"
[794063.513] (**) Mouse0: always reports core events
[794063.513] (**) Option "Protocol" "auto"
[794063.513] (**) Option "Device" "/dev/input/mice"
[794063.513] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
[794063.513] (**) Mouse0: Protocol: "auto"
[794063.513] (**) Mouse0: always reports core events
[794063.514] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[794063.514] (**) Option "ZAxisMapping" "4 5 6 7"
[794063.514] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[794063.514] (**) Mouse0: Buttons: 11
[794063.514] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
[794063.514] (**) Mouse0: (accel) keeping acceleration scheme 1
[794063.514] (**) Mouse0: (accel) acceleration profile 0
[794063.514] (**) Mouse0: (accel) acceleration factor: 2.000
[794063.514] (**) Mouse0: (accel) acceleration threshold: 4
[794063.514] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
[794063.808] (II) Mouse0: ps2EnableDataReporting: succeeded
[794063.808] (II) Using input driver 'kbd' for 'Keyboard0'
[794063.808] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[794063.808] (**) Option "CoreKeyboard"
[794063.808] (**) Keyboard0: always reports core events
[794063.808] (**) Keyboard0: always reports core events
[794063.808] (**) Option "Protocol" "standard"
[794063.808] (**) Option "XkbRules" "xorg"
[794063.808] (**) Option "XkbModel" "pc105"
[794063.808] (**) Option "XkbLayout" "us"
[794063.808] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
[794063.808] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
[794063.819] (II) XKB: reuse xkmfile /var/lib/xkb/server-E6715BBB0C6029B8A19B43D2EE7353165C74B486.xkm
[794063.871] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[794063.871] (II) AutoAddDevices is off - not adding device.
[794063.872] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[794063.872] (II) AutoAddDevices is off - not adding device.
[794063.881] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[794063.881] (II) AutoAddDevices is off - not adding device.
[794063.881] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[794063.881] (II) AutoAddDevices is off - not adding device.
[794063.886] (II) config/udev: Adding input device UVC Camera (17ef:4807) (/dev/input/event7)
[794063.886] (II) AutoAddDevices is off - not adding device.
[794063.886] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[794063.886] (II) AutoAddDevices is off - not adding device.
[794063.887] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
[794063.887] (II) AutoAddDevices is off - not adding device.
[794063.888] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event11)
[794063.888] (II) AutoAddDevices is off - not adding device.
[794063.888] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
[794063.888] (II) AutoAddDevices is off - not adding device.
[794063.889] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[794063.889] (II) AutoAddDevices is off - not adding device.
[794063.897] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[794063.897] (II) AutoAddDevices is off - not adding device.
[794063.898] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event5)
[794063.898] (II) AutoAddDevices is off - not adding device.
[794063.898] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[794063.898] (II) AutoAddDevices is off - not adding device.
[794063.899] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[794063.899] (II) AutoAddDevices is off - not adding device.
[794063.906] (II) config/udev: Adding input device ThinkPad HDAPS joystick emulation (/dev/input/event13)
[794063.906] (II) AutoAddDevices is off - not adding device.
[794063.906] (II) config/udev: Adding input device ThinkPad HDAPS joystick emulation (/dev/input/js0)
[794063.906] (II) AutoAddDevices is off - not adding device.
[794063.907] (II) config/udev: Adding input device ThinkPad HDAPS accelerometer data (/dev/input/event14)
[794063.907] (II) AutoAddDevices is off - not adding device.
[794063.907] (II) config/udev: Adding input device ThinkPad HDAPS accelerometer data (/dev/input/js1)
[794063.907] (II) AutoAddDevices is off - not adding device.
[794066.524] (II) XKB: reuse xkmfile /var/lib/xkb/server-E6715BBB0C6029B8A19B43D2EE7353165C74B486.xkm
[794066.720] (II) intel(0): EDID vendor "LEN", prod id 16469
[794066.720] (II) intel(0): Printing DDC gathered Modelines:
[794066.720] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[794066.720] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[794066.749] (II) intel(0): EDID vendor "LEN", prod id 16469
[794066.749] (II) intel(0): Printing DDC gathered Modelines:
[794066.749] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[794066.749] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[794073.009] (II) AIGLX: Suspending AIGLX clients for VT switch
[794182.692] (II) Open ACPI successful (/var/run/acpid.socket)
[794182.692] (II) AIGLX: Resuming AIGLX clients after VT switch
[794182.701] (II) intel(0): EDID vendor "LEN", prod id 16469
[794182.701] (II) intel(0): Printing DDC gathered Modelines:
[794182.701] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[794182.701] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[794183.033] (II) Mouse0: ps2EnableDataReporting: succeeded
[794254.123] (II) 3rd Button detected: disabling emulate3Button
[804644.051] (II) AIGLX: Suspending AIGLX clients for VT switch
[804647.770] (II) Open ACPI successful (/var/run/acpid.socket)
[804647.770] (II) AIGLX: Resuming AIGLX clients after VT switch
[804647.882] (II) intel(0): EDID vendor "LEN", prod id 16469
[804647.882] (II) intel(0): Printing DDC gathered Modelines:
[804647.882] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[804647.882] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[804648.211] (II) Mouse0: ps2EnableDataReporting: succeeded
[805102.039] (II) 3rd Button detected: disabling emulate3Button
[855644.468] (II) AIGLX: Suspending AIGLX clients for VT switch
[855648.335] (II) Open ACPI successful (/var/run/acpid.socket)
[855648.335] (II) AIGLX: Resuming AIGLX clients after VT switch
[855648.447] (II) intel(0): EDID vendor "LEN", prod id 16469
[855648.475] (II) intel(0): Printing DDC gathered Modelines:
[855648.549] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[855648.549] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[855648.943] (II) Mouse0: ps2EnableDataReporting: succeeded
[855669.918] (II) 3rd Button detected: disabling emulate3Button
[856960.835] (II) PM Event received: Capability Changed
[856960.873] I830PMEvent: Capability change
[859097.619] (II) AIGLX: Suspending AIGLX clients for VT switch
[859101.489] (II) Open ACPI successful (/var/run/acpid.socket)
[859101.489] (II) AIGLX: Resuming AIGLX clients after VT switch
[859101.512] (II) intel(0): EDID vendor "LEN", prod id 16469
[859101.512] (II) intel(0): Printing DDC gathered Modelines:
[859101.512] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[859101.512] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[859101.847] (II) Mouse0: ps2EnableDataReporting: succeeded
[859195.859] (II) 3rd Button detected: disabling emulate3Button
[860368.237] (II) AIGLX: Suspending AIGLX clients for VT switch
[860372.035] (II) Open ACPI successful (/var/run/acpid.socket)
[860372.035] (II) AIGLX: Resuming AIGLX clients after VT switch
[860372.045] (II) intel(0): EDID vendor "LEN", prod id 16469
[860372.045] (II) intel(0): Printing DDC gathered Modelines:
[860372.045] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[860372.045] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[860372.375] (II) Mouse0: ps2EnableDataReporting: succeeded
[860448.390] (II) AIGLX: Suspending AIGLX clients for VT switch
[860452.099] (II) Open ACPI successful (/var/run/acpid.socket)
[860452.099] (II) AIGLX: Resuming AIGLX clients after VT switch
[860452.119] (II) intel(0): EDID vendor "LEN", prod id 16469
[860452.119] (II) intel(0): Printing DDC gathered Modelines:
[860452.119] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[860452.119] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[860452.448] (II) Mouse0: ps2EnableDataReporting: succeeded
[860851.681] (II) 3rd Button detected: disabling emulate3Button
[864145.230] (II) AIGLX: Suspending AIGLX clients for VT switch
[864149.036] (II) Open ACPI successful (/var/run/acpid.socket)
[864149.036] (II) AIGLX: Resuming AIGLX clients after VT switch
[864149.051] (II) intel(0): EDID vendor "LEN", prod id 16469
[864149.051] (II) intel(0): Printing DDC gathered Modelines:
[864149.051] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[864149.051] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[864149.382] (II) Mouse0: ps2EnableDataReporting: succeeded
[874594.546] (II) AIGLX: Suspending AIGLX clients for VT switch
[874598.307] (II) Open ACPI successful (/var/run/acpid.socket)
[874598.307] (II) AIGLX: Resuming AIGLX clients after VT switch
[874598.316] (II) intel(0): EDID vendor "LEN", prod id 16469
[874598.316] (II) intel(0): Printing DDC gathered Modelines:
[874598.316] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[874598.316] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[874598.653] (II) Mouse0: ps2EnableDataReporting: succeeded
[874603.667] (II) PM Event received: Capability Changed
[874603.667] I830PMEvent: Capability change
[874797.426] (II) 3rd Button detected: disabling emulate3Button
[924731.416] (II) PM Event received: Capability Changed
[924731.581] I830PMEvent: Capability change
[924746.522] (II) AIGLX: Suspending AIGLX clients for VT switch
[924750.810] (II) Open ACPI successful (/var/run/acpid.socket)
[924750.871] (II) AIGLX: Resuming AIGLX clients after VT switch
[924751.110] (II) intel(0): EDID vendor "LEN", prod id 16469
[924751.187] (II) intel(0): Printing DDC gathered Modelines:
[924751.187] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[924751.187] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[924751.574] (II) Mouse0: ps2EnableDataReporting: succeeded
[924811.154] (II) 3rd Button detected: disabling emulate3Button
[927498.896] (II) intel(0): EDID vendor "LEN", prod id 16469
[927498.913] (II) intel(0): Printing DDC gathered Modelines:
[927498.913] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[927498.913] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[927498.956] (II) intel(0): EDID vendor "LEN", prod id 16469
[927498.956] (II) intel(0): Printing DDC gathered Modelines:
[927498.956] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[927498.956] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[973322.323] (II) AIGLX: Suspending AIGLX clients for VT switch
[973326.095] (II) Open ACPI successful (/var/run/acpid.socket)
[973326.095] (II) AIGLX: Resuming AIGLX clients after VT switch
[973326.795] (II) intel(0): EDID vendor "LEN", prod id 16469
[973326.867] (II) intel(0): Printing DDC gathered Modelines:
[973326.881] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[973326.881] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[973327.347] (II) Mouse0: ps2EnableDataReporting: succeeded
[973791.556] (II) 3rd Button detected: disabling emulate3Button
[977013.451] (II) AIGLX: Suspending AIGLX clients for VT switch
[977017.663] (II) Open ACPI successful (/var/run/acpid.socket)
[977017.663] (II) AIGLX: Resuming AIGLX clients after VT switch
[977017.903] (II) intel(0): EDID vendor "LEN", prod id 16469
[977017.990] (II) intel(0): Printing DDC gathered Modelines:
[977017.990] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[977017.990] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[977018.423] (II) Mouse0: ps2EnableDataReporting: succeeded
[983341.451] (II) AIGLX: Suspending AIGLX clients for VT switch
[983345.874] (II) Open ACPI successful (/var/run/acpid.socket)
[983346.215] (II) AIGLX: Resuming AIGLX clients after VT switch
[983346.232] (II) intel(0): EDID vendor "LEN", prod id 16469
[983346.232] (II) intel(0): Printing DDC gathered Modelines:
[983346.232] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[983346.232] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[983346.688] (II) Mouse0: ps2EnableDataReporting: succeeded
[983351.601] (II) PM Event received: Capability Changed
[983351.601] I830PMEvent: Capability change
[983750.380] (II) 3rd Button detected: disabling emulate3Button
[1030584.925] (II) PM Event received: Capability Changed
[1030584.984] I830PMEvent: Capability change
[1060935.938] (II) AIGLX: Suspending AIGLX clients for VT switch
[1060939.752] (II) Open ACPI successful (/var/run/acpid.socket)
[1060939.752] (II) AIGLX: Resuming AIGLX clients after VT switch
[1060940.128] (II) intel(0): EDID vendor "LEN", prod id 16469
[1060940.174] (II) intel(0): Printing DDC gathered Modelines:
[1060940.174] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1060940.174] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1060940.590] (II) Mouse0: ps2EnableDataReporting: succeeded
[1060975.911] (II) 3rd Button detected: disabling emulate3Button
[1061120.291] (II) intel(0): EDID vendor "LEN", prod id 16469
[1061120.291] (II) intel(0): Printing DDC gathered Modelines:
[1061120.291] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1061120.292] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1064111.186] (II) AIGLX: Suspending AIGLX clients for VT switch
[1064114.667] (II) Open ACPI successful (/var/run/acpid.socket)
[1064114.667] (II) AIGLX: Resuming AIGLX clients after VT switch
[1064114.735] (II) intel(0): EDID vendor "LEN", prod id 16469
[1064114.908] (II) intel(0): Printing DDC gathered Modelines:
[1064114.908] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1064114.908] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1064115.250] (II) Mouse0: ps2EnableDataReporting: succeeded
[1066426.109] (II) AIGLX: Suspending AIGLX clients for VT switch
[1066429.767] (II) Open ACPI successful (/var/run/acpid.socket)
[1066429.767] (II) AIGLX: Resuming AIGLX clients after VT switch
[1066429.783] (II) intel(0): EDID vendor "LEN", prod id 16469
[1066429.783] (II) intel(0): Printing DDC gathered Modelines:
[1066429.783] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1066429.783] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1066430.113] (II) Mouse0: ps2EnableDataReporting: succeeded
[1092475.226] (II) 3rd Button detected: disabling emulate3Button
[1145483.054] (II) intel(0): EDID vendor "LEN", prod id 16469
[1145483.073] (II) intel(0): Printing DDC gathered Modelines:
[1145483.073] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1145483.073] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1145483.439] (II) intel(0): EDID vendor "LEN", prod id 16469
[1145483.439] (II) intel(0): Printing DDC gathered Modelines:
[1145483.439] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1145483.439] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1145483.506] (II) intel(0): EDID vendor "LEN", prod id 16469
[1145483.506] (II) intel(0): Printing DDC gathered Modelines:
[1145483.506] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1145483.506] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1145484.245] (II) intel(0): EDID vendor "LEN", prod id 16469
[1145484.246] (II) intel(0): Printing DDC gathered Modelines:
[1145484.246] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1145484.246] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1190240.285] (II) AIGLX: Suspending AIGLX clients for VT switch
[1190244.013] (II) Open ACPI successful (/var/run/acpid.socket)
[1190244.013] (II) AIGLX: Resuming AIGLX clients after VT switch
[1190245.857] (II) intel(0): EDID vendor "LEN", prod id 16469
[1190246.027] (II) intel(0): Printing DDC gathered Modelines:
[1190246.107] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1190246.107] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1190246.702] (II) Mouse0: ps2EnableDataReporting: succeeded
[1191231.841] (II) 3rd Button detected: disabling emulate3Button
[1240105.179] (II) AIGLX: Suspending AIGLX clients for VT switch
[1240109.234] (II) Open ACPI successful (/var/run/acpid.socket)
[1240109.234] (II) AIGLX: Resuming AIGLX clients after VT switch
[1240109.621] (II) intel(0): EDID vendor "LEN", prod id 16469
[1240109.684] (II) intel(0): Printing DDC gathered Modelines:
[1240109.684] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1240109.684] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1240110.091] (II) Mouse0: ps2EnableDataReporting: succeeded
[1240277.320] (II) 3rd Button detected: disabling emulate3Button
[1240624.693] (II) AIGLX: Suspending AIGLX clients for VT switch
[1240628.295] (II) Open ACPI successful (/var/run/acpid.socket)
[1240628.295] (II) AIGLX: Resuming AIGLX clients after VT switch
[1240628.307] (II) intel(0): EDID vendor "LEN", prod id 16469
[1240628.307] (II) intel(0): Printing DDC gathered Modelines:
[1240628.307] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1240628.307] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1240628.638] (II) Mouse0: ps2EnableDataReporting: succeeded
[1240661.617] (II) 3rd Button detected: disabling emulate3Button
[1241636.671] (II) AIGLX: Suspending AIGLX clients for VT switch
[1241640.595] (II) Open ACPI successful (/var/run/acpid.socket)
[1241640.595] (II) AIGLX: Resuming AIGLX clients after VT switch
[1241640.609] (II) intel(0): EDID vendor "LEN", prod id 16469
[1241640.609] (II) intel(0): Printing DDC gathered Modelines:
[1241640.609] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1241640.609] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1241640.944] (II) Mouse0: ps2EnableDataReporting: succeeded
[1268787.822] (II) AIGLX: Suspending AIGLX clients for VT switch
[1268791.566] (II) Open ACPI successful (/var/run/acpid.socket)
[1268791.566] (II) AIGLX: Resuming AIGLX clients after VT switch
[1268791.819] (II) intel(0): EDID vendor "LEN", prod id 16469
[1268791.883] (II) intel(0): Printing DDC gathered Modelines:
[1268791.883] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1268791.883] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1268792.208] (II) Mouse0: ps2EnableDataReporting: succeeded
[1268797.394] (II) PM Event received: Capability Changed
[1268797.394] I830PMEvent: Capability change
[1269192.178] (II) 3rd Button detected: disabling emulate3Button
[1273662.506] (II) PM Event received: Capability Changed
[1273662.506] I830PMEvent: Capability change
[1274897.561] (II) XKB: reuse xkmfile /var/lib/xkb/server-8CFD963B902874717C1A175903D64FC6B49C4433.xkm
[1315705.828] (II) AIGLX: Suspending AIGLX clients for VT switch
[1315710.458] (II) Open ACPI successful (/var/run/acpid.socket)
[1315711.340] (II) AIGLX: Resuming AIGLX clients after VT switch
[1315711.658] (II) intel(0): EDID vendor "LEN", prod id 16469
[1315711.851] (II) intel(0): Printing DDC gathered Modelines:
[1315711.851] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1315711.851] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1315712.351] (II) Mouse0: ps2EnableDataReporting: succeeded
[1317695.775] (II) 3rd Button detected: disabling emulate3Button
[1322935.862] (II) AIGLX: Suspending AIGLX clients for VT switch
[1322939.695] (II) Open ACPI successful (/var/run/acpid.socket)
[1322939.695] (II) AIGLX: Resuming AIGLX clients after VT switch
[1322941.555] (II) intel(0): EDID vendor "LEN", prod id 16469
[1322941.726] (II) intel(0): Printing DDC gathered Modelines:
[1322941.726] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1322941.726] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1322942.057] (II) Mouse0: ps2EnableDataReporting: succeeded
[1322944.365] (II) PM Event received: Capability Changed
[1322944.365] I830PMEvent: Capability change
[1323629.297] (II) AIGLX: Suspending AIGLX clients for VT switch
[1323632.754] (II) Open ACPI successful (/var/run/acpid.socket)
[1323632.754] (II) AIGLX: Resuming AIGLX clients after VT switch
[1323632.774] (II) intel(0): EDID vendor "LEN", prod id 16469
[1323632.774] (II) intel(0): Printing DDC gathered Modelines:
[1323632.774] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1323632.774] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1323633.103] (II) Mouse0: ps2EnableDataReporting: succeeded
[1323819.900] (II) AIGLX: Suspending AIGLX clients for VT switch
[1323823.386] (II) Open ACPI successful (/var/run/acpid.socket)
[1323823.386] (II) AIGLX: Resuming AIGLX clients after VT switch
[1323823.407] (II) intel(0): EDID vendor "LEN", prod id 16469
[1323823.407] (II) intel(0): Printing DDC gathered Modelines:
[1323823.407] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1323823.407] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1323823.769] (II) Mouse0: ps2EnableDataReporting: succeeded
[1324318.127] (II) 3rd Button detected: disabling emulate3Button
[1327737.644] (II) AIGLX: Suspending AIGLX clients for VT switch
[1327742.655] (II) Open ACPI successful (/var/run/acpid.socket)
[1327742.655] (II) AIGLX: Resuming AIGLX clients after VT switch
[1327742.668] (II) intel(0): EDID vendor "LEN", prod id 16469
[1327742.668] (II) intel(0): Printing DDC gathered Modelines:
[1327742.668] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1327742.668] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1327743.019] (II) Mouse0: ps2EnableDataReporting: succeeded
[1329190.925] (II) AIGLX: Suspending AIGLX clients for VT switch
[1329194.953] (II) Open ACPI successful (/var/run/acpid.socket)
[1329194.953] (II) AIGLX: Resuming AIGLX clients after VT switch
[1329195.084] (II) intel(0): EDID vendor "LEN", prod id 16469
[1329195.447] (II) intel(0): Printing DDC gathered Modelines:
[1329195.447] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1329195.447] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1329195.821] (II) Mouse0: ps2EnableDataReporting: succeeded
[1329521.836] (II) 3rd Button detected: disabling emulate3Button
[1387606.419] (II) AIGLX: Suspending AIGLX clients for VT switch
[1387610.200] (II) Open ACPI successful (/var/run/acpid.socket)
[1387610.200] (II) AIGLX: Resuming AIGLX clients after VT switch
[1387610.327] (II) intel(0): EDID vendor "LEN", prod id 16469
[1387610.365] (II) intel(0): Printing DDC gathered Modelines:
[1387610.365] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1387610.365] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1387610.798] (II) Mouse0: ps2EnableDataReporting: succeeded
[1387759.067] (II) AIGLX: Suspending AIGLX clients for VT switch
[1387762.849] (II) Open ACPI successful (/var/run/acpid.socket)
[1387762.850] (II) AIGLX: Resuming AIGLX clients after VT switch
[1387762.856] (II) intel(0): EDID vendor "LEN", prod id 16469
[1387762.856] (II) intel(0): Printing DDC gathered Modelines:
[1387762.856] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1387762.856] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1387763.193] (II) Mouse0: ps2EnableDataReporting: succeeded
[1387791.947] (II) AIGLX: Suspending AIGLX clients for VT switch
[1387795.608] (II) Open ACPI successful (/var/run/acpid.socket)
[1387795.608] (II) AIGLX: Resuming AIGLX clients after VT switch
[1387795.629] (II) intel(0): EDID vendor "LEN", prod id 16469
[1387795.657] (II) intel(0): Printing DDC gathered Modelines:
[1387795.657] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1387795.657] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1387795.993] (II) Mouse0: ps2EnableDataReporting: succeeded
[1387984.654] (II) 3rd Button detected: disabling emulate3Button
[1390272.403] (II) AIGLX: Suspending AIGLX clients for VT switch
[1390276.108] (II) Open ACPI successful (/var/run/acpid.socket)
[1390276.108] (II) AIGLX: Resuming AIGLX clients after VT switch
[1390276.125] (II) intel(0): EDID vendor "LEN", prod id 16469
[1390276.133] (II) intel(0): Printing DDC gathered Modelines:
[1390276.133] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1390276.133] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1390276.474] (II) Mouse0: ps2EnableDataReporting: succeeded
[1390819.144] (II) AIGLX: Suspending AIGLX clients for VT switch
[1390822.780] (II) Open ACPI successful (/var/run/acpid.socket)
[1390822.780] (II) AIGLX: Resuming AIGLX clients after VT switch
[1390822.788] (II) intel(0): EDID vendor "LEN", prod id 16469
[1390822.788] (II) intel(0): Printing DDC gathered Modelines:
[1390822.788] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1390822.788] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1390823.132] (II) Mouse0: ps2EnableDataReporting: succeeded
[1391079.401] (II) AIGLX: Suspending AIGLX clients for VT switch
[1391088.196] (II) Open ACPI successful (/var/run/acpid.socket)
[1391088.196] (II) AIGLX: Resuming AIGLX clients after VT switch
[1391088.202] (II) intel(0): EDID vendor "LEN", prod id 16469
[1391088.202] (II) intel(0): Printing DDC gathered Modelines:
[1391088.202] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1391088.202] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1391088.546] (II) Mouse0: ps2EnableDataReporting: succeeded
[1391181.112] (II) AIGLX: Suspending AIGLX clients for VT switch
[1391184.685] (II) Open ACPI successful (/var/run/acpid.socket)
[1391184.685] (II) AIGLX: Resuming AIGLX clients after VT switch
[1391184.708] (II) intel(0): EDID vendor "LEN", prod id 16469
[1391184.708] (II) intel(0): Printing DDC gathered Modelines:
[1391184.708] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1391184.708] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1391185.047] (II) Mouse0: ps2EnableDataReporting: succeeded
[1391209.119] (II) 3rd Button detected: disabling emulate3Button
[1391509.297] (II) AIGLX: Suspending AIGLX clients for VT switch
[1391513.502] (II) Open ACPI successful (/var/run/acpid.socket)
[1391513.502] (II) AIGLX: Resuming AIGLX clients after VT switch
[1391513.520] (II) intel(0): EDID vendor "LEN", prod id 16469
[1391513.520] (II) intel(0): Printing DDC gathered Modelines:
[1391513.520] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1391513.520] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1391513.871] (II) Mouse0: ps2EnableDataReporting: succeeded
[1392407.232] (II) 3rd Button detected: disabling emulate3Button
[1394990.446] (II) AIGLX: Suspending AIGLX clients for VT switch
[1394994.062] (II) Open ACPI successful (/var/run/acpid.socket)
[1394994.062] (II) AIGLX: Resuming AIGLX clients after VT switch
[1394994.078] (II) intel(0): EDID vendor "LEN", prod id 16469
[1394994.078] (II) intel(0): Printing DDC gathered Modelines:
[1394994.078] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1394994.078] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1394994.415] (II) Mouse0: ps2EnableDataReporting: succeeded
[1395073.711] (II) 3rd Button detected: disabling emulate3Button
[1403383.611] (II) AIGLX: Suspending AIGLX clients for VT switch
[1403387.204] (II) Open ACPI successful (/var/run/acpid.socket)
[1403387.204] (II) AIGLX: Resuming AIGLX clients after VT switch
[1403387.213] (II) intel(0): EDID vendor "LEN", prod id 16469
[1403387.213] (II) intel(0): Printing DDC gathered Modelines:
[1403387.213] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1403387.213] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1403387.572] (II) Mouse0: ps2EnableDataReporting: succeeded
[1425810.054] (II) AIGLX: Suspending AIGLX clients for VT switch
[1425830.515] (II) Open ACPI successful (/var/run/acpid.socket)
[1425830.515] (II) AIGLX: Resuming AIGLX clients after VT switch
[1425830.526] (II) intel(0): EDID vendor "LEN", prod id 16469
[1425830.593] (II) intel(0): Printing DDC gathered Modelines:
[1425830.958] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1425830.958] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1425831.286] (II) Mouse0: ps2EnableDataReporting: succeeded
[1425832.843] (II) PM Event received: Capability Changed
[1425832.843] I830PMEvent: Capability change
[1426080.886] (II) PM Event received: Capability Changed
[1426080.886] I830PMEvent: Capability change
[1426968.948] (II) 3rd Button detected: disabling emulate3Button
[1429731.886] (II) AIGLX: Suspending AIGLX clients for VT switch
[1429752.081] (II) Open ACPI successful (/var/run/acpid.socket)
[1429752.081] (II) AIGLX: Resuming AIGLX clients after VT switch
[1429752.087] (II) intel(0): EDID vendor "LEN", prod id 16469
[1429752.087] (II) intel(0): Printing DDC gathered Modelines:
[1429752.087] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1429752.087] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1429752.429] (II) Mouse0: ps2EnableDataReporting: succeeded
[1429981.089] (II) PM Event received: Capability Changed
[1429981.089] I830PMEvent: Capability change
[1430007.346] (II) PM Event received: Capability Changed
[1430007.346] I830PMEvent: Capability change
[1430037.092] (II) 3rd Button detected: disabling emulate3Button
[1434913.065] (II) AIGLX: Suspending AIGLX clients for VT switch
[1434933.118] (II) Open ACPI successful (/var/run/acpid.socket)
[1434933.118] (II) AIGLX: Resuming AIGLX clients after VT switch
[1434933.230] (II) intel(0): EDID vendor "LEN", prod id 16469
[1434933.536] (II) intel(0): Printing DDC gathered Modelines:
[1434933.536] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1434933.536] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1434933.969] (II) Mouse0: ps2EnableDataReporting: succeeded
[1436412.438] (II) PM Event received: Capability Changed
[1436412.438] I830PMEvent: Capability change
[1440676.270] (II) PM Event received: Capability Changed
[1440676.270] I830PMEvent: Capability change
[1440814.048] (II) 3rd Button detected: disabling emulate3Button
[1440938.793] (II) AIGLX: Suspending AIGLX clients for VT switch
[1440940.390] (II) Open ACPI successful (/var/run/acpid.socket)
[1440940.390] (II) AIGLX: Resuming AIGLX clients after VT switch
[1440940.406] (II) intel(0): EDID vendor "LEN", prod id 16469
[1440940.406] (II) intel(0): Printing DDC gathered Modelines:
[1440940.406] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1440940.406] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1440940.752] (II) Mouse0: ps2EnableDataReporting: succeeded
[1440949.594] (II) AIGLX: Suspending AIGLX clients for VT switch
[1441009.316] (II) Open ACPI successful (/var/run/acpid.socket)
[1441009.316] (II) AIGLX: Resuming AIGLX clients after VT switch
[1441009.333] (II) intel(0): EDID vendor "LEN", prod id 16469
[1441009.333] (II) intel(0): Printing DDC gathered Modelines:
[1441009.333] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1441009.333] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1441009.666] (II) Mouse0: ps2EnableDataReporting: succeeded
[1441174.343] (II) 3rd Button detected: disabling emulate3Button
[1480246.000] (II) PM Event received: Capability Changed
[1480246.084] I830PMEvent: Capability change
[1496205.209] (II) intel(0): EDID vendor "LEN", prod id 16469
[1496205.233] (II) intel(0): Printing DDC gathered Modelines:
[1496205.233] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1496205.233] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1496205.262] (II) intel(0): EDID vendor "LEN", prod id 16469
[1496205.262] (II) intel(0): Printing DDC gathered Modelines:
[1496205.263] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1496205.263] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1496593.969] (II) intel(0): EDID vendor "LEN", prod id 16469
[1496593.969] (II) intel(0): Printing DDC gathered Modelines:
[1496593.969] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1496593.969] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1496593.998] (II) intel(0): EDID vendor "LEN", prod id 16469
[1496593.998] (II) intel(0): Printing DDC gathered Modelines:
[1496593.998] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1496593.999] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1496682.530] (II) intel(0): EDID vendor "LEN", prod id 16469
[1496682.530] (II) intel(0): Printing DDC gathered Modelines:
[1496682.530] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1496682.530] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1496682.559] (II) intel(0): EDID vendor "LEN", prod id 16469
[1496682.559] (II) intel(0): Printing DDC gathered Modelines:
[1496682.559] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1496682.559] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1497445.627] (II) intel(0): EDID vendor "LEN", prod id 16469
[1497445.627] (II) intel(0): Printing DDC gathered Modelines:
[1497445.627] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1497445.627] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1497445.658] (II) intel(0): EDID vendor "LEN", prod id 16469
[1497445.658] (II) intel(0): Printing DDC gathered Modelines:
[1497445.658] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1497445.658] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1497985.921] (II) intel(0): EDID vendor "LEN", prod id 16469
[1497985.921] (II) intel(0): Printing DDC gathered Modelines:
[1497985.921] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1497985.921] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1497985.951] (II) intel(0): EDID vendor "LEN", prod id 16469
[1497985.951] (II) intel(0): Printing DDC gathered Modelines:
[1497985.951] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1497985.951] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1514424.017] (II) intel(0): EDID vendor "LEN", prod id 16469
[1514424.061] (II) intel(0): Printing DDC gathered Modelines:
[1514424.061] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1514424.072] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1514424.105] (II) intel(0): EDID vendor "LEN", prod id 16469
[1514424.105] (II) intel(0): Printing DDC gathered Modelines:
[1514424.105] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1514424.105] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1522370.089] (II) AIGLX: Suspending AIGLX clients for VT switch
[1522392.623] (II) Open ACPI successful (/var/run/acpid.socket)
[1522392.623] (II) AIGLX: Resuming AIGLX clients after VT switch
[1522392.693] (II) intel(0): EDID vendor "LEN", prod id 16469
[1522392.702] (II) intel(0): Printing DDC gathered Modelines:
[1522392.702] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1522392.702] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1522393.108] (II) Mouse0: ps2EnableDataReporting: succeeded
[1522470.956] (II) AIGLX: Suspending AIGLX clients for VT switch
[1522502.888] (II) Open ACPI successful (/var/run/acpid.socket)
[1522502.888] (II) AIGLX: Resuming AIGLX clients after VT switch
[1522502.940] (II) intel(0): EDID vendor "LEN", prod id 16469
[1522502.940] (II) intel(0): Printing DDC gathered Modelines:
[1522502.940] (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 1968 2000 2298 1200 1203 1206 1217 -hsync -vsync (73.0 kHz)
[1522502.940] (II) intel(0): Modeline "1920x1200"x0.0 134.28 1920 1968 2000 2208 1200 1202 1208 1220 -hsync -vsync (60.8 kHz)
[1522503.284] (II) Mouse0: ps2EnableDataReporting: succeeded
[1528476.006] (II) 3rd Button detected: disabling emulate3Button
[1535818.200] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.208] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.208] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.208] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.209] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.209] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.217] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.217] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.217] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.217] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.218] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.218] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.221] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.221] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.221] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.221] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.222] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.222] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.223] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.223] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.224] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.224] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.224] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.224] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.237] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.237] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.239] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.239] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.239] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.239] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.239] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.239] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.240] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.240] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.240] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.240] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.241] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.242] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.243] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.243] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.244] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.244] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.244] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.244] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.245] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.246] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.247] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.248] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.248] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.248] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.248] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.248] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.248] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.249] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.249] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.249] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.249] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.249] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.249] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.250] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.251] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.252] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.253] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.253] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.253] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.253] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.471] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.471] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.471] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.471] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.472] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.472] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.474] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.475] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.475] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.475] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.476] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.476] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.477] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.477] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.478] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.478] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.479] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.479] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.479] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.479] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.479] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.479] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.480] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.481] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.482] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.483] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.484] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.485] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.485] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.485] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.485] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.485] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.485] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.485] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.486] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.486] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.486] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.486] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.486] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.486] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.486] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.487] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.488] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.489] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.489] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.489] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.489] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.489] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.489] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.489] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.490] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.491] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.492] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.492] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.492] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.492] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.492] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.492] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.492] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.493] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.494] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.495] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.495] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.495] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.495] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.495] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.496] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.497] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.498] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.499] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.500] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.501] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.502] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.502] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.502] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.502] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.502] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.502] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.503] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.504] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.505] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.506] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.507] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.508] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.509] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.510] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.511] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.512] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.512] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.512] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.512] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.512] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
[1535818.512] (WW) intel(0): intel_uxa_prepare_access: bo map failed: No space left on device
More information about the Intel-gfx
mailing list