[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#618942: Further analysis



Hi Cyril and Julien,

I conducted some further analysis and triaged the bug a bit further. I am
still not sure what exactly causes it, but I hope that we'll be there soon.
Furthermore, I can use two screens again after the latest upgrade. :-)

It basically boils down to whether some options are set in my .Xresources, but
lets discuss this step by step.

No change in the setup - Freeze/Crash / Screen corruption
---------------------------------------------------------

I was still able to reproduce the bug in different settings. It seems to be
triggered by "xrdb -merge .Xresources" and using "urxvt-unicode" to view a
manpage or something like this. Doing this triggered the bug in awesomewm,
fluxbox and gnome-session *every time*. As noted earlier it sometimes happens
as soon as the setup is activated through arandr/xrandr though.

You find the Xorg.0.log with the stacktrace and valgrind output attached to
this mail as files Xorg_XFT_valgrind_crash.log and
xorg_valgrind_xft_awesomewm_test.log respectively.

No .Xresources - No Freeze/Crash / Screen corruption
----------------------------------------------------

I moved the .Xresources out of the way and the server does not freeze/segfault
anymore. The screen corruption (parts of LVDS visible on VGA-0) are still
present, but one can more or less continue to use the system.

Removed XFT options - No Freeze/Crash / Screen corruption
---------------------------------------------------------

I tried to hunt down the particular options in my .Xresources that trigger it
and it turned out that removing the following lines helped to prevent the
crash, but the screen corruption is still present.


    Xft.dpi:                96
    Xft.antialias:          true
    Xft.hinting:            full
    Xft.hintstyle:          hintslight
    Xft.rgba:               rgb

My font definitions:

    urxvt.font:             xft:Terminus:size=10,xft:AR PL UMing TW:style=Light:size=12
    urxvt.boldFont:         xft:Terminus:bold:size=10,xft:AR PL UKai TW:style=Book:size=14

Upgrade to newest xorg-* versions
---------------------------------

At this point I upgraded the xorg-* packages along with a few others today and
you'll find the relevant parts in aptitude_log_excerpt.txt.

This helped a lot in that the screen is still corrupted if the Xft options are
set but the server *does not crash* with them being present. Everything seems
to be fine so far if Xft.* are not set.

