[SOLVED] XFCE Crashes

Hi,
I have some 'stability problems' with my XFCE+Compiz installation. I'm using the newest updates and also configured most things as said in the wiki.
Most times I have desktop crashes, wich means restarting the DE.
I use plank & conky. Slim as login manager.
Have an Geforce 450 GTS GPU and an i5-2400 CPU.
Sometimes plank is disappeared from my desktop, but still when hovering over the 'invisible dock' I can see the labels from the icons. (There is no dock visible)
This is my .xinitrc: (modded to load conky and plank)
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
# Do not launch dbus before ConsoleKit (FS#25031)
#[ -x "$f" ] && . "$f"
[ "$f" -ne "/etc/X11/xinit/xinitrc.d/30-dbus" ] && [ -x "$f" ] && . "$f"
done
unset f
fi
exec /home/user/.start-everything.sh
start-everything.sh:
#!/bin/sh
cd /home/user
eval `dbus-launch --sh-syntax --exit-with-session`
/usr/bin/X :0.0 -br -audit 0 -nolisten tcp vt7 &
export DISPLAY=:0.0
sleep 1
startxfce4 > /tmp/xfce4.log 2>&1 &
(sleep 10 && conky -c /home/user/.conky/.conkyrc_bar) &
plank
Hope someone can help me, maybe I'm doing something wrong.
Thanks!
Last edited by beta990 (2012-08-25 13:45:34)

The Wiki states that the 'exec whatever your DE might be' should always be the last command in your autostart file. In other words: first start all the programs you want running (with a 'wait' command if you so choose) and start the DE or WM last.
If you try:
#!/bin/sh
cd /home/user
eval `dbus-launch --sh-syntax --exit-with-session`
/usr/bin/X :0.0 -br -audit 0 -nolisten tcp vt7 &
export DISPLAY=:0.0
sleep 1
(sleep 10 && conky -c /home/user/.conky/.conkyrc_bar) &
plank &
exec startxfce4
it should work IMO...
Also: is there a specific reason you start a 'start-everything.sh' shell script from your .xintrc, which is also a shell script? You can easily start all the apps you need by putting them all in ~/.xinitrc.
Last edited by Dustbin (2012-05-13 08:56:36)

Similar Messages

  • Xfce crashed

    xfce crashed and stays crashed even after reboots..
    I tried to uninstall it and the reinstallit but did not work. Actually sudo startxfce4 perfectly works (but then I have to stay logged in as root).
    How to solve this?
    Thanks,
    G1ac

    If it works as another user, than probably your settings are messed up. I would first try to delete saved sessions stored probably somewhere in .cache or .local (don't know, don't use xfce). If that won't help delete also xfce config files probably in .config. If it still won't work look into .xsession-errors.

  • [SOLVED] Xinerama crashing xorg 1.9

    After installing the latest xorg packages (1.9) I can no longer use xinerama when I have two monitors connected.
    I've tried this with several WMs, and none of them want to start with xinerama activa and an external monitor on VGA from my laptop.
    I'm using the latest nvidia binary drivers (not beta) and both monitros work if I disable xinerama, and I can run xinerama if I do not have anything connected to the VGA out.
    Anyone else noticed this and know what to do about it?
    Last edited by grine (2010-10-01 14:13:52)

    /etc/X11/xorg.conf.d/10-monitor.conf
    This and evdev are the only ones I've modified, evdev I just added the menu key on the keyboard as a compose button.
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    Option "NoLogo" "True"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    Option "NoLogo" "True"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "DualSreen"
    Screen 0 "Screen0"
    Screen 1 "Screen1" LeftOf "Screen0" #Screen1 at the left of Screen0
    Option "Xinerama" "1" #To move windows between screens
    EndSection
    Xorg.1.log (Xorg.0.log is for X without Xinerama)
    [ 12428.460]
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [ 12428.460] X Protocol Version 11, Revision 0
    [ 12428.461] Build Operating System: Linux 2.6.34-ARCH i686
    [ 12428.461] Current Operating System: Linux myhost 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 07:17:20 UTC 2010 i686
    [ 12428.461] Kernel command line: root=/dev/disk/by-uuid/295976ce-2dec-40c7-a8ae-499184c1b9ef resume=/dev/disk/by-uuid/d9b14b1c-8246-4468-b8e7-06e1628119c7 ro
    [ 12428.461] Build Date: 24 August 2010 01:42:08PM
    [ 12428.461]
    [ 12428.461] Current version of pixman: 0.18.4
    [ 12428.461] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12428.461] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12428.461] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Sep 30 11:39:51 2010
    [ 12428.461] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 12428.461] (==) ServerLayout "DualSreen"
    [ 12428.461] (**) |-->Screen "Screen0" (0)
    [ 12428.461] (**) | |-->Monitor "Monitor0"
    [ 12428.461] (**) | |-->Device "Device0"
    [ 12428.461] (**) |-->Screen "Screen1" (1)
    [ 12428.461] (**) | |-->Monitor "Monitor1"
    [ 12428.461] (**) | |-->Device "Device1"
    [ 12428.461] (**) Option "Xinerama" "1"
    [ 12428.461] (==) Automatically adding devices
    [ 12428.461] (==) Automatically enabling devices
    [ 12428.461] (**) Xinerama: enabled
    [ 12428.462] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 12428.462] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12428.462] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 12428.462] (II) Loader magic: 0x81f3200
    [ 12428.462] (II) Module ABI versions:
    [ 12428.462] X.Org ANSI C Emulation: 0.4
    [ 12428.462] X.Org Video Driver: 8.0
    [ 12428.462] X.Org XInput driver : 11.0
    [ 12428.462] X.Org Server Extension : 4.0
    [ 12428.463] (--) PCI:*(0:1:0:0) 10de:0427:1028:0227 rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
    [ 12428.464] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 12428.464] (II) LoadModule: "extmod"
    [ 12428.464] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 12428.464] (II) Module extmod: vendor="X.Org Foundation"
    [ 12428.464] compiled for 1.9.0, module version = 1.0.0
    [ 12428.464] Module class: X.Org Server Extension
    [ 12428.464] ABI class: X.Org Server Extension, version 4.0
    [ 12428.464] (II) Loading extension MIT-SCREEN-SAVER
    [ 12428.464] (II) Loading extension XFree86-VidModeExtension
    [ 12428.464] (II) Loading extension XFree86-DGA
    [ 12428.464] (II) Loading extension DPMS
    [ 12428.464] (II) Loading extension XVideo
    [ 12428.464] (II) Loading extension XVideo-MotionCompensation
    [ 12428.464] (II) Loading extension X-Resource
    [ 12428.464] (II) LoadModule: "dbe"
    [ 12428.464] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 12428.464] (II) Module dbe: vendor="X.Org Foundation"
    [ 12428.465] compiled for 1.9.0, module version = 1.0.0
    [ 12428.465] Module class: X.Org Server Extension
    [ 12428.465] ABI class: X.Org Server Extension, version 4.0
    [ 12428.465] (II) Loading extension DOUBLE-BUFFER
    [ 12428.465] (II) LoadModule: "glx"
    [ 12428.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12428.498] (II) Module glx: vendor="NVIDIA Corporation"
    [ 12428.498] compiled for 4.0.2, module version = 1.0.0
    [ 12428.498] Module class: X.Org Server Extension
    [ 12428.498] (II) NVIDIA GLX Module 256.53 Fri Aug 27 21:28:41 PDT 2010
    [ 12428.498] (II) Loading extension GLX
    [ 12428.498] (II) LoadModule: "record"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 12428.499] (II) Module record: vendor="X.Org Foundation"
    [ 12428.499] compiled for 1.9.0, module version = 1.13.0
    [ 12428.499] Module class: X.Org Server Extension
    [ 12428.499] ABI class: X.Org Server Extension, version 4.0
    [ 12428.499] (II) Loading extension RECORD
    [ 12428.499] (II) LoadModule: "dri"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 12428.499] (II) Module dri: vendor="X.Org Foundation"
    [ 12428.499] compiled for 1.9.0, module version = 1.0.0
    [ 12428.499] ABI class: X.Org Server Extension, version 4.0
    [ 12428.499] (II) Loading extension XFree86-DRI
    [ 12428.499] (II) LoadModule: "dri2"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12428.499] (II) Module dri2: vendor="X.Org Foundation"
    [ 12428.499] compiled for 1.9.0, module version = 1.2.0
    [ 12428.499] ABI class: X.Org Server Extension, version 4.0
    [ 12428.499] (II) Loading extension DRI2
    [ 12428.499] (II) LoadModule: "nvidia"
    [ 12428.499] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12428.500] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 12428.500] compiled for 4.0.2, module version = 1.0.0
    [ 12428.500] Module class: X.Org Video Driver
    [ 12428.500] (II) NVIDIA dlloader X Driver 256.53 Fri Aug 27 21:05:55 PDT 2010
    [ 12428.500] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 12428.500] (++) using VT number 8
    [ 12428.505] (II) Loading sub module "fb"
    [ 12428.505] (II) LoadModule: "fb"
    [ 12428.505] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12428.505] (II) Module fb: vendor="X.Org Foundation"
    [ 12428.505] compiled for 1.9.0, module version = 1.0.0
    [ 12428.505] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12428.505] (II) Loading sub module "wfb"
    [ 12428.505] (II) LoadModule: "wfb"
    [ 12428.505] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12428.505] (II) Module wfb: vendor="X.Org Foundation"
    [ 12428.505] compiled for 1.9.0, module version = 1.0.0
    [ 12428.505] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12428.506] (II) Loading sub module "ramdac"
    [ 12428.506] (II) LoadModule: "ramdac"
    [ 12428.506] (II) Module "ramdac" already built-in
    [ 12428.506] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12428.506] (==) NVIDIA(0): RGB weight 888
    [ 12428.506] (==) NVIDIA(0): Default visual is TrueColor
    [ 12428.506] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12428.506] (**) NVIDIA(0): Option "NoLogo" "True"
    [ 12428.506] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 12428.506] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 12428.506] (II) NVIDIA(0): enabled.
    [ 12428.629] (II) NVIDIA(0): NVIDIA GPU GeForce 8400M GS (G86M) at PCI:1:0:0 (GPU-0)
    [ 12428.629] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 12428.629] (--) NVIDIA(0): VideoBIOS: 60.86.45.00.12
    [ 12428.630] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 12428.630] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 12428.630] (--) NVIDIA(0): Connected display device(s) on GeForce 8400M GS at PCI:1:0:0:
    [ 12428.630] (--) NVIDIA(0): LG Electronics W2261 (CRT-0)
    [ 12428.630] (--) NVIDIA(0): AUO (DFP-0)
    [ 12428.630] (--) NVIDIA(0): LG Electronics W2261 (CRT-0): 400.0 MHz maximum pixel clock
    [ 12428.630] (--) NVIDIA(0): AUO (DFP-0): 330.0 MHz maximum pixel clock
    [ 12428.630] (--) NVIDIA(0): AUO (DFP-0): Internal Dual Link LVDS
    [ 12428.699] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 12428.699] (==) NVIDIA(0):
    [ 12428.699] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 12428.699] (==) NVIDIA(0): will be used as the requested mode.
    [ 12428.699] (==) NVIDIA(0):
    [ 12428.699] (II) NVIDIA(0): Validated modes:
    [ 12428.699] (II) NVIDIA(0): "nvidia-auto-select"
    [ 12428.699] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 12429.724] (++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option
    [ 12429.724] (WW) NVIDIA(0): 32-bit ARGB GLX visuals are not currently supported with the
    [ 12429.724] (WW) NVIDIA(0): Xinerama extension.
    [ 12429.724] (WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    [ 12429.724] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 12429.724] (==) NVIDIA(1): RGB weight 888
    [ 12429.724] (==) NVIDIA(1): Default visual is TrueColor
    [ 12429.724] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 12429.724] (**) NVIDIA(1): Option "NoLogo" "True"
    [ 12429.724] (**) NVIDIA(1): Enabling RENDER acceleration
    [ 12429.724] (II) NVIDIA(1): NVIDIA GPU GeForce 8400M GS (G86M) at PCI:1:0:0 (GPU-0)
    [ 12429.724] (--) NVIDIA(1): Memory: 262144 kBytes
    [ 12429.724] (--) NVIDIA(1): VideoBIOS: 60.86.45.00.12
    [ 12429.724] (II) NVIDIA(1): Detected PCI Express Link width: 16X
    [ 12429.724] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
    [ 12429.724] (--) NVIDIA(1): Connected display device(s) on GeForce 8400M GS at PCI:1:0:0:
    [ 12429.724] (--) NVIDIA(1): LG Electronics W2261 (CRT-0)
    [ 12429.724] (--) NVIDIA(1): AUO (DFP-0)
    [ 12429.724] (--) NVIDIA(1): LG Electronics W2261 (CRT-0): 400.0 MHz maximum pixel clock
    [ 12429.724] (--) NVIDIA(1): AUO (DFP-0): 330.0 MHz maximum pixel clock
    [ 12429.724] (--) NVIDIA(1): AUO (DFP-0): Internal Dual Link LVDS
    [ 12429.810] (II) NVIDIA(1): Assigned Display Device: CRT-0
    [ 12429.810] (==) NVIDIA(1):
    [ 12429.810] (==) NVIDIA(1): No modes were requested; the default mode "nvidia-auto-select"
    [ 12429.810] (==) NVIDIA(1): will be used as the requested mode.
    [ 12429.810] (==) NVIDIA(1):
    [ 12429.810] (II) NVIDIA(1): Validated modes:
    [ 12429.810] (II) NVIDIA(1): "nvidia-auto-select"
    [ 12429.810] (II) NVIDIA(1): Virtual screen size determined to be 1920 x 1080
    [ 12429.820] (++) NVIDIA(1): DPI set to (96, 96); computed from -dpi X commandline option
    [ 12429.820] (WW) NVIDIA(1): 32-bit ARGB GLX visuals are not currently supported with the
    [ 12429.820] (WW) NVIDIA(1): Xinerama extension.
    [ 12429.820] (WW) NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
    [ 12429.820] (--) Depth 24 pixmap format is 32 bpp
    [ 12429.821] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 12429.822] (II) NVIDIA(0): Initialized GPU GART.
    [ 12429.834] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 12430.110] (II) Loading extension NV-GLX
    [ 12430.150] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 12430.178] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 12430.178] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 12430.178] (==) NVIDIA(0): Backing store disabled
    [ 12430.178] (==) NVIDIA(0): Silken mouse enabled
    [ 12430.188] (==) NVIDIA(0): DPMS enabled
    [ 12430.188] (II) Loading extension NV-CONTROL
    [ 12430.188] (II) Loading sub module "dri2"
    [ 12430.188] (II) LoadModule: "dri2"
    [ 12430.188] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12430.188] (II) NVIDIA(0): [DRI2] Setup complete
    [ 12430.188] (==) RandR enabled
    [ 12430.190] (II) NVIDIA(1): Initialized GPU GART.
    [ 12430.197] (II) NVIDIA(1): Setting mode "nvidia-auto-select"
    [ 12430.266] (II) NVIDIA(1): Initialized OpenGL Acceleration
    [ 12430.280] (==) NVIDIA(1): Disabling shared memory pixmaps
    [ 12430.280] (II) NVIDIA(1): Initialized X Rendering Acceleration
    [ 12430.280] (==) NVIDIA(1): Backing store disabled
    [ 12430.280] (==) NVIDIA(1): Silken mouse enabled
    [ 12430.288] (==) NVIDIA(1): DPMS enabled
    [ 12430.288] (II) Loading sub module "dri2"
    [ 12430.288] (II) LoadModule: "dri2"
    [ 12430.288] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12430.289] (II) NVIDIA(1): [DRI2] Setup complete
    [ 12430.289] (==) RandR enabled
    [ 12430.289] (II) Initializing built-in extension Generic Event Extension
    [ 12430.289] (II) Initializing built-in extension SHAPE
    [ 12430.289] (II) Initializing built-in extension MIT-SHM
    [ 12430.289] (II) Initializing built-in extension XInputExtension
    [ 12430.289] (II) Initializing built-in extension XTEST
    [ 12430.289] (II) Initializing built-in extension BIG-REQUESTS
    [ 12430.289] (II) Initializing built-in extension SYNC
    [ 12430.289] (II) Initializing built-in extension XKEYBOARD
    [ 12430.289] (II) Initializing built-in extension XC-MISC
    [ 12430.289] (II) Initializing built-in extension SECURITY
    [ 12430.289] (II) Initializing built-in extension XINERAMA
    [ 12430.289] (II) Initializing built-in extension XFIXES
    [ 12430.289] (II) Initializing built-in extension RENDER
    [ 12430.289] (II) Initializing built-in extension RANDR
    [ 12430.289] (II) Initializing built-in extension COMPOSITE
    [ 12430.289] (II) Initializing built-in extension DAMAGE
    [ 12430.292] (II) Initializing extension GLX
    [ 12430.842] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 12430.843] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 12430.843] (II) LoadModule: "evdev"
    [ 12430.843] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 12430.843] (II) Module evdev: vendor="X.Org Foundation"
    [ 12430.843] compiled for 1.9.0, module version = 2.5.0
    [ 12430.843] Module class: X.Org XInput Driver
    [ 12430.843] ABI class: X.Org XInput driver, version 11.0
    [ 12430.843] (**) Video Bus: always reports core events
    [ 12430.843] (**) Video Bus: Device: "/dev/input/event6"
    [ 12430.853] (--) Video Bus: Found keys
    [ 12430.853] (II) Video Bus: Configuring as keyboard
    [ 12430.853] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 12430.853] (**) Option "xkb_rules" "evdev"
    [ 12430.853] (**) Option "xkb_model" "evdev"
    [ 12430.853] (**) Option "xkb_layout" "se"
    [ 12430.853] (**) Option "xkb_options" "compose:menu"
    [ 12430.893] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 12430.893] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12430.893] (**) Power Button: always reports core events
    [ 12430.893] (**) Power Button: Device: "/dev/input/event4"
    [ 12430.909] (--) Power Button: Found keys
    [ 12430.909] (II) Power Button: Configuring as keyboard
    [ 12430.909] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 12430.909] (**) Option "xkb_rules" "evdev"
    [ 12430.909] (**) Option "xkb_model" "evdev"
    [ 12430.909] (**) Option "xkb_layout" "se"
    [ 12430.909] (**) Option "xkb_options" "compose:menu"
    [ 12430.910] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 12430.910] (II) No input driver/identifier specified (ignoring)
    [ 12430.910] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 12430.910] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 12430.910] (**) Sleep Button: always reports core events
    [ 12430.910] (**) Sleep Button: Device: "/dev/input/event5"
    [ 12430.919] (--) Sleep Button: Found keys
    [ 12430.919] (II) Sleep Button: Configuring as keyboard
    [ 12430.919] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 12430.919] (**) Option "xkb_rules" "evdev"
    [ 12430.919] (**) Option "xkb_model" "evdev"
    [ 12430.919] (**) Option "xkb_layout" "se"
    [ 12430.919] (**) Option "xkb_options" "compose:menu"
    [ 12430.921] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event13)
    [ 12430.921] (**) Broadcom Corp: Applying InputClass "evdev keyboard catchall"
    [ 12430.921] (**) Broadcom Corp: always reports core events
    [ 12430.921] (**) Broadcom Corp: Device: "/dev/input/event13"
    [ 12430.932] (--) Broadcom Corp: Found keys
    [ 12430.933] (II) Broadcom Corp: Configuring as keyboard
    [ 12430.933] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: KEYBOARD)
    [ 12430.933] (**) Option "xkb_rules" "evdev"
    [ 12430.933] (**) Option "xkb_model" "evdev"
    [ 12430.933] (**) Option "xkb_layout" "se"
    [ 12430.933] (**) Option "xkb_options" "compose:menu"
    [ 12430.933] (II) config/udev: Adding input device Broadcom Corp (/dev/input/event14)
    [ 12430.933] (**) Broadcom Corp: Applying InputClass "evdev pointer catchall"
    [ 12430.933] (**) Broadcom Corp: always reports core events
    [ 12430.933] (**) Broadcom Corp: Device: "/dev/input/event14"
    [ 12430.946] (--) Broadcom Corp: Found 3 mouse buttons
    [ 12430.946] (--) Broadcom Corp: Found relative axes
    [ 12430.946] (--) Broadcom Corp: Found x and y relative axes
    [ 12430.946] (II) Broadcom Corp: Configuring as mouse
    [ 12430.946] (**) Broadcom Corp: YAxisMapping: buttons 4 and 5
    [ 12430.946] (**) Broadcom Corp: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12430.946] (II) XINPUT: Adding extended input device "Broadcom Corp" (type: MOUSE)
    [ 12430.946] (**) Broadcom Corp: (accel) keeping acceleration scheme 1
    [ 12430.946] (**) Broadcom Corp: (accel) acceleration profile 0
    [ 12430.946] (**) Broadcom Corp: (accel) acceleration factor: 2.000
    [ 12430.946] (**) Broadcom Corp: (accel) acceleration threshold: 4
    [ 12430.946] (II) Broadcom Corp: initialized for relative axes.
    [ 12430.947] (II) config/udev: Adding input device Broadcom Corp (/dev/input/mouse2)
    [ 12430.947] (II) No input driver/identifier specified (ignoring)
    [ 12430.947] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 12430.947] (II) No input driver/identifier specified (ignoring)
    [ 12430.948] (II) config/udev: Adding input device HDA Intel Mic at Ext Front Jack (/dev/input/event10)
    [ 12430.948] (II) No input driver/identifier specified (ignoring)
    [ 12430.948] (II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event11)
    [ 12430.948] (II) No input driver/identifier specified (ignoring)
    [ 12430.948] (II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event12)
    [ 12430.948] (II) No input driver/identifier specified (ignoring)
    [ 12430.950] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event15)
    [ 12430.950] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall"
    [ 12430.950] (**) Logitech USB Laser Mouse: always reports core events
    [ 12430.950] (**) Logitech USB Laser Mouse: Device: "/dev/input/event15"
    [ 12430.959] (--) Logitech USB Laser Mouse: Found 12 mouse buttons
    [ 12430.959] (--) Logitech USB Laser Mouse: Found scroll wheel(s)
    [ 12430.959] (--) Logitech USB Laser Mouse: Found relative axes
    [ 12430.959] (--) Logitech USB Laser Mouse: Found x and y relative axes
    [ 12430.959] (II) Logitech USB Laser Mouse: Configuring as mouse
    [ 12430.959] (**) Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5
    [ 12430.959] (**) Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12430.959] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE)
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000
    [ 12430.959] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4
    [ 12430.959] (II) Logitech USB Laser Mouse: initialized for relative axes.
    [ 12430.960] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse3)
    [ 12430.960] (II) No input driver/identifier specified (ignoring)
    [ 12430.960] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event16)
    [ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
    [ 12430.960] (**) LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event16"
    [ 12430.973] (--) LITEON Technology USB Multimedia Keyboard: Found keys
    [ 12430.973] (II) LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
    [ 12430.973] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD)
    [ 12430.973] (**) Option "xkb_rules" "evdev"
    [ 12430.973] (**) Option "xkb_model" "evdev"
    [ 12430.973] (**) Option "xkb_layout" "se"
    [ 12430.973] (**) Option "xkb_options" "compose:menu"
    [ 12430.976] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 12430.976] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 12430.976] (**) AT Translated Set 2 keyboard: always reports core events
    [ 12430.976] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 12430.986] (--) AT Translated Set 2 keyboard: Found keys
    [ 12430.986] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 12430.986] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 12430.986] (**) Option "xkb_rules" "evdev"
    [ 12430.986] (**) Option "xkb_model" "evdev"
    [ 12430.986] (**) Option "xkb_layout" "se"
    [ 12430.986] (**) Option "xkb_options" "compose:menu"
    [ 12430.986] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event7)
    [ 12430.987] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 12430.987] (**) PS/2 Mouse: always reports core events
    [ 12430.987] (**) PS/2 Mouse: Device: "/dev/input/event7"
    [ 12430.999] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 12430.999] (--) PS/2 Mouse: Found relative axes
    [ 12430.999] (--) PS/2 Mouse: Found x and y relative axes
    [ 12430.999] (II) PS/2 Mouse: Configuring as mouse
    [ 12430.999] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 12430.999] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12430.999] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 12430.999] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 12430.999] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 12430.999] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 12430.999] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 12430.999] (II) PS/2 Mouse: initialized for relative axes.
    [ 12431.000] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 12431.000] (II) No input driver/identifier specified (ignoring)
    [ 12431.000] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event8)
    [ 12431.000] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 12431.000] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 12431.000] (II) LoadModule: "synaptics"
    [ 12431.000] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 12431.000] (II) Module synaptics: vendor="X.Org Foundation"
    [ 12431.000] compiled for 1.9.0, module version = 1.3.0
    [ 12431.000] Module class: X.Org XInput Driver
    [ 12431.000] ABI class: X.Org XInput driver, version 11.0
    [ 12431.000] (II) Synaptics touchpad driver version 1.3.0
    [ 12431.000] (**) Option "Device" "/dev/input/event8"
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right scroll-buttons
    [ 12431.042] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 12431.042] (**) Option "TapButton1" "1"
    [ 12431.042] (**) Option "TapButton2" "2"
    [ 12431.042] (**) Option "TapButton3" "3"
    [ 12431.068] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 12431.068] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 12431.082] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 12431.082] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 12431.112] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 12431.113] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 12431.113] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 12431.113] (II) Synaptics touchpad driver version 1.3.0
    [ 12432.003] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
    [ 12432.003] (**) Option "Device" "/dev/input/mouse1"
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range. defaulting to 1615 - 5685
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range. defaulting to 1729 - 4171
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range. defaulting to 0 - 256
    [ 12432.018] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 12432.018] (**) Option "TapButton1" "1"
    [ 12432.018] (**) Option "TapButton2" "2"
    [ 12432.018] (**) Option "TapButton3" "3"
    [ 12432.039] (EE) Query no Synaptics: 6003C8
    [ 12432.039] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
    [ 12432.039] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
    [ 12432.056] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
    [ 12432.056] (II) UnloadModule: "synaptics"
    [ 12432.056] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 12432.056] (II) No input driver/identifier specified (ignoring)
    [ 12432.057] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event2)
    [ 12432.057] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 12432.057] (**) Dell WMI hotkeys: always reports core events
    [ 12432.057] (**) Dell WMI hotkeys: Device: "/dev/input/event2"
    [ 12432.069] (--) Dell WMI hotkeys: Found keys
    [ 12432.069] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 12432.069] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD)
    [ 12432.069] (**) Option "xkb_rules" "evdev"
    [ 12432.069] (**) Option "xkb_model" "evdev"
    [ 12432.069] (**) Option "xkb_layout" "se"
    [ 12432.069] (**) Option "xkb_options" "compose:menu"
    [ 12451.674]
    Backtrace:
    [ 12451.674] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e685b]
    [ 12451.674] 1: /usr/bin/X (0x8048000+0x64895) [0x80ac895]
    [ 12451.674] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb787940c]
    [ 12451.674] 3: /usr/bin/X (0x8048000+0x23e57) [0x806be57]
    [ 12451.674] 4: /usr/bin/X (0x8048000+0x1a135) [0x8062135]
    [ 12451.674] 5: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb75b6c76]
    [ 12451.674] 6: /usr/bin/X (0x8048000+0x19d11) [0x8061d11]
    [ 12451.674] Segmentation fault at address 0x4
    [ 12451.674]
    Fatal server error:
    [ 12451.674] Caught signal 11 (Segmentation fault). Server aborting
    [ 12451.674]
    [ 12451.674]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 12451.674] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 12451.674]
    [ 12451.683] (II) Video Bus: Close
    [ 12451.683] (II) UnloadModule: "evdev"
    [ 12451.696] (II) Power Button: Close
    [ 12451.696] (II) UnloadModule: "evdev"
    [ 12451.712] (II) Sleep Button: Close
    [ 12451.712] (II) UnloadModule: "evdev"
    [ 12451.725] (II) Broadcom Corp: Close
    [ 12451.725] (II) UnloadModule: "evdev"
    [ 12451.748] (II) Broadcom Corp: Close
    [ 12451.748] (II) UnloadModule: "evdev"
    [ 12451.768] (II) Logitech USB Laser Mouse: Close
    [ 12451.768] (II) UnloadModule: "evdev"
    [ 12451.782] (II) LITEON Technology USB Multimedia Keyboard: Close
    [ 12451.782] (II) UnloadModule: "evdev"
    [ 12451.795] (II) AT Translated Set 2 keyboard: Close
    [ 12451.795] (II) UnloadModule: "evdev"
    [ 12451.815] (II) PS/2 Mouse: Close
    [ 12451.815] (II) UnloadModule: "evdev"
    [ 12451.855] (II) UnloadModule: "synaptics"
    [ 12451.868] (II) Dell WMI hotkeys: Close
    [ 12451.868] (II) UnloadModule: "evdev"
    The WM loads and is fully usable for a short while (if it loads fast like Awesome, Xmonad/XFCE crashes before it becomes usable) before X segfaults.

  • [solved] Anjuta crashes at startup

    Hi
    When I start Anjuta (1.2.2) it crashes with the follwing dialog-box-message:
    The Application "anjuta" has quit unexpectedly. [etc...]
    The terminal output:
    (anjuta:4049): GLib-GObject-WARNING **: IA__g_object_set_valist: construct property "type" for object `ESplash' can't be set after construction
    ** Message: Initializing AP class
    ** Message: Initializing AP Instance
    ** Message: Initializing launcher class
    (anjuta:4049): Gtk-CRITICAL **: gtk_frame_compute_child_allocation: assertion `GTK_IS_FRAME (frame)' failed
    GTK2 version: 2.6.6.
    I don't know what to do in order to solve this crash.
    So I thought I'd ask here if what I should do.
    thanks...

    I found out that this error occurs only under Gnome (for me). I can start anjuta in fluxbox. So I made a bug report.
    It seems that anjuta 2.0 will come out soon. A beta version should be released in the next few days (according to this: http://www.anjuta.org/wiki/index.php/Anjuta2).

  • [SOLVED] XFCE - Incorrect windows placement

    Hi,
    I'm currently having a issue with XFCE's window placement. In the settings panel, under Window Manager Tweaks > Placement, window placement is set to Center for all windows, but this option has no effect. I tried changing it to place windows under the mouse, but it also has no effect on the windows placement. Windows keep opening on the screen corners.
    I checked the forums for similar problems, and found some results, but none of the solutions worked for me. Also, those are quite old topics.
    [Solved] XFCE - Having Trouble Centering Windows
    [solved] Xfce4, new windows position
    Xfce 4.8 xfwm4 window placement settings no longer have any effect.
    This is not a big problem, but I'm kind of picky, so if anyone knows a solution to this problem, please share it.
    Best Regards,
    Agkel0s
    Last edited by Agkel0s (2014-07-14 21:37:54)

    Agkel0s wrote:Currently the slider is on the minimum value, and windows of all sizes should open centered on screen.
    Shouldn't you actually have it on the maximum value?
    I believe the way this works is that the size (or ratio, the option is actually called placement_ratio IIRC and is a ratio of window size vs screen size) you specify here is the minimum to trigger "smart placement." If the window isn't (at least) of that size, then the default (i.e. center or under mouse pointer, as defined below) will be used. So if you want every window to use the default placement, you should set the minimum size for smart placement to be as large as possible. (In fact, I believe with a ratio set to 100 (i.e. slider to the max) it should always use the default placement, regardless of window size, which is want you're after if I'm not wrong.)
    If even with the slider to the max you get new windows placed using smart placement, then it sounds like a bug I'd say.
    (Also, just as FYI and though you might simply want all windows to be centered, I wasn't happy with xfwm's smart placement myself, you can see this topic for a (IMO) better alternative.)

  • [SOLVED][XFCE] xfce4-panel crashes when chromium renders certain sites

    When I open asian sites (like http://www.youku.com/ ), for some reason my xfce4-panel crashes. Probably any site that has asian symbols would crash the panel.
    I started xfce4-panel in a terminal, and it prints the following when it crashes:
    xfce4-panel: cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
    fish: Job 1, “xfce4-panel &” terminated by signal SIGABRT (Abort)
    Is this some problem with my fonts? Because I get alot of squares instead of asian symbols.
    Last edited by s3vv4 (2013-08-30 16:39:25)

    s3vv4 wrote:
    When I open asian sites (like http://www.youku.com/ ), for some reason my xfce4-panel crashes. Probably any site that has asian symbols would crash the panel.
    I started xfce4-panel in a terminal, and it prints the following when it crashes:
    xfce4-panel: cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
    fish: Job 1, “xfce4-panel &” terminated by signal SIGABRT (Abort)
    Is this some problem with my fonts? Because I get alot of squares instead of asian symbols.
    This was happening to me too, but I think it was because of Russian characters.. I've now installed all of the ttf fonts and I hope xfce4-panel stops crashing

  • [SOLVED] Random crashes when playing videos on Atom J1900 / Intel HD

    Hi,
    Following my first thread (which has been gladly solved, finally), I'm still getting stuck on the "crashes when playing videos" thing.
    FIY here are the specs, copied from my original thread:
    I've just bought a Gigabyte Brix to be used as an HTPC. The exact model is GB-BXBT-1900.
    I've installed 4 GB of 1.35V RAM (Corsair CT51264BF160B), which is supported by this model, and a Kingston SSD (V300 60GB).
    Then of course, I've installed Arch x64 with a base system and Xorg with DE (Xfce).
    It can happen after 2 or 50 minutes (it rarely goes beyond this limit), mainly when using VLC, but I could reproduce the same behavior with SMPlayer or even Kodi: the display freezes and I can no longer move the cursor, use the keyboard (to change TTY for example) or access the machine remotely. I'm forced to press the power button for 5 seconds and boot again.
    No sign of any warning in the logs, no high temperature on any sensor, nothing that could help me find what to blame. The wired keyboard attached does not show blinking LEDs so I'm assuming it's not a kernel panic.
    The thing is, those crashes happen *only* when playing videos. Otherwise the machine is extremely stable and can stay up and running for days or weeks without a crash. But if you play a video on it, be prepared to reboot within the next half-hour.
    So I'm assuming this has something to do with the display driver, or its configuration. I did not change anything to the default one, just added "intel_pstate=disabled" to the boot command line as advised in another thread, but it didn't help.
    And now some fresh system informations you might need:
    [root@ghanima ~]# lspci
    00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
    00:13.0 SATA controller: Intel Corporation Device 0f23 (rev 0e)
    00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI (rev 0e)
    00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
    00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
    00:1c.0 PCI bridge: Intel Corporation Device 0f48 (rev 0e)
    00:1c.1 PCI bridge: Intel Corporation Device 0f4a (rev 0e)
    00:1c.2 PCI bridge: Intel Corporation Device 0f4c (rev 0e)
    00:1c.3 PCI bridge: Intel Corporation Device 0f4e (rev 0e)
    00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
    00:1f.3 SMBus: Intel Corporation Device 0f12 (rev 0e)
    02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
    Below is the full log of a session that ended in such crash after approximately 30 minutes, while playing a video with VLC:
    -- Logs begin at lun. 2015-02-23 07:20:05 CET, end at lun. 2015-04-06 20:11:28 CEST. --
    avril 06 18:38:54 ghanima systemd-journal[146]: Runtime journal is using 8.0M (max allowed 192.5M, trying to leave 288.8M free of 1.8G available → current limit 192.5M).
    avril 06 18:38:54 ghanima systemd-journal[146]: Permanent journal is using 120.0M (max allowed 100.0M, trying to leave 3.6G free of 9.1G available → current limit 120.0M).
    avril 06 18:38:54 ghanima systemd-journal[146]: Time spent on flushing to /var is 1.590ms for 2 entries.
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpuset
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpu
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpuacct
    avril 06 18:38:54 ghanima kernel: Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
    avril 06 18:38:54 ghanima kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=948e1d0b-179a-4c18-9765-803bc8264277 rw intel_pstate=disable
    avril 06 18:38:54 ghanima kernel: e820: BIOS-provided physical RAM map:
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008d7ff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000000008d800-0x000000000009ffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000020100000-0x00000000b966afff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b966b000-0x00000000b969afff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b969b000-0x00000000b96aafff] ACPI data
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b96ab000-0x00000000b97effff] ACPI NVS
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b97f0000-0x00000000b9b9cfff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9b9d000-0x00000000b9b9dfff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9b9e000-0x00000000b9bdffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9be0000-0x00000000b9d4efff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9d4f000-0x00000000b9ff9fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9ffa000-0x00000000b9ffffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
    avril 06 18:38:54 ghanima kernel: NX (Execute Disable) protection: active
    avril 06 18:38:54 ghanima kernel: SMBIOS 2.8 present.
    avril 06 18:38:54 ghanima kernel: DMI: GIGABYTE GB-BXBT-1900/MZBAYAB-00, BIOS F3 07/15/2014
    avril 06 18:38:54 ghanima kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    avril 06 18:38:54 ghanima kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    avril 06 18:38:54 ghanima kernel: AGP: No AGP bridge found
    avril 06 18:38:54 ghanima kernel: e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
    avril 06 18:38:54 ghanima kernel: MTRR default type: uncachable
    avril 06 18:38:54 ghanima kernel: MTRR fixed ranges enabled:
    avril 06 18:38:54 ghanima kernel: 00000-9FFFF write-back
    avril 06 18:38:54 ghanima kernel: A0000-BFFFF uncachable
    avril 06 18:38:54 ghanima kernel: C0000-E7FFF write-through
    avril 06 18:38:54 ghanima kernel: E8000-FFFFF write-protect
    avril 06 18:38:54 ghanima kernel: MTRR variable ranges enabled:
    avril 06 18:38:54 ghanima kernel: 0 base 000000000 mask F00000000 write-back
    avril 06 18:38:54 ghanima kernel: 1 base 100000000 mask FC0000000 write-back
    avril 06 18:38:54 ghanima kernel: 2 base 0BA800000 mask FFF800000 uncachable
    avril 06 18:38:54 ghanima kernel: 3 base 0BB000000 mask FFF000000 uncachable
    avril 06 18:38:54 ghanima kernel: 4 base 0BC000000 mask FFC000000 uncachable
    avril 06 18:38:54 ghanima kernel: 5 base 0C0000000 mask FC0000000 uncachable
    avril 06 18:38:54 ghanima kernel: 6 disabled
    avril 06 18:38:54 ghanima kernel: 7 disabled
    avril 06 18:38:54 ghanima kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    avril 06 18:38:54 ghanima kernel: e820: update [mem 0xba800000-0xffffffff] usable ==> reserved
    avril 06 18:38:54 ghanima kernel: e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
    avril 06 18:38:54 ghanima kernel: found SMP MP-table at [mem 0x000fd6a0-0x000fd6af] mapped at [ffff8800000fd6a0]
    avril 06 18:38:54 ghanima kernel: Scanning 1 areas for low memory corruption
    avril 06 18:38:54 ghanima kernel: Base memory trampoline at [ffff880000087000] 87000 size 24576
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x00000000-0x000fffff] page 4k
    avril 06 18:38:54 ghanima kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x13fe00000-0x13fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: BRK [0x01b35000, 0x01b35fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x120000000-0x13fdfffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x120000000-0x13fdfffff] page 2M
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x00100000-0x1effffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x00100000-0x001fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x00200000-0x1effffff] page 2M
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x1f100000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x1f100000-0x1f1fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x1f200000-0x1fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x20100000-0xb966afff]
    avril 06 18:38:54 ghanima kernel: [mem 0x20100000-0x201fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x20200000-0xb95fffff] page 2M
    avril 06 18:38:54 ghanima kernel: [mem 0xb9600000-0xb966afff] page 4k
    avril 06 18:38:54 ghanima kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9b9d000-0xb9b9dfff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9b9d000-0xb9b9dfff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9be0000-0xb9d4efff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9be0000-0xb9d4efff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9ffa000-0xb9ffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9ffa000-0xb9ffffff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x100000000-0x11fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x100000000-0x11fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: RAMDISK: [mem 0x3799a000-0x37cc4fff]
    avril 06 18:38:54 ghanima kernel: ACPI: Early table checksum verification disabled
    avril 06 18:38:54 ghanima kernel: ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    avril 06 18:38:54 ghanima kernel: ACPI: XSDT 0x00000000B96A2078 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: FACP 0x00000000B96A98B0 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20141107/tbfadt-618)
    avril 06 18:38:54 ghanima kernel: ACPI: DSDT 0x00000000B96A2180 00772E (v02 ALASKA A M I 01072009 INTL 20120913)
    avril 06 18:38:54 ghanima kernel: ACPI: FACS 0x00000000B97EFF80 000040
    avril 06 18:38:54 ghanima kernel: ACPI: APIC 0x00000000B96A99C0 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: FPDT 0x00000000B96A9A48 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: MCFG 0x00000000B96A9A90 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    avril 06 18:38:54 ghanima kernel: ACPI: LPIT 0x00000000B96A9AD0 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    avril 06 18:38:54 ghanima kernel: ACPI: HPET 0x00000000B96A9BD8 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96A9C10 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96AA378 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96AA608 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: UEFI 0x00000000B96AA788 000042 (v01 ALASKA A M I 00000000 00000000)
    avril 06 18:38:54 ghanima kernel: ACPI: Local APIC address 0xfee00000
    avril 06 18:38:54 ghanima kernel: No NUMA configuration found
    avril 06 18:38:54 ghanima kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
    avril 06 18:38:54 ghanima kernel: NODE_DATA(0) allocated [mem 0x13fff6000-0x13fff9fff]
    avril 06 18:38:54 ghanima kernel: [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
    avril 06 18:38:54 ghanima kernel: Zone ranges:
    avril 06 18:38:54 ghanima kernel: DMA [mem 0x00001000-0x00ffffff]
    avril 06 18:38:54 ghanima kernel: DMA32 [mem 0x01000000-0xffffffff]
    avril 06 18:38:54 ghanima kernel: Normal [mem 0x100000000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: Movable zone start for each node
    avril 06 18:38:54 ghanima kernel: Early memory node ranges
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x00001000-0x0008cfff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x00100000-0x1effffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x1f100000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x20100000-0xb966afff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9b9d000-0xb9b9dfff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9be0000-0xb9d4efff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9ffa000-0xb9ffffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x100000000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: Initmem setup node 0 [mem 0x00001000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: On node 0 totalpages: 1021293
    avril 06 18:38:54 ghanima kernel: DMA zone: 64 pages used for memmap
    avril 06 18:38:54 ghanima kernel: DMA zone: 21 pages reserved
    avril 06 18:38:54 ghanima kernel: DMA zone: 3980 pages, LIFO batch:0
    avril 06 18:38:54 ghanima kernel: DMA32 zone: 11800 pages used for memmap
    avril 06 18:38:54 ghanima kernel: DMA32 zone: 755169 pages, LIFO batch:31
    avril 06 18:38:54 ghanima kernel: Normal zone: 4096 pages used for memmap
    avril 06 18:38:54 ghanima kernel: Normal zone: 262144 pages, LIFO batch:31
    avril 06 18:38:54 ghanima kernel: x86/hpet: Will disable the HPET for this platform because it's not reliable
    avril 06 18:38:54 ghanima kernel: Reserving Intel graphics stolen memory at 0xbb000000-0xbeffffff
    avril 06 18:38:54 ghanima kernel: ACPI: PM-Timer IO Port: 0x408
    avril 06 18:38:54 ghanima kernel: ACPI: Local APIC address 0xfee00000
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    avril 06 18:38:54 ghanima kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    avril 06 18:38:54 ghanima kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    avril 06 18:38:54 ghanima kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    avril 06 18:38:54 ghanima kernel: ACPI: IRQ0 used by override.
    avril 06 18:38:54 ghanima kernel: ACPI: IRQ9 used by override.
    avril 06 18:38:54 ghanima kernel: Using ACPI (MADT) for SMP configuration information
    avril 06 18:38:54 ghanima kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    avril 06 18:38:54 ghanima kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x0008d000-0x0008dfff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x0008e000-0x0009ffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb966b000-0xb969afff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb969b000-0xb96aafff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb96ab000-0xb97effff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb97f0000-0xb9b9cfff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb9b9e000-0xb9bdffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb9d4f000-0xb9ff9fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xba000000-0xbaffffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbeffffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xbf000000-0xe00f7fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed02000-0xfed07fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed09000-0xffafffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    avril 06 18:38:54 ghanima kernel: e820: [mem 0xbf000000-0xe00f7fff] available for PCI devices
    avril 06 18:38:54 ghanima kernel: Booting paravirtualized kernel on bare hardware
    avril 06 18:38:54 ghanima kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    avril 06 18:38:54 ghanima kernel: PERCPU: Embedded 31 pages/cpu @ffff88013fc00000 s86336 r8192 d32448 u524288
    avril 06 18:38:54 ghanima kernel: pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    avril 06 18:38:54 ghanima kernel: pcpu-alloc: [0] 0 1 2 3
    avril 06 18:38:54 ghanima kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005312
    avril 06 18:38:54 ghanima kernel: Policy zone: Normal
    avril 06 18:38:54 ghanima kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=948e1d0b-179a-4c18-9765-803bc8264277 rw intel_pstate=disable
    avril 06 18:38:54 ghanima kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    avril 06 18:38:54 ghanima kernel: AGP: Checking aperture...
    avril 06 18:38:54 ghanima kernel: AGP: No AGP bridge found
    avril 06 18:38:54 ghanima kernel: Calgary: detecting Calgary via BIOS EBDA area
    avril 06 18:38:54 ghanima kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    avril 06 18:38:54 ghanima kernel: Memory: 3937980K/4085172K available (5533K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 147192K reserved, 0K cma-reserved)
    avril 06 18:38:54 ghanima kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    avril 06 18:38:54 ghanima kernel: Preemptible hierarchical RCU implementation.
    avril 06 18:38:54 ghanima kernel: RCU dyntick-idle grace-period acceleration is enabled.
    avril 06 18:38:54 ghanima kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    avril 06 18:38:54 ghanima kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    avril 06 18:38:54 ghanima kernel: NR_IRQS:8448 nr_irqs:1024 16
    avril 06 18:38:54 ghanima kernel: spurious 8259A interrupt: IRQ7.
    avril 06 18:38:54 ghanima kernel: Console: colour dummy device 80x25
    avril 06 18:38:54 ghanima kernel: console [tty0] enabled
    avril 06 18:38:54 ghanima kernel: Maximum core-clock to bus-clock ratio: 0x18
    avril 06 18:38:54 ghanima kernel: Resolved frequency ID: 0, frequency: 83200 KHz
    avril 06 18:38:54 ghanima kernel: TSC runs at 1996800 KHz
    avril 06 18:38:54 ghanima kernel: lapic_timer_frequency = 277333
    avril 06 18:38:54 ghanima kernel: tsc: Detected 1996.800 MHz processor
    avril 06 18:38:54 ghanima kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3995.00 BogoMIPS (lpj=6656000)
    avril 06 18:38:54 ghanima kernel: pid_max: default: 32768 minimum: 301
    avril 06 18:38:54 ghanima kernel: ACPI: Core revision 20141107
    avril 06 18:38:54 ghanima kernel: ACPI: All ACPI Tables successfully acquired
    avril 06 18:38:54 ghanima kernel: Security Framework initialized
    avril 06 18:38:54 ghanima kernel: Yama: becoming mindful.
    avril 06 18:38:54 ghanima kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    avril 06 18:38:54 ghanima kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    avril 06 18:38:54 ghanima kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys memory
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys devices
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys freezer
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys net_cls
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys blkio
    avril 06 18:38:54 ghanima kernel: CPU: Physical Processor ID: 0
    avril 06 18:38:54 ghanima kernel: CPU: Processor Core ID: 0
    avril 06 18:38:54 ghanima kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    avril 06 18:38:54 ghanima kernel: mce: CPU supports 6 MCE banks
    avril 06 18:38:54 ghanima kernel: CPU0: Thermal monitoring enabled (TM1)
    avril 06 18:38:54 ghanima kernel: Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    avril 06 18:38:54 ghanima kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    avril 06 18:38:54 ghanima kernel: ftrace: allocating 21170 entries in 83 pages
    avril 06 18:38:54 ghanima kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    avril 06 18:38:54 ghanima kernel: smpboot: CPU0: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz (fam: 06, model: 37, stepping: 08)
    avril 06 18:38:54 ghanima kernel: TSC deadline timer enabled
    avril 06 18:38:54 ghanima kernel: Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    avril 06 18:38:54 ghanima kernel: ... version: 3
    avril 06 18:38:54 ghanima kernel: ... bit width: 40
    avril 06 18:38:54 ghanima kernel: ... generic registers: 2
    avril 06 18:38:54 ghanima kernel: ... value mask: 000000ffffffffff
    avril 06 18:38:54 ghanima kernel: ... max period: 000000ffffffffff
    avril 06 18:38:54 ghanima kernel: ... fixed-purpose events: 3
    avril 06 18:38:54 ghanima kernel: ... event mask: 0000000700000003
    avril 06 18:38:54 ghanima kernel: x86: Booting SMP configuration:
    avril 06 18:38:54 ghanima kernel: .... node #0, CPUs: #1
    avril 06 18:38:54 ghanima kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    avril 06 18:38:54 ghanima kernel: #2 #3
    avril 06 18:38:54 ghanima kernel: x86: Booted up 1 node, 4 CPUs
    avril 06 18:38:54 ghanima kernel: smpboot: Total of 4 processors activated (15980.00 BogoMIPS)
    avril 06 18:38:54 ghanima kernel: devtmpfs: initialized
    avril 06 18:38:54 ghanima kernel: PM: Registering ACPI NVS region [mem 0xb96ab000-0xb97effff] (1331200 bytes)
    avril 06 18:38:54 ghanima kernel: pinctrl core: initialized pinctrl subsystem
    avril 06 18:38:54 ghanima kernel: RTC time: 16:38:52, date: 04/06/15
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 16
    avril 06 18:38:54 ghanima kernel: cpuidle: using governor ladder
    avril 06 18:38:54 ghanima kernel: cpuidle: using governor menu
    avril 06 18:38:54 ghanima kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    avril 06 18:38:54 ghanima kernel: ACPI: bus type PCI registered
    avril 06 18:38:54 ghanima kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    avril 06 18:38:54 ghanima kernel: PCI: not using MMCONFIG
    avril 06 18:38:54 ghanima kernel: PCI: Using configuration type 1 for base access
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Module Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Processor Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Processor Aggregator Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5D3C00 0003BC (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5DA800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5D6200 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5C1600 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Interpreter enabled
    avril 06 18:38:54 ghanima kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    avril 06 18:38:54 ghanima kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    avril 06 18:38:54 ghanima kernel: ACPI: (supports S0 S3 S4 S5)
    avril 06 18:38:54 ghanima kernel: ACPI: Using IOAPIC for interrupt routing
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    avril 06 18:38:54 ghanima kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [USBC] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [PLPE] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [PLPE] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [FN00] (off)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    avril 06 18:38:54 ghanima kernel: PCI host bridge to bus 0000:00
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd0815fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x24: [mem 0xd0815000-0xd08157ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: PME# supported from D3hot
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd0800000-0xd080ffff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd0810000-0xd0813fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd0814000-0xd081401f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: [10ec:b723] type 00 class 0x028000
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: reg 0x18: [mem 0xd0700000-0xd0703fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: supports D1 D2
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd0604000-0xd0604fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd0600000-0xd0603fff 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: supports D1 D2
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    avril 06 18:38:54 ghanima kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
    avril 06 18:38:54 ghanima kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    avril 06 18:38:54 ghanima kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    avril 06 18:38:54 ghanima kernel: vgaarb: loaded
    avril 06 18:38:54 ghanima kernel: vgaarb: bridge control possible 0000:00:02.0
    avril 06 18:38:54 ghanima kernel: PCI: Using ACPI for IRQ routing
    avril 06 18:38:54 ghanima kernel: PCI: pci_cache_line_size set to 64 bytes
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0x0008d800-0x0008ffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb966b000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb9b9e000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb9d4f000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: NetLabel: Initializing
    avril 06 18:38:54 ghanima kernel: NetLabel: domain hash size = 128
    avril 06 18:38:54 ghanima kernel: NetLabel: protocols = UNLABELED CIPSOv4
    avril 06 18:38:54 ghanima kernel: NetLabel: unlabeled traffic allowed by default
    avril 06 18:38:54 ghanima kernel: Switched to clocksource refined-jiffies
    avril 06 18:38:54 ghanima kernel: pnp: PnP ACPI init
    avril 06 18:38:54 ghanima kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0400-0x047f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0500-0x05fe] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0600-0x061f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a00-0x0a2f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a30-0x0a3f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a40-0x0a4f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed04000-0xfed04fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed0c000-0xfed0ffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfef00000-0xfeffffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: pnp: PnP ACPI: found 4 devices
    avril 06 18:38:54 ghanima kernel: Switched to clocksource acpi_pm
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 10 [mem 0xc0000000-0xd0815fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:02: resource 1 [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:03: resource 1 [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 2
    avril 06 18:38:54 ghanima kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    avril 06 18:38:54 ghanima kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    avril 06 18:38:54 ghanima kernel: TCP: Hash tables configured (established 32768 bind 32768)
    avril 06 18:38:54 ghanima kernel: TCP: reno registered
    avril 06 18:38:54 ghanima kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 1
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: Video device with shadowed ROM
    avril 06 18:38:54 ghanima kernel: PCI: CLS 64 bytes, default 64
    avril 06 18:38:54 ghanima kernel: Unpacking initramfs...
    avril 06 18:38:54 ghanima kernel: Freeing initrd memory: 3244K (ffff88003799a000 - ffff880037cc5000)
    avril 06 18:38:54 ghanima kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    avril 06 18:38:54 ghanima kernel: software IO TLB [mem 0xb566b000-0xb966b000] (64MB) mapped at [ffff8800b566b000-ffff8800b966afff]
    avril 06 18:38:54 ghanima kernel: microcode: CPU0 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU1 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU2 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU3 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    avril 06 18:38:54 ghanima kernel: Scanning for low memory corruption every 60 seconds
    avril 06 18:38:54 ghanima kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Initialise system trusted keyring
    avril 06 18:38:54 ghanima kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    avril 06 18:38:54 ghanima kernel: zpool: loaded
    avril 06 18:38:54 ghanima kernel: zbud: loaded
    avril 06 18:38:54 ghanima kernel: VFS: Disk quotas dquot_6.5.2
    avril 06 18:38:54 ghanima kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    avril 06 18:38:54 ghanima kernel: Key type big_key registered
    avril 06 18:38:54 ghanima kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    avril 06 18:38:54 ghanima kernel: io scheduler noop registered
    avril 06 18:38:54 ghanima kernel: io scheduler deadline registered
    avril 06 18:38:54 ghanima kernel: io scheduler cfq registered (default)
    avril 06 18:38:54 ghanima kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    avril 06 18:38:54 ghanima kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    avril 06 18:38:54 ghanima kernel: efifb: probing for efifb
    avril 06 18:38:54 ghanima kernel: efifb: framebuffer at 0xa0000, mapped to 0xffff8800000a0000, using 64k, total 64k
    avril 06 18:38:54 ghanima kernel: efifb: mode is 640x480x1, linelength=80, pages=1
    avril 06 18:38:54 ghanima kernel: efifb: scrolling: redraw
    avril 06 18:38:54 ghanima kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    avril 06 18:38:54 ghanima kernel: Console: switching to colour frame buffer device 80x30
    avril 06 18:38:54 ghanima kernel: fb0: EFI VGA frame buffer device
    avril 06 18:38:54 ghanima kernel: intel_idle: MWAIT substates: 0x33000020
    avril 06 18:38:54 ghanima kernel: intel_idle: v0.4 model 0x37
    avril 06 18:38:54 ghanima kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    avril 06 18:38:54 ghanima kernel: GHES: HEST is not enabled!
    avril 06 18:38:54 ghanima kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    avril 06 18:38:54 ghanima kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    avril 06 18:38:54 ghanima kernel: hpet: number irqs doesn't agree with number of timers
    avril 06 18:38:54 ghanima kernel: Linux agpgart interface v0.103
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: RTC can wake from S4
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    avril 06 18:38:54 ghanima kernel: ledtrig-cpu: registered to indicate activity on CPUs
    avril 06 18:38:54 ghanima kernel: TCP: cubic registered
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 10
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 17
    avril 06 18:38:54 ghanima kernel: Loading compiled-in X.509 certificates
    avril 06 18:38:54 ghanima kernel: registered taskstats version 1
    avril 06 18:38:54 ghanima kernel: Magic number: 11:714:640
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: setting system clock to 2015-04-06 16:38:53 UTC (1428338333)
    avril 06 18:38:54 ghanima kernel: PM: Hibernation image not present or could not be loaded.
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    avril 06 18:38:54 ghanima kernel: Write protecting the kernel read-only data: 8192k
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    avril 06 18:38:54 ghanima kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    avril 06 18:38:54 ghanima kernel: ACPI: bus type USB registered
    avril 06 18:38:54 ghanima kernel: usbcore: registered new interface driver usbfs
    avril 06 18:38:54 ghanima kernel: usbcore: registered new interface driver hub
    avril 06 18:38:54 ghanima kernel: usbcore: registered new device driver usb
    avril 06 18:38:54 ghanima kernel: SCSI subsystem initialized
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    avril 06 18:38:54 ghanima kernel: hub 1-0:1.0: USB hub found
    avril 06 18:38:54 ghanima kernel: hub 1-0:1.0: 6 ports detected
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    avril 06 18:38:54 ghanima kernel: hub 2-0:1.0: USB hub found
    avril 06 18:38:54 ghanima kernel: libata version 3.00 loaded.
    avril 06 18:38:54 ghanima kernel: hub 2-0:1.0: 1 port detected
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: version 3.0
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso sadm
    avril 06 18:38:54 ghanima kernel: scsi host0: ahci
    avril 06 18:38:54 ghanima kernel: scsi host1: ahci
    avril 06 18:38:54 ghanima kernel: ata1: SATA max UDMA/133 abar m2048@0xd0815000 port 0xd0815100 irq 88
    avril 06 18:38:54 ghanima kernel: ata2: DUMMY
    avril 06 18:38:54 ghanima kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    avril 06 18:38:54 ghanima kernel: ata1.00: ATA-8: KINGSTON SV300S37A60G, 580ABBF0, max UDMA/133
    avril 06 18:38:54 ghanima kernel: ata1.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    avril 06 18:38:54 ghanima kernel: ata1.00: configured for UDMA/133
    avril 06 18:38:54 ghanima kernel: scsi 0:0:0:0: Direct-Access ATA KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Write Protect is off
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    avril 06 18:38:54 ghanima kernel: sda: sda1 sda2 sda3 sda4
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    avril 06 18:38:54 ghanima kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
    avril 06 18:38:54 ghanima kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    avril 06 18:38:54 ghanima kernel: usb 1-2: No LPM exit latency info found, disabling LPM.
    avril 06 18:38:54 ghanima systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    avril 06 18:38:54 ghanima systemd[1]: Detected architecture 'x86-64'.
    avril 06 18:38:54 ghanima systemd[1]: Set hostname to <ghanima>.
    avril 06 18:38:54 ghanima kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/[email protected] is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/[email protected] is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/webmin.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/webmin.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    avril 06 18:38:54 ghanima systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    avril 06 18:38:54 ghanima systemd[1]: Starting Encrypted Volumes.
    avril 06 18:38:54 ghanima systemd[1]: Reached target Encrypted Volumes.
    avril 06 18:38:54 ghanima systemd[1]: Starting Login Prompts.
    avril 06 18:38:54 ghanima systemd[1]: Reached target Login Prompts.
    avril 06 18:38:54 ghanima systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Expecting device dev-sda3.device...
    avril 06 18:38:54 ghanima systemd[1]: Starting Root Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice Root Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    avril 06 18:38:54 ghanima systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    avril 06 18:38:54 ghanima systemd[1]: Starting LVM2 metadata daemon socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on LVM2 metadata daemon socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Control Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on udev Control Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting System Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice System Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-darkice.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-darkice.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-systemd\x2dfsck.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-systemd\x2dfsck.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-getty.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-getty.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting Device-mapper event daemon FIFOs.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Device-mapper event daemon FIFOs.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Socket (/dev/log).
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Socket (/dev/log).
    avril 06 18:38:54 ghanima systemd[1]: Starting Delayed Shutdown Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Delayed Shutdown Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Kernel Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on udev Kernel Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Socket.
    avril 06 18:38:54 ghanima systemd[1]: Started File System Check on Root Device.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Coldplug all Devices...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Debug File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Setup Virtual Console...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Temporary Directory...
    avril 06 18:38:54 ghanima systemd[1]: Starting Create list of required static device nodes for the current kernel...
    avril 06 18:38:54 ghanima systemd[1]: Starting Set Up Additional Binary Formats...
    avril 06 18:38:54 ghanima systemd[1]: Starting Load Kernel Modules...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Huge Pages File System...
    avril 06 18:38:54 ghanima systemd[1]: Mounting POSIX Message Queue File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Remount Root and Kernel File Systems...
    avril 06 18:38:54 ghanima systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    avril 06 18:38:54 ghanima kernel: tsc: Refined TSC clocksource calibration: 1999.999 MHz
    avril 06 18:38:54 ghanima systemd[1]: Starting Paths.
    avril 06 18:38:54 ghanima kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
    avril 06 18:38:54 ghanima systemd[1]: Reached target Paths.
    avril 06 18:38:54 ghanima systemd[1]: Expecting device dev-sda4.device...
    avril 06 18:38:54 ghanima kernel: vboxdrv: Found 4 processor cores.
    avril 06 18:38:54 ghanima kernel: vboxdrv: fAsync=0 offMin=0x2a0 offMax=0x38310
    avril 06 18:38:54 ghanima kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    avril 06 18:38:54 ghanima kernel: vboxdrv: Successfully loaded version 4.3.26_OSE (interface 0x001a000a).
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Audit Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Service...
    avril 06 18:38:54 ghanima systemd[1]: Starting User and Session Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice User and Session Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting Slices.
    avril 06 18:38:54 ghanima kernel: vboxpci: IOMMU not found (not registered)
    avril 06 18:38:54 ghanima systemd[1]: Reached target Slices.
    avril 06 18:38:54 ghanima systemd[1]: Starting Early root shell on /dev/tty9 FOR DEBUGGING ONLY...
    avril 06 18:38:54 ghanima systemd[1]: Started Early root shell on /dev/tty9 FOR DEBUGGING ONLY.
    avril 06 18:38:54 ghanima systemd[1]: Mounted POSIX Message Queue File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Debug File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Huge Pages File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Temporary Directory.
    avril 06 18:38:54 ghanima systemd[1]: Started Setup Virtual Console.
    avril 06 18:38:54 ghanima systemd[1]: Started Create list of required static device nodes for the current kernel.
    avril 06 18:38:54 ghanima systemd[1]: Started Load Kernel Modules.
    avril 06 18:38:54 ghanima systemd[1]: Started Remount Root and Kernel File Systems.
    avril 06 18:38:54 ghanima systemd[1]: Started udev Coldplug all Devices.
    avril 06 18:38:54 ghanima systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 130 (systemd-binfmt)
    avril 06 18:38:54 ghanima systemd[1]: Mounting Arbitrary Executable File Formats File System...
    avril 06 18:38:54 ghanima systemd[1]: Started Rebuild Hardware Database.
    avril 06 18:38:54 ghanima systemd[1]: Starting Load/Save Random Seed...
    avril 06 18:38:54 ghanima systemd-journal[146]: Journal started
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxdrv'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxnetadp'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxnetflt'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxpci'
    avril 06 18:38:54 ghanima systemd[1]: Started First Boot Wizard.
    avril 06 18:38:54 ghanima systemd[1]: Started Create System Users.
    avril 06 18:38:54 ghanima systemd[1]: Started Rebuild Dynamic Linker Cache.
    avril 06 18:38:54 ghanima systemd[1]: Mounted FUSE Control File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounting Configuration File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Apply Kernel Variables...
    avril 06 18:38:54 ghanima systemd[1]: Starting Create Static Device Nodes in /dev...
    avril 06 18:38:54 ghanima kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
    avril 06 18:38:54 ghanima systemd[1]: Mounted Arbitrary Executable File Formats File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Configuration File System.
    avril 06 18:38:54 ghanima systemd[1]: Started Journal Service.
    avril 06 18:38:54 ghanima systemd[1]: Started Load/Save Random Seed.
    avril 06 18:38:54 ghanima systemd[1]: Started Set Up Additional Binary Formats.
    avril 06 18:38:54 ghanima systemd[1]: Started Apply Kernel Variables.
    avril 06 18:38:54 ghanima systemd[1]: Started Create Static Device Nodes in /dev.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Kernel Device Manager...
    avril 06 18:38:54 ghanima systemd[1]: Starting Local File Systems (Pre).
    avril 06 18:38:54 ghanima systemd[1]: Reached target Local File Systems (Pre).
    avril 06 18:38:54 ghanima systemd[1]: Starting Flush Journal to Persistent Storage...
    avril 06 18:38:54 ghanima systemd-udevd[166]: starting version 218
    avril 06 18:38:54 ghanima systemd[1]: Started Flush Journal to Persistent Storage.
    avril 06 18:38:54 ghanima systemd[1]: Started udev Kernel Device Manager.
    avril 06 18:38:54 ghanima kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    avril 06 18:38:54 ghanima kernel: ACPI: Power Button [PWRB]
    avril 06 18:38:54 ghanima kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    avril 06 18:38:54 ghanima kernel: ACPI: Sleep Button [SLPB]
    avril 06 18:38:54 ghanima kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    avril 06 18:38:54 ghanima kernel: ACPI: Power Button [PWRF]
    avril 06 18:38:54 ghanima kernel: ------------[ cut here ]------------
    avril 06 18:38:54 ghanima kernel: WARNING: CPU: 1 PID: 178 at drivers/cpufreq/cpufreq.c:2300 cpufreq_update_policy+0x1b9/0x1f0()
    avril 06 18:38:54 ghanima kernel: Modules linked in: fan(+) thermal(+) pcc_cpufreq(-) video battery acpi_cpufreq processor button sch_fq_codel pci_stub vboxpci(O) vboxnetflt(O) vboxnetadp(O) vboxdrv(O) ext4 crc16 mbcache jbd2 sd_mod ahci libahci libata xhci_pci xhci_hcd scsi_mod usbcore usb_common
    avril 06 18:38:54 ghanima kernel: CPU: 1 PID: 178 Comm: systemd-udevd Tainted: G O 3.19.2-1-ARCH #1
    avril 06 18:38:54 ghanima kernel: Hardware name: GIGABYTE GB-BXBT-1900/MZBAYAB-00, BIOS F3 07/15/2014
    avril 06 18:38:54 ghanima kernel: 0000000000000000 0000000063c922bf ffff880037a736f8 ffffffff8155cfdf
    avril 06 18:38:54 ghanima kernel: 0000000000000000 0000000000000000 ffff880037a73738 ffffffff81073a4a
    avril 06 18:38:54 ghanima kernel: ffff880037b99600 ffff880037b99600 00000000fffffffb ffff880037b99728
    avril 06 18:38:54 ghanima kernel: Call Trace:
    avril 06 18:38:54 ghanima kernel: [<ffffffff8155cfdf>] dump_stack+0x4c/0x6e
    avril 06 18:38:54 ghanima kernel: [<ffffffff81073a4a>] warn_slowpath_common+0x8a/0xc0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81073b7a>] warn_slowpath_null+0x1a/0x20
    avril 06 18:38:54 ghanima kernel: [<ffffffff8141b259>] cpufreq_update_policy+0x1b9/0x1f0
    avril 06 18:38:54 ghanima kernel: [<ffffffff8141b290>] ? cpufreq_update_policy+0x1f0/0x1f0
    avril 06 18:38:54 ghanima kernel: [<ffffffffa01f77ed>] cpufreq_set_cur_state.part.3+0x8b/0x95 [processor]
    avril 06 18:38:54 ghanima kernel: [<ffffffffa01f7907>] processor_set_cur_state+0xa1/0xdb [processor]
    avril 06 18:38:54 ghanima kernel: [<ffffffff81415771>] thermal_cdev_update+0xd1/0x180
    avril 06 18:38:54 ghanima kernel: [<ffffffff81417b19>] step_wise_throttle+0x59/0x90
    avril 06 18:38:54 ghanima kernel: [<ffffffff81417ac0>] ? thermal_zone_trip_update+0x3e0/0x3e0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81415f11>] handle_thermal_trip+0x61/0x1e0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81416175>] thermal_zone_device_update+0xe5/0x170
    avril 06 18:38:54 ghanima kernel: [<ffffffff81416bf9>] thermal_zone_device_register+0x7a9/0x8b0
    avril 06 18:38:54 ghanima

    Hello, i too have random freeze without any "usable" info.
    The blame "may" (well i think it is) be a "baytay + i915 kernel drivers" fault, these thread are intresting :
    - https://bugs.freedesktop.org/show_bug.cgi?id=88012
    - https://github.com/OpenELEC/OpenELEC.tv/issues/3726
    what intresting is that there is path (for use of "legacy-turbo"), sory not remenber where i get it
    -- gpu-drm-i915-fix-vlv-crash.txt --
    Revert back to legacy turbo for vlv, fixes random crashes.
    Reported by Timothée Giet <[email protected]> on dev@ ml.
    https://bugs.freedesktop.org/show_bug.cgi?id=88012#c33
    --- linux/drivers/gpu/drm/i915/i915_irq.c.orig
    +++ linux/drivers/gpu/drm/i915/i915_irq.c
    @@ -4361,12 +4361,7 @@ void intel_irq_init(struct drm_i915_priv
        INIT_WORK(&dev_priv->rps.work, gen6_pm_rps_work);
        INIT_WORK(&dev_priv->l3_parity.error_work, ivybridge_parity_work);
    -    /* Let's track the enabled rps events */
    -    if (IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv))
    -        /* WaGsvRC0ResidencyMethod:vlv */
    -        dev_priv->pm_rps_events = GEN6_PM_RP_UP_EI_EXPIRED;
    -    else
    -        dev_priv->pm_rps_events = GEN6_PM_RPS_EVENTS;
    +    dev_priv->pm_rps_events = GEN6_PM_RPS_EVENTS;
        setup_timer(&dev_priv->gpu_error.hangcheck_timer,
                i915_hangcheck_elapsed,
    I did use the trik on a custom kernel, i do have freeze (none tomoroy but two today but only on using firefox, so may be another probleme (sna))  but not on video (well i had run 15 video same time, and two where running 2 hours after without crash). May be you should try it (i think it work better).
    note : link to make custom kernel -> https://wiki.archlinux.org/index.php/Ke … raditional

  • [SOLVED] libcairo crashes gnome-shell

    Hi,
    I think after one of the updates (I don't run on testing), gnome-shell would crash after few seconds of use. Examining error messages, it seems to be related to libcairo segfault, which I was unable to analyze further. I did some googling on this, but most issues were concerning ATI of nVidia card and/or multiple monitor, from which I use none.
    I am pasting hopefully useful logs:
    .xsession-errors
    /etc/gdm/Xsession: Beginning session setup...
    localuser:janci being added to access control list
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- startxfce4
    /usr/bin/startxfce4: X server already running on display :0
    xrdb: "URxvt.scrollstyle" on line 96 overrides entry on line 90
    xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
    *** buffer overflow detected ***: /usr/bin/trayfreq terminated
    ======= Backtrace: =========
    /lib/libc.so.6(__fortify_fail+0x37)[0x7f7ebb6167b7]
    /lib/libc.so.6(+0xf78d0)[0x7f7ebb6148d0]
    /lib/libc.so.6(+0xf6d59)[0x7f7ebb613d59]
    /lib/libc.so.6(_IO_default_xsputn+0x89)[0x7f7ebb593239]
    /lib/libc.so.6(_IO_vfprintf+0x1198)[0x7f7ebb5626c8]
    /lib/libc.so.6(__vsprintf_chk+0x97)[0x7f7ebb613df7]
    /lib/libc.so.6(__sprintf_chk+0x7d)[0x7f7ebb613d3d]
    /usr/bin/trayfreq[0x4034e1]
    /usr/bin/trayfreq[0x401a91]
    /lib/libc.so.6(__libc_start_main+0xf5)[0x7f7ebb53e455]
    /usr/bin/trayfreq[0x401ae5]
    ======= Memory map: ========
    00400000-00405000 r-xp 00000000 08:06 161991 /usr/bin/trayfreq
    00605000-00606000 r--p 00005000 08:06 161991 /usr/bin/trayfreq
    00606000-00607000 rw-p 00006000 08:06 161991 /usr/bin/trayfreq
    00607000-00744000 rw-p 00000000 00:00 0
    022e1000-0239f000 rw-p 00000000 00:00 0 [heap]
    7f7eb674c000-7f7eb6761000 r-xp 00000000 08:06 152581 /usr/lib/libgcc_s.so.1
    7f7eb6761000-7f7eb6960000 ---p 00015000 08:06 152581 /usr/lib/libgcc_s.so.1
    7f7eb6960000-7f7eb6961000 rw-p 00014000 08:06 152581 /usr/lib/libgcc_s.so.1
    7f7eb6961000-7f7eb696a000 r-xp 00000000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb696a000-7f7eb6b6a000 ---p 00009000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb6b6a000-7f7eb6b6b000 r--p 00009000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb6b6b000-7f7eb6b6c000 rw-p 0000a000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb6b6c000-7f7eb6b9b000 r-xp 00000000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6b9b000-7f7eb6d9b000 ---p 0002f000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6d9b000-7f7eb6d9c000 r--p 0002f000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6d9c000-7f7eb6d9d000 rw-p 00030000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6d9d000-7f7eb6da6000 r-xp 00000000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6da6000-7f7eb6fa5000 ---p 00009000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6fa5000-7f7eb6fa6000 r--p 00008000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6fa6000-7f7eb6fa7000 rw-p 00009000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6fa7000-7f7eb6fb7000 r-xp 00000000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb6fb7000-7f7eb71b6000 ---p 00010000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb71b6000-7f7eb71b7000 r--p 0000f000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb71b7000-7f7eb71b8000 rw-p 00010000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb71b8000-7f7eb71be000 r-xp 00000000 08:06 163514 /usr/lib/libogg.so.0.8.0
    7f7eb71be000-7f7eb73bd000 ---p 00006000 08:06 163514 /usr/lib/libogg.so.0.8.0
    7f7eb73bd000-7f7eb73be000 rw-p 00005000 08:06 163514 /usr/lib/libogg.so.0.8.0
    7f7eb73be000-7f7eb73ea000 r-xp 00000000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb73ea000-7f7eb75e9000 ---p 0002c000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb75e9000-7f7eb75ea000 r--p 0002b000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb75ea000-7f7eb75eb000 rw-p 0002c000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb75eb000-7f7eb75f2000 r-xp 00000000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb75f2000-7f7eb77f2000 ---p 00007000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb77f2000-7f7eb77f3000 r--p 00007000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb77f3000-7f7eb77f4000 rw-p 00008000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb77f4000-7f7eb7804000 r-xp 00000000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7804000-7f7eb7a03000 ---p 00010000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7a03000-7f7eb7a04000 r--p 0000f000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7a04000-7f7eb7a05000 rw-p 00010000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7a05000-7f7eb7a09000 r-xp 00000000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7a09000-7f7eb7c08000 ---p 00004000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7c08000-7f7eb7c09000 r--p 00003000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7c09000-7f7eb7c0a000 rw-p 00004000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7c0a000-7f7eb7c0f000 r-xp 00000000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7c0f000-7f7eb7e0e000 ---p 00005000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7e0e000-7f7eb7e0f000 r--p 00004000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7e0f000-7f7eb7e10000 rw-p 00005000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7e10000-7f7eb7e1c000 r-xp 00000000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb7e1c000-7f7eb801b000 ---p 0000c000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb801b000-7f7eb801c000 r--p 0000b000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb801c000-7f7eb801d000 rw-p 0000c000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb801d000-7f7eb81e2000 r--p 00000000 08:06 145576 /usr/lib/locale/locale-archive
    7f7eb81e2000-7f7eb81e7000 r-xp 00000000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb81e7000-7f7eb83e6000 ---p 00005000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb83e6000-7f7eb83e7000 r--p 00004000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb83e7000-7f7eb83e8000 rw-p 00005000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb83e8000-7f7eb83ea000 r-xp 00000000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb83ea000-7f7eb85ea000 ---p 00002000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb85ea000-7f7eb85eb000 r--p 00002000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb85eb000-7f7eb85ec000 rw-p 00003000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb85ec000-7f7eb8614000 r-xp 00000000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8614000-7f7eb8813000 ---p 00028000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8813000-7f7eb8815000 r--p 00027000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8815000-7f7eb8816000 rw-p 00029000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8816000-7f7eb8825000 r-xp 00000000 08:06 159377 /usr/lib/libbz2.so.1.0.6
    7f7eb8825000-7f7eb8a24000 ---p 0000f000 08:06 159377 /usr/lib/libbz2.so.1.0.6
    7f7eb8a24000-7f7eb8a26000 rw-p 0000e000 08:06 159377 /usr/lib/libbz2.so.1.0.6
    7f7eb8a26000-7f7eb8a43000 r-xp 00000000 08:06 141345 /usr/lib/libxcb.so.1.1.0
    7f7eb8a43000-7f7eb8c43000 ---p 0001d000 08:06 141345 /usr/lib/libxcb.so.1.1.0
    7f7eb8c43000-7f7eb8c44000 rw-p 0001d000 08:06 141345 /usr/lib/libxcb.so.1.1.0
    7f7eb8c44000-7f7eb8c4c000 r-xp 00000000 08:06 141391 /usr/lib/libxcb-render.so.0.0.0
    7f7eb8c4c000-7f7eb8e4c000 ---p 00008000 08:06 141391 /usr/lib/libxcb-render.so.0.0.0
    7f7eb8e4c000-7f7eb8e4d000 rw-p 00008000 08:06 141391 /usr/lib/libxcb-render.so.0.0.0
    7f7eb8e4d000-7f7eb8e4f000 r-xp 00000000 08:06 141306 /usr/lib/libxcb-shm.so.0.0.0
    7f7eb8e4f000-7f7eb904e000 ---p 00002000 08:06 141306 /usr/lib/libxcb-shm.so.0.0.0
    7f7eb904e000-7f7eb904f000 rw-p 00001000 08:06 141306 /usr/lib/libxcb-shm.so.0.0.0
    7f7eb904f000-7f7eb90cf000 r-xp 00000000 08:06 141245 /usr/lib/libpixman-1.so.0.26.0
    7f7eb90cf000-7f7eb92ce000 ---p 00080000 08:06 141245 /usr/lib/libpixman-1.so.0.26.0
    7f7eb92ce000-7f7eb92d4000 rw-p 0007f000 08:06 141245 /usr/lib/libpixman-1.so.0.26.0
    7f7eb92d4000-7f7eb9300000 r-xp 00000000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb9300000-7f7eb94ff000 ---p 0002c000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb94ff000-7f7eb9500000 r--p 0002b000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb9500000-7f7eb9501000 rw-p 0002c000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb9501000-7f7eb9514000 r-xp 00000000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9514000-7f7eb9714000 ---p 00013000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9714000-7f7eb9715000 r--p 00013000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9715000-7f7eb9716000 rw-p 00014000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9716000-7f7eb9718000 rw-p 00000000 00:00 0
    7f7eb9718000-7f7eb972d000 r-xp 00000000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb972d000-7f7eb992c000 ---p 00015000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb992c000-7f7eb992d000 r--p 00014000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb992d000-7f7eb992e000 rw-p 00015000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb992e000-7f7eb9987000 r-xp 00000000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9987000-7f7eb9b86000 ---p 00059000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9b86000-7f7eb9b87000 r--p 00058000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9b87000-7f7eb9b88000 rw-p 00059000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9b88000-7f7eb9b8b000 r-xp 00000000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9b8b000-7f7eb9d8a000 ---p 00003000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9d8a000-7f7eb9d8b000 r--p 00002000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9d8b000-7f7eb9d8c000 rw-p 00003000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9d8c000-7f7eb9d93000 r-xp 00000000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9d93000-7f7eb9f92000 ---p 00007000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9f92000-7f7eb9f93000 r--p 00006000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9f93000-7f7eb9f94000 rw-p 00007000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9f94000-7f7eb9f96000 r-xp 00000000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eb9f96000-7f7eba195000 ---p 00002000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eba195000-7f7eba196000 r--p 00001000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eba196000-7f7eba197000 rw-p 00002000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eba197000-7f7eba199000 r-xp 00000000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba199000-7f7eba398000 ---p 00002000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba398000-7f7eba399000 r--p 00001000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba399000-7f7eba39a000 rw-p 00002000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba39a000-7f7eba3a3000 r-xp 00000000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba3a3000-7f7eba5a2000 ---p 00009000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba5a2000-7f7eba5a3000 r--p 00008000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba5a3000-7f7eba5a4000 rw-p 00009000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba5a4000-7f7eba5ac000 r-xp 00000000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba5ac000-7f7eba7ab000 ---p 00008000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba7ab000-7f7eba7ac000 r--p 00007000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba7ac000-7f7eba7ad000 rw-p 00008000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba7ad000-7f7eba7bb000 r-xp 00000000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba7bb000-7f7eba9ba000 ---p 0000e000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba9ba000-7f7eba9bb000 r--p 0000d000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba9bb000-7f7eba9bc000 rw-p 0000e000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba9bc000-7f7eba9be000 r-xp 00000000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7eba9be000-7f7ebabbd000 ---p 00002000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7ebabbd000-7f7ebabbe000 r--p 00001000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7ebabbe000-7f7ebabbf000 rw-p 00002000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7ebabbf000-7f7ebabc9000 r-xp 00000000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebabc9000-7f7ebadc8000 ---p 0000a000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebadc8000-7f7ebadc9000 r--p 00009000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebadc9000-7f7ebadca000 rw-p 0000a000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebadca000-7f7ebaddc000 r-xp 00000000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebaddc000-7f7ebafdb000 ---p 00012000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebafdb000-7f7ebafdc000 r--p 00011000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebafdc000-7f7ebafdd000 rw-p 00012000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebafdd000-7f7ebafe2000 r-xp 00000000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebafe2000-7f7ebb1e2000 ---p 00005000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebb1e2000-7f7ebb1e3000 r--p 00005000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebb1e3000-7f7ebb1e4000 rw-p 00006000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebb1e4000-7f7ebb317000 r-xp 00000000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb317000-7f7ebb517000 ---p 00133000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb517000-7f7ebb518000 r--p 00133000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb518000-7f7ebb51d000 rw-p 00134000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb51d000-7f7ebb6b4000 r-xp 00000000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb6b4000-7f7ebb8b4000 ---p 00197000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb8b4000-7f7ebb8b8000 r--p 00197000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb8b8000-7f7ebb8ba000 rw-p 0019b000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb8ba000-7f7ebb8be000 rw-p 00000000 00:00 0
    7f7ebb8be000-7f7ebb8d5000 r-xp 00000000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebb8d5000-7f7ebbad4000 ---p 00017000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebbad4000-7f7ebbad5000 r--p 00016000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebbad5000-7f7ebbad6000 rw-p 00017000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebbad6000-7f7ebbada000 rw-p 00000000 00:00 0
    7f7ebbada000-7f7ebbbcd000 r-xp 00000000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbbcd000-7f7ebbdcd000 ---p 000f3000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbdcd000-7f7ebbdce000 r--p 000f3000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbdce000-7f7ebbdcf000 rw-p 000f4000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbdcf000-7f7ebbec1000 r-xp 00000000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebbec1000-7f7ebc0c0000 ---p 000f2000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebc0c0000-7f7ebc0c1000 r--p 000f1000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebc0c1000-7f7ebc0c2000 rw-p 000f2000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebc0c2000-7f7ebc0c3000 rw-p 00000000 00:00 0
    7f7ebc0c3000-7f7ebc0ca000 r-xp 00000000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc0ca000-7f7ebc2c9000 ---p 00007000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc2c9000-7f7ebc2ca000 r--p 00006000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc2ca000-7f7ebc2cb000 rw-p 00007000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc2cb000-7f7ebc2cc000 r-xp 00000000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc2cc000-7f7ebc4cb000 ---p 00001000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc4cb000-7f7ebc4cc000 r--p 00000000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc4cc000-7f7ebc4cd000 rw-p 00001000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc4cd000-7f7ebc4d0000 r-xp 00000000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc4d0000-7f7ebc6cf000 ---p 00003000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc6cf000-7f7ebc6d0000 r--p 00002000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc6d0000-7f7ebc6d1000 rw-p 00003000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc6d1000-7f7ebc71d000 r-xp 00000000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc71d000-7f7ebc91d000 ---p 0004c000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc91d000-7f7ebc91e000 r--p 0004c000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc91e000-7f7ebc91f000 rw-p 0004d000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc91f000-7f7ebc953000 r-xp 00000000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebc953000-7f7ebcb53000 ---p 00034000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebcb53000-7f7ebcb54000 r--p 00034000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebcb54000-7f7ebcb55000 rw-p 00035000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebcb55000-7f7ebcbee000 r-xp 00000000 08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcbee000-7f7ebcded000 ---p 00099000
    ** (process:2611): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2611): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2611): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcded000-7f7ebcdf3000 r--p 00098000 08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcdf3000-7f7ebcdf4000 rw-p 0009e000 08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcdf4000-7f7ebce3c000 r-xp 00000000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebce3c000-7f7ebd03c000 ---p 00048000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebd03c000-7f7ebd03e000 r--p 00048000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebd03e000-7f7ebd03f000 rw-p 0004a000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebd03f000-7f7ebd12f000 r-xp 00000000 08:06 160350 /usr/lib/libcairo.so.2.11200.2
    7f7ebd12f000-7f7ebd32f000 ---p 000f0000 08:06 160350 /usr/lib/libcairo.so.2.11200.2
    7f7ebd32f000-7f7ebd333000 rw-p 000f0000 08:06 160350 /usr/lib/libcairo.so.2.11200.2
    7f7ebd333000-7f7ebd334000 rw-p 00000000 00:00 0
    7f7ebd334000-7f7ebd355000 r-xp 00000000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd355000-7f7ebd554000 ---p 00021000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd554000-7f7ebd555000 r--p 00020000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd555000-7f7ebd556000 rw-p 00021000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd556000-7f7ebd561000 r-xp 00000000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd561000-7f7ebd761000 ---p 0000b000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd761000-7f7ebd762000 r--p 0000b000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd762000-7f7ebd763000 rw-p 0000c000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd763000-7f7ebd78e000 r-xp 00000000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd78e000-7f7ebd98e000 ---p 0002b000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd98e000-7f7ebd98f000 r--p 0002b000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd98f000-7f7ebd990000 rw-p 0002c000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd990000-7f7ebdad5000 r-xp 00000000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdad5000-7f7ebdcd5000 ---p 00145000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdcd5000-7f7ebdcd9000 r--p 00145000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdcd9000-7f7ebdcdb000 rw-p 00149000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdcdb000-7f7ebdcdd000 rw-p 00000000 00:00 0
    7f7ebdcdd000-7f7ebdcfd000 r-xp 00000000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdcfd000-7f7ebdefd000 ---p 00020000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdefd000-7f7ebdeff000 r--p 00020000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdeff000-7f7ebdf00000 rw-p 00022000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdf00000-7f7ebdfad000 r-xp 00000000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebdfad000-7f7ebe1ad000 ---p 000ad000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebe1ad000-7f7ebe1b1000 r--p 000ad000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebe1b1000-7f7ebe1b3000 rw-p 000b1000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebe1b3000-7f7ebe5d5000 r-xp 00000000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe5d5000-7f7ebe7d5000 ---p 00422000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe7d5000-7f7ebe7dc000 r--p 00422000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe7dc000-7f7ebe7e0000 rw-p 00429000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe7e0000-7f7ebe7e2000 rw-p 00000000 00:00 0
    7f7ebe7e2000-7f7ebe803000 r-xp 00000000 08:06 2490856 /lib/ld-2.15.so
    7f7ebe9bc000-7f7ebe9d0000 rw-p 00000000 00:00 0
    7f7ebea01000-7f7ebea03000 rw-p 00000000 00:00 0
    7f7ebea03000-7f7ebea04000 r--p 00021000 08:06 2490856 /lib/ld-2.15.so
    7f7ebea04000-7f7ebea05000 rw-p 00022000 08:06 2490856 /lib/ld-2.15.so
    7f7ebea05000-7f7ebea06000 rw-p 00000000 00:00 0
    7fffa6d8e000-7fffa6daf000 rw-p 00000000 00:00 0 [stack]
    7fffa6dff000-7fffa6e00000 r-xp 00000000 00:00 0 [vdso]
    ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
    ** (process:2614): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2614): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2614): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2631): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2631): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2631): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    Cannot list GNOME panel applets.
    Initialization of gnome-clock failed.
    Trying next provider...
    Latitude and longitude must be set.
    ** (nm-applet:2639): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Launch helper exited with unknown return code 1
    ** Message: applet now removed from the notification area
    ** (nm-applet:2639): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:2639): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    ** Message: applet now embedded in the notification area
    ** Message: applet now removed from the notification area
    ** Message: Starting applet secret agent because GNOME Shell disappeared
    ** (nm-applet:2639): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    urxvt: unable to parse color 'S_base02', using pink instead.
    urxvt: unable to parse color 'S_red', using pink instead.
    urxvt: unable to parse color 'S_green', using pink instead.
    urxvt: unable to parse color 'S_yellow', using pink instead.
    urxvt: unable to parse color 'S_blue', using pink instead.
    urxvt: unable to parse color 'S_magenta', using pink instead.
    urxvt: unable to parse color 'S_cyan', using pink instead.
    urxvt: unable to parse color 'S_base2', using pink instead.
    urxvt: unable to parse color 'S_base03', using pink instead.
    urxvt: unable to parse color 'S_orange', using pink instead.
    urxvt: unable to parse color 'S_base01', using pink instead.
    urxvt: unable to parse color 'S_base00', using pink instead.
    urxvt: unable to parse color 'S_base0', using pink instead.
    urxvt: unable to parse color 'S_violet', using pink instead.
    urxvt: unable to parse color 'S_base1', using pink instead.
    urxvt: unable to parse color 'S_base3xterm*foreground: #FFFFFF', using pink instead.
    urxvt: unable to parse color 'S_base1', using pink instead.
    urxvt: unable to parse color 'S_base03', using pink instead.
    (xfrun4:2689): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (xfrun4:2689): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (xfrun4:2689): Gtk-CRITICAL **: IA__gtk_tree_model_row_changed: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (polkit-gnome-authentication-agent-1:2634): Gdk-WARNING **: polkit-gnome-authentication-agent-1: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    (bluetooth-applet:2642): Gdk-WARNING **: bluetooth-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    blueman-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    wicd-client.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    Loading configuration plugins
    blueman-applet version 1.23 starting
    Stale PID, overwriting
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Has notifications support True
    Loading...
    Connecting to daemon...
    Connected.
    Exception during notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
    displaytray True
    Done loading.
    (nm-applet:2639): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    urxvt: X connection to ':0.0' broken, unable to recover, exiting.
    (gedit:2725): GLib-CRITICAL **: g_main_loop_quit: assertion `g_atomic_int_get (&loop->ref_count) > 0' failed
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    part of dmesg
    [ 6112.822665] xfrun4[6956]: segfault at 1f ip 000000000040ab30 sp 00007fff704890a0 error 4 in xfce4-appfinder[400000+1a000]
    [ 6133.893574] gnome-shell-cal[7799] trap int3 ip:7fe9c10115e1 sp:7fffa7690820 error:0
    [ 6154.808689] pool[7845]: segfault at 1c ip 00007f53e71b5c7c sp 00007f53bcfebed0 error 4 in libcairo.so.2.11200.2[7f53e714b000+f0000]
    [ 6155.396639] gnome-shell-cal[7884] trap int3 ip:7f04260655e1 sp:7fff930bca90 error:0
    [ 6175.790936] pool[7899]: segfault at 1c ip 00007fd5e8ebec7c sp 00007fd5bef11ed0 error 4 in libcairo.so.2.11200.2[7fd5e8e54000+f0000]
    part of everything.log
    Jun 7 03:14:32 localhost kernel: [ 6175.790936] pool[7899]: segfault at 1c ip 00007fd5e8ebec7c sp 00007fd5bef11ed0 error 4 in libcairo.so.2.11200.2[7fd5e8e54000+f0000]
    Jun 7 03:14:32 localhost gnome-session[7712]: WARNING: Application 'gnome-shell.desktop' killed by signal 11
    Jun 7 03:14:32 localhost gnome-session[7712]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    pacman -Qm
    acpitool 0.5.1-5
    arduino 1:1.0-2
    batterymon 1.2.0-8
    blogofile 0.7.1-3
    chipmunk-radio 0.1.9-2
    djvu2pdf 0.9.1-1
    dropbox 1.2.48-1
    dvdbackup 0.4.1-3
    faenza-icon-theme 1.1-1
    fbxkb 0.6-1
    fife-svn 3811-1
    gcc-gcj-ecj 4.5-1
    gdm3setup 20120607-1
    gen-init-cpio 2.6.32-1
    gnome-shell-extension-user-theme 3.2.3-1
    gnuplot-py 1.8-3
    google-talkplugin 2.8.5.0-1
    gtk-rezlooks-engine 0.6-10
    gtk2-theme-dust 0.5.0-2
    gtk2-theme-dyne 0.2-2
    gtk2-theme-fawn 0.3-1
    guvcview 1.5.3-1
    hal 0.5.14-6
    hal-info 0.20091130-1
    hibernate-script 2.0-6
    ipe 7.1.1-2
    jdownloader latest-14.2
    lib32-curl 7.23.1-1
    lib32-libxxf86dga 1.1.2-1
    lib32-nspr 4.8.9-1
    lib32-nss 3.12.11-1
    libdrm-git 20120427-1
    libfetch 2.33-3
    libflashsupport-pulse 20120307-1
    libgdu 3.0.2-2
    linux-mainline 3.3rc7-1
    ntrack 1:16-2
    obshutdown 0.1_rc1-1
    picasa 3.0_5744.02-6
    pybik 0.4-2
    python-gtkglext 1.1.0-4
    python-sympy-git 20120424-1
    python-textile 2.1.5-1
    python-uncertainties 1.8-1
    python2-pygtkhelpers-hg 279-1
    python2-pylast 0.5.11-1
    screenruler 1.1-2
    shell-fm-git 20120518-1
    tango-icon-theme 0.8.90-4
    tcp_wrappers 7.6-11
    texmaker 3.2.2-1
    tlp 0.3.3-1
    trayfreq 0.2.x.dev2-1
    unknown-horizons-git 20111115-1
    wicd-eduroam 1-1
    xarchiver 0.5.2-5
    Mix of xfce and gnome messages may by caused by the fact that I use xfce4 as a substitute for now.
    EDIT:
    I just wanted to note that issue went away, thanks to IMO libcairo update. It however, got me to configure openbox setup to usable state
    Marking as solved.
    Last edited by Jamp (2012-06-09 23:16:25)

    # /etc/rc.conf - Main Configuration for Arch Linux
    # See 'man 5 rc.conf' for more details
    # LOCALIZATION
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/London"
    KEYMAP="uk"
    CONSOLEFONT="default8x16"
    CONSOLEMAP=
    LOCALE=
    DAEMON_LOCALE="yes"
    USECOLOR="yes"
    # HARDWARE
    MODULES=()
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    # NETWORKING
    HOSTNAME=TLap
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    # DAEMONS
    DAEMONS=(syslog-ng crond dbus networkmanager)
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost TLap
    ::1 localhost.localdomain localhost
    # End of file
    GDM is set to run through /etc/inittab btw and runs fine, I just want gnome-shell back without this annoyance and I don't really understand what I did.

  • [solved] xfce-wavelan-plugin

    Hi All,
    I have recently installed ArchLinux and have been experimenting ever since. I have my wifi set up through netcfg which uses multiple profiles so I can connect wherever I am. I have also settled with XFCE desktop environment, and am happy so far but I have a tendancy to swap and change a lot.
    The on issue I have is when attempting to use the wavelan plugin in XFCE. As soon as I add it to the panel it crashes and in tty1 I get:
    sh: /sbin/ifconfig: No such file or directory
    I know that net-tools has been deprecated, is there anyway round this?
    I tried searching for this issue by googling and on the forum/wiki. Apologies if it has been already solved!
    Thanks,
    Matt.
    Last edited by mspn (2012-01-17 20:29:27)

    I guess net-tools is technically depreciated, but I'm used to it and it seems to work fine.
    In the interest of the most simple & elegant solution, how about
    pacman -S net-tools
    However, (and I run XFCE too), I recommend NetworkManager & network-manager-applet for WiFi as it makes dealing with encrypted networks much easier.

  • [SOLVED] xfce does not start after SLiM login :S

    hello, i have been following the wiki's to setup X, and xfce (which works when i start it from CLI (startxfce4)), and i have installed SLiM which works too!
    Anyway, i have setup SLiM to startup via /etc/inittab, (Runlevel 5).  I use ~/.xinitrc to run my xfce WM:
    #the only uncommented line is:
    exec startxfce4
    The problem is that once SLiM loads, and i login, X seems to crash (i see the CLI login) before SLiM respawns, and i am required to login again.  I think it must be a simple issue of xfce not actually being started?
    i have tried changing startxfce4 to xfce-session, neither work. The login code for SLiM is (/etc/slim.conf):
    login_cmd         exec /bin/bash -login ~/.xinitrc %session
    and from the same file, my available sessions are:
    sessions          xfce4,icewm,wmaker,blackbox
    So, ive heard of some other people who seemed to experience this same issue, but i cant seem to resolve it like they did   anyway, i think i must be missing something and would like some help? thanks.
    Last edited by Deuterium (2009-12-14 11:36:06)

    Many thanks Deuterium. You saved my day! I posted a new thread and finally found your answer. The arch community is great. Now the question is how this file got permission changed?
    [EDIT]
    After few tests I noticed that while X is working automount is broken again and no possibilty to go to standby either. This was in the past solved by going to the latest version of consolekit. The problem is that I'm already running consolekit 0.4.1-2.
    Here is the message I get when inserting a USB drive:
    Rejected send message, 1 matched rules; type="method_call", sender=":1.38" (uid=1000 pid=3437 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=2806 comm="/usr/sbin/hald)).
    [EDIT2]
    The above error came from the fact that when I got stuck with no WM I modifed the .xinitrc to only have 'exec startxfce4' rather than my original '
    exec ck-launch-session startxfce4'. Then after fixing the WM issue I forgot to modify .xinitirc back.
    Last edited by alphazo (2009-12-25 10:07:58)

  • [SOLVED] Eclipse crashes XServer and freezes

    After a system upgrade eclipse regulalary crashes the complete xsession. This usuallualy happens after I press ctrl + space.
    When I start eclipse in a new xsession after the crash it freezes at startup. The logs do not contain any error messages that whould hint to a problem.
    The strange thing is, sometimes a succeed to restart eclipse after a crashed xsesssion. In this case, eclipse runs for hours without a crash. Either the crash happens in the first minutes after starting the ide or not at all.
    I have found this older bug: http://bugs.archlinux.org/task/10278. My symptoms are very similar, but the described workaround doesn't fix my problem.
    My system setup:
    xorg-server 1.7.6-3
    xfce
    jdk 6u20-1
    eclipse 3.5.2
    Update: I found the following message in my Xorg.log. Also eclipse isn't the only application causing the crash. Sometimes even the xfce terminal emulator crashes x.
    Backtrace:
    0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x45cd68]
    1: /usr/bin/Xorg (0x400000+0x59a09) [0x459a09]
    2: /lib/libpthread.so.0 (0x7f4081021000+0xef20) [0x7f408102ff20]
    3: /lib/libc.so.6 (__select+0x13) [0x7f40803478b3]
    4: /usr/bin/Xorg (WaitForSomething+0x1ba) [0x45f67a]
    5: /usr/bin/Xorg (0x400000+0x45eb2) [0x445eb2]
    6: /usr/bin/Xorg (0x400000+0x21aac) [0x421aac]
    7: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f408029eb1d]
    8: /usr/bin/Xorg (0x400000+0x21659) [0x421659]
    Fatal server error:
    Caught signal 3 (Quit). Server aborting
    Last edited by Nadayanna (2010-06-24 16:17:25)

    I forgot that gdm must be always the last daemon in rc.conf. Putting gmd last the list solved my problem. No more crashes!

  • SOLVED: xserver crashing when trying to start Open Office.

    This is solved. It was my mistake. I had upgraded xserver by enabling testing repo earlier which is explained in my previous post. While downgrading xserver the upgraded libgl remained. I reinstalled xorg step by step once again and there are no crashes now. Sorry for the trouble.
    I have installed LXDE desktop on Archlinux after FTP installation. I am starting with startx after logging in Cli. I am using vesa driver since radeon is giving blank screen on external monitor.
    When I try to start Open Office xserver crashes and I am back at Cli. This also happens when I try to maximize youtube video to full screen, therefore, this may be related to Flash.
    Xorg.0.log before restarting xserver is as follows:
    X.Org X Server 1.4.2
    Release Date: 11 June 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.26-ARCH i686
    Current Operating System: Linux myhost 2.6.26-ARCH #1 SMP PREEMPT Tue Sep 9 10:15:21 UTC 2008 i686
    Build Date: 17 August 2008  10:53:07AM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 22 06:19:10 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "USB Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
        Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
        Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
        /usr/share/fonts/misc:unscaled,
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/75dpi,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81e1f60
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 2.0
        X.Org XInput driver : 2.0
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1002,cbb2 card 0000,0000 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1002,7010 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:06:0: chip 10b9,5451 card 103c,0850 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10b9,5457 card 103c,0850 rev 00 class 07,03,00 hdr 00
    (II) PCI: 00:0a:0: chip 104c,ac50 card 1800,0000 rev 02 class 06,07,00 hdr 02
    (II) PCI: 00:0b:0: chip 1106,3038 card 103c,0850 rev 50 class 0c,03,00 hdr 80
    (II) PCI: 00:0b:1: chip 1106,3038 card 103c,0850 rev 50 class 0c,03,00 hdr 80
    (II) PCI: 00:0b:2: chip 1106,3104 card 103c,0850 rev 51 class 0c,03,20 hdr 80
    (II) PCI: 00:0c:0: chip 104c,8026 card 103c,0850 rev 00 class 0c,00,10 hdr 00
    (II) PCI: 00:10:0: chip 10b9,5229 card 103c,0850 rev c4 class 01,01,fa hdr 00
    (II) PCI: 00:11:0: chip 10b9,7101 card 103c,0850 rev 00 class 06,80,00 hdr 00
    (II) PCI: 00:12:0: chip 100b,0020 card 103c,0850 rev 00 class 02,00,00 hdr 00
    (II) PCI: 01:05:0: chip 1002,4337 card 103c,0850 rev 00 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
        [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
        [0] -1    0    0x00009000 - 0x000090ff (0x100) IX[b]
        [1] -1    0    0x00009400 - 0x000094ff (0x100) IX[b]
        [2] -1    0    0x00009800 - 0x000098ff (0x100) IX[b]
        [3] -1    0    0x00009c00 - 0x00009cff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
        [0] -1    0    0xd0300000 - 0xd03fffff (0x100000) MX[b]
    (II) Bus 1 prefetchable memory range:
        [0] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 2: bridge is at (0:10:0), (0,2,5), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
        [0] -1    0    0x00001800 - 0x000018ff (0x100) IX[b]
        [1] -1    0    0x00001c00 - 0x00001cff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0x34000000 - 0x37ffffff (0x4000000) MX[b]
    (II) Bus 2 prefetchable memory range:
        [0] -1    0    0x30000000 - 0x33ffffff (0x4000000) MX[b]
    (--) PCI:*(1:5:0) ATI Technologies Inc Radeon IGP 330M/340M/350M rev 0, Mem @ 0xd8000000/27, 0xd0300000/16, I/O @ 0x9000/8
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
        [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd3ffffff
    (II) PCI Memory resource overlap reduced 0xd0009000 from 0xd0009fff to 0xd0008fff
    (II) Active PCI resource ranges:
        [0] -1    0    0xd0008000 - 0xd0008fff (0x1000) MX[b]
        [1] -1    0    0xd0004000 - 0xd0007fff (0x4000) MX[b]
        [2] -1    0    0xd0003800 - 0xd0003fff (0x800) MX[b]
        [3] -1    0    0xd0003000 - 0xd00030ff (0x100) MX[b]
        [4] -1    0    0xd0001000 - 0xd0001fff (0x1000) MX[b]
        [5] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
        [6] -1    0    0xd0009000 - 0xd0008fff (0x0) MX[b]O
        [7] -1    0    0xd4000000 - 0xd3ffffff (0x0) MX[b]O
        [8] -1    0    0xd0300000 - 0xd030ffff (0x10000) MX[b](B)
        [9] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [10] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
        [11] -1    0    0x00002040 - 0x0000204f (0x10) IX[b]
        [12] -1    0    0x00002020 - 0x0000203f (0x20) IX[b]
        [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
        [14] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
        [15] -1    0    0x00001000 - 0x000010ff (0x100) IX[b]
        [16] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xd0008000 - 0xd0008fff (0x1000) MX[b]
        [1] -1    0    0xd0004000 - 0xd0007fff (0x4000) MX[b]
        [2] -1    0    0xd0003800 - 0xd0003fff (0x800) MX[b]
        [3] -1    0    0xd0003000 - 0xd00030ff (0x100) MX[b]
        [4] -1    0    0xd0001000 - 0xd0001fff (0x1000) MX[b]
        [5] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
        [6] -1    0    0xd0009000 - 0xd0008fff (0x0) MX[b]O
        [7] -1    0    0xd4000000 - 0xd3ffffff (0x0) MX[b]O
        [8] -1    0    0xd0300000 - 0xd030ffff (0x10000) MX[b](B)
        [9] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [10] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
        [11] -1    0    0x00002040 - 0x0000204f (0x10) IX[b]
        [12] -1    0    0x00002020 - 0x0000203f (0x20) IX[b]
        [13] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
        [14] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
        [15] -1    0    0x00001000 - 0x000010ff (0x100) IX[b]
        [16] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd0008000 - 0xd0008fff (0x1000) MX[b]
        [5] -1    0    0xd0004000 - 0xd0007fff (0x4000) MX[b]
        [6] -1    0    0xd0003800 - 0xd0003fff (0x800) MX[b]
        [7] -1    0    0xd0003000 - 0xd00030ff (0x100) MX[b]
        [8] -1    0    0xd0001000 - 0xd0001fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
        [10] -1    0    0xd0009000 - 0xd0008fff (0x0) MX[b]O
        [11] -1    0    0xd4000000 - 0xd3ffffff (0x0) MX[b]O
        [12] -1    0    0xd0300000 - 0xd030ffff (0x10000) MX[b](B)
        [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [16] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
        [17] -1    0    0x00002040 - 0x0000204f (0x10) IX[b]
        [18] -1    0    0x00002020 - 0x0000203f (0x20) IX[b]
        [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
        [20] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
        [21] -1    0    0x00001000 - 0x000010ff (0x100) IX[b]
        [22] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.4.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01:05:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset vesa found
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd0008000 - 0xd0008fff (0x1000) MX[b]
        [5] -1    0    0xd0004000 - 0xd0007fff (0x4000) MX[b]
        [6] -1    0    0xd0003800 - 0xd0003fff (0x800) MX[b]
        [7] -1    0    0xd0003000 - 0xd00030ff (0x100) MX[b]
        [8] -1    0    0xd0001000 - 0xd0001fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
        [10] -1    0    0xd0009000 - 0xd0008fff (0x0) MX[b]O
        [11] -1    0    0xd4000000 - 0xd3ffffff (0x0) MX[b]O
        [12] -1    0    0xd0300000 - 0xd030ffff (0x10000) MX[b](B)
        [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [16] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
        [17] -1    0    0x00002040 - 0x0000204f (0x10) IX[b]
        [18] -1    0    0x00002020 - 0x0000203f (0x20) IX[b]
        [19] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
        [20] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
        [21] -1    0    0x00001000 - 0x000010ff (0x100) IX[b]
        [22] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) resource ranges after probing:
        [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xd0008000 - 0xd0008fff (0x1000) MX[b]
        [5] -1    0    0xd0004000 - 0xd0007fff (0x4000) MX[b]
        [6] -1    0    0xd0003800 - 0xd0003fff (0x800) MX[b]
        [7] -1    0    0xd0003000 - 0xd00030ff (0x100) MX[b]
        [8] -1    0    0xd0001000 - 0xd0001fff (0x1000) MX[b]
        [9] -1    0    0xd0000000 - 0xd0000fff (0x1000) MX[b]
        [10] -1    0    0xd0009000 - 0xd0008fff (0x0) MX[b]O
        [11] -1    0    0xd4000000 - 0xd3ffffff (0x0) MX[b]O
        [12] -1    0    0xd0300000 - 0xd030ffff (0x10000) MX[b](B)
        [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
        [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [19] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
        [20] -1    0    0x00002040 - 0x0000204f (0x10) IX[b]
        [21] -1    0    0x00002020 - 0x0000203f (0x20) IX[b]
        [22] -1    0    0x00002000 - 0x0000201f (0x20) IX[b]
        [23] -1    0    0x00001400 - 0x000014ff (0x100) IX[b]
        [24] -1    0    0x00001000 - 0x000010ff (0x100) IX[b]
        [25] -1    0    0x00009000 - 0x000090ff (0x100) IX[b](B)
        [26] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [27] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.1.0
        ABI class: X.Org Video Driver, version 2.0
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
    (II) VESA(0): initializing int10
    (II) VESA(0): Primary V_BIOS segment is: 0xc000
    (II) VESA(0): VESA BIOS detected
    (II) VESA(0): VESA VBE Version 2.0
    (II) VESA(0): VESA VBE Total Mem: 65472 kB
    (II) VESA(0): VESA VBE OEM: ATI RS200M 
    (II) VESA(0): VESA VBE OEM Software Rev: 1.0
    (II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    (II) VESA(0): VESA VBE OEM Product: MS2
    (II) VESA(0): VESA VBE OEM Product Rev: 01.00
    (**) VESA(0): Depth 16, (--) framebuffer bpp 16
    (==) VESA(0): RGB weight 565
    (==) VESA(0): Default visual is TrueColor
    (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) VESA(0): VESA VBE DDC supported
    (II) VESA(0): VESA VBE DDC Level 2
    (II) VESA(0): VESA VBE DDC transfer in appr. 2 sec.
    (II) VESA(0): VESA VBE DDC read successfully
    (II) VESA(0): Manufacturer: CPQ  Model: 1338  Serial#: 1093941302
    (II) VESA(0): Year: 1999  Week: 6
    (II) VESA(0): EDID Version: 1.1
    (II) VESA(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
    (II) VESA(0): Sync:  Separate
    (II) VESA(0): Max H-Image Size [cm]: horiz.: 27  vert.: 20
    (II) VESA(0): Gamma: 2.85
    (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) VESA(0): redX: 0.612 redY: 0.353   greenX: 0.293 greenY: 0.595
    (II) VESA(0): blueX: 0.149 blueY: 0.068   whiteX: 0.281 whiteY: 0.311
    (II) VESA(0): Supported VESA Video Modes:
    (II) VESA(0): 720x400@70Hz
    (II) VESA(0): 640x480@60Hz
    (II) VESA(0): 640x480@75Hz
    (II) VESA(0): 800x600@60Hz
    (II) VESA(0): 800x600@75Hz
    (II) VESA(0): 1024x768@60Hz
    (II) VESA(0): Manufacturer's mask: 0
    (II) VESA(0): Ranges: V min: 50  V max: 100 Hz, H min: 31  H max: 48 kHz,
    (II) VESA(0): Serial No: 906AB11KA486
    (II) VESA(0): Monitor name: COMPAQ V45
    (II) VESA(0): EDID (in hex):
    (II) VESA(0):     00ffffffffffff000e11381336383441
    (II) VESA(0):     06090101681b14b9e8d1629c5a4b9826
    (II) VESA(0):     11484fa5480001010101010101010101
    (II) VESA(0):     01010101010100000001000101010000
    (II) VESA(0):     00010001000a2020000000fd0032641f
    (II) VESA(0):     30ff000a202020202020000000ff0039
    (II) VESA(0):     3036414231314b413438360a000000fc
    (II) VESA(0):     00434f4d504151205634350a202000fd
    (II) VESA(0): EDID vendor "CPQ", prod id 4920
    (II) VESA(0): Using hsync ranges from config file
    (II) VESA(0): Using vrefresh ranges from config file
    (II) VESA(0): Printing DDC gathered Modelines:
    (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) VESA(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) VESA(0): Searching for matching VESA mode(s):
    Mode: 182 (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 10d (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 10e (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 10f (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 960
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 120 (320x200)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 200
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 192 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 320
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 193 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 194 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 640
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 195 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 960
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 196 (320x240)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 320
        YResolution: 240
        XCharSize: 8
        YCharSize: 8
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 203
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1a2 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 400
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1a3 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 800
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 1a4 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 800
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1a5 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1200
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 169
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1a6 (400x300)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1600
        XResolution: 400
        YResolution: 300
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 126
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1b2 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 512
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1b3 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1024
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 169
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 1b4 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1024
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 169
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1b5 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1536
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 112
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1b6 (512x384)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2048
        XResolution: 512
        YResolution: 384
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 84
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1c2 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1c3 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 145
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 1c4 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 145
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1c5 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1920
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 92
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 1c6 (640x350)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 350
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 72
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 100 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 254
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 183 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 126
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 184 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 126
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 185 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1920
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 84
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 186 (640x400)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 400
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 62
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 101 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 640
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 203
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 110 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 101
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 111 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 101
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 112 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1920
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 67
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 121 (640x480)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2560
        XResolution: 640
        YResolution: 480
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 52
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 103 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 800
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 126
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 113 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 67
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 114 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1600
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 67
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 115 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2400
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 45
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 122 (800x600)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 3200
        XResolution: 800
        YResolution: 600
        XCharSize: 8
        YCharSize: 14
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 33
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 105 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1024
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 84
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 116 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 41
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 117 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2048
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 41
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 118 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 3072
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 27
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 123 (1024x768)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 4096
        XResolution: 1024
        YResolution: 768
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 20
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 107 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 1280
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 8
        NumberOfBanks: 1
        MemoryModel: 4
        BankSize: 0
        NumberOfImages: 50
        RedMaskSize: 0
        RedFieldPosition: 0
        GreenMaskSize: 0
        GreenFieldPosition: 0
        BlueMaskSize: 0
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 119 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 15
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 24
        RedMaskSize: 5
        RedFieldPosition: 10
        GreenMaskSize: 5
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    *Mode: 11a (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 2560
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 16
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 24
        RedMaskSize: 5
        RedFieldPosition: 11
        GreenMaskSize: 6
        GreenFieldPosition: 5
        BlueMaskSize: 5
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 11b (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 3840
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 24
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 16
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 124 (1280x1024)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttributes: 0x0
        WinGranularity: 64
        WinSize: 64
        WinASegment: 0xa000
        WinBSegment: 0xa000
        WinFuncPtr: 0xc0004eb0
        BytesPerScanline: 5120
        XResolution: 1280
        YResolution: 1024
        XCharSize: 8
        YCharSize: 16
        NumberOfPlanes: 1
        BitsPerPixel: 32
        NumberOfBanks: 1
        MemoryModel: 6
        BankSize: 0
        NumberOfImages: 11
        RedMaskSize: 8
        RedFieldPosition: 16
        GreenMaskSize: 8
        GreenFieldPosition: 8
        BlueMaskSize: 8
        BlueFieldPosition: 0
        RsvdMaskSize: 0
        RsvdFieldPosition: 0
        DirectColorModeInfo: 0
        PhysBasePtr: 0xd8000000
    Mode: 140 (1400x1050)
        ModeAttributes: 0xbb
        WinAAttributes: 0x7
        WinBAttri

    it's the same bug like this :
    https://bugs.archlinux.org/task/41369#comment126681
    the solution is to rebuild the vlc package with the last version of ffmpeg, it's easy to do with makepkg/ABS,
    but the vlc maintener seems on holidays, still no new vlc package
    Last edited by Potomac (2014-08-21 13:29:49)

  • [SOLVED] kwin crash when using OpenGL mode after upgrading to 4.7

    I have a Ideapad Y460 (Graphic: ATi Mobility Radeon 5650). Recent days I upgrade my KDE from 4.7RC (4.6.95) to 4.7 (4.7.00) and also Catalyst from 11.6 to 11.7.
    Update:
    The problem has been solved. I used [kde-unsupported] source and kdebase-workspace package in that source contains OpenGL ES support while Catalyst doesn't support it. Thank @csslayer.
    But when I use OpenGL mode, kwin crashed. I run
    kwin --replace
    to start kwin, then the Desktop Effect shows:
    OpenGL compositing (the default) has crashed KWin in the past.
    This was most likely due to a driver bug.
    If you think that you have meanwhile upgraded to a stable driver,
    you can reset this protection but be aware that this might result in an immediate crash!
    Alternatively, you might want to use the XRender backend instead.
    And there is a re-enable button. But the systemsettings window crashed when I pushed it.
    I checked ~/.xsessiong-error and it shows this:
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 20 (X_GetProperty)
    Resource id: 0x1c0015a
    I downgrade Catalyst but the problem still exists while KDE4.7 RC run well on my laptop. So I'm not sure whether it is caused by kwin or by Catalyst 11.7 or other packages.
    Does anyone know the solution? Thanks for your patience.
    Last edited by ukyoi (2011-08-01 08:34:20)

    I found an solution. Go to Settings/Mail, Contact, Calendar/Fetch new data and than enable Push and choose to fetch hourly or every 30 minutes. In this case your iPad will stay connected to wifi even when smart cover is closed. If you select Manualy than wifi connection will be terminated when in sleep mode.
    (Not native english speaker, hope you'll understand)

  • [SOLVED] Xorg crashes at random?

    Gnome/Xorg crashes at random for me sometimes. Happens almost everyday. Don't know what triggers it but I've been typing something on the keyboard every single time it happens.
    Here is my Xorg.0.log if it helps:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.5.902 (1.7.6 RC 2)
    Release Date: 2010-03-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux netbook 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:08:25 UTC 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/ad13b42d-d34c-4e3b-8b3a-5a8345389196 resume=/dev/sda3 ro i915.modeset=1 quiet
    Build Date: 13 March 2010 07:33:22PM
    Current version of pixman: 0.16.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 30 15:58:46 2010
    (II) Loader magic: 0x81e4c40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 2
    (--) PCI:*(0:0:2:0) 8086:27ae:144d:ca00 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf0000000/524288, 0xd0000000/268435456, 0xf0300000/262144, I/O @ 0x00001800/8
    (--) PCI: (0:0:2:1) 8086:27a6:144d:ca00 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf0080000/524288
    (==) Using default built-in configuration (30 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default intel Device 0"
    Driver "intel"
    EndSection
    Section "Screen"
    Identifier "Builtin Default intel Screen 0"
    Device "Builtin Default intel Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default intel Screen 0"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default intel Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default intel Device 0"
    (==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (2)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.7.4.901, module version = 2.10.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 2.2.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 00@00:02:0
    (WW) Falling back to old probe method for vesa
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) intel(0): Creating default Display subsection in Screen section
    "Builtin Default intel Screen 0" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    (--) intel(0): Chipset: "945GME"
    (==) intel(0): video overlay key set to 0x101fe
    (II) intel(0): Output VGA1 has no monitor section
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): found backlight control interface /sys/class/backlight/samsung
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1024x600
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.5.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) UnloadModule: "vesa"
    (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (II) put_image
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): No memory allocations
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (==) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): direct rendering: DRI2 Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 158
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "se"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event8"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle
    (**) Option "SHMConfig" "on"
    (**) Option "EmulateTwoFingerMinZ" "35"
    (**) Option "EmulateTwoFingerMinW" "5"
    (**) Option "VertTwoFingerScroll" "true"
    (**) Option "HorizTwoFingerScroll" "off"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/hal: Adding input device Namuga 1.3M Webcam
    (**) Namuga 1.3M Webcam: always reports core events
    (**) Namuga 1.3M Webcam: Device: "/dev/input/event10"
    (II) Namuga 1.3M Webcam: Found keys
    (II) Namuga 1.3M Webcam: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Namuga 1.3M Webcam" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "se"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event5"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "se"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event4"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "se"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event2"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "se"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event6"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "se"
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1220
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x3b) [0x80dcbfb]
    1: /usr/bin/X (0x8048000+0x63fa5) [0x80abfa5]
    2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb770b40c]
    3: /usr/bin/X (0x8048000+0x20fc0) [0x8068fc0]
    4: /usr/bin/X (0x8048000+0x1a705) [0x8062705]
    5: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb733bb86]
    6: /usr/bin/X (0x8048000+0x1a2f1) [0x80622f1]
    Fatal server error:
    Caught signal 3 (Quit). Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) UnloadModule: "synaptics"
    (II) Namuga 1.3M Webcam: Close
    (II) UnloadModule: "evdev"
    (II) Sleep Button: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) AIGLX: Suspending AIGLX clients for VT switch
    Any thoughts?
    Last edited by shahin (2010-04-14 10:56:03)

    I've managed to solve this, I believe. Don't experience any crashes and X startes in tty7, as it should.
    I've moved this line to the end of my inittab instead of the beginning.
    x:5:once:/bin/su shahin -l -c "/bin/bash --login -c /usr/bin/startx >/dev/null 2>&1"
    So my inittab looks like this now.
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault:
    # Boot to X11
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >& /dev/null
    x:5:once:/bin/su shahin -l -c "/bin/bash --login -c /usr/bin/startx >/dev/null 2>&1"
    # End of file
    Last edited by shahin (2010-04-14 10:57:47)

  • [SOLVED] Xorg crash - KolourPaint - intel

    Hello.
    I have a ASUS 1001HA netbook. I'm running the latest xorg-server xf86-video-intel and KDE from the stable Archlinux repos.
    Xorg crash when I do:
    1) open KolourPaint, and select the pen tool.
    2) start drawing your name quickly(or some doodle) by pressing the left button of your mouse(or your touchpad) without releasing it.
    3) Xorg crashes.
    Xorg.0.log.old:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.33-ARCH i686
    Current Operating System: Linux arch 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010 i686
    Kernel command line: root=/dev/disk/by-uuid/ea0af8f4-8676-431b-ac66-5a4c7e989ca8 resume=/dev/sda6 ro acpi_osi="!Windows 2009" acpi_backlight=vendor eeepc_laptop.hotplug_disabled=1 logo.nologo quiet console=tty1 splash=silent,theme:arch-black elevator=deadline
    Build Date: 01 April 2010 05:35:33PM
    Current version of pixman: 0.18.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 15 21:52:30 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "SynapticsTouchpad"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AutoAddDevices.
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7e00000/524288, 0xd0000000/268435456, 0xf7dc0000/262144, I/O @ 0x0000dc00/8
    (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7e80000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.7.4.901, module version = 2.10.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) LoadModule: "intel"
    (II) Reloading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) UnloadModule: "intel"
    (II) Failed to load module "intel" (already loaded, 136046834)
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    (II) Primary Device is: PCI 00@00:02:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    (--) intel(0): Chipset: "945GME"
    (==) intel(0): video overlay key set to 0x101fe
    (II) intel(0): Output VGA1 using monitor section Monitor0
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): found backlight control interface /sys/class/backlight/eeepc
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1024x600
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.6, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (II) put_image
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): No memory allocations
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (==) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: DRI2 Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 158
    (II) Synaptics touchpad driver version 1.2.1
    (--) SynapticsTouchpad auto-dev sets device to /dev/input/event9
    (**) Option "Device" "/dev/input/event9"
    (II) SynapticsTouchpad: x-axis range 1472 - 5472
    (II) SynapticsTouchpad: y-axis range 1408 - 4448
    (II) SynapticsTouchpad: pressure range 0 - 255
    (II) SynapticsTouchpad: finger width range 0 - 0
    (II) SynapticsTouchpad: buttons: left right
    (**) Option "SHMConfig" "false"
    (**) Option "LeftEdge" "1752"
    (**) Option "RightEdge" "5192"
    (**) Option "TopEdge" "1620"
    (**) Option "BottomEdge" "4236"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "FingerPress" "256"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "221"
    (**) Option "ClickTime" "80"
    (**) Option "FastTaps" "false"
    (**) Option "EmulateMidButtonTime" "75"
    (**) Option "EmulateTwoFingerMinZ" "280"
    (**) Option "EmulateTwoFingerMinW" "7"
    (**) Option "VertScrollDelta" "100"
    (**) Option "HorizScrollDelta" "100"
    (**) Option "VertEdgeScroll" "true"
    (**) Option "HorizEdgeScroll" "false"
    (**) Option "CornerCoasting" "true"
    (**) Option "VertTwoFingerScroll" "true"
    (**) Option "HorizTwoFingerScroll" "true"
    (**) Option "LockedDrags" "true"
    (**) Option "LockedDragTimeout" "5000"
    (**) Option "TapButton1" "3"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "1"
    (**) Option "CircularScrolling" "false"
    (**) Option "CircularPad" "false"
    (**) Option "SingleTapTimeout" "180"
    (**) Option "MinSpeed" "0.4"
    (**) Option "MaxSpeed" "0.7"
    (**) Option "AccelFactor" "0.00995223"
    (**) Option "TrackstickSpeed" "40"
    (**) Option "CoastingSpeed" "0"
    (--) SynapticsTouchpad: touchpad found
    (**) Option "AlwaysCore" "true"
    (**) Option "SendCoreEvents"
    (**) SynapticsTouchpad: always reports core events
    (II) XINPUT: Adding extended input device "SynapticsTouchpad" (type: TOUCHPAD)
    (**) SynapticsTouchpad: (accel) keeping acceleration scheme 1
    (**) SynapticsTouchpad: (accel) acceleration profile 0
    (--) SynapticsTouchpad: touchpad found
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event9"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    (II) UnloadModule: "synaptics"
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Asus EeePC extra buttons
    (**) Asus EeePC extra buttons: always reports core events
    (**) Asus EeePC extra buttons: Device: "/dev/input/event7"
    (II) Asus EeePC extra buttons: Found keys
    (II) Asus EeePC extra buttons: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device USB2.0 UVC 1.3M WebCam
    (**) USB2.0 UVC 1.3M WebCam: always reports core events
    (**) USB2.0 UVC 1.3M WebCam: Device: "/dev/input/event10"
    (II) USB2.0 UVC 1.3M WebCam: Found keys
    (II) USB2.0 UVC 1.3M WebCam: Configuring as keyboard
    (II) XINPUT: Adding extended input device "USB2.0 UVC 1.3M WebCam" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event4"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event5"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event2"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event6"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "pl"
    (**) Option "xkb_options" "lv3:ralt_switch_multikey"
    (II) intel(0): EDID vendor "HSD", prod id 1001
    (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) AIGLX: Resuming AIGLX clients after VT switch
    (II) intel(0): No memory allocations
    (II) intel(0): EDID vendor "HSD", prod id 1001
    (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    (--) SynapticsTouchpad: touchpad found
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Asus EeePC extra buttons: Device reopened after 1 attempts.
    (II) USB2.0 UVC 1.3M WebCam: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x3b) [0x809f81b]
    1: /usr/bin/X (0x8048000+0x54745) [0x809c745]
    2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb787c40c]
    3: /usr/lib/xorg/modules/libfb.so (fbSegment+0x230) [0xb72b9b20]
    4: /usr/lib/xorg/modules/libfb.so (fbZeroLine+0x13c) [0xb72b66dc]
    5: /usr/lib/xorg/modules/libfb.so (fbPolyLine+0x72) [0xb72b63c2]
    6: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72cb000+0x3b405) [0xb7306405]
    7: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb72cb000+0x33d6b) [0xb72fed6b]
    8: /usr/bin/X (0x8048000+0xc5d38) [0x810dd38]
    9: /usr/bin/X (0x8048000+0x3daeb) [0x8085aeb]
    10: /usr/bin/X (0x8048000+0x40437) [0x8088437]
    11: /usr/bin/X (0x8048000+0x1a705) [0x8062705]
    12: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7471c76]
    13: /usr/bin/X (0x8048000+0x1a2f1) [0x80622f1]
    Segmentation fault at address 0xb6e96ffc
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    (II) UnloadModule: "synaptics"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Asus EeePC extra buttons: Close
    (II) UnloadModule: "evdev"
    (II) USB2.0 UVC 1.3M WebCam: Close
    (II) UnloadModule: "evdev"
    (II) Sleep Button: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) AIGLX: Suspending AIGLX clients for VT switch
    This bug is similar to:
    https://bugs.launchpad.net/ubuntu/+sour … bug/415357
    Is there any solution for this?
    Last edited by amen (2010-09-30 07:29:05)

    I upgraded my system(new xorg-server, xf86-video-intel...) and problem still exists:
    [ 4658.342]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 4658.342]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 4658.342] X Protocol Version 11, Revision 0
    [ 4658.342] Build Operating System: Linux 2.6.34-ARCH i686
    [ 4658.343] Current Operating System: Linux arch 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 13:06:16 CEST 2010 i686
    [ 4658.343] Kernel command line: root=/dev/disk/by-uuid/ea0af8f4-8676-431b-ac66-5a4c7e989ca8 resume=/dev/sda6 ro acpi_osi="!Windows 2009" acpi_backlight=vendor eeepc_laptop.hotplug_disabled=1 logo.nologo quiet console=tty1 splash=silent,theme:arch-black elevator=deadline
    [ 4658.343] Build Date: 21 June 2010 11:54:27AM
    [ 4658.343]
    [ 4658.343] Current version of pixman: 0.18.2
    [ 4658.343] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4658.343] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4658.343] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 22 17:07:49 2010
    [ 4658.344] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4658.344] (==) No Layout section. Using the first Screen section.
    [ 4658.344] (==) No screen section available. Using defaults.
    [ 4658.344] (**) |-->Screen "Default Screen Section" (0)
    [ 4658.344] (**) | |-->Monitor "<default monitor>"
    [ 4658.345] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4658.345] (==) Automatically adding devices
    [ 4658.345] (==) Automatically enabling devices
    [ 4658.345] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4658.345] Entry deleted from font path.
    [ 4658.345] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4658.345] Entry deleted from font path.
    [ 4658.345] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 4658.345] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4658.345] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4658.345] (II) Loader magic: 0x81e9d00
    [ 4658.345] (II) Module ABI versions:
    [ 4658.345] X.Org ANSI C Emulation: 0.4
    [ 4658.345] X.Org Video Driver: 7.0
    [ 4658.345] X.Org XInput driver : 9.0
    [ 4658.345] X.Org Server Extension : 3.0
    [ 4658.371] (--) PCI:*(0:0:2:0) 8086:27ae:1043:8340 Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xf7f00000/524288, 0xd0000000/268435456, 0xf7ec0000/262144, I/O @ 0x0000ec00/8
    [ 4658.371] (--) PCI: (0:0:2:1) 8086:27a6:1043:8340 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf7f80000/524288
    [ 4658.371] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 4658.371] (II) LoadModule: "extmod"
    [ 4658.372] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 4658.372] (II) Module extmod: vendor="X.Org Foundation"
    [ 4658.372] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.372] Module class: X.Org Server Extension
    [ 4658.372] ABI class: X.Org Server Extension, version 3.0
    [ 4658.373] (II) Loading extension MIT-SCREEN-SAVER
    [ 4658.373] (II) Loading extension XFree86-VidModeExtension
    [ 4658.373] (II) Loading extension XFree86-DGA
    [ 4658.373] (II) Loading extension DPMS
    [ 4658.373] (II) Loading extension XVideo
    [ 4658.373] (II) Loading extension XVideo-MotionCompensation
    [ 4658.373] (II) Loading extension X-Resource
    [ 4658.373] (II) LoadModule: "dbe"
    [ 4658.373] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 4658.373] (II) Module dbe: vendor="X.Org Foundation"
    [ 4658.373] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.373] Module class: X.Org Server Extension
    [ 4658.373] ABI class: X.Org Server Extension, version 3.0
    [ 4658.373] (II) Loading extension DOUBLE-BUFFER
    [ 4658.374] (II) LoadModule: "glx"
    [ 4658.374] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4658.374] (II) Module glx: vendor="X.Org Foundation"
    [ 4658.374] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.374] ABI class: X.Org Server Extension, version 3.0
    [ 4658.374] (==) AIGLX enabled
    [ 4658.374] (II) Loading extension GLX
    [ 4658.374] (II) LoadModule: "record"
    [ 4658.375] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 4658.375] (II) Module record: vendor="X.Org Foundation"
    [ 4658.375] compiled for 1.8.1.902, module version = 1.13.0
    [ 4658.375] Module class: X.Org Server Extension
    [ 4658.375] ABI class: X.Org Server Extension, version 3.0
    [ 4658.375] (II) Loading extension RECORD
    [ 4658.375] (II) LoadModule: "dri"
    [ 4658.375] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 4658.376] (II) Module dri: vendor="X.Org Foundation"
    [ 4658.376] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.376] ABI class: X.Org Server Extension, version 3.0
    [ 4658.376] (II) Loading extension XFree86-DRI
    [ 4658.376] (II) LoadModule: "dri2"
    [ 4658.376] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 4658.377] (II) Module dri2: vendor="X.Org Foundation"
    [ 4658.377] compiled for 1.8.1.902, module version = 1.2.0
    [ 4658.377] ABI class: X.Org Server Extension, version 3.0
    [ 4658.377] (II) Loading extension DRI2
    [ 4658.377] (==) Matched intel as autoconfigured driver 0
    [ 4658.377] (==) Matched vesa as autoconfigured driver 1
    [ 4658.377] (==) Matched fbdev as autoconfigured driver 2
    [ 4658.377] (==) Assigned the driver to the xf86ConfigLayout
    [ 4658.377] (II) LoadModule: "intel"
    [ 4658.377] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4658.378] (II) Module intel: vendor="X.Org Foundation"
    [ 4658.378] compiled for 1.8.1, module version = 2.11.0
    [ 4658.378] Module class: X.Org Video Driver
    [ 4658.378] ABI class: X.Org Video Driver, version 7.0
    [ 4658.378] (II) LoadModule: "vesa"
    [ 4658.378] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 4658.379] (II) Module vesa: vendor="X.Org Foundation"
    [ 4658.379] compiled for 1.8.0, module version = 2.3.0
    [ 4658.379] Module class: X.Org Video Driver
    [ 4658.379] ABI class: X.Org Video Driver, version 7.0
    [ 4658.379] (II) LoadModule: "fbdev"
    [ 4658.380] (WW) Warning, couldn't open module fbdev
    [ 4658.380] (II) UnloadModule: "fbdev"
    [ 4658.380] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 4658.380] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 4658.381] (II) VESA: driver for VESA chipsets: vesa
    [ 4658.381] (++) using VT number 8
    [ 4658.388] (II) Primary Device is: PCI 00@00:02:0
    [ 4658.389] (WW) Falling back to old probe method for vesa
    [ 4658.391] drmOpenDevice: node name is /dev/dri/card0
    [ 4658.391] drmOpenDevice: open result is 9, (OK)
    [ 4658.416] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 4658.416] drmOpenDevice: node name is /dev/dri/card0
    [ 4658.416] drmOpenDevice: open result is 9, (OK)
    [ 4658.416] drmOpenByBusid: drmOpenMinor returns 9
    [ 4658.416] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 4658.416] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4658.416] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 4658.416] (==) intel(0): RGB weight 888
    [ 4658.416] (==) intel(0): Default visual is TrueColor
    [ 4658.416] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    [ 4658.417] (--) intel(0): Chipset: "945GME"
    [ 4658.417] (==) intel(0): video overlay key set to 0x101fe
    [ 4658.443] (II) intel(0): Output VGA1 has no monitor section
    [ 4658.545] (II) intel(0): Output LVDS1 has no monitor section
    [ 4658.545] (II) intel(0): found backlight control interface /sys/class/backlight/eeepc
    [ 4658.572] (II) intel(0): EDID for output VGA1
    [ 4658.675] (II) intel(0): EDID for output LVDS1
    [ 4658.675] (II) intel(0): Manufacturer: HSD Model: 3e9 Serial#: 1130
    [ 4658.675] (II) intel(0): Year: 2010 Week: 4
    [ 4658.675] (II) intel(0): EDID Version: 1.3
    [ 4658.675] (II) intel(0): Digital Display Input
    [ 4658.675] (II) intel(0): Max Image Size [cm]: horiz.: 22 vert.: 13
    [ 4658.675] (II) intel(0): Gamma: 2.20
    [ 4658.676] (II) intel(0): No DPMS capabilities specified
    [ 4658.676] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 4658.676] (II) intel(0): First detailed timing is preferred mode
    [ 4658.676] (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.317 greenY: 0.564
    [ 4658.676] (II) intel(0): blueX: 0.152 blueY: 0.131 whiteX: 0.310 whiteY: 0.330
    [ 4658.676] (II) intel(0): Manufacturer's mask: 0
    [ 4658.676] (II) intel(0): Supported detailed timing:
    [ 4658.676] (II) intel(0): clock: 45.0 MHz Image Size: 220 x 129 mm
    [ 4658.676] (II) intel(0): h_active: 1024 h_sync: 1077 h_sync_end 1112 h_blank_end 1200 h_border: 0
    [ 4658.676] (II) intel(0): v_active: 600 v_sync: 604 v_sync_end 609 v_blanking: 625 v_border: 0
    [ 4658.676] (II) intel(0): Supported detailed timing:
    [ 4658.676] (II) intel(0): clock: 51.4 MHz Image Size: 220 x 129 mm
    [ 4658.676] (II) intel(0): h_active: 1024 h_sync: 1117 h_sync_end 1152 h_blank_end 1240 h_border: 0
    [ 4658.676] (II) intel(0): v_active: 600 v_sync: 617 v_sync_end 622 v_blanking: 638 v_border: 0
    [ 4658.676] (II) intel(0):
    [ 4658.676] (II) intel(0):
    [ 4658.676] (II) intel(0): EDID (in hex):
    [ 4658.677] (II) intel(0): 00ffffffffffff002264e9036a040000
    [ 4658.677] (II) intel(0): 0414010380160d780a86269457519027
    [ 4658.677] (II) intel(0): 214f5400000001010101010101010101
    [ 4658.677] (II) intel(0): 010101010101941100b0405819203523
    [ 4658.677] (II) intel(0): 4500dc8100000019161400d840582620
    [ 4658.677] (II) intel(0): 5d231504dc8100000000000000fe0000
    [ 4658.677] (II) intel(0): 000000000000000000000000000000fe
    [ 4658.677] (II) intel(0): 00000000000000000001000000000066
    [ 4658.677] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4658.677] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 4658.678] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 4658.678] (II) intel(0): Printing probed modes for output LVDS1
    [ 4658.678] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 4658.678] (II) intel(0): Modeline "1024x600"x65.0 51.42 1024 1117 1152 1240 600 601 606 638 -hsync -vsync (41.5 kHz)
    [ 4658.678] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 4658.678] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 4658.678] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 4658.678] (II) intel(0): Output VGA1 disconnected
    [ 4658.678] (II) intel(0): Output LVDS1 connected
    [ 4658.678] (II) intel(0): Using exact sizes for initial modes
    [ 4658.678] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 4658.678] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 4658.678] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 4658.678] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 4658.678] (==) intel(0): DPI set to (96, 96)
    [ 4658.678] (II) Loading sub module "fb"
    [ 4658.678] (II) LoadModule: "fb"
    [ 4658.678] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4658.679] (II) Module fb: vendor="X.Org Foundation"
    [ 4658.679] compiled for 1.8.1.902, module version = 1.0.0
    [ 4658.679] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4658.679] (II) UnloadModule: "vesa"
    [ 4658.679] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 4658.679] (==) Depth 24 pixmap format is 32 bpp
    [ 4658.679] (II) intel(0): [DRI2] Setup complete
    [ 4658.679] (II) intel(0): [DRI2] DRI driver: i915
    [ 4658.679] (**) intel(0): Tiling enabled
    [ 4658.680] (**) intel(0): SwapBuffers wait enabled
    [ 4658.680] (==) intel(0): VideoRam: 262144 KB
    [ 4658.680] (II) intel(0): Attempting memory allocation with tiled buffers.
    [ 4658.680] (II) intel(0): Tiled allocation successful.
    [ 4658.680] (II) UXA(0): Driver registered support for the following operations:
    [ 4658.680] (II) solid
    [ 4658.680] (II) copy
    [ 4658.680] (II) composite (RENDER acceleration)
    [ 4658.680] (II) put_image
    [ 4658.680] (==) intel(0): Backing store disabled
    [ 4658.680] (==) intel(0): Silken mouse enabled
    [ 4658.680] (II) intel(0): Initializing HW Cursor
    [ 4658.709] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 4658.715] (==) intel(0): DPMS enabled
    [ 4658.715] (==) intel(0): Intel XvMC decoder disabled
    [ 4658.715] (II) intel(0): Set up textured video
    [ 4658.715] (II) intel(0): Set up overlay video
    [ 4658.715] (II) intel(0): direct rendering: DRI2 Enabled
    [ 4658.715] (--) RandR disabled
    [ 4658.715] (II) Initializing built-in extension Generic Event Extension
    [ 4658.715] (II) Initializing built-in extension SHAPE
    [ 4658.715] (II) Initializing built-in extension MIT-SHM
    [ 4658.715] (II) Initializing built-in extension XInputExtension
    [ 4658.715] (II) Initializing built-in extension XTEST
    [ 4658.715] (II) Initializing built-in extension BIG-REQUESTS
    [ 4658.715] (II) Initializing built-in extension SYNC
    [ 4658.715] (II) Initializing built-in extension XKEYBOARD
    [ 4658.715] (II) Initializing built-in extension XC-MISC
    [ 4658.715] (II) Initializing built-in extension SECURITY
    [ 4658.715] (II) Initializing built-in extension XINERAMA
    [ 4658.715] (II) Initializing built-in extension XFIXES
    [ 4658.716] (II) Initializing built-in extension RENDER
    [ 4658.716] (II) Initializing built-in extension RANDR
    [ 4658.716] (II) Initializing built-in extension COMPOSITE
    [ 4658.716] (II) Initializing built-in extension DAMAGE
    [ 4658.742] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 4658.742] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 4658.742] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 4658.742] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 4658.742] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 4658.743] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 4658.743] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 4658.744] (II) intel(0): Setting screen physical size to 270 x 158
    [ 4659.134] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 4659.134] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4659.134] (II) LoadModule: "evdev"
    [ 4659.135] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 4659.135] (II) Module evdev: vendor="X.Org Foundation"
    [ 4659.135] compiled for 1.8.0, module version = 2.4.0
    [ 4659.135] Module class: X.Org XInput Driver
    [ 4659.135] ABI class: X.Org XInput driver, version 9.0
    [ 4659.135] (**) Power Button: always reports core events
    [ 4659.135] (**) Power Button: Device: "/dev/input/event5"
    [ 4659.143] (II) Power Button: Found keys
    [ 4659.143] (II) Power Button: Configuring as keyboard
    [ 4659.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 4659.143] (**) Option "xkb_rules" "evdev"
    [ 4659.143] (**) Option "xkb_model" "evdev"
    [ 4659.143] (**) Option "xkb_layout" "us"
    [ 4659.232] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
    [ 4659.232] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 4659.232] (**) Video Bus: always reports core events
    [ 4659.232] (**) Video Bus: Device: "/dev/input/event1"
    [ 4659.239] (II) Video Bus: Found keys
    [ 4659.239] (II) Video Bus: Configuring as keyboard
    [ 4659.239] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 4659.239] (**) Option "xkb_rules" "evdev"
    [ 4659.239] (**) Option "xkb_model" "evdev"
    [ 4659.240] (**) Option "xkb_layout" "us"
    [ 4659.243] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 4659.243] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4659.244] (**) Power Button: always reports core events
    [ 4659.244] (**) Power Button: Device: "/dev/input/event4"
    [ 4659.253] (II) Power Button: Found keys
    [ 4659.253] (II) Power Button: Configuring as keyboard
    [ 4659.253] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 4659.253] (**) Option "xkb_rules" "evdev"
    [ 4659.253] (**) Option "xkb_model" "evdev"
    [ 4659.253] (**) Option "xkb_layout" "us"
    [ 4659.254] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 4659.254] (II) No input driver/identifier specified (ignoring)
    [ 4659.254] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 4659.254] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 4659.254] (**) Sleep Button: always reports core events
    [ 4659.255] (**) Sleep Button: Device: "/dev/input/event3"
    [ 4659.263] (II) Sleep Button: Found keys
    [ 4659.263] (II) Sleep Button: Configuring as keyboard
    [ 4659.263] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 4659.263] (**) Option "xkb_rules" "evdev"
    [ 4659.263] (**) Option "xkb_model" "evdev"
    [ 4659.263] (**) Option "xkb_layout" "us"
    [ 4659.265] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 4659.265] (II) No input driver/identifier specified (ignoring)
    [ 4659.270] (II) config/udev: Adding input device USB2.0 UVC 1.3M WebCam (/dev/input/event9)
    [ 4659.270] (**) USB2.0 UVC 1.3M WebCam: Applying InputClass "evdev keyboard catchall"
    [ 4659.270] (**) USB2.0 UVC 1.3M WebCam: always reports core events
    [ 4659.270] (**) USB2.0 UVC 1.3M WebCam: Device: "/dev/input/event9"
    [ 4659.283] (II) USB2.0 UVC 1.3M WebCam: Found keys
    [ 4659.283] (II) USB2.0 UVC 1.3M WebCam: Configuring as keyboard
    [ 4659.283] (II) XINPUT: Adding extended input device "USB2.0 UVC 1.3M WebCam" (type: KEYBOARD)
    [ 4659.283] (**) Option "xkb_rules" "evdev"
    [ 4659.283] (**) Option "xkb_model" "evdev"
    [ 4659.283] (**) Option "xkb_layout" "us"
    [ 4659.289] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event7)
    [ 4659.289] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 4659.289] (**) Asus EeePC extra buttons: always reports core events
    [ 4659.289] (**) Asus EeePC extra buttons: Device: "/dev/input/event7"
    [ 4659.299] (II) Asus EeePC extra buttons: Found keys
    [ 4659.299] (II) Asus EeePC extra buttons: Configuring as keyboard
    [ 4659.299] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
    [ 4659.299] (**) Option "xkb_rules" "evdev"
    [ 4659.299] (**) Option "xkb_model" "evdev"
    [ 4659.300] (**) Option "xkb_layout" "us"
    [ 4659.301] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 4659.301] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 4659.301] (**) AT Translated Set 2 keyboard: always reports core events
    [ 4659.301] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 4659.316] (II) AT Translated Set 2 keyboard: Found keys
    [ 4659.316] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 4659.316] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 4659.316] (**) Option "xkb_rules" "evdev"
    [ 4659.316] (**) Option "xkb_model" "evdev"
    [ 4659.316] (**) Option "xkb_layout" "us"
    [ 4659.317] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 4659.317] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 4659.317] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 4659.317] (II) LoadModule: "synaptics"
    [ 4659.318] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 4659.318] (II) Module synaptics: vendor="X.Org Foundation"
    [ 4659.318] compiled for 1.8.0.902, module version = 1.2.2
    [ 4659.318] Module class: X.Org XInput Driver
    [ 4659.318] ABI class: X.Org XInput driver, version 9.0
    [ 4659.318] (II) Synaptics touchpad driver version 1.2.2
    [ 4659.318] (**) Option "Device" "/dev/input/event6"
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 4659.359] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 4659.359] (**) Option "SHMConfig" "on"
    [ 4659.360] (**) Option "FingerPress" "256"
    [ 4659.360] (**) Option "EmulateTwoFingerMinZ" "0"
    [ 4659.360] (**) Option "VertScrollDelta" "250"
    [ 4659.360] (**) Option "VertEdgeScroll" "on"
    [ 4659.360] (**) Option "HorizEdgeScroll" "off"
    [ 4659.360] (**) Option "VertTwoFingerScroll" "off"
    [ 4659.360] (**) Option "HorizTwoFingerScroll" "off"
    [ 4659.360] (**) Option "LockedDrags" "on"
    [ 4659.360] (**) Option "TapButton1" "3"
    [ 4659.360] (**) Option "TapButton2" "2"
    [ 4659.360] (**) Option "TapButton3" "1"
    [ 4659.360] (**) Option "CircularScrolling" "off"
    [ 4659.360] (**) Option "CircScrollTrigger" "2"
    [ 4659.360] (**) Option "MinSpeed" "0.4"
    [ 4659.361] (**) Option "MaxSpeed" "0.7"
    [ 4659.361] (**) Option "AccelFactor" "0.00995223"
    [ 4659.389] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 4659.389] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 4659.402] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 4659.403] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 4659.429] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 4659.430] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 4659.430] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 4659.430] (II) Synaptics touchpad driver version 1.2.2
    [ 4659.876] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 4659.876] (**) Option "Device" "/dev/input/mouse0"
    [ 4659.889] (**) Option "SHMConfig" "on"
    [ 4659.889] (**) Option "FingerPress" "256"
    [ 4659.889] (**) Option "EmulateTwoFingerMinZ" "0"
    [ 4659.890] (**) Option "VertScrollDelta" "250"
    [ 4659.890] (**) Option "VertEdgeScroll" "on"
    [ 4659.890] (**) Option "HorizEdgeScroll" "off"
    [ 4659.890] (**) Option "VertTwoFingerScroll" "off"
    [ 4659.890] (**) Option "HorizTwoFingerScroll" "off"
    [ 4659.890] (**) Option "LockedDrags" "on"
    [ 4659.890] (**) Option "TapButton1" "3"
    [ 4659.890] (**) Option "TapButton2" "2"
    [ 4659.890] (**) Option "TapButton3" "1"
    [ 4659.890] (**) Option "CircularScrolling" "off"
    [ 4659.890] (**) Option "CircScrollTrigger" "2"
    [ 4659.890] (**) Option "MinSpeed" "0.4"
    [ 4659.890] (**) Option "MaxSpeed" "0.7"
    [ 4659.890] (**) Option "AccelFactor" "0.00995223"
    [ 4659.911] Query no Synaptics: 6003C8
    [ 4659.911] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 4659.911] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 4659.949] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 4659.949] (II) UnloadModule: "synaptics"
    [ 4665.312] (II) intel(0): EDID vendor "HSD", prod id 1001
    [ 4665.312] (II) intel(0): DDCModeFromDetailedTiming: 1024x600 Warning: We only handle separate sync.
    [ 4665.312] (II) intel(0): Printing DDC gathered Modelines:
    [ 4665.312] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1077 1112 1200 600 604 609 625 -hsync -vsync (37.5 kHz)
    [ 4665.312] (II) intel(0): Modeline "1024x600"x0.0 51.42 1024 1117 1152 1240 600 617 622 638 -hsync -vsync (41.5 kHz)
    [ 5029.658]
    Backtrace:
    [ 5029.658] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80df05b]
    [ 5029.658] 1: /usr/bin/X (0x8048000+0x63da5) [0x80abda5]
    [ 5029.658] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb783040c]
    [ 5029.658] 3: /usr/lib/xorg/modules/libfb.so (fbSegment+0x22e) [0xb73ac68e]
    [ 5029.658] 4: /usr/lib/xorg/modules/libfb.so (fbZeroLine+0x13c) [0xb73a832c]
    [ 5029.658] 5: /usr/lib/xorg/modules/libfb.so (fbPolyLine+0x72) [0xb73a8412]
    [ 5029.658] 6: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb73b1000+0x4143d) [0xb73f243d]
    [ 5029.658] 7: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb73b1000+0x3a5ab) [0xb73eb5ab]
    [ 5029.658] 8: /usr/bin/X (0x8048000+0xc8c2b) [0x8110c2b]
    [ 5029.658] 9: /usr/bin/X (0x8048000+0x1d5ec) [0x80655ec]
    [ 5029.658] 10: /usr/bin/X (0x8048000+0x2170f) [0x806970f]
    [ 5029.658] 11: /usr/bin/X (0x8048000+0x1a4b5) [0x80624b5]
    [ 5029.659] 12: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7566c76]
    [ 5029.659] 13: /usr/bin/X (0x8048000+0x1a0a1) [0x80620a1]
    [ 5029.659] Segmentation fault at address 0xb6e06ffc
    [ 5029.659]
    Fatal server error:
    [ 5029.659] Caught signal 11 (Segmentation fault). Server aborting
    [ 5029.659]
    [ 5029.659]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5029.659] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 5029.659]
    [ 5029.672] (II) Power Button: Close
    [ 5029.673] (II) UnloadModule: "evdev"
    [ 5029.686] (II) Video Bus: Close
    [ 5029.686] (II) UnloadModule: "evdev"
    [ 5029.699] (II) Power Button: Close
    [ 5029.699] (II) UnloadModule: "evdev"
    [ 5029.713] (II) Sleep Button: Close
    [ 5029.713] (II) UnloadModule: "evdev"
    [ 5029.726] (II) USB2.0 UVC 1.3M WebCam: Close
    [ 5029.726] (II) UnloadModule: "evdev"
    [ 5029.739] (II) Asus EeePC extra buttons: Close
    [ 5029.739] (II) UnloadModule: "evdev"
    [ 5029.753] (II) AT Translated Set 2 keyboard: Close
    [ 5029.753] (II) UnloadModule: "evdev"
    [ 5029.787] (II) UnloadModule: "synaptics"
    [ 5029.787] (II) AIGLX: Suspending AIGLX clients for VT switch
    Edit:
    Problem solved after system update.
    Last edited by amen (2010-09-30 07:28:12)

Maybe you are looking for

  • Lightning to mini usb adapter?

    I would like to purchase a lightning to mini usb adapter from the Uk apple site, and have it shipped to me in the US, can i do this?

  • IPod Video not connecting

    I have a 30gb iPod Video and when I plug it up to the cable nothing happens. Windows doesnt see it and neither does iTunes and the iPod itself doesnt light up when it's plugged in. But when I unplug the cable from the iPod(its still connected to the

  • How do I get rid  of a download?

    I have a movie that was downloaded, but now, after thinking I deleted it, it keeps coming back. How do I get rid of the movie permanently?

  • JPEG Sizes

    I am having issues with saving Photoshop projects that contain RAW files + additional layers to JPEG's that are 17mb or higher.  My settings are the same across the board for saves:  save, JPEG, Standard (Baseline) 12 - Maximum. I have one file that

  • Placing .indd into .indd Document

    I have Tool Manuals that I am producing and when I place a .indd file into one of these InDesign documents the formating is not the same size. I can build two .indd files with the exact same info with the same margins, paragraph styles, etc. in both.