Have a nice day!
-- 
  .''`.     Wolodja Wentland    <wolodja.wentland@ed.ac.uk>
 : :'  :
 `. `'`     4096R/CAF14EFC
   `-       081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC
==4779== Memcheck, a memory error detector
==4779== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==4779== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
==4779== Command: /usr/bin/xkbcomp -w 1 -R/usr/share/X11/xkb -xkm - -em1 The\ XKEYBOARD\ keymap\ compiler\ (xkbcomp)\ reports: -emp \>\  -eml Errors\ from\ xkbcomp\ are\ not\ fatal\ to\ the\ X\ server /var/lib/xkb/server-0.xkm
==4779== Parent PID: 4777
==4779== 
==4779== Syscall param write(buf) poi==4777== 
==4777== HEAP SUMMARY:
==4777==     in use at exit: 1,216 bytes in 35 blocks
==4777==   total heap usage: 38 allocs, 3 frees, 2,328 bytes allocated
==4777== 
==4777== LEAK SUMMARY:
==4777==    definitely lost: 0 bytes in 0 blocks
==4777==    indirectly lost: 0 bytes in 0 blocks
==4777==      possibly lost: 0 bytes in 0 blocks
==4777==    still reachable: 1,216 bytes in 35 blocks
==4777==         suppressed: 0 bytes in 0 blocks
==4777== Reachable blocks (those to which a pointer was found) are not shown.
==4777== To see them, rerun with: --leak-check=full --show-reachable=yes
==4777== 
==4777== For counts of detected and suppressed errors, rerun with: -v
==4777== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4)
3,475 bytes in 25,240 blocks
==4779==   total heap usage: 26,836 allocs, 1,596 frees, 1,525,638 bytes allocated
==4779== 
==4779== 4 bytes in 1 blocks are definitely lost in loss record 4 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x404AE4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 4 bytes in 1 blocks are definitely lost in loss record 5 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40FF7D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4107D2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 4 bytes in 1 blocks are definitely lost in loss record 6 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41C0CE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A870: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 5 bytes in 1 blocks are definitely lost in loss record 11 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406CB0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 5 bytes in 1 blocks are definitely lost in loss record 12 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406CB0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 5 bytes in 1 blocks are definitely lost in loss record 13 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 5 bytes in 1 blocks are definitely lost in loss record 14 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 5 bytes in 1 blocks are definitely lost in loss record 15 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 5 bytes in 1 blocks are definitely lost in loss record 16 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 5 bytes in 1 blocks are definitely lost in loss record 17 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A5C9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 6 bytes in 1 blocks are definitely lost in loss record 26 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406CB0: ??? (in /us==4759== Syscall param ioctl(generic) points to unaddressable byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0xB19C0C2: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB19C9DA: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB195D93: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0x46E796: xf86NewInputDevice (xf86Xinput.c:779)
==4759==    by 0x46EDA9: NewInputDeviceRequest (xf86Xinput.c:919)
==4759==    by 0x512146: device_added (udev.c:186)
==4759==    by 0x5126ED: config_udev_init (udev.c:289)
==4759==    by 0x46CC68: config_init (config.c:39)
==4759==    by 0x46B884: InitInput (xf86Init.c:846)
==4759==    by 0x425772: main (main.c:263)
==4759==  Address 0x1 is not stack'd, malloc'd or (recently) free'd
==4759== 
==4759== Syscall param ioctl(generic) points to unaddressable byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0xB19C13F: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB19C9DA: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB195D93: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0x46E796: xf86NewInputDevice (xf86Xinput.c:779)
==4759==    by 0x46EDA9: NewInputDeviceRequest (xf86Xinput.c:919)
==4759==    by 0x512146: device_added (udev.c:186)
==4759==    by 0x5126ED: config_udev_init (udev.c:289)
==4759==    by 0x46CC68: config_init (config.c:39)
==4759==    by 0x46B884: InitInput (xf86Init.c:846)
==4759==    by 0x425772: main (main.c:263)
==4759==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==4759== 
==4759== Syscall param ioctl(generic) points to unaddressable byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0xB19C0C2: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB19C273: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB195668: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB19685C: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0x46E796: xf86NewInputDevice (xf86Xinput.c:779)
==4759==    by 0x46EDA9: NewInputDeviceRequest (xf86Xinput.c:919)
==4759==    by 0x512146: device_added (udev.c:186)
==4759==    by 0x5126ED: config_udev_init (udev.c:289)
==4759==    by 0x46CC68: config_init (config.c:39)
==4759==    by 0x46B884: InitInput (xf86Init.c:846)
==4759==    by 0x425772: main (main.c:263)
==4759==  Address 0x1 is not stack'd, malloc'd or (recently) free'd
==4759== 
==4759== Syscall param ioctl(generic) points to unaddressable byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0xB19C13F: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB19C273: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB195668: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB19685C: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0x46E796: xf86NewInputDevice (xf86Xinput.c:779)
==4759==    by 0x46EDA9: NewInputDeviceRequest (xf86Xinput.c:919)
==4759==    by 0x512146: device_added (udev.c:186)
==4759==    by 0x5126ED: config_udev_init (udev.c:289)
==4759==    by 0x46CC68: config_init (config.c:39)
==4759==    by 0x46B884: InitInput (xf86Init.c:846)
==4759==    by 0x425772: main (main.c:263)
==4759==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==4759== 
==4759== Syscall param ioctl(generic) points to unaddressable byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0xB19D053: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0xB199476: ??? (in /usr/lib/xorg/modules/input/synaptics_drv.so)
==4759==    by 0x44EC6B: EnableDevice (devices.c:388)
==4759==    by 0x46E8C7: xf86NewInputDevice (xf86Xinput.c:811)
==4759==    by 0x46EDA9: NewInputDeviceRequest (xf86Xinput.c:919)
==4759==    by 0x512146: device_added (udev.c:186)
==4759==    by 0x5126ED: config_udev_init (udev.c:289)
==4759==    by 0x46CC68: config_init (config.c:39)
==4759==    by 0x46B884: InitInput (xf86Init.c:846)
==4759==    by 0x425772: main (main.c:263)
==4759==  Address 0x1 is not stack'd, malloc'd or (recently) free'd
==4759== 
==4759== Syscall param writev(vector[...]) points to uninitialised byte(s)
==4759==    at 0x68FA2AB: writev (writev.c:51)
==4759==    by 0x49B4DB: _XSERVTransSocketWritev (Xtranssock.c:2174)
==4759==    by 0x46195C: FlushClient (io.c:937)
==4759==    by 0x4624C8: FlushAllOutput (io.c:681)
==4759==    by 0x432E09: Dispatch (dispatch.c:453)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0xb01e271 is 1 bytes inside a block of size 4,096 alloc'd
==4759==    at 0x4C2380C: calloc (vg_replace_malloc.c:467)
==4759==    by 0x462330: WriteToClient (io.c:1078)
==4759==    by 0x42D3A8: ProcEstablishConnection (dispatch.c:3685)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Conditional jump or move depends on uninitialised value(s)
==4759==    at 0x8D5DD22: RADEONInit3DEngine (radeon_commonfuncs.c:77)
==4759==    by 0x8DF7E6F: R300PrepareCompositeCP (radeon_exa_render.c:1494)
==4759==    by 0x9498844: exaTryDriverComposite (exa_render.c:759)
==4759==    by 0x9498F39: exaComposite (exa_render.c:1033)
==4759==    by 0x4CD1EF: damageComposite (damage.c:640)
==4759==    by 0x4C62D8: ProcRenderComposite (render.c:723)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Syscall param ioctl(generic) points to uninitialised byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0x8936657: drmIoctl (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x893AA25: drmModeMoveCursor (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x54A46B: xf86_set_cursor_position (xf86Cursors.c:392)
==4759==    by 0x54C7B1: xf86SetCursor (xf86HWCurs.c:152)
==4759==    by 0x54AC2F: xf86CursorSetCursor (xf86Cursor.c:350)
==4759==    by 0x45C32E: miPointerUpdateSprite (mipointer.c:395)
==4759==    by 0x45C554: miPointerDisplayCursor (mipointer.c:199)
==4759==    by 0x4A1B80: CursorDisplayCursor (cursor.c:152)
==4759==    by 0x4C2175: AnimCurDisplayCursor (animcur.c:234)
==4759==    by 0x43F518: ChangeToCursor (events.c:946)
==4759==    by 0x43F7B8: WindowHasNewCursor (events.c:3103)
==4759==  Address 0x7feffff40 is on thread 1's stack
==4759== 
==4759== Conditional jump or move depends on uninitialised value(s)
==4759==    at 0x8D5DD22: RADEONInit3DEngine (radeon_commonfuncs.c:77)
==4759==    by 0x8DF7E6F: R300PrepareCompositeCP (radeon_exa_render.c:1494)
==4759==    by 0x949A1C8: exaTryDriverCompositeRects (exa_render.c:441)
==4759==    by 0x949A5CE: exaCompositeRects (exa_render.c:592)
==4759==    by 0x94969D8: exaGlyphs (exa_glyphs.c:621)
==4759==    by 0x4CD49F: damageGlyphs (damage.c:718)
==4759==    by 0x4C7277: ProcRenderCompositeGlyphs (render.c:1435)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Syscall param ioctl(generic) points to uninitialised byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0x8936657: drmIoctl (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x893AA6A: drmModeSetCursor (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x549571: xf86_hide_cursors (xf86Cursors.c:285)
==4759==    by 0x54AD5B: xf86CursorSetCursor (xf86Cursor.c:309)
==4759==    by 0x54B0BF: xf86CursorEnableDisableFBAccess (xf86Cursor.c:219)
==4759==    by 0x48B271: xf86RandR12ScreenSetSize (xf86RandR12.c:705)
==4759==    by 0x4B63B1: ProcRRSetScreenSize (rrscreen.c:301)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0x7ff000188 is on thread 1's stack
==4759== 
==4759== Syscall param ioctl(generic) points to uninitialised byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0x8936657: drmIoctl (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x893A7D7: drmModeAddFB (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x8E2FA95: drmmode_xf86crtc_resize (drmmode_display.c:1237)
==4759==    by 0x48B01A: xf86RandR12ScreenSetSize (xf86RandR12.c:708)
==4759==    by 0x4B63B1: ProcRRSetScreenSize (rrscreen.c:301)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0x7ff0001a0 is on thread 1's stack
==4759== 
==4759== Invalid read of size 1
==4759==    at 0x4C25A20: strncpy (mc_replace_strmem.c:339)
==4759==    by 0x8E2F532: drmmode_set_mode_major (drmmode_display.c:135)
==4759==    by 0x8E2FB55: drmmode_xf86crtc_resize (drmmode_display.c:1270)
==4759==    by 0x48B01A: xf86RandR12ScreenSetSize (xf86RandR12.c:708)
==4759==    by 0x4B63B1: ProcRRSetScreenSize (rrscreen.c:301)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0x777bea0 is not stack'd, malloc'd or (recently) free'd
==4759== 
==4759== Invalid read of size 1
==4759==    at 0x4C25A40: strncpy (mc_replace_strmem.c:339)
==4759==    by 0x8E2F532: drmmode_set_mode_major (drmmode_display.c:135)
==4759==    by 0x8E2FB55: drmmode_xf86crtc_resize (drmmode_display.c:1270)
==4759==    by 0x48B01A: xf86RandR12ScreenSetSize (xf86RandR12.c:708)
==4759==    by 0x4B63B1: ProcRRSetScreenSize (rrscreen.c:301)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0x777bea1 is not stack'd, malloc'd or (recently) free'd
==4759== 
==4759== Syscall param ioctl(generic) points to uninitialised byte(s)
==4759==    at 0x68FA1C7: ioctl (syscall-template.S:82)
==4759==    by 0x8936657: drmIoctl (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x893AA6A: drmModeSetCursor (in /usr/lib/libdrm.so.2.4.0)
==4759==    by 0x54A498: xf86_set_cursor_position (xf86Cursors.c:311)
==4759==    by 0x54C7B1: xf86SetCursor (xf86HWCurs.c:152)
==4759==    by 0x54AC2F: xf86CursorSetCursor (xf86Cursor.c:350)
==4759==    by 0x54B101: xf86CursorEnableDisableFBAccess (xf86Cursor.c:235)
==4759==    by 0x48B25C: xf86RandR12ScreenSetSize (xf86RandR12.c:741)
==4759==    by 0x4B63B1: ProcRRSetScreenSize (rrscreen.c:301)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0x7ff0000c8 is on thread 1's stack
==4759== 
==4759== Syscall param writev(vector[...]) points to uninitialised byte(s)
==4759==    at 0x68FA2AB: writev (writev.c:51)
==4759==    by 0x49B4DB: _XSERVTransSocketWritev (Xtranssock.c:2174)
==4759==    by 0x46195C: FlushClient (io.c:937)
==4759==    by 0x4635A6: CloseDownConnection (connection.c:1040)
==4759==    by 0x42D8A5: CloseDownClient (dispatch.c:3461)
==4759==    by 0x432F55: Dispatch (dispatch.c:442)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0x79b6fb1 is 1 bytes inside a block of size 4,096 alloc'd
==4759==    at 0x4C2380C: calloc (vg_replace_malloc.c:467)
==4759==    by 0x462330: WriteToClient (io.c:1078)
==4759==    by 0x4B4873: ProcRRSetCrtcConfig (rrcrtc.c:972)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Invalid write of size 1
==4759==    at 0x4C26044: memcpy (mc_replace_strmem.c:497)
==4759==    by 0x8DEE78A: RADEONDownloadFromScreenCS (radeon_exa_funcs.c:667)
==4759==    by 0x948F326: exaCopyDirty (exa_migration_classic.c:220)
==4759==    by 0x9491D69: exaPrepareAccessReg_mixed (exa_migration_mixed.c:247)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0xccb5c40 is 0 bytes after a block of size 5,913,600 alloc'd
==4759==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4759==    by 0x9491D9F: exaPrepareAccessReg_mixed (exa_migration_mixed.c:203)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Invalid write of size 1
==4759==    at 0x4C2604C: memcpy (mc_replace_strmem.c:497)
==4759==    by 0x8DEE78A: RADEONDownloadFromScreenCS (radeon_exa_funcs.c:667)
==4759==    by 0x948F326: exaCopyDirty (exa_migration_classic.c:220)
==4759==    by 0x9491D69: exaPrepareAccessReg_mixed (exa_migration_mixed.c:247)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0xccb5c41 is 1 bytes after a block of size 5,913,600 alloc'd
==4759==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4759==    by 0x9491D9F: exaPrepareAccessReg_mixed (exa_migration_mixed.c:203)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Invalid write of size 1
==4759==    at 0x4C26055: memcpy (mc_replace_strmem.c:497)
==4759==    by 0x8DEE78A: RADEONDownloadFromScreenCS (radeon_exa_funcs.c:667)
==4759==    by 0x948F326: exaCopyDirty (exa_migration_classic.c:220)
==4759==    by 0x9491D69: exaPrepareAccessReg_mixed (exa_migration_mixed.c:247)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0xccb5c42 is 2 bytes after a block of size 5,913,600 alloc'd
==4759==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4759==    by 0x9491D9F: exaPrepareAccessReg_mixed (exa_migration_mixed.c:203)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Invalid write of size 1
==4759==    at 0x4C2605E: memcpy (mc_replace_strmem.c:497)
==4759==    by 0x8DEE78A: RADEONDownloadFromScreenCS (radeon_exa_funcs.c:667)
==4759==    by 0x948F326: exaCopyDirty (exa_migration_classic.c:220)
==4759==    by 0x9491D69: exaPrepareAccessReg_mixed (exa_migration_mixed.c:247)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0xccb5c43 is 3 bytes after a block of size 5,913,600 alloc'd
==4759==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4759==    by 0x9491D9F: exaPrepareAccessReg_mixed (exa_migration_mixed.c:203)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759== 
==4759== Invalid read of size 8
==4759==    at 0x9063254: radeon_bo_unmap (in /usr/lib/libdrm_radeon.so.1.0.0)
==4759==    by 0x8DEE79C: RADEONDownloadFromScreenCS (radeon_exa_funcs.c:671)
==4759==    by 0x948F326: exaCopyDirty (exa_migration_classic.c:220)
==4759==    by 0x9491D69: exaPrepareAccessReg_mixed (exa_migration_mixed.c:247)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)
==4759==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==4759== 

valgrind: m_mallocfree.c:225 (mk_plain_bszB): Assertion 'bszB != 0' failed.
valgrind: This is probably caused by your program erroneously writing past the
end of a heap block and corrupting heap metadata.  If you fix any
invalid writes reported by Memcheck, this assertion failure will
probably go away.  Please try that before reporting this as a bug.

==4759==    at 0x3802B0A7: report_and_quit (m_libcassert.c:191)
==4759==    by 0x3802B2E0: vgPlain_assert_fail (m_libcassert.c:265)
==4759==    by 0x380368D9: vgPlain_arena_malloc (m_mallocfree.c:225)
==4759==    by 0x38002CBC: vgMemCheck_new_block (mc_malloc_wrappers.c:199)
==4759==    by 0x380030EA: vgMemCheck_malloc (mc_malloc_wrappers.c:236)
==4759==    by 0x380662C1: vgPlain_scheduler (scheduler.c:1394)
==4759==    by 0x3808F194: run_a_thread_NORETURN (syswrap-linux.c:94)

sched status:
  running_tid=1

Thread 1: status = VgTs_Runnable
==4759==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4759==    by 0x4D6E84: XIChangeDeviceProperty (xiproperty.c:749)
==4759==    by 0x44E8B4: DisableDevice (devices.c:497)
==4759==    by 0x44EB77: RemoveDevice (devices.c:1055)
==4759==    by 0x46E241: DeleteInputDeviceRequest (xf86Xinput.c:950)
==4759==    by 0x44E1D4: CloseDownDevices (devices.c:964)
==4759==    by 0x465FF7: AbortServer (log.c:423)
==4759==    by 0x4667CF: FatalError (log.c:552)
==4759==    by 0x464D9D: OsSigHandler (osinit.c:156)
==4759==    by 0x56CAF5F: ??? (in /lib/libpthread-2.11.2.so)
==4759==    by 0x9063253: radeon_bo_unmap (in /usr/lib/libdrm_radeon.so.1.0.0)
==4759==    by 0x8DEE79C: RADEONDownloadFromScreenCS (radeon_exa_funcs.c:671)
==4759==    by 0x948F326: exaCopyDirty (exa_migration_classic.c:220)
==4759==    by 0x9491D69: exaPrepareAccessReg_mixed (exa_migration_mixed.c:247)
==4759==    by 0x949C699: ExaCheckPolySegment (exa_unaccel.c:280)
==4759==    by 0x4CF43C: damagePolySegment (damage.c:1187)
==4759==    by 0x4306F1: ProcPolySegment (dispatch.c:1778)
==4759==    by 0x432E88: Dispatch (dispatch.c:432)
==4759==    by 0x4257AA: main (main.c:291)


Note: see also the FAQ in the source distribution.
It contains workarounds to several common problems.
In particular, if Valgrind aborted or crashed after
identifying problems in your program, there's a good chance
that fixing those problems will prevent Valgrind aborting or
crashing, especially if it happened in m_mallocfree.c.

If that doesn't help, please report this bug to: www.valgrind.org

In the bug report, send all the above text, the valgrind
version, and what OS and version you are using.  Thanks.

omp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 10 bytes in 2 blocks are definitely lost in loss record 76 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A5C9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 11 bytes in 1 blocks are definitely lost in loss record 80 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 11 bytes in 1 blocks are definitely lost in loss record 81 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41C0CE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413D10: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 11 bytes in 1 blocks are definitely lost in loss record 82 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x404632: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x404A5C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 11 bytes in 2 blocks are definitely lost in loss record 83 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406CB0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 11 bytes in 2 blocks are definitely lost in loss record 84 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406CB0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 12 bytes in 2 blocks are definitely lost in loss record 85 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40C711: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 12 bytes in 3 blocks are definitely lost in loss record 86 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40734A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40C49A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 13 bytes in 1 blocks are definitely lost in loss record 89 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F296: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x51800D3: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 13 bytes in 1 blocks are definitely lost in loss record 90 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517DB8E: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 13 bytes in 2 blocks are definitely lost in loss record 91 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A5C9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 14 bytes in 2 blocks are definitely lost in loss record 93 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4193C6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A84F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 14 bytes in 2 blocks are definitely lost in loss record 94 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4193C6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A84F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 14 bytes in 2 blocks are definitely lost in loss record 95 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4186D8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 14 bytes in 2 blocks are definitely lost in loss record 96 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x418333: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x418936: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 14 bytes in 3 blocks are definitely lost in loss record 97 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40A504: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40C4F7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 15 bytes in 3 blocks are definitely lost in loss record 98 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 15 bytes in 3 blocks are definitely lost in loss record 99 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 16 bytes in 2 blocks are definitely lost in loss record 101 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411640: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4112F9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41170D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4119DE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411EF8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 17 bytes in 1 blocks are definitely lost in loss record 102 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4080E3: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A60B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 18 bytes in 3 blocks are definitely lost in loss record 108 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 18 bytes in 3 blocks are definitely lost in loss record 109 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 18 bytes in 3 blocks are definitely lost in loss record 110 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406BD1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 18 bytes in 3 blocks are definitely lost in loss record 111 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406BD1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 18 bytes in 3 blocks are definitely lost in loss record 112 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406BD1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 19 bytes in 2 blocks are definitely lost in loss record 115 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40FFF2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4107D2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 20 bytes in 2 blocks are definitely lost in loss record 117 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4186B0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 20 bytes in 4 blocks are definitely lost in loss record 118 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 20 bytes in 4 blocks are definitely lost in loss record 119 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 20 bytes in 4 blocks are definitely lost in loss record 120 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 20 bytes in 4 blocks are definitely lost in loss record 121 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 21 bytes in 3 blocks are definitely lost in loss record 124 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4100D5: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4107D2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 22 bytes in 1 blocks are definitely lost in loss record 126 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F81F: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x518003E: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 22 bytes in 1 blocks are definitely lost in loss record 127 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517DE2F: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 22 bytes in 2 blocks are definitely lost in loss record 128 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 22 bytes in 5 blocks are definitely lost in loss record 129 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40A504: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40CA5B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 23 bytes in 3 blocks are definitely lost in loss record 132 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 24 bytes in 4 blocks are definitely lost in loss record 133 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 24 bytes in 4 blocks are definitely lost in loss record 134 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 24 bytes in 4 blocks are definitely lost in loss record 135 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408F1D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40447F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 24 bytes in 4 blocks are definitely lost in loss record 136 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41865D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 26 bytes in 4 blocks are definitely lost in loss record 139 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 26 bytes in 4 blocks are definitely lost in loss record 140 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 26 bytes in 4 blocks are definitely lost in loss record 141 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4080E3: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A60B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 26 bytes in 4 blocks are definitely lost in loss record 142 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407329: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A744: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 28 bytes in 4 blocks are definitely lost in loss record 145 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413129: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 28 bytes in 4 blocks are definitely lost in loss record 146 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403E00: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 28 bytes in 4 blocks are definitely lost in loss record 147 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4186D8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 28 bytes in 5 blocks are definitely lost in loss record 148 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40B31D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40BA54: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E617: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 28 bytes in 7 blocks are definitely lost in loss record 149 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40734A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40C180: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 29 bytes in 3 blocks are definitely lost in loss record 150 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A744: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 30 bytes in 4 blocks are definitely lost in loss record 153 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 30 bytes in 4 blocks are definitely lost in loss record 154 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40FFF2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4107D2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 30 bytes in 4 blocks are definitely lost in loss record 155 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40FFF2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4107D2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 30 bytes in 5 blocks are definitely lost in loss record 156 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40ADF7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40BA54: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E617: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 30 bytes in 5 blocks are definitely lost in loss record 157 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40D778: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F729: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 32 bytes in 4 blocks are definitely lost in loss record 161 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413152: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 32 bytes in 5 blocks are definitely lost in loss record 162 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 34 bytes in 2 blocks are definitely lost in loss record 166 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4080E3: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A60B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 34 bytes in 6 blocks are definitely lost in loss record 167 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40881A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4063C9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40664D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406D8E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 38 bytes in 6 blocks are definitely lost in loss record 171 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 38 bytes in 6 blocks are definitely lost in loss record 172 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 40 bytes in 5 blocks are definitely lost in loss record 202 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 40 bytes in 5 blocks are definitely lost in loss record 203 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 42 bytes in 6 blocks are definitely lost in loss record 204 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x418333: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x418936: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 42 bytes in 7 blocks are definitely lost in loss record 205 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 42 bytes in 7 blocks are definitely lost in loss record 206 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 44 bytes in 6 blocks are definitely lost in loss record 208 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E648: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 46 bytes in 6 blocks are definitely lost in loss record 209 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 46 bytes in 7 blocks are definitely lost in loss record 210 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 47 bytes in 5 blocks are definitely lost in loss record 212 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40B98C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E617: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 47 bytes in 5 blocks are definitely lost in loss record 213 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40D2B0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F729: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 47 bytes in 5 blocks are definitely lost in loss record 214 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F1E4: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517F40E: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x51800D3: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 47 bytes in 5 blocks are definitely lost in loss record 215 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517D798: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517F040: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 49 bytes in 6 blocks are definitely lost in loss record 224 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40BDAA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 49 bytes in 6 blocks are definitely lost in loss record 225 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40BDF0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 49 bytes in 6 blocks are definitely lost in loss record 226 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40F4AB: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 49 bytes in 6 blocks are definitely lost in loss record 227 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F4BA: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x51800D3: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 49 bytes in 6 blocks are definitely lost in loss record 228 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517EC50: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 49 bytes in 9 blocks are definitely lost in loss record 229 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A5C9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 50 bytes in 5 blocks are definitely lost in loss record 230 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4048B4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 50 bytes in 10 blocks are definitely lost in loss record 231 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4133BA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 50 bytes in 10 blocks are definitely lost in loss record 232 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4133BA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 51 bytes in 8 blocks are definitely lost in loss record 233 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 55 bytes in 11 blocks are definitely lost in loss record 237 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40A504: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40C7DC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 56 bytes in 7 blocks are definitely lost in loss record 239 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x4120A1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413A78: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 56 bytes in 8 blocks are definitely lost in loss record 240 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41320B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 57 bytes in 5 blocks are definitely lost in loss record 241 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4186B0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 60 bytes in 6 blocks are definitely lost in loss record 244 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 60 bytes in 6 blocks are definitely lost in loss record 245 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 61 bytes in 7 blocks are definitely lost in loss record 246 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4048B4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 61 bytes in 7 blocks are definitely lost in loss record 247 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4048B4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 62 bytes in 2 blocks are definitely lost in loss record 248 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4193ED: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A84F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 63 bytes in 9 blocks are definitely lost in loss record 249 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408F1D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40646F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 66 bytes in 15 blocks are definitely lost in loss record 257 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40C49A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 68 bytes in 10 blocks are definitely lost in loss record 259 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407329: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A744: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 70 bytes in 9 blocks are definitely lost in loss record 261 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40FFF2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4107D2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 72 (64 direct, 8 indirect) bytes in 1 blocks are definitely lost in loss record 263 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x416011: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41EB9E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4160DF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41D944: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 72 bytes in 8 blocks are definitely lost in loss record 264 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x404632: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4048B4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 72 bytes in 12 blocks are definitely lost in loss record 265 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40881A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x404EF0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 73 bytes in 10 blocks are definitely lost in loss record 266 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41C0CE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406D5F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 75 bytes in 15 blocks are definitely lost in loss record 267 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41F500: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4160DF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x415B93: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A235: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A40B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 76 bytes in 12 blocks are definitely lost in loss record 268 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407329: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E5E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 80 bytes in 9 blocks are definitely lost in loss record 277 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4080E3: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A60B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 82 bytes in 11 blocks are definitely lost in loss record 280 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41157E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4112F9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41170D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4119DE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411EF8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 82 bytes in 11 blocks are definitely lost in loss record 281 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x411B00: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411EF8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 88 bytes in 11 blocks are definitely lost in loss record 285 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 88 bytes in 11 blocks are definitely lost in loss record 286 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 90 bytes in 18 blocks are definitely lost in loss record 287 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A744: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 91 bytes in 17 blocks are definitely lost in loss record 288 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 91 bytes in 17 blocks are definitely lost in loss record 289 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 92 bytes in 7 blocks are definitely lost in loss record 290 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x410790: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 94 bytes in 19 blocks are definitely lost in loss record 291 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40C180: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E48A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 95 bytes in 9 blocks are definitely lost in loss record 292 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 95 bytes in 9 blocks are definitely lost in loss record 293 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 95 bytes in 9 blocks are definitely lost in loss record 294 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 95 bytes in 13 blocks are definitely lost in loss record 295 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F6F2: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x5180024: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 95 bytes in 13 blocks are definitely lost in loss record 296 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517E6F5: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 96 bytes in 12 blocks are definitely lost in loss record 307 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4044B4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 108 bytes in 14 blocks are definitely lost in loss record 314 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 108 bytes in 14 blocks are definitely lost in loss record 315 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 109 bytes in 13 blocks are definitely lost in loss record 316 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41C0CE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413D10: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 110 bytes in 22 blocks are definitely lost in loss record 317 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40E4C6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 110 bytes in 22 blocks are definitely lost in loss record 318 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40F340: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 110 bytes in 22 blocks are definitely lost in loss record 319 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F383: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x51800D3: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 110 bytes in 22 blocks are definitely lost in loss record 320 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517DCC7: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 112 bytes in 14 blocks are definitely lost in loss record 322 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517FF45: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x51800B7: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 112 bytes in 14 blocks are definitely lost in loss record 323 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517DFD7: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 114 bytes in 9 blocks are definitely lost in loss record 324 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x410790: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406B3B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 114 bytes in 21 blocks are definitely lost in loss record 325 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40BA21: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E617: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 126 bytes in 12 blocks are definitely lost in loss record 329 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 126 bytes in 16 blocks are definitely lost in loss record 330 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x405321: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 131 bytes in 1 blocks are definitely lost in loss record 334 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517FEAF: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x5180098: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 131 bytes in 1 blocks are definitely lost in loss record 335 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F104: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 132 bytes in 17 blocks are definitely lost in loss record 336 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x405321: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 132 bytes in 17 blocks are definitely lost in loss record 337 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x405321: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 133 bytes in 19 blocks are definitely lost in loss record 338 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x418333: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x418936: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 138 bytes in 15 blocks are definitely lost in loss record 339 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 140 bytes in 10 blocks are definitely lost in loss record 340 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408F1D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x404339: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 150 bytes in 13 blocks are definitely lost in loss record 343 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x404964: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 151 bytes in 17 blocks are definitely lost in loss record 344 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 151 bytes in 17 blocks are definitely lost in loss record 345 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 152 bytes in 16 blocks are definitely lost in loss record 346 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40734A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4065B8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406D8E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 155 bytes in 16 blocks are definitely lost in loss record 347 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4065B8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406D8E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 155 bytes in 31 blocks are definitely lost in loss record 348 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40881A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40514E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4052EC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4036CD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 157 bytes in 20 blocks are definitely lost in loss record 349 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407329: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A744: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 162 bytes in 3 blocks are definitely lost in loss record 351 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41628A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41EE15: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4160DF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41D944: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 166 bytes in 24 blocks are definitely lost in loss record 352 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 174 bytes in 20 blocks are definitely lost in loss record 355 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 174 bytes in 20 blocks are definitely lost in loss record 356 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 186 bytes in 19 blocks are definitely lost in loss record 358 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4186B0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A76A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 198 bytes in 25 blocks are definitely lost in loss record 364 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4048B4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 229 bytes in 24 blocks are definitely lost in loss record 373 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 231 bytes in 26 blocks are definitely lost in loss record 374 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x404632: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x405321: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 234 bytes in 30 blocks are definitely lost in loss record 376 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406BD1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 240 bytes in 24 blocks are definitely lost in loss record 381 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E5E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 246 bytes in 32 blocks are definitely lost in loss record 382 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 248 bytes in 51 blocks are definitely lost in loss record 384 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41F500: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4160DF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x415B93: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A235: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 262 bytes in 41 blocks are definitely lost in loss record 388 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 262 bytes in 41 blocks are definitely lost in loss record 389 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408229: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 286 bytes in 22 blocks are definitely lost in loss record 397 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40E7C0: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 320 (128 direct, 192 indirect) bytes in 4 blocks are definitely lost in loss record 406 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x4033D8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40660D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406D8E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 375 bytes in 49 blocks are definitely lost in loss record 414 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 403 bytes in 51 blocks are definitely lost in loss record 421 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41334C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 419 bytes in 25 blocks are definitely lost in loss record 423 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F970: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x518005A: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 419 bytes in 25 blocks are definitely lost in loss record 424 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517E34E: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 440 (40 direct, 400 indirect) bytes in 1 blocks are definitely lost in loss record 428 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x410E19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411073: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411481: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41170D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4119DE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411EF8: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 444 bytes in 58 blocks are definitely lost in loss record 429 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413060: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 450 bytes in 66 blocks are definitely lost in loss record 430 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 527 bytes in 52 blocks are definitely lost in loss record 442 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BEEA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 595 bytes in 61 blocks are definitely lost in loss record 457 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407476: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 595 bytes in 61 blocks are definitely lost in loss record 458 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4074D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 609 bytes in 87 blocks are definitely lost in loss record 464 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413129: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 643 bytes in 87 blocks are definitely lost in loss record 467 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407ACA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413152: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 647 bytes in 93 blocks are definitely lost in loss record 468 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40F5B3: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 672 (32 direct, 640 indirect) bytes in 1 blocks are definitely lost in loss record 473 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x417F69: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4180E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A4C4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 675 bytes in 91 blocks are definitely lost in loss record 474 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517F9B8: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x518005A: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 675 bytes in 91 blocks are definitely lost in loss record 475 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517E3F1: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 705 bytes in 93 blocks are definitely lost in loss record 480 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 734 bytes in 168 blocks are definitely lost in loss record 483 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41F500: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4160DF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x415B93: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A235: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A2FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 760 (152 direct, 608 indirect) bytes in 1 blocks are definitely lost in loss record 486 of 594
==4779==    at 0x4C2380C: calloc (vg_replace_malloc.c:467)
==4779==    by 0x409B7E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40BA87: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E617: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E0D6: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 760 (152 direct, 608 indirect) bytes in 1 blocks are definitely lost in loss record 487 of 594
==4779==    at 0x4C2380C: calloc (vg_replace_malloc.c:467)
==4779==    by 0x409B7E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x409EAC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E191: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40E76F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40F10C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F19: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 861 bytes in 123 blocks are definitely lost in loss record 493 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4073C1: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407E07: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41320B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 938 bytes in 124 blocks are definitely lost in loss record 498 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4045E9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x405321: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x403630: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 1,131 bytes in 161 blocks are definitely lost in loss record 507 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41C02F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406377: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 1,197 bytes in 178 blocks are definitely lost in loss record 509 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4035EC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 1,216 bytes in 92 blocks are definitely lost in loss record 511 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517FDA6: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x5180098: ??? (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x517D924: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 1,216 bytes in 92 blocks are definitely lost in loss record 512 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x517EAE7: XkbWriteXKMFile (in /usr/lib/libxkbfile.so.1.0.2)
==4779==    by 0x41D91A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 1,225 bytes in 161 blocks are definitely lost in loss record 513 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41C01F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406377: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 1,300 bytes in 151 blocks are definitely lost in loss record 516 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x4072FA: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DF9: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 1,321 bytes in 122 blocks are definitely lost in loss record 517 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x40356A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406409: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406DCE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 1,504 bytes in 123 blocks are definitely lost in loss record 523 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41F364: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4160DF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x415B93: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406785: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40687B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x406C4E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x40702D: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F60: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 1,539 bytes in 220 blocks are definitely lost in loss record 525 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x407329: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E5E: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 1,853 bytes in 237 blocks are definitely lost in loss record 531 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41BF0B: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41BF48: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x407505: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4082B7: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408368: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x408422: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4131AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413E86: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413AAD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779== 
==4779== 3,368 (96 direct, 3,272 indirect) bytes in 1 blocks are definitely lost in loss record 556 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x4123FE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4127BD: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x413C1C: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41400F: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4140E2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F3A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 7,278 bytes in 1,617 blocks are definitely lost in loss record 573 of 594
==4779==    at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==4779==    by 0x5406861: strdup (strdup.c:43)
==4779==    by 0x41F500: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4160DF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x415B93: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A39A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 21,890 (72 direct, 21,818 indirect) bytes in 1 blocks are definitely lost in loss record 586 of 594
==4779==    at 0x4C2380C: calloc (vg_replace_malloc.c:467)
==4779==    by 0x4ED5A52: XkbAllocKeyboard (in /usr/lib/libX11.so.6.3.0)
==4779==    by 0x41D9DC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== 42,384 (38,640 direct, 3,744 indirect) bytes in 1 blocks are definitely lost in loss record 590 of 594
==4779==    at 0x4C245E2: realloc (vg_replace_malloc.c:525)
==4779==    by 0x41BDDE: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x417E03: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x4180AC: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A4C4: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41A7FF: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41AB0A: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x411F81: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x41DEE2: ??? (in /usr/bin/xkbcomp)
==4779==    by 0x53A9C4C: (below main) (libc-start.c:228)
==4779== 
==4779== LEAK SUMMARY:
==4779==    definitely lost: 82,909 bytes in 6,144 blocks
==4779==    indirectly lost: 31,290 bytes in 518 blocks
==4779==      possibly lost: 0 bytes in 0 blocks
==4779==    still reachable: 649,276 bytes in 18,578 blocks
==4779==         suppressed: 0 bytes in 0 blocks
==4779== Reachable blocks (those to which a pointer was found) are not shown.
==4779== To see them, rerun with: --leak-check=full --show-reachable=yes
==4779== 
==4779== For counts of detected and suppressed errors, rerun with: -v
==4779== Use --track-origins=yes to see where uninitialised values come from
==4779== ERROR SUMMARY: 243 errors from 241 contexts (suppressed: 4 from 4)
[101165.708] 
X.Org X Server 1.9.4.901 (1.9.5 RC 1)
Release Date: 2011-03-04
[101165.708] X Protocol Version 11, Revision 0
[101165.708] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[101165.708] Current Operating System: Linux kinakuta 2.6.38-1-amd64 #1 SMP Wed Mar 16 17:38:02 UTC 2011 x86_64
[101165.708] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-1-amd64 root=/dev/mapper/kikutani-root ro quiet
[101165.709] Build Date: 07 March 2011  03:32:09PM
[101165.709] xorg-server 2:1.9.4.901-1 (Cyril Brulebois <kibi@debian.org>) 
[101165.709] Current version of pixman: 0.21.4
[101165.709] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[101165.709] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[101165.709] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 27 12:19:15 2011
[101165.710] (==) Using config directory: "/etc/X11/xorg.conf.d"
[101165.710] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[101165.711] (==) No Layout section.  Using the first Screen section.
[101165.711] (==) No screen section available. Using defaults.
[101165.711] (**) |-->Screen "Default Screen Section" (0)
[101165.711] (**) |   |-->Monitor "<default monitor>"
[101165.711] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[101165.711] (**) |   |-->Device "Card0"
[101165.711] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[101165.711] (**) Option "DontZap" "off"
[101165.711] (==) Automatically adding devices
[101165.711] (==) Automatically enabling devices
[101165.711] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[101165.711] 	Entry deleted from font path.
[101165.712] (==) 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
[101165.712] (==) ModulePath set to "/usr/lib/xorg/modules"
[101165.712] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[101165.712] (II) Loader magic: 0x7d1b40
[101165.712] (II) Module ABI versions:
[101165.712] 	X.Org ANSI C Emulation: 0.4
[101165.712] 	X.Org Video Driver: 8.0
[101165.712] 	X.Org XInput driver : 11.0
[101165.712] 	X.Org Server Extension : 4.0
[101165.713] (--) PCI:*(0:1:0:0) 1002:7145:17aa:2006 rev 0, Mem @ 0xd8000000/134217728, 0xee100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[101165.713] (II) Open ACPI successful (/var/run/acpid.socket)
[101165.713] (II) LoadModule: "extmod"
[101165.714] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[101165.714] (II) Module extmod: vendor="X.Org Foundation"
[101165.714] 	compiled for 1.9.4.901, module version = 1.0.0
[101165.714] 	Module class: X.Org Server Extension
[101165.715] 	ABI class: X.Org Server Extension, version 4.0
[101165.715] (II) Loading extension SELinux
[101165.715] (II) Loading extension MIT-SCREEN-SAVER
[101165.715] (II) Loading extension XFree86-VidModeExtension
[101165.715] (II) Loading extension XFree86-DGA
[101165.715] (II) Loading extension DPMS
[101165.715] (II) Loading extension XVideo
[101165.715] (II) Loading extension XVideo-MotionCompensation
[101165.715] (II) Loading extension X-Resource
[101165.715] (II) LoadModule: "dbe"
[101165.715] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[101165.715] (II) Module dbe: vendor="X.Org Foundation"
[101165.715] 	compiled for 1.9.4.901, module version = 1.0.0
[101165.715] 	Module class: X.Org Server Extension
[101165.715] 	ABI class: X.Org Server Extension, version 4.0
[101165.715] (II) Loading extension DOUBLE-BUFFER
[101165.715] (II) LoadModule: "glx"
[101165.715] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[101165.716] (II) Module glx: vendor="X.Org Foundation"
[101165.716] 	compiled for 1.9.4.901, module version = 1.0.0
[101165.716] 	ABI class: X.Org Server Extension, version 4.0
[101165.716] (==) AIGLX enabled
[101165.716] (II) Loading extension GLX
[101165.716] (II) LoadModule: "record"
[101165.716] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[101165.716] (II) Module record: vendor="X.Org Foundation"
[101165.716] 	compiled for 1.9.4.901, module version = 1.13.0
[101165.716] 	Module class: X.Org Server Extension
[101165.716] 	ABI class: X.Org Server Extension, version 4.0
[101165.716] (II) Loading extension RECORD
[101165.716] (II) LoadModule: "dri"
[101165.716] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[101165.717] (II) Module dri: vendor="X.Org Foundation"
[101165.717] 	compiled for 1.9.4.901, module version = 1.0.0
[101165.717] 	ABI class: X.Org Server Extension, version 4.0
[101165.717] (II) Loading extension XFree86-DRI
[101165.717] (II) LoadModule: "dri2"
[101165.717] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[101165.717] (II) Module dri2: vendor="X.Org Foundation"
[101165.717] 	compiled for 1.9.4.901, module version = 1.2.0
[101165.717] 	ABI class: X.Org Server Extension, version 4.0
[101165.717] (II) Loading extension DRI2
[101165.717] (II) LoadModule: "radeon"
[101165.717] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[101165.718] (II) Module radeon: vendor="X.Org Foundation"
[101165.718] 	compiled for 1.9.4, module version = 6.14.0
[101165.718] 	Module class: X.Org Video Driver
[101165.718] 	ABI class: X.Org Video Driver, version 8.0
[101165.718] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
	ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
	ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6250 Graphics, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, AMD Radeon HD 6900M Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS,
	Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6800 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS
[101165.723] (--) using VT number 7

[101165.728] (II) [KMS] Kernel modesetting enabled.
[101165.728] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[101165.728] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[101165.728] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[101165.728] (==) RADEON(0): Default visual is TrueColor
[101165.728] (**) RADEON(0): Option "DRI"
[101165.729] (==) RADEON(0): RGB weight 888
[101165.729] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[101165.729] (--) RADEON(0): Chipset: "ATI Mobility Radeon X1400" (ChipID = 0x7145)
[101165.729] (II) RADEON(0): PCIE card detected
[101165.729] drmOpenDevice: node name is /dev/dri/card0
[101165.729] drmOpenDevice: open result is 9, (OK)
[101165.729] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[101165.729] drmOpenDevice: node name is /dev/dri/card0
[101165.729] drmOpenDevice: open result is 9, (OK)
[101165.729] drmOpenByBusid: drmOpenMinor returns 9
[101165.729] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[101165.729] (II) RADEON(0): KMS Color Tiling: enabled
[101165.729] (II) RADEON(0): KMS Pageflipping: enabled
[101165.729] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[101165.764] (II) RADEON(0): Output VGA-0 has no monitor section
[101165.764] (II) RADEON(0): Output LVDS has no monitor section
[101165.768] (II) RADEON(0): Output DVI-0 has no monitor section
[101165.800] (II) RADEON(0): EDID for output VGA-0
[101165.800] (II) RADEON(0): EDID for output LVDS
[101165.800] (II) RADEON(0): Manufacturer: LEN  Model: 4022  Serial#: 0
[101165.800] (II) RADEON(0): Year: 2005  Week: 0
[101165.800] (II) RADEON(0): EDID Version: 1.3
[101165.800] (II) RADEON(0): Digital Display Input
[101165.800] (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 21
[101165.800] (II) RADEON(0): Gamma: 2.20
[101165.800] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[101165.800] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[101165.800] (II) RADEON(0): First detailed timing is preferred mode
[101165.800] (II) RADEON(0): redX: 0.590 redY: 0.342   greenX: 0.319 greenY: 0.540
[101165.800] (II) RADEON(0): blueX: 0.152 blueY: 0.137   whiteX: 0.313 whiteY: 0.329
[101165.800] (II) RADEON(0): Supported established timings:
[101165.800] (II) RADEON(0): 640x480@60Hz
[101165.800] (II) RADEON(0): 800x600@60Hz
[101165.800] (II) RADEON(0): 1024x768@60Hz
[101165.800] (II) RADEON(0): Manufacturer's mask: 0
[101165.801] (II) RADEON(0): Supported standard timings:
[101165.801] (II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[101165.801] (II) RADEON(0): Supported detailed timing:
[101165.801] (II) RADEON(0): clock: 108.0 MHz   Image Size:  286 x 214 mm
[101165.801] (II) RADEON(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688 h_border: 0
[101165.801] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[101165.801] (II) RADEON(0): Supported detailed timing:
[101165.801] (II) RADEON(0): clock: 90.0 MHz   Image Size:  286 x 214 mm
[101165.801] (II) RADEON(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688 h_border: 0
[101165.801] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[101165.801] (II) RADEON(0): Unknown vendor-specific block f
[101165.801] (II) RADEON(0):  LTN141P4-L02
[101165.801] (II) RADEON(0): EDID (in hex):
[101165.801] (II) RADEON(0): 	00ffffffffffff0030ae224000000000
[101165.801] (II) RADEON(0): 	000f0103801d1578ea2d059757518a27
[101165.801] (II) RADEON(0): 	23505421080081800101010101010101
[101165.801] (II) RADEON(0): 	010101010101302a7820511a10403070
[101165.801] (II) RADEON(0): 	13001ed61000001925237820511a1040
[101165.801] (II) RADEON(0): 	307013001ed6100000190000000f0090
[101165.801] (II) RADEON(0): 	43329043280f01004ca35034000000fe
[101165.801] (II) RADEON(0): 	004c544e31343150342d4c30320a0019
[101165.801] (II) RADEON(0): Printing probed modes for output LVDS
[101165.801] (II) RADEON(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101165.801] (II) RADEON(0): Modeline "1400x1050"x50.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101165.801] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[101165.801] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101165.801] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[101165.801] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[101165.801] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[101165.801] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[101165.801] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[101165.801] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101165.801] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[101165.801] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101165.802] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[101165.802] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[101165.802] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[101165.802] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101165.802] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[101165.806] (II) RADEON(0): EDID for output DVI-0
[101165.806] (II) RADEON(0): Output VGA-0 disconnected
[101165.806] (II) RADEON(0): Output LVDS connected
[101165.806] (II) RADEON(0): Output DVI-0 disconnected
[101165.806] (II) RADEON(0): Using exact sizes for initial modes
[101165.806] (II) RADEON(0): Output LVDS using initial mode 1400x1050
[101165.806] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[101165.806] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7a1c000
[101165.806] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[101165.806] (==) RADEON(0): DPI set to (96, 96)
[101165.806] (II) Loading sub module "fb"
[101165.806] (II) LoadModule: "fb"
[101165.806] (II) Loading /usr/lib/xorg/modules/libfb.so
[101165.806] (II) Module fb: vendor="X.Org Foundation"
[101165.806] 	compiled for 1.9.4.901, module version = 1.0.0
[101165.806] 	ABI class: X.Org ANSI C Emulation, version 0.4
[101165.807] (II) Loading sub module "ramdac"
[101165.807] (II) LoadModule: "ramdac"
[101165.807] (II) Module "ramdac" already built-in
[101165.807] (II) Loading sub module "exa"
[101165.807] (II) LoadModule: "exa"
[101165.807] (II) Loading /usr/lib/xorg/modules/libexa.so
[101165.807] (II) Module exa: vendor="X.Org Foundation"
[101165.807] 	compiled for 1.9.4.901, module version = 2.5.0
[101165.807] 	ABI class: X.Org Video Driver, version 8.0
[101165.807] (--) Depth 24 pixmap format is 32 bpp
[101165.807] (II) RADEON(0): [DRI2] Setup complete
[101165.807] (II) RADEON(0): [DRI2]   DRI driver: r300
[101165.808] (II) RADEON(0): Front buffer size: 5808K
[101165.808] (II) RADEON(0): VRAM usage limit set to 107308K
[101165.808] (==) RADEON(0): Backing store disabled
[101165.808] (II) RADEON(0): Direct rendering enabled
[101165.808] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[101165.808] (II) RADEON(0): Setting EXA maxPitchBytes
[101165.808] (II) EXA(0): Driver allocated offscreen pixmaps
[101165.808] (II) EXA(0): Driver registered support for the following operations:
[101165.808] (II)         Solid
[101165.808] (II)         Copy
[101165.808] (II)         Composite (RENDER acceleration)
[101165.808] (II)         UploadToScreen
[101165.808] (II)         DownloadFromScreen
[101165.808] (II) RADEON(0): Acceleration enabled
[101165.808] (==) RADEON(0): DPMS enabled
[101165.808] (==) RADEON(0): Silken mouse enabled
[101165.808] (II) RADEON(0): Set up textured video
[101165.808] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[101165.809] (--) RandR disabled
[101165.809] (II) Initializing built-in extension Generic Event Extension
[101165.809] (II) Initializing built-in extension SHAPE
[101165.809] (II) Initializing built-in extension MIT-SHM
[101165.809] (II) Initializing built-in extension XInputExtension
[101165.809] (II) Initializing built-in extension XTEST
[101165.809] (II) Initializing built-in extension BIG-REQUESTS
[101165.809] (II) Initializing built-in extension SYNC
[101165.809] (II) Initializing built-in extension XKEYBOARD
[101165.809] (II) Initializing built-in extension XC-MISC
[101165.809] (II) Initializing built-in extension SECURITY
[101165.809] (II) Initializing built-in extension XINERAMA
[101165.809] (II) Initializing built-in extension XFIXES
[101165.809] (II) Initializing built-in extension RENDER
[101165.809] (II) Initializing built-in extension RANDR
[101165.809] (II) Initializing built-in extension COMPOSITE
[101165.809] (II) Initializing built-in extension DAMAGE
[101165.809] (II) SELinux: Disabled on system
[101165.822] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[101165.822] (II) AIGLX: enabled GLX_INTEL_swap_event
[101165.822] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[101165.822] (II) AIGLX: enabled GLX_SGI_make_current_read
[101165.822] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[101165.822] (II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
[101165.822] (II) GLX: Initialized DRI2 GL provider for screen 0
[101165.823] (II) RADEON(0): Setting screen physical size to 370 x 277
[101165.873] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[101165.873] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[101165.873] (II) LoadModule: "evdev"
[101165.873] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[101165.873] (II) Module evdev: vendor="X.Org Foundation"
[101165.873] 	compiled for 1.9.4, module version = 2.6.0
[101165.873] 	Module class: X.Org XInput Driver
[101165.873] 	ABI class: X.Org XInput driver, version 11.0
[101165.873] (**) Power Button: always reports core events
[101165.873] (**) Power Button: Device: "/dev/input/event4"
[101165.884] (--) Power Button: Found keys
[101165.884] (II) Power Button: Configuring as keyboard
[101165.884] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[101165.884] (**) Option "xkb_rules" "evdev"
[101165.884] (**) Option "xkb_model" "thinkpad60"
[101165.884] (**) Option "xkb_layout" "us,us"
[101165.884] (**) Option "xkb_variant" "euro,intl"
[101165.884] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101165.917] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[101165.917] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[101165.917] (**) Video Bus: always reports core events
[101165.917] (**) Video Bus: Device: "/dev/input/event2"
[101165.928] (--) Video Bus: Found keys
[101165.928] (II) Video Bus: Configuring as keyboard
[101165.928] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[101165.928] (**) Option "xkb_rules" "evdev"
[101165.928] (**) Option "xkb_model" "thinkpad60"
[101165.928] (**) Option "xkb_layout" "us,us"
[101165.928] (**) Option "xkb_variant" "euro,intl"
[101165.928] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101165.931] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[101165.931] (II) No input driver/identifier specified (ignoring)
[101165.932] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[101165.932] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[101165.932] (**) Sleep Button: always reports core events
[101165.932] (**) Sleep Button: Device: "/dev/input/event3"
[101165.944] (--) Sleep Button: Found keys
[101165.944] (II) Sleep Button: Configuring as keyboard
[101165.944] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[101165.945] (**) Option "xkb_rules" "evdev"
[101165.945] (**) Option "xkb_model" "thinkpad60"
[101165.945] (**) Option "xkb_layout" "us,us"
[101165.945] (**) Option "xkb_variant" "euro,intl"
[101165.945] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101165.948] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[101165.948] (II) No input driver/identifier specified (ignoring)
[101165.953] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event8)
[101165.953] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[101165.953] (**) Logitech Optical USB Mouse: always reports core events
[101165.953] (**) Logitech Optical USB Mouse: Device: "/dev/input/event8"
[101165.953] (--) Logitech Optical USB Mouse: Found 3 mouse buttons
[101165.953] (--) Logitech Optical USB Mouse: Found scroll wheel(s)
[101165.953] (--) Logitech Optical USB Mouse: Found relative axes
[101165.953] (--) Logitech Optical USB Mouse: Found x and y relative axes
[101165.953] (II) Logitech Optical USB Mouse: Configuring as mouse
[101165.953] (II) Logitech Optical USB Mouse: Adding scrollwheel support
[101165.953] (**) Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
[101165.953] (**) Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[101165.953] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE)
[101165.954] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
[101165.954] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
[101165.954] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[101165.954] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[101165.954] (II) Logitech Optical USB Mouse: initialized for relative axes.
[101165.954] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse1)
[101165.954] (II) No input driver/identifier specified (ignoring)
[101165.962] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[101165.962] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[101165.962] (**) AT Translated Set 2 keyboard: always reports core events
[101165.962] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[101165.962] (--) AT Translated Set 2 keyboard: Found keys
[101165.962] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[101165.962] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[101165.962] (**) Option "xkb_rules" "evdev"
[101165.962] (**) Option "xkb_model" "thinkpad60"
[101165.962] (**) Option "xkb_layout" "us,us"
[101165.962] (**) Option "xkb_variant" "euro,intl"
[101165.962] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101165.962] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[101165.962] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[101165.962] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[101165.963] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad"
[101165.963] (II) LoadModule: "synaptics"
[101165.963] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[101165.963] (II) Module synaptics: vendor="X.Org Foundation"
[101165.963] 	compiled for 1.9.4, module version = 1.4.0
[101165.963] 	Module class: X.Org XInput Driver
[101165.963] 	ABI class: X.Org XInput driver, version 11.0
[101165.963] (**) Option "Device" "/dev/input/event5"
[101165.972] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[101165.972] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[101165.972] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[101165.972] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[101165.972] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[101165.972] (**) Option "VertEdgeScroll" "1"
[101165.972] (**) Option "RBCornerButton" "9"
[101165.972] (**) Option "LBCornerButton" "8"
[101165.972] (**) Option "TapButton1" "1"
[101165.980] (--) SynPS/2 Synaptics TouchPad: touchpad found
[101165.980] (**) SynPS/2 Synaptics TouchPad: always reports core events
[101165.984] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[101165.984] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[101165.984] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[101165.984] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[101165.984] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[101165.984] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[101165.984] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[101165.984] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[101165.988] (--) SynPS/2 Synaptics TouchPad: touchpad found
[101165.988] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[101165.988] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[101165.988] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad"
[101165.988] (**) Option "Device" "/dev/input/mouse0"
[101165.992] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[101165.992] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[101165.992] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[101165.992] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[101165.992] (**) Option "VertEdgeScroll" "1"
[101165.992] (**) Option "RBCornerButton" "9"
[101165.992] (**) Option "LBCornerButton" "8"
[101165.992] (**) Option "TapButton1" "1"
[101166.012] (EE) Query no Synaptics: 6003C8
[101166.012] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[101166.012] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[101166.016] (EE) PreInit returned NULL for "SynPS/2 Synaptics TouchPad"
[101166.016] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[101166.016] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[101166.016] (**) TPPS/2 IBM TrackPoint: always reports core events
[101166.016] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
[101166.016] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[101166.016] (--) TPPS/2 IBM TrackPoint: Found relative axes
[101166.016] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[101166.016] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[101166.016] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[101166.016] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[101166.016] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[101166.016] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[101166.016] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[101166.016] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[101166.016] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[101166.016] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[101166.017] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[101166.017] (II) No input driver/identifier specified (ignoring)
[101166.017] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[101166.017] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[101166.017] (**) ThinkPad Extra Buttons: always reports core events
[101166.017] (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
[101166.020] (--) ThinkPad Extra Buttons: Found keys
[101166.020] (II) ThinkPad Extra Buttons: Configuring as keyboard
[101166.020] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[101166.020] (**) Option "xkb_rules" "evdev"
[101166.020] (**) Option "xkb_model" "thinkpad60"
[101166.020] (**) Option "xkb_layout" "us,us"
[101166.020] (**) Option "xkb_variant" "euro,intl"
[101166.020] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101166.022] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event10)
[101166.023] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[101166.023] (**) ACPI Virtual Keyboard Device: always reports core events
[101166.023] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event10"
[101166.023] (--) ACPI Virtual Keyboard Device: Found keys
[101166.023] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[101166.023] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[101166.023] (**) Option "xkb_rules" "evdev"
[101166.023] (**) Option "xkb_model" "thinkpad60"
[101166.023] (**) Option "xkb_layout" "us,us"
[101166.023] (**) Option "xkb_variant" "euro,intl"
[101166.023] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101184.394] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101184.394] (II) RADEON(0): Printing DDC gathered Modelines:
[101184.394] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101184.394] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101184.394] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101184.394] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101184.394] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101184.394] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101184.458] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101184.458] (II) RADEON(0): Printing DDC gathered Modelines:
[101184.458] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101184.458] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101184.458] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101184.458] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101184.458] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101184.458] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101194.037] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101194.037] (II) RADEON(0): Printing DDC gathered Modelines:
[101194.037] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101194.037] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101194.037] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101194.037] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101194.037] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101194.037] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101194.042] (II) RADEON(0): Allocate new frame buffer 2680x1056 stride 2688
[101194.042] (II) RADEON(0): VRAM usage limit set to 102556K
[101194.121] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101194.121] (II) RADEON(0): Printing DDC gathered Modelines:
[101194.121] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101194.121] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101194.121] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101194.121] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101194.121] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101194.121] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101203.882] 
Backtrace:
[101203.883] 0: /usr/bin/X (xorg_backtrace+0x28) [0x45cf28]
[101203.883] 1: /usr/bin/X (0x400000+0x64d49) [0x464d49]
[101203.883] 2: /lib/libpthread.so.0 (0x7fe1626e4000+0xef60) [0x7fe1626f2f60]
[101203.883] 3: /lib/libc.so.6 (memcpy+0x15b) [0x7fe1614a788b]
[101203.883] 4: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe15f35c000+0xaa78b) [0x7fe15f40678b]
[101203.883] 5: /usr/lib/xorg/modules/libexa.so (0x7fe15ed1b000+0x6327) [0x7fe15ed21327]
[101203.883] 6: /usr/lib/xorg/modules/libexa.so (0x7fe15ed1b000+0x8d6a) [0x7fe15ed23d6a]
[101203.883] 7: /usr/lib/xorg/modules/libexa.so (0x7fe15ed1b000+0x11be6) [0x7fe15ed2cbe6]
[101203.883] 8: /usr/bin/X (miPolyText16+0x99) [0x5685a9]
[101203.883] 9: /usr/bin/X (0x400000+0xd0cd6) [0x4d0cd6]
[101203.883] 10: /usr/bin/X (doPolyText+0x176) [0x439b76]
[101203.883] 11: /usr/bin/X (PolyText+0x68) [0x43a0c8]
[101203.883] 12: /usr/bin/X (0x400000+0x30be4) [0x430be4]
[101203.883] 13: /usr/bin/X (0x400000+0x32e89) [0x432e89]
[101203.883] 14: /usr/bin/X (0x400000+0x257ab) [0x4257ab]
[101203.883] 15: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7fe161446c4d]
[101203.883] 16: /usr/bin/X (0x400000+0x25339) [0x425339]
[101203.883] Segmentation fault at address 0x16a9000
[101203.883] 
Fatal server error:
[101203.883] Caught signal 11 (Segmentation fault). Server aborting
[101203.883] 
[101203.883] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[101203.883] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[101203.883] 
[101203.884] (II) Power Button: Close
[101203.884] (II) UnloadModule: "evdev"
[101203.884] (II) Video Bus: Close
[101203.884] (II) UnloadModule: "evdev"
[101203.884] (II) Sleep Button: Close
[101203.884] (II) UnloadModule: "evdev"
[101203.890] (II) Logitech Optical USB Mouse: Close
[101203.890] (II) UnloadModule: "evdev"
[101203.892] (II) AT Translated Set 2 keyboard: Close
[101203.892] (II) UnloadModule: "evdev"
[101203.900] (II) UnloadModule: "synaptics"
[101203.904] (II) TPPS/2 IBM TrackPoint: Close
[101203.904] (II) UnloadModule: "evdev"
[101203.904] (II) ThinkPad Extra Buttons: Close
[101203.904] (II) UnloadModule: "evdev"
[101203.908] (II) ACPI Virtual Keyboard Device: Close
[101203.908] (II) UnloadModule: "evdev"
[101203.908] (II) AIGLX: Suspending AIGLX clients for VT switch
[101809.631] 
X.Org X Server 1.9.4.901 (1.9.5 RC 1)
Release Date: 2011-03-04
[101809.680] X Protocol Version 11, Revision 0
[101809.681] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[101809.682] Current Operating System: Linux kinakuta 2.6.38-1-amd64 #1 SMP Wed Mar 16 17:38:02 UTC 2011 x86_64
[101809.684] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-1-amd64 root=/dev/mapper/kikutani-root ro quiet
[101809.701] Build Date: 07 March 2011  03:32:09PM
[101809.702] xorg-server 2:1.9.4.901-1 (Cyril Brulebois <kibi@debian.org>) 
[101809.702] Current version of pixman: 0.21.4
[101809.703] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[101809.704] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[101809.761] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 27 12:29:59 2011
[101809.803] (==) Using config directory: "/etc/X11/xorg.conf.d"
[101809.804] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[101809.875] (==) No Layout section.  Using the first Screen section.
[101809.878] (==) No screen section available. Using defaults.
[101809.878] (**) |-->Screen "Default Screen Section" (0)
[101809.880] (**) |   |-->Monitor "<default monitor>"
[101809.908] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[101809.909] (**) |   |-->Device "Card0"
[101809.912] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[101809.924] (**) Option "DontZap" "off"
[101809.930] (==) Automatically adding devices
[101809.930] (==) Automatically enabling devices
[101809.946] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[101809.947] 	Entry deleted from font path.
[101809.951] (==) 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
[101809.951] (==) ModulePath set to "/usr/lib/xorg/modules"
[101809.955] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[101809.957] (II) Loader magic: 0x7d1b40
[101809.960] (II) Module ABI versions:
[101809.960] 	X.Org ANSI C Emulation: 0.4
[101809.961] 	X.Org Video Driver: 8.0
[101809.961] 	X.Org XInput driver : 11.0
[101809.962] 	X.Org Server Extension : 4.0
[101810.019] (--) PCI:*(0:1:0:0) 1002:7145:17aa:2006 rev 0, Mem @ 0xd8000000/134217728, 0xee100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[101810.030] (II) Open ACPI successful (/var/run/acpid.socket)
[101810.039] (II) LoadModule: "extmod"
[101810.203] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[101810.252] (II) Module extmod: vendor="X.Org Foundation"
[101810.253] 	compiled for 1.9.4.901, module version = 1.0.0
[101810.254] 	Module class: X.Org Server Extension
[101810.258] 	ABI class: X.Org Server Extension, version 4.0
[101810.263] (II) Loading extension SELinux
[101810.264] (II) Loading extension MIT-SCREEN-SAVER
[101810.264] (II) Loading extension XFree86-VidModeExtension
[101810.264] (II) Loading extension XFree86-DGA
[101810.264] (II) Loading extension DPMS
[101810.264] (II) Loading extension XVideo
[101810.265] (II) Loading extension XVideo-MotionCompensation
[101810.265] (II) Loading extension X-Resource
[101810.267] (II) LoadModule: "dbe"
[101810.269] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[101810.273] (II) Module dbe: vendor="X.Org Foundation"
[101810.273] 	compiled for 1.9.4.901, module version = 1.0.0
[101810.273] 	Module class: X.Org Server Extension
[101810.273] 	ABI class: X.Org Server Extension, version 4.0
[101810.274] (II) Loading extension DOUBLE-BUFFER
[101810.274] (II) LoadModule: "glx"
[101810.275] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[101810.303] (II) Module glx: vendor="X.Org Foundation"
[101810.303] 	compiled for 1.9.4.901, module version = 1.0.0
[101810.303] 	ABI class: X.Org Server Extension, version 4.0
[101810.305] (==) AIGLX enabled
[101810.306] (II) Loading extension GLX
[101810.307] (II) LoadModule: "record"
[101810.308] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[101810.311] (II) Module record: vendor="X.Org Foundation"
[101810.311] 	compiled for 1.9.4.901, module version = 1.13.0
[101810.312] 	Module class: X.Org Server Extension
[101810.312] 	ABI class: X.Org Server Extension, version 4.0
[101810.312] (II) Loading extension RECORD
[101810.312] (II) LoadModule: "dri"
[101810.314] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[101810.320] (II) Module dri: vendor="X.Org Foundation"
[101810.320] 	compiled for 1.9.4.901, module version = 1.0.0
[101810.320] 	ABI class: X.Org Server Extension, version 4.0
[101810.321] (II) Loading extension XFree86-DRI
[101810.321] (II) LoadModule: "dri2"
[101810.323] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[101810.327] (II) Module dri2: vendor="X.Org Foundation"
[101810.327] 	compiled for 1.9.4.901, module version = 1.2.0
[101810.327] 	ABI class: X.Org Server Extension, version 4.0
[101810.329] (II) Loading extension DRI2
[101810.334] (II) LoadModule: "radeon"
[101810.337] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[101810.385] (II) Module radeon: vendor="X.Org Foundation"
[101810.385] 	compiled for 1.9.4, module version = 6.14.0
[101810.386] 	Module class: X.Org Video Driver
[101810.386] 	ABI class: X.Org Video Driver, version 8.0
[101810.391] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
	ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
	ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6250 Graphics, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, AMD Radeon HD 6900M Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS,
	Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6800 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS
[101810.430] (--) using VT number 7

[101810.499] (II) [KMS] Kernel modesetting enabled.
[101810.542] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[101810.546] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[101810.550] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[101810.551] (==) RADEON(0): Default visual is TrueColor
[101810.556] (**) RADEON(0): Option "DRI"
[101810.558] (==) RADEON(0): RGB weight 888
[101810.561] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[101810.563] (--) RADEON(0): Chipset: "ATI Mobility Radeon X1400" (ChipID = 0x7145)
[101810.567] (II) RADEON(0): PCIE card detected
[101810.573] drmOpenDevice: node name is /dev/dri/card0
[101810.575] drmOpenDevice: open result is 12, (OK)
[101810.585] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[101810.585] drmOpenDevice: node name is /dev/dri/card0
[101810.586] drmOpenDevice: open result is 12, (OK)
[101810.586] drmOpenByBusid: drmOpenMinor returns 12
[101810.589] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[101810.593] (II) RADEON(0): KMS Color Tiling: enabled
[101810.594] (II) RADEON(0): KMS Pageflipping: enabled
[101810.595] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[101810.676] (II) RADEON(0): Output VGA-0 has no monitor section
[101810.688] (II) RADEON(0): Output LVDS has no monitor section
[101810.693] (II) RADEON(0): Output DVI-0 has no monitor section
[101810.740] (II) RADEON(0): EDID for output VGA-0
[101810.772] (II) RADEON(0): EDID for output LVDS
[101810.772] (II) RADEON(0): Manufacturer: LEN  Model: 4022  Serial#: 0
[101810.773] (II) RADEON(0): Year: 2005  Week: 0
[101810.773] (II) RADEON(0): EDID Version: 1.3
[101810.774] (II) RADEON(0): Digital Display Input
[101810.775] (II) RADEON(0): Max Image Size [cm]: horiz.: 29  vert.: 21
[101810.777] (II) RADEON(0): Gamma: 2.20
[101810.779] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[101810.782] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[101810.782] (II) RADEON(0): First detailed timing is preferred mode
[101810.784] (II) RADEON(0): redX: 0.590 redY: 0.342   greenX: 0.319 greenY: 0.540
[101810.789] (II) RADEON(0): blueX: 0.152 blueY: 0.137   whiteX: 0.313 whiteY: 0.329
[101810.791] (II) RADEON(0): Supported established timings:
[101810.791] (II) RADEON(0): 640x480@60Hz
[101810.792] (II) RADEON(0): 800x600@60Hz
[101810.793] (II) RADEON(0): 1024x768@60Hz
[101810.794] (II) RADEON(0): Manufacturer's mask: 0
[101810.795] (II) RADEON(0): Supported standard timings:
[101810.795] (II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[101810.805] (II) RADEON(0): Supported detailed timing:
[101810.805] (II) RADEON(0): clock: 108.0 MHz   Image Size:  286 x 214 mm
[101810.808] (II) RADEON(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688 h_border: 0
[101810.809] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[101810.810] (II) RADEON(0): Supported detailed timing:
[101810.810] (II) RADEON(0): clock: 90.0 MHz   Image Size:  286 x 214 mm
[101810.812] (II) RADEON(0): h_active: 1400  h_sync: 1448  h_sync_end 1560 h_blank_end 1688 h_border: 0
[101810.812] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[101810.813] (II) RADEON(0): Unknown vendor-specific block f
[101810.814] (II) RADEON(0):  LTN141P4-L02
[101810.815] (II) RADEON(0): EDID (in hex):
[101810.816] (II) RADEON(0): 	00ffffffffffff0030ae224000000000
[101810.817] (II) RADEON(0): 	000f0103801d1578ea2d059757518a27
[101810.817] (II) RADEON(0): 	23505421080081800101010101010101
[101810.818] (II) RADEON(0): 	010101010101302a7820511a10403070
[101810.818] (II) RADEON(0): 	13001ed61000001925237820511a1040
[101810.818] (II) RADEON(0): 	307013001ed6100000190000000f0090
[101810.818] (II) RADEON(0): 	43329043280f01004ca35034000000fe
[101810.819] (II) RADEON(0): 	004c544e31343150342d4c30320a0019
[101810.850] (II) RADEON(0): Printing probed modes for output LVDS
[101810.856] (II) RADEON(0): Modeline "1400x1050"x60.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101810.856] (II) RADEON(0): Modeline "1400x1050"x50.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101810.858] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[101810.859] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101810.859] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[101810.860] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[101810.860] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[101810.860] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[101810.861] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[101810.861] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101810.862] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[101810.862] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101810.862] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[101810.862] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[101810.863] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[101810.863] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101810.863] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[101810.868] (II) RADEON(0): EDID for output DVI-0
[101810.871] (II) RADEON(0): Output VGA-0 disconnected
[101810.872] (II) RADEON(0): Output LVDS connected
[101810.872] (II) RADEON(0): Output DVI-0 disconnected
[101810.884] (II) RADEON(0): Using exact sizes for initial modes
[101810.885] (II) RADEON(0): Output LVDS using initial mode 1400x1050
[101810.904] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[101810.922] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7a1c000
[101810.924] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[101810.927] (==) RADEON(0): DPI set to (96, 96)
[101810.928] (II) Loading sub module "fb"
[101810.928] (II) LoadModule: "fb"
[101810.929] (II) Loading /usr/lib/xorg/modules/libfb.so
[101810.940] (II) Module fb: vendor="X.Org Foundation"
[101810.940] 	compiled for 1.9.4.901, module version = 1.0.0
[101810.941] 	ABI class: X.Org ANSI C Emulation, version 0.4
[101810.946] (II) Loading sub module "ramdac"
[101810.946] (II) LoadModule: "ramdac"
[101810.946] (II) Module "ramdac" already built-in
[101810.950] (II) Loading sub module "exa"
[101810.950] (II) LoadModule: "exa"
[101810.953] (II) Loading /usr/lib/xorg/modules/libexa.so
[101810.960] (II) Module exa: vendor="X.Org Foundation"
[101810.960] 	compiled for 1.9.4.901, module version = 2.5.0
[101810.960] 	ABI class: X.Org Video Driver, version 8.0
[101810.974] (--) Depth 24 pixmap format is 32 bpp
[101811.007] (II) RADEON(0): [DRI2] Setup complete
[101811.007] (II) RADEON(0): [DRI2]   DRI driver: r300
[101811.028] (II) RADEON(0): Front buffer size: 5808K
[101811.029] (II) RADEON(0): VRAM usage limit set to 107308K
[101811.113] (==) RADEON(0): Backing store disabled
[101811.114] (II) RADEON(0): Direct rendering enabled
[101811.118] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[101811.118] (II) RADEON(0): Setting EXA maxPitchBytes
[101811.134] (II) EXA(0): Driver allocated offscreen pixmaps
[101811.136] (II) EXA(0): Driver registered support for the following operations:
[101811.137] (II)         Solid
[101811.137] (II)         Copy
[101811.138] (II)         Composite (RENDER acceleration)
[101811.138] (II)         UploadToScreen
[101811.138] (II)         DownloadFromScreen
[101811.141] (II) RADEON(0): Acceleration enabled
[101811.143] (==) RADEON(0): DPMS enabled
[101811.147] (==) RADEON(0): Silken mouse enabled
[101811.185] (II) RADEON(0): Set up textured video
[101811.213] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[101811.346] (--) RandR disabled
[101811.355] (II) Initializing built-in extension Generic Event Extension
[101811.356] (II) Initializing built-in extension SHAPE
[101811.356] (II) Initializing built-in extension MIT-SHM
[101811.356] (II) Initializing built-in extension XInputExtension
[101811.356] (II) Initializing built-in extension XTEST
[101811.357] (II) Initializing built-in extension BIG-REQUESTS
[101811.357] (II) Initializing built-in extension SYNC
[101811.357] (II) Initializing built-in extension XKEYBOARD
[101811.357] (II) Initializing built-in extension XC-MISC
[101811.357] (II) Initializing built-in extension SECURITY
[101811.357] (II) Initializing built-in extension XINERAMA
[101811.357] (II) Initializing built-in extension XFIXES
[101811.357] (II) Initializing built-in extension RENDER
[101811.358] (II) Initializing built-in extension RANDR
[101811.358] (II) Initializing built-in extension COMPOSITE
[101811.358] (II) Initializing built-in extension DAMAGE
[101811.373] (II) SELinux: Disabled on system
[101812.475] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[101812.476] (II) AIGLX: enabled GLX_INTEL_swap_event
[101812.478] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[101812.479] (II) AIGLX: enabled GLX_SGI_make_current_read
[101812.482] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[101812.517] (II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
[101812.517] (II) GLX: Initialized DRI2 GL provider for screen 0
[101812.723] (II) RADEON(0): Setting screen physical size to 370 x 277
[101817.361] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[101817.386] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[101817.393] (II) LoadModule: "evdev"
[101817.397] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[101817.400] (II) Module evdev: vendor="X.Org Foundation"
[101817.400] 	compiled for 1.9.4, module version = 2.6.0
[101817.400] 	Module class: X.Org XInput Driver
[101817.401] 	ABI class: X.Org XInput driver, version 11.0
[101817.417] (**) Power Button: always reports core events
[101817.421] (**) Power Button: Device: "/dev/input/event4"
[101817.443] (--) Power Button: Found keys
[101817.444] (II) Power Button: Configuring as keyboard
[101817.449] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[101817.453] (**) Option "xkb_rules" "evdev"
[101817.453] (**) Option "xkb_model" "thinkpad60"
[101817.454] (**) Option "xkb_layout" "us,us"
[101817.455] (**) Option "xkb_variant" "euro,intl"
[101817.455] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101820.223] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[101820.223] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[101820.224] (**) Video Bus: always reports core events
[101820.224] (**) Video Bus: Device: "/dev/input/event2"
[101820.225] (--) Video Bus: Found keys
[101820.225] (II) Video Bus: Configuring as keyboard
[101820.225] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[101820.225] (**) Option "xkb_rules" "evdev"
[101820.226] (**) Option "xkb_model" "thinkpad60"
[101820.226] (**) Option "xkb_layout" "us,us"
[101820.226] (**) Option "xkb_variant" "euro,intl"
[101820.226] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101820.244] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[101820.245] (II) No input driver/identifier specified (ignoring)
[101820.250] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[101820.250] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[101820.251] (**) Sleep Button: always reports core events
[101820.252] (**) Sleep Button: Device: "/dev/input/event3"
[101820.252] (--) Sleep Button: Found keys
[101820.252] (II) Sleep Button: Configuring as keyboard
[101820.253] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[101820.253] (**) Option "xkb_rules" "evdev"
[101820.253] (**) Option "xkb_model" "thinkpad60"
[101820.253] (**) Option "xkb_layout" "us,us"
[101820.253] (**) Option "xkb_variant" "euro,intl"
[101820.254] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101820.281] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[101820.282] (II) No input driver/identifier specified (ignoring)
[101820.318] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event8)
[101820.319] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[101820.320] (**) Logitech Optical USB Mouse: always reports core events
[101820.320] (**) Logitech Optical USB Mouse: Device: "/dev/input/event8"
[101820.321] (--) Logitech Optical USB Mouse: Found 3 mouse buttons
[101820.322] (--) Logitech Optical USB Mouse: Found scroll wheel(s)
[101820.323] (--) Logitech Optical USB Mouse: Found relative axes
[101820.323] (--) Logitech Optical USB Mouse: Found x and y relative axes
[101820.326] (II) Logitech Optical USB Mouse: Configuring as mouse
[101820.327] (II) Logitech Optical USB Mouse: Adding scrollwheel support
[101820.331] (**) Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
[101820.332] (**) Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[101820.334] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE)
[101820.365] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
[101820.372] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
[101820.384] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[101820.384] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[101820.386] (II) Logitech Optical USB Mouse: initialized for relative axes.
[101820.404] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse1)
[101820.405] (II) No input driver/identifier specified (ignoring)
[101820.465] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[101820.465] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[101820.466] (**) AT Translated Set 2 keyboard: always reports core events
[101820.466] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[101820.466] (--) AT Translated Set 2 keyboard: Found keys
[101820.466] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[101820.467] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[101820.467] (**) Option "xkb_rules" "evdev"
[101820.467] (**) Option "xkb_model" "thinkpad60"
[101820.467] (**) Option "xkb_layout" "us,us"
[101820.468] (**) Option "xkb_variant" "euro,intl"
[101820.468] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101820.476] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[101820.476] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[101820.476] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[101820.477] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad"
[101820.478] (II) LoadModule: "synaptics"
[101820.481] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[101820.483] (II) Module synaptics: vendor="X.Org Foundation"
[101820.483] 	compiled for 1.9.4, module version = 1.4.0
[101820.484] 	Module class: X.Org XInput Driver
[101820.484] 	ABI class: X.Org XInput driver, version 11.0
[101820.489] (**) Option "Device" "/dev/input/event5"
[101820.506] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[101820.507] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[101820.509] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[101820.510] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[101820.516] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[101820.534] (**) Option "VertEdgeScroll" "1"
[101820.538] (**) Option "RBCornerButton" "9"
[101820.538] (**) Option "LBCornerButton" "8"
[101820.539] (**) Option "TapButton1" "1"
[101820.556] (--) SynPS/2 Synaptics TouchPad: touchpad found
[101820.557] (**) SynPS/2 Synaptics TouchPad: always reports core events
[101820.561] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[101820.569] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[101820.572] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[101820.572] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[101820.578] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[101820.578] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[101820.578] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[101820.579] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[101820.622] (--) SynPS/2 Synaptics TouchPad: touchpad found
[101820.640] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[101820.640] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[101820.640] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad"
[101820.641] (**) Option "Device" "/dev/input/mouse0"
[101820.643] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[101820.643] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[101820.644] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[101820.644] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[101820.647] (**) Option "VertEdgeScroll" "1"
[101820.647] (**) Option "RBCornerButton" "9"
[101820.647] (**) Option "LBCornerButton" "8"
[101820.648] (**) Option "TapButton1" "1"
[101820.680] (EE) Query no Synaptics: 6003C8
[101820.681] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[101820.684] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[101820.686] (EE) PreInit returned NULL for "SynPS/2 Synaptics TouchPad"
[101820.691] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[101820.691] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[101820.692] (**) TPPS/2 IBM TrackPoint: always reports core events
[101820.692] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
[101820.692] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[101820.692] (--) TPPS/2 IBM TrackPoint: Found relative axes
[101820.693] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[101820.693] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[101820.693] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[101820.693] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[101820.694] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[101820.695] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[101820.695] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[101820.696] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[101820.696] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[101820.696] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[101820.700] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[101820.701] (II) No input driver/identifier specified (ignoring)
[101820.709] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[101820.710] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[101820.710] (**) ThinkPad Extra Buttons: always reports core events
[101820.710] (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
[101820.711] (--) ThinkPad Extra Buttons: Found keys
[101820.711] (II) ThinkPad Extra Buttons: Configuring as keyboard
[101820.711] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[101820.711] (**) Option "xkb_rules" "evdev"
[101820.712] (**) Option "xkb_model" "thinkpad60"
[101820.712] (**) Option "xkb_layout" "us,us"
[101820.712] (**) Option "xkb_variant" "euro,intl"
[101820.712] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101820.744] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event10)
[101820.745] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[101820.745] (**) ACPI Virtual Keyboard Device: always reports core events
[101820.746] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event10"
[101820.746] (--) ACPI Virtual Keyboard Device: Found keys
[101820.746] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[101820.746] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[101820.747] (**) Option "xkb_rules" "evdev"
[101820.747] (**) Option "xkb_model" "thinkpad60"
[101820.747] (**) Option "xkb_layout" "us,us"
[101820.747] (**) Option "xkb_variant" "euro,intl"
[101820.747] (**) Option "xkb_options" "ctrl:nocaps,grp:alt_shift_toggle,compose:menu,terminate:ctrl_alt_bksp,lv3:ralt_switch"
[101828.197] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101828.214] (II) RADEON(0): Printing DDC gathered Modelines:
[101828.215] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101828.216] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101828.217] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101828.217] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101828.217] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101828.217] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101832.469] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101832.470] (II) RADEON(0): Printing DDC gathered Modelines:
[101832.470] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101832.470] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101832.471] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101832.471] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101832.471] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101832.472] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101832.613] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101832.613] (II) RADEON(0): Printing DDC gathered Modelines:
[101832.613] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101832.614] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101832.614] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101832.614] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101832.615] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101832.615] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101840.842] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101840.843] (II) RADEON(0): Printing DDC gathered Modelines:
[101840.843] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101840.843] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101840.844] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101840.844] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101840.846] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101840.847] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101840.884] (II) RADEON(0): Allocate new frame buffer 2680x1056 stride 2688
[101840.894] (II) RADEON(0): VRAM usage limit set to 102556K
[101841.067] (II) RADEON(0): EDID vendor "LEN", prod id 16418
[101841.068] (II) RADEON(0): Printing DDC gathered Modelines:
[101841.068] (II) RADEON(0): Modeline "1400x1050"x0.0  108.00  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[101841.069] (II) RADEON(0): Modeline "1400x1050"x0.0   89.97  1400 1448 1560 1688  1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[101841.069] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[101841.069] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[101841.069] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[101841.070] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[101848.938] 
Backtrace:
[101848.957] 0: Xorg (xorg_backtrace+0x28) [0x45cf28]
[101848.958] 1: Xorg (0x400000+0x64d49) [0x464d49]
[101848.959] 2: /lib/libpthread.so.0 (0x56bc000+0xef60) [0x56caf60]
[101848.959] 3: /usr/lib/libdrm_radeon.so.1 (radeon_bo_unmap+0x4) [0x9063254]
[101848.959] 4: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x8d44000+0xaa79d) [0x8dee79d]
[101848.959] 5: /usr/lib/xorg/modules/libexa.so (0x9489000+0x6327) [0x948f327]
[101848.959] 6: /usr/lib/xorg/modules/libexa.so (0x9489000+0x8d6a) [0x9491d6a]
[101848.959] 7: /usr/lib/xorg/modules/libexa.so (0x9489000+0x1369a) [0x949c69a]
[101848.960] 8: Xorg (0x400000+0xcf43d) [0x4cf43d]
[101848.960] 9: Xorg (0x400000+0x306f2) [0x4306f2]
[101848.961] 10: Xorg (0x400000+0x32e89) [0x432e89]
[101848.961] 11: Xorg (0x400000+0x257ab) [0x4257ab]
[101848.961] 12: /lib/libc.so.6 (__libc_start_main+0xfd) [0x6850c4d]
[101848.962] 13: Xorg (0x400000+0x25339) [0x425339]
[101848.966] Segmentation fault at address (nil)
[101848.967] 
Fatal server error:
[101848.967] Caught signal 11 (Segmentation fault). Server aborting
[101848.968] 
[101848.968] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[101848.969] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[101848.969] 
[REMOVE, NOT USED] libdrm-dev
[REMOVE, NOT USED] libdrm-nouveau1a
[REMOVE, NOT USED] libegl1-mesa
[REMOVE, NOT USED] libegl1-mesa-dev
[REMOVE, NOT USED] libegl1-mesa-drivers
[REMOVE, NOT USED] libhttp-access2-ruby1.8
[REMOVE, NOT USED] libkms1
[REMOVE, NOT USED] libpango1.0-common
[REMOVE, NOT USED] libxcb-dri2-0
[REMOVE, NOT USED] libxcb-xfixes0
[INSTALL, DEPENDENCIES] gcc-4.6-base
[INSTALL, DEPENDENCIES] libclutter-1.0-common
[INSTALL, DEPENDENCIES] libquadmath0
[HOLD] mutt
[HOLD] mutt-patched
[UPGRADE] acpid 1:2.0.8-3 -> 1:2.0.8-4
[UPGRADE] apt-listbugs 0.1.3 -> 0.1.4
[UPGRADE] ca-certificates 20090814+nmu2 -> 20090814+nmu3
[UPGRADE] chromium-browser-inspector 10.0.648.133~r77742-1 -> 10.0.648.204~r79063-1
[UPGRADE] chromium-inspector 10.0.648.133~r77742-1 -> 10.0.648.204~r79063-1
[UPGRADE] grub-common 1.99~rc1-5 -> 1.99~rc1-6
[UPGRADE] grub-pc 1.99~rc1-5 -> 1.99~rc1-6
[UPGRADE] lib32gcc1 1:4.5.2-7 -> 1:4.6.0-1
[UPGRADE] lib32stdc++6 4.5.2-7 -> 4.6.0-1
[UPGRADE] libao-common 1.0.0-5 -> 1.1.0-1
[UPGRADE] libao4 1.0.0-5 -> 1.1.0-1
[UPGRADE] libatk1.0-0 1.32.0-1+sid1 -> 1.32.0-3
[UPGRADE] libatk1.0-data 1.32.0-1+sid1 -> 1.32.0-3
[UPGRADE] libatk1.0-dev 1.32.0-1+sid1 -> 1.32.0-3
[UPGRADE] libcairo-gobject2 1.10.2-4 -> 1.10.2-6
[UPGRADE] libcairo-script-interpreter2 1.10.2-4 -> 1.10.2-6
[UPGRADE] libcairo2 1.10.2-4 -> 1.10.2-6
[UPGRADE] libcairo2-dev 1.10.2-4 -> 1.10.2-6
[UPGRADE] libclutter-1.0-0 1.6.10-1 -> 1.6.10-3
[UPGRADE] libgcc1 1:4.5.2-7 -> 1:4.6.0-1
[UPGRADE] libgfortran3 4.5.2-7 -> 4.6.0-1
[UPGRADE] libgomp1 4.5.2-7 -> 4.6.0-1
[UPGRADE] libhawtjni-runtime-java 1.0~+git0c502e20c4-1 -> 1.0~+git0c502e20c4-2
[UPGRADE] libisofs6 1.0.4-1 -> 1.0.4-2
[UPGRADE] libjansi-native-java 1.0-1 -> 1.0-2
[UPGRADE] libmusicbrainz4c2a 2.1.5-4 -> 2.1.5-5
[UPGRADE] libpango1.0-0 1.28.3-2~sid1 -> 1.28.3-5
[UPGRADE] libpango1.0-dev 1.28.3-2~sid1 -> 1.28.3-5
[UPGRADE] libpolkit-agent-1-0 0.99-3 -> 0.101-2
[UPGRADE] libpolkit-backend-1-0 0.99-3 -> 0.101-2
[UPGRADE] libpolkit-gobject-1-0 0.99-3 -> 0.101-2
[UPGRADE] libregexp-assemble-perl 0.34-5 -> 0.34-6
[UPGRADE] libruby 4.5 -> 4.7
[UPGRADE] libruby1.8 1.8.7.334-1 -> 1.8.7.334-3
[UPGRADE] libstdc++6 4.5.2-7 -> 4.6.0-1
[UPGRADE] libusbmuxd1 1.0.6-2 -> 1.0.7-1
[UPGRADE] libx11-6 2:1.4.1-5 -> 2:1.4.2-1
[UPGRADE] libx11-data 2:1.4.1-5 -> 2:1.4.2-1
[UPGRADE] libx11-dev 2:1.4.1-5 -> 2:1.4.2-1
[UPGRADE] libx11-xcb1 2:1.4.1-5 -> 2:1.4.2-1
[UPGRADE] libxi-dev 2:1.4.1-1 -> 2:1.4.2-1
[UPGRADE] libxi6 2:1.4.1-1 -> 2:1.4.2-1
[UPGRADE] policykit-1 0.99-3 -> 0.101-2
[UPGRADE] policykit-1-gnome 0.99-2 -> 0.101-2
[UPGRADE] python-logilab-astng 0.20.1-1 -> 0.21.1-1
[UPGRADE] python-logilab-common 0.50.3-1 -> 0.55.0-1
[UPGRADE] ruby 4.5 -> 4.7
[UPGRADE] ruby1.8 1.8.7.334-1 -> 1.8.7.334-3
[UPGRADE] ruby1.8-dev 1.8.7.334-1 -> 1.8.7.334-3
[UPGRADE] usbmuxd 1.0.6-2 -> 1.0.7-1
[UPGRADE] xserver-common 2:1.9.4.901-1 -> 2:1.9.5-1
[UPGRADE] xserver-xephyr 2:1.9.4.901-1 -> 2:1.9.5-1
[UPGRADE] xserver-xorg-core 2:1.9.4.901-1 -> 2:1.9.5-1
[UPGRADE] xserver-xorg-core-dbg 2:1.9.4.901-1 -> 2:1.9.5-1
[UPGRADE] xserver-xorg-dev 2:1.9.4.901-1 -> 2:1.9.5-1
[UPGRADE] xutils-dev 1:7.6+2 -> 1:7.6+3
[UPGRADE] xvfb 2:1.9.4.901-1 -> 2:1.9.5-1
===============================================================================

Attachment: signature.asc
Description: Digital signature


Reply to: