Problem with SystemTray on FC5 KDE

Hello!
I'm trying to use new Java6 feature - SystemTray.
There is problem with it on my Fedora Core 5 in KDE - system tray icon simply goes crazy (it appears and disappears, mainly disappears :( , sometimes it is moving on system tray in random direction). There are no problems in GNOME.
In my opinion there may be two reasons for this:
- my KDE is not configured properly;
- Java SystemTray support for [FC5] KDE is not fine.
Any ideas?
Thanks in advance
Message was edited by:
Andriy_Tsykholyas

I already know, what is the problem:
there is bug in Java 1.6 - system tray does not work in KDE 3.5.* :(
It should be fixed in Java 1.7 b02.

Similar Messages

  • Problem with kde and sound

    Hi!
    I've a problem with KDE and sound.
    When KDE shows a alert the alert's sound sounds with delay. 3-5 seconds.
    Same happens with kde start.
    Can anybody help me?
    Thanks!

    Pilli wrote:
    Hi!
    I've a problem with KDE and sound.
    When KDE shows a alert the alert's sound sounds with delay. 3-5 seconds.
    Same happens with kde start.
    Can anybody help me?
    Thanks!
    Change the player to mplayer or something in the control panel (Sound and Multimedia - System notifications - Player Settings).

  • [SOLVED] kde 4.6 and Udisks mounting problems with Dolphin

    Hello,
    I have a problem with Dolphin in KDE 4.6 where it displays my non-Arch partitions (a / and /home used for Opensuse) as well as a CD-Rom or usb if inserted, but registers an error when I click on the device/partition icon. Specifically, I get the following error displayed at the bottom of Dolphin:
    An error occurred while accessing Hard Drive, the system responded: org.freedesktop.UDisks.Error.Failed: Error creating mount point: No such file or directory.
    Because of this error, I am unable to mount usb pendrives, access CDs, or access the non-Arch partitions. I'm not sure if this is a KDE error or if it related to Arch as I never encountered this error running KDE 4.6 in Opensuse.
    My daemons running in /etc/rc.conf
    DAEMONS=(syslog-ng dbus networkmanager netfs crond alsa kdm)
    My /etc/fstab
    #/dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
    #/dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0
    #/dev/fd0               /media/fl   auto    user,noauto             0      0
    /dev/sda1 / ext4 defaults,noatime 0 1
    /dev/sda5 swap swap defaults 0 0
    /dev/sda6 /home ext4 defaults,noatime 0 1
    tmpfs   /tmp            tmpfs defaults,nodev,nosuid,mode=1777                   0 0
    tmpfs   /var/lock       tmpfs defaults,nodev,nosuid,noexec,mode=1777,size=10M   0 0
    tmpfs   /var/run        tmpfs defaults,nodev,nosuid,noexec,mode=0755,size=10M   0 0
    Now, I don't have hal running as a daemon as I have read that it is no longer needed in KDE 4.6. Similarly, I don't have my CD-Rom drive mounted as I read in the udev wiki that Udisks automatically mounts devices and partitions. The wiki also indicates that Udisks is supposed to require little configuration.
    I've searched the forum and Google, and I have not been able to find any information documenting a Dolphin and UDisks mounting error in KDE 4.6.
    I installed KDE through the # pacman -S kde    command, but is there some other package that I need to install in order to get Udisks working properly?
    Thanks.
    Last edited by Bordee (2011-03-24 16:09:25)

    When I enter   $ groups in a terminal I get the following
    sys adm disk lp wheel games video audio optical storage power users
    So I'm definitely part of the storage group.
    I think I found a solution. I created a /data mountpoint in fstab and a /data folder in my root directory. Now, I'm able to mount and access the contents of the /home partition from Opensuse. The reason I wanted to do this was to access music and photos and transfer them onto my Arch /home partition.
    I uncommented the cdrom, dvd, and fd0 devices in fstab and I created /media/cd, /media/dvd, and /media/fl. After inputting a # mount -a, my CDROM drive reads properly as does my USB.
    So once again, thank, you for pointing me in the right direction.
    One final thought. I was under the impression from reading the UDisks information that it automatically detected and mounted other partitions and devices without them being explicitly mounted in fstab. Was the assumption wrong? In other words, for UDisks and Dolphin to work together properly in KDE 4.6, do all of the devices that appear have to first be mounted in fstab?

  • Strange problem with kde 4.12 suggestions

    Hi, i have a strange problem with kde 4.12, with the video below is much simple to explain, any idea?
    https://drive.google.com/file/d/0B7vmSq … sp=sharing

    Some of us experienced crashes after 4.11 update. I am not sure if this is related to your case or not but downgrading some packages solves the issue.
    https://bbs.archlinux.org/viewtopic.php?id=168667
    https://bbs.archlinux.org/viewtopic.php … 3#p1315493
    Last edited by omeringen (2013-09-02 20:13:32)

  • [solved] kde without arts - problem with aplay/knotify

    Hi,
    I finally got convinced to switch of arts for kde. Amarok runs much better now but I face a problem with knotify/aplay.
    With arts not active knotify won't play sounds anymore. knotify is the program responsible for kde's bells and whistles, like playing a sound when you open or close a window etc.
    knotify specifies an option for an external player, which I think is the thing to use in case you don't use arts.
    I configured that option to use aplay, the sound replay program provided by alsa. However, that has problems. Many kde sounds come with 8khz sample frequency. If I play one of these sounds with aplay their playback frequency is much to low and the sound is heavily distorted. It seems the downmixing does not work.
    If I use aplay -Ddmix or -Dduplex I get following error:
    Playing raw data 'KDE_Beep.ogg' : Unsigned 8 bit, Rate 8000 Hz, Mono
    aplay: set_params:857: Sample format non available
    I think that may have something to do with my .asoundrc or maybe there is another program to use for sound playback I don't know about. Also, I could be that knotify IS supposed to play the sounds even without arts running and something else is wrong.
    Here is my .asoundrc, any advice is welcome:
    # Set default sound card
    # Useful so that all settings can be changed to a different card here.
    pcm.snd_card {
    type hw
    card 0
    # Allow mixing of multiple output streams to this device
    pcm.dmix {
    type dmix
    ipc_key 1024
    slave.pcm "snd_card"
    slave {
    # This stuff provides some fixes for latency issues.
    # buffer_size should be set for your audio chipset.
    period_time 0
    period_size 1024
    buffer_size 16384
    bindings {
    0 0
    1 1
    # Allow reading from the default device.
    # Also known as record or capture.
    pcm.dsnoop {
    type dsnoop
    ipc_key 2048
    slave.pcm "snd_card"
    bindings {
    0 0
    1 1
    # This is what we want as our default device
    # a fully duplex (read/write) audio device.
    pcm.duplex {
    type asym
    playback.pcm "dmix"
    capture.pcm "dsnoop"
    # CONVERSION PLUG #
    # Setting the default pcm device allows the conversion
    # rate to be selected on the fly.
    # duplex mode allows any alsa enabled app to read/write
    # to the dmix plug (Fixes a problem with wine).
    pcm.!default {
    type plug
    slave.pcm "duplex"
    # Apparently this is wrong (breaks mplayer for me opening the device)
    #ctl.!default {
    # type plug
    # slave.pcm "snd_card"
    # AOSS #
    # OSS dsp0 device
    pcm.dsp0 {
    type plug
    slave.pcm "duplex"
    # OSS control for dsp0 (needed?...this might not be useful)
    ctl.dsp0 {
    type plug
    slave.pcm "snd_card"
    # OSS control for dsp0 (default old OSS is mixer0)
    ctl.mixer0 {
    type plug
    slave.pcm "snd_card"
    Cheers,
    Dominik

    Ok, I came to a solution.
    My .asoundrc was ok. It was aplay that I wasn't aware of it couldn't handle .ogg files, it tried to play it anyway and that's why I got garbled sound output *headdesk*
    I installed alsaplayer, after running it once I edited .alsaplayer/config to use the "text" user interface by default. Setting alsaplayer as external player for knotify seems to work.
    However, knotify won't let me play sounds in quick succession, so I lose a knotify sound every now and then.

  • Problems with Kde Devil (Bluetooth)

    Hi!
    I have a very strange problem with Kde Devil. When you open any part of the program I get the cancel button covering most of the window.  It is impossible out of the way and when pressed, it cancels everything.  I take two Screenshots:
    It happens with KDE4. Is there any way to solve it?
    Thank you so much

    Well, I think I fixed it. I had to tell my phone to forget the headphones, then restart my phone and start all over from scratch. I really hope I don't have to do this every day.

  • KDE 4.10 - Problems with Plastik window theme

    There seems to be several problems with the Plastik window decoration theme in KDE 4.10:
    * When switching between windows the window decoration flickers several times and takes about a second to update the colours
    * The font baseline is too high
    * The button positions are messed up
    It does not seem to affect any other themes.
    It has worked perfectly in all previous 4.x releases.

    There is a bug report about this:
    https://bugs.kde.org/show_bug.cgi?id=314532

  • Hal, usbdisk, kde - a problem with /media/* directory

    Hello,
    I am havng a problem with my usbdisk. At first it's mounted at /media/sda1, then during hibernation (kernel23archck, hibernate-scripts, suspend to disk) the script unloads usb modules. When I start the computer again my usbdisk becomes /media/sdb1 and the previous directory becomes empty. Is it possible to force hal to mount my usbdisk always in the same directory e.g. /media/usbdisk ???
    Thanks in advance.
    mdv

    I have a similar problem, when ever I put in an usb pin in mounts it first as sda1, but if I take it out and put it in again, it mounts as sdb1, and sda1 is still mounted in the media directory, so now I have both sda1 and sdb1 mounted, although the sda1 directory is empty.
    Why doesn't hal unmount the usb pin after I take it out?

  • Problems with Steam - Dota2 and ETS2

    Hello
    I had never problems with Arch + xfce but last time I made fresh install of Arch with KDE and problems begins. Strange logs in steam running Dota 2 and Euro Truck Simulator 2. Dota 2 freezing, jumping even 60+ fps, both games can freeze for 1 min with sound.
    Lenovo Y580 - GTX660M
    After running Dota 2 with launch options (optirun -b primus %command% -console) output from console:
    Game update: AppID 570 "Dota 2", ProcID 1441, IP 0.0.0.0:0
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    pid 1455 != 1454, skipping destruction (fork without exec?)
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
    Installing breakpad exception handler for appid(gameoverlayui)/version(20140715181500_client)
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    [0725/222647:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
    [0725/222647:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Using breakpad crash handler
    Setting breakpad minidump AppID = 570
    Forcing breakpad minidump interfaces to load
    Looking up breakpad interfaces from steamclient
    Calling BreakpadMiniDumpSystemInit
    Looking up breakpad interfaces from steamclient
    Calling BreakpadMiniDumpSystemInit
    Steam_SetMinidumpSteamID: Caching Steam ID: 76561198074650116 [API loaded yes]
    Steam_SetMinidumpSteamID: Setting Steam ID: 76561198074650116
    SDL video target is 'x11'
    SDL failed to create GL compatibility profile (whichProfile=0!
    This system supports the OpenGL extension GL_EXT_framebuffer_object.
    This system supports the OpenGL extension GL_EXT_framebuffer_blit.
    This system supports the OpenGL extension GL_EXT_framebuffer_multisample.
    This system DOES NOT support the OpenGL extension GL_APPLE_fence.
    This system supports the OpenGL extension GL_NV_fence.
    This system supports the OpenGL extension GL_ARB_sync.
    This system supports the OpenGL extension GL_EXT_draw_buffers2.
    This system supports the OpenGL extension GL_EXT_bindable_uniform.
    This system DOES NOT support the OpenGL extension GL_APPLE_flush_buffer_range.
    This system supports the OpenGL extension GL_ARB_map_buffer_range.
    This system supports the OpenGL extension GL_ARB_vertex_buffer_object.
    This system supports the OpenGL extension GL_ARB_occlusion_query.
    This system DOES NOT support the OpenGL extension GL_APPLE_texture_range.
    This system DOES NOT support the OpenGL extension GL_APPLE_client_storage.
    This system DOES NOT support the OpenGL extension GL_ARB_uniform_buffer.
    This system supports the OpenGL extension GL_ARB_vertex_array_bgra.
    This system supports the OpenGL extension GL_EXT_vertex_array_bgra.
    This system supports the OpenGL extension GL_ARB_framebuffer_object.
    This system DOES NOT support the OpenGL extension GL_GREMEDY_string_marker.
    This system supports the OpenGL extension GL_ARB_debug_output.
    This system supports the OpenGL extension GL_EXT_direct_state_access.
    This system supports the OpenGL extension GL_NV_bindless_texture.
    This system DOES NOT support the OpenGL extension GL_AMD_pinned_memory.
    This system supports the OpenGL extension GL_EXT_framebuffer_multisample_blit_scaled.
    This system supports the OpenGL extension GL_EXT_texture_sRGB_decode.
    This system supports the OpenGL extension GL_NVX_gpu_memory_info.
    This system DOES NOT support the OpenGL extension GL_ATI_meminfo.
    This system supports the OpenGL extension GL_EXT_texture_compression_s3tc.
    This system supports the OpenGL extension GL_EXT_texture_compression_dxt1.
    This system DOES NOT support the OpenGL extension GL_ANGLE_texture_compression_dxt3.
    This system DOES NOT support the OpenGL extension GL_ANGLE_texture_compression_dxt5.
    This system DOES NOT support the OpenGL extension GLX_EXT_swap_control_tear.
    GL_NV_bindless_texture: DISABLED
    GL_AMD_pinned_memory: DISABLED
    GL_EXT_texture_sRGB_decode: AVAILABLE
    GL_NVX_gpu_memory_info: AVAILABLE
    GL_ATI_meminfo: UNAVAILABLE
    GL_NVX_gpu_memory_info: Total Dedicated: 2097152, Total Avail: 2097152, Current Avail: 2076116
    GL_MAX_SAMPLES_EXT: 32
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/sound_vo_english
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/pak01
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/platform/pak01
    Did not detect any valid joysticks.
    WARNING: unable to link Test_StartScript and Test_StartScript because one or more is a ConCommand.
    WARNING: unable to link Test_RandomChance and Test_RandomChance because one or more is a ConCommand.
    WARNING: unable to link Test_LoopForNumSeconds and Test_LoopForNumSeconds because one or more is a ConCommand.
    WARNING: unable to link Test_Loop and Test_Loop because one or more is a ConCommand.
    WARNING: unable to link Test_LoopCount and Test_LoopCount because one or more is a ConCommand.
    WARNING: unable to link Test_StartLoop and Test_StartLoop because one or more is a ConCommand.
    WARNING: unable to link log_flags and log_flags because one or more is a ConCommand.
    WARNING: unable to link log_color and log_color because one or more is a ConCommand.
    WARNING: unable to link log_verbosity and log_verbosity because one or more is a ConCommand.
    WARNING: unable to link log_level and log_level because one or more is a ConCommand.
    WARNING: unable to link log_dumpchannels and log_dumpchannels because one or more is a ConCommand.
    Load a scaleform font provider?
    Creating D3D9 device with D3DCREATE_MULTITHREADED
    IDirect3DDevice9::Create: BackBufWidth: 1366, BackBufHeight: 768, D3DFMT: 3, BackBufCount: 1, MultisampleType: 0, MultisampleQuality: 0
    GL sampler object usage: DISABLED
    ##### swap interval = 0 swap limit = 1 #####
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    !! Controller config file passed by steamworks game 570 did not exist at /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/cfg/controller.vdf
    Installing breakpad exception handler for appid(steam)/version(1405474565_client)
    [0725/222707:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
    [0725/222707:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
    Im not able to run ETS 2 it's going to change resolution to 1024x768 in whole desktop and then crash. (Launch option: optirun -b primus %command%) output:
    Game update: AppID 227300 "Euro Truck Simulator 2", ProcID 1554, IP 0.0.0.0:0
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    Setting breakpad minidump AppID = 227300
    Steam_SetMinidumpSteamID: Caching Steam ID: 76561198074650116 [API loaded no]
    Registered appid 227300 to use native controller config at /home/akikyo/.local/share/Steam/SteamApps/common/Euro Truck Simulator 2/controller.vdf
    X Error of failed request: GLXUnsupportedPrivateRequest
    Major opcode of failed request: 155 (GLX)
    Minor opcode of failed request: 16 (X_GLXVendorPrivate)
    Serial number of failed request: 80
    Current serial number in output stream: 82
    Game removed: AppID 227300 "Euro Truck Simulator 2", ProcID 1567
    sudo journalctl
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508930] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508943] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508969] [WARN][XORG] (WW) Unresolved symbol: fbGetGCPrivateKey
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508984] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    Jul 25 22:35:16 lenovo kernel: eurotrucks2[1567]: segfault at 17 ip 00007f40f1e30433 sp 00007fff05479db0 error 6 in steamclient.so[7f40f1b66000+f7b000]
    Jul 25 22:35:16 lenovo kernel: [drm] Module unloaded
    Jul 25 22:35:16 lenovo kernel: bbswitch: disabling discrete graphics
    Jul 25 22:35:16 lenovo kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
    Jul 25 22:35:16 lenovo kernel: pci 0000:01:00.0: Refused to change power state, currently in D0
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838215] [ERROR][XORG] (EE) Server terminated successfully (0). Closing log file.
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838233] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838238] [ERROR][XORG] (EE) Backtrace:
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838242] [ERROR][XORG] (EE) 0: Xorg (xorg_backtrace+0x56) [0x58f186]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838245] [ERROR][XORG] (EE) 1: Xorg (0x400000+0x192fc9) [0x592fc9]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838249] [ERROR][XORG] (EE) 2: /usr/lib/libpthread.so.0 (0x7fd21c5c8000+0xf4b0) [0x7fd21c5d74b0]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838256] [ERROR][XORG] (EE) 3: /usr/lib/libc.so.6 (malloc_usable_size+0x25) [0x7fd21b290d25]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838272] [ERROR][XORG] (EE) 4: /usr/lib/nvidia/libGL.so.1 (0x7fd21818b000+0xb61d9) [0x7fd2182411d9]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838286] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838298] [ERROR][XORG] (EE) Segmentation fault at address 0x0
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838306] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838317] [ERROR][XORG] (EE) Caught signal 11 (Segmentation fault). Server aborting
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838320] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838323] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838329] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838334] [ERROR][XORG] (EE)
    sudo nano /var/log/Xorg.8.log
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 887.399] X Protocol Version 11, Revision 0
    [ 887.399] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 887.399] Current Operating System: Linux lenovo 3.15.5-2-ARCH #1 SMP PREEMPT Fri Jul 11 07:56:02 CEST 2014 x86_64
    [ 887.399] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a89135f9-ef1e-4b90-a073-ee78d492b58a rw rcutree.rcu_idle_gp_delay=1 quiet
    [ 887.399] Build Date: 27 June 2014 07:32:26PM
    [ 887.399]
    [ 887.399] Current version of pixman: 0.32.6
    [ 887.399] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 887.399] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 887.399] (==) Log file: "/var/log/Xorg.8.log", Time: Fri Jul 25 22:35:11 2014
    [ 887.400] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 887.400] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 887.400] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 887.400] (==) ServerLayout "Layout0"
    [ 887.400] (==) No screen section available. Using defaults.
    [ 887.400] (**) |-->Screen "Default Screen Section" (0)
    [ 887.400] (**) | |-->Monitor "<default monitor>"
    [ 887.400] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 887.400] (**) | |-->Device "DiscreteNvidia"
    [ 887.400] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 887.400] (**) Option "AutoAddDevices" "false"
    [ 887.400] (**) Option "AutoAddGPU" "false"
    [ 887.400] (**) Not automatically adding devices
    [ 887.400] (==) Automatically enabling devices
    [ 887.400] (**) Not automatically adding GPU devices
    [ 887.401] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 887.401] Entry deleted from font path.
    [ 887.401] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 887.401] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 887.401] Entry deleted from font path.
    [ 887.401] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 887.401] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 887.401] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 887.401] (==) |-->Input Device "<default pointer>"
    [ 887.401] (==) |-->Input Device "<default keyboard>"
    [ 887.401] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 887.401] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 887.401] (II) Loader magic: 0x811cc0
    [ 887.401] (II) Module ABI versions:
    [ 887.401] X.Org ANSI C Emulation: 0.4
    [ 887.401] X.Org Video Driver: 15.0
    [ 887.401] X.Org XInput driver : 20.0
    [ 887.401] X.Org Server Extension : 8.0
    [ 887.401] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 887.401] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 887.401] setversion 1.4 failed: Permission denied
    [ 887.403] (--) PCI:*(0:1:0:0) 10de:0fd4:17aa:3977 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 887.403] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 887.403] Initializing built-in extension Generic Event Extension
    [ 887.404] Initializing built-in extension SHAPE
    [ 887.404] Initializing built-in extension MIT-SHM
    [ 887.404] Initializing built-in extension XInputExtension
    [ 887.404] Initializing built-in extension XTEST
    [ 887.404] Initializing built-in extension BIG-REQUESTS
    [ 887.404] Initializing built-in extension SYNC
    [ 887.404] Initializing built-in extension XKEYBOARD
    [ 887.404] Initializing built-in extension XC-MISC
    [ 887.404] Initializing built-in extension SECURITY
    [ 887.404] Initializing built-in extension XINERAMA
    [ 887.404] Initializing built-in extension XFIXES
    [ 887.404] Initializing built-in extension RENDER
    [ 887.404] Initializing built-in extension RANDR
    [ 887.404] Initializing built-in extension COMPOSITE
    [ 887.404] Initializing built-in extension DAMAGE
    [ 887.404] Initializing built-in extension MIT-SCREEN-SAVER
    [ 887.404] Initializing built-in extension DOUBLE-BUFFER
    [ 887.404] Initializing built-in extension RECORD
    [ 887.404] Initializing built-in extension DPMS
    [ 887.404] Initializing built-in extension Present
    [ 887.404] Initializing built-in extension DRI3
    [ 887.404] Initializing built-in extension X-Resource
    [ 887.404] Initializing built-in extension XVideo
    [ 887.404] Initializing built-in extension XVideo-MotionCompensation
    [ 887.404] Initializing built-in extension XFree86-VidModeExtension
    [ 887.404] Initializing built-in extension XFree86-DGA
    [ 887.404] Initializing built-in extension XFree86-DRI
    [ 887.404] Initializing built-in extension DRI2
    [ 887.404] (II) "glx" will be loaded by default.
    [ 887.404] (II) LoadModule: "dri2"
    [ 887.404] (II) Module "dri2" already built-in
    [ 887.404] (II) LoadModule: "glamoregl"
    [ 887.404] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 887.454] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 887.454] compiled for 1.15.0, module version = 0.6.0
    [ 887.454] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.454] (II) LoadModule: "glx"
    [ 887.454] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 887.495] (II) Module glx: vendor="NVIDIA Corporation"
    [ 887.495] compiled for 4.0.2, module version = 1.0.0
    [ 887.495] Module class: X.Org Server Extension
    [ 887.495] (II) NVIDIA GLX Module 340.24 Wed Jul 2 15:04:31 PDT 2014
    [ 887.495] Loading extension GLX
    [ 887.495] (II) LoadModule: "nvidia"
    [ 887.495] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 887.500] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 887.500] compiled for 4.0.2, module version = 1.0.0
    [ 887.500] Module class: X.Org Video Driver
    [ 887.500] (II) LoadModule: "mouse"
    [ 887.500] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 887.502] (II) Module mouse: vendor="X.Org Foundation"
    [ 887.502] compiled for 1.15.0, module version = 1.9.0
    [ 887.502] Module class: X.Org XInput Driver
    [ 887.502] ABI class: X.Org XInput driver, version 20.0
    [ 887.502] (II) LoadModule: "kbd"
    [ 887.502] (WW) Warning, couldn't open module kbd
    [ 887.502] (II) UnloadModule: "kbd"
    [ 887.502] (II) Unloading kbd
    [ 887.502] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 887.502] (II) NVIDIA dlloader X Driver 340.24 Wed Jul 2 14:42:23 PDT 2014
    [ 887.502] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 887.502] (--) using VT number 1
    [ 887.502] (II) Loading sub module "fb"
    [ 887.502] (II) LoadModule: "fb"
    [ 887.502] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 887.504] (II) Module fb: vendor="X.Org Foundation"
    [ 887.504] compiled for 1.15.2, module version = 1.0.0
    [ 887.504] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.504] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 887.504] (II) Loading sub module "wfb"
    [ 887.504] (II) LoadModule: "wfb"
    [ 887.504] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 887.506] (II) Module wfb: vendor="X.Org Foundation"
    [ 887.506] compiled for 1.15.2, module version = 1.0.0
    [ 887.506] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.506] (II) Loading sub module "ramdac"
    [ 887.506] (II) LoadModule: "ramdac"
    [ 887.506] (II) Module "ramdac" already built-in
    [ 887.506] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 887.506] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 887.506] (==) NVIDIA(0): RGB weight 888
    [ 887.506] (==) NVIDIA(0): Default visual is TrueColor
    [ 887.506] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 887.506] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 887.506] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 887.507] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 887.507] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 887.507] (**) NVIDIA(0): Enabling 2D acceleration
    [ 887.507] (**) NVIDIA(0): Ignoring EDIDs
    [ 887.507] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 887.507] (**) NVIDIA(0): mode
    [ 891.006] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 891.008] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660M (GK107) at PCI:1:0:0 (GPU-0)
    [ 891.008] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 891.008] (--) NVIDIA(0): VideoBIOS: 80.07.3c.00.16
    [ 891.008] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 891.008] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660M at PCI:1:0:0
    [ 891.008] (--) NVIDIA(0): none
    [ 891.008] (II) NVIDIA(0): Validated MetaModes:
    [ 891.008] (II) NVIDIA(0): "NULL"
    [ 891.008] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 891.008] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 891.008] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 891.008] (--) Depth 24 pixmap format is 32 bpp
    [ 891.008] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 891.008] (II) NVIDIA: access.
    [ 891.013] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 891.013] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 891.013] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 891.013] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 891.013] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 891.013] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 891.013] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 891.013] (II) NVIDIA(0): Config Options in the README.
    [ 891.013] (II) NVIDIA(0): Setting mode "NULL"
    [ 891.028] Loading extension NV-GLX
    [ 891.035] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 891.035] (==) NVIDIA(0): Backing store enabled
    [ 891.035] (==) NVIDIA(0): Silken mouse enabled
    [ 891.035] (==) NVIDIA(0): DPMS enabled
    [ 891.035] Loading extension NV-CONTROL
    [ 891.036] (II) Loading sub module "dri2"
    [ 891.036] (II) LoadModule: "dri2"
    [ 891.036] (II) Module "dri2" already built-in
    [ 891.036] (II) NVIDIA(0): [DRI2] Setup complete
    [ 891.036] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 891.036] (--) RandR disabled
    [ 891.044] (II) Initializing extension GLX
    [ 891.100] (II) Using input driver 'mouse' for '<default pointer>'
    [ 891.100] (**) Option "CorePointer" "on"
    [ 891.100] (**) <default pointer>: always reports core events
    [ 891.100] (WW) <default pointer>: No Device specified, looking for one...
    [ 891.146] (II) <default pointer>: Setting Device option to "/dev/input/mice"
    [ 891.146] (--) <default pointer>: Device: "/dev/input/mice"
    [ 891.146] (==) <default pointer>: Protocol: "Auto"
    [ 891.146] (**) <default pointer>: always reports core events
    [ 891.146] (**) Option "Device" "/dev/input/mice"
    [ 891.200] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    [ 891.200] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    [ 891.200] (**) <default pointer>: Buttons: 9
    [ 891.200] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE, id 6)
    [ 891.200] (**) <default pointer>: (accel) keeping acceleration scheme 1
    [ 891.200] (**) <default pointer>: (accel) acceleration profile 0
    [ 891.200] (**) <default pointer>: (accel) acceleration factor: 2.000
    [ 891.200] (**) <default pointer>: (accel) acceleration threshold: 4
    [ 891.200] (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    [ 891.493] (II) <default pointer>: ps2EnableDataReporting: succeeded
    [ 891.493] (II) LoadModule: "kbd"
    [ 891.494] (WW) Warning, couldn't open module kbd
    [ 891.494] (II) UnloadModule: "kbd"
    [ 891.494] (II) Unloading kbd
    [ 891.494] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 891.494] (EE) No input driver matching `kbd'
    [ 891.497] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.497] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.497] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.499] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 891.499] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 891.499] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 891.499] setversion 1.4 failed: Permission denied
    [ 891.499] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event7)
    [ 891.499] (II) AutoAddDevices is off - not adding device.
    [ 891.500] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 891.500] (II) AutoAddDevices is off - not adding device.
    [ 891.500] (II) config/udev: Adding input device CHESEN USB Keyboard (/dev/input/event8)
    [ 891.500] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device CHESEN USB Keyboard (/dev/input/event9)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event16)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event10)
    [ 891.503] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
    [ 891.503] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 891.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 891.504] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 892.695] (II) UnloadModule: "mouse"
    [ 892.720] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 892.723] (EE) Server terminated successfully (0). Closing log file.
    Last edited by Akikyo (2014-07-24 21:04:45)

    I can't be sure but most of the dota2 output looks "normal" to me (I get the same yet it works fine).
    eurotrucks is clearly crashing. You could try to force the resolution it uses in its config files?
    Or maybe it's missing a lib (you may need to install 32bit versions):
    ldd /path/to/eurotrucks
    to see if that's the case. If not, you might have to take it up with the eurotrucks developers.
    And you could try using fluxbox/openbox just to see what happens. A lot lighter than KDE.
    Have a good look though: https://wiki.archlinux.org/index.php/Steam
    and remember to check for missing 32bit libs.

  • No TV sound - Problem with Pulseaudio and Gnome

    Hi Community!
    Since January 2013 I got big problems with the sound of my tvcard. The card is a Sundtek Media TV Pro. But after all the problems have nothing to to with the card itself!
    So far I found out, that the problem is with Pulseaudio.
    - Sound works under Windows on same PC.
    - Sound don't work under Arch - not with tvtime, not with vlc, etc.
    - Problem occurs even on a new installed system with the Arch-2013-02-01 install medium.
    cat /etc/mediasrv.log
    [1033] Pulseaudio connect reported an error (6 - Connection refused)
    [1033] select error() in audio processor (can be caused because of pulseaudio) (Interrupted system call)
    After setting up a new Arch installation with just xorg-server, gnome, tvtime and the sundtek driver from AUR I run journalctl -b:
    Feb 10 16:25:15 hightower pulseaudio[636]: [pulseaudio] pid.c:
    Daemon already running.
    With sudo journalctl | grep 'Feb 10 16:2' I get the following output:
    Feb 10 16:25:01 hightower rtkit-daemon[489]: Successfully made thread 488 of process 488 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Feb 10 16:25:14 hightower rtkit-daemon[489]: Successfully made thread 606 of process 606 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Feb 10 16:25:15 hightower rtkit-daemon[489]: Successfully made thread 636 of process 636 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Feb 10 16:25:15 hightower pulseaudio[636]: [pulseaudio] pid.c: Daemon already running.
    Feb 10 16:28:55 hightower pulseaudio[1000]: [pulseaudio] module-jackdbus-detect.c: Unable to contact D-Bus session bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    Feb 10 16:28:55 hightower pulseaudio[1000]: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument:""): initialization failed.
    Feb 10 16:28:55 hightower pulseaudio[1000]: [pulseaudio] socket-server.c: bind(): Die Adresse wird bereits verwendet
    Feb 10 16:28:55 hightower pulseaudio[1000]: [pulseaudio] module.c: Failed to load module "module-esound-protocol-unix" (argument: ""): initialization failed.
    Feb 10 16:28:55 hightower pulseaudio[1000]: [pulseaudio] main.c: Module load failed.
    Feb 10 16:28:55 hightower pulseaudio[1000]: [pulseaudio] main.c: Module load failed.
    Feb 10 16:28:55 hightower pulseaudio[1000]: [pulseaudio] main.c: Konnte Daemon nicht initialisieren.
    Feb 10 16:28:55 hightower pulseaudio[997]: [pulseaudio] main.c: Start des Daemons fehlgeschlagen.
    So, if I understand right, pulseaudio is alreade started by the rtkit-daemon and gnome couldn't start it again.
    At https://bugs.archlinux.org/task/30926 I found a hint concerning /etc/xdg/autostart/pulseaudio.desktop and /etc/xdg/autostart/pulseaudio-kde.desktop.
    After removing them from /etc/xdg/autostart and running journalctl -b there are no more errors.
    With sudo journalctl | grep 'pulseaudio' I get:
    sudo journalctl | grep 'Feb 10 17:4' | grep 'pulse*'
    Feb 10 17:41:42 hightower rtkit-daemon[485]: Successfully made thread 484 of process 484 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Feb 10 17:41:55 hightower rtkit-daemon[485]: Successfully made thread 625 of process 625 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    In my opinion all looks ok! I also checked the channels with the alsamixer and it looks good, too.
    So I ran vlc v4l2://:dev=/dev/video0:width=720:height=576:tuner-frequency=510750:adev=/dev/null:standard=255 - but still no sound.
    With cat /var/log/mediasrv.log I checked the drivers logfile:
    2013-02-10 17:48:55 [343] SETTING DVB-C
    2013-02-10 17:48:55 [343] switching to analog TV
    2013-02-10 17:48:56 [343] SETTING PAL/SECAM
    2013-02-10 17:48:58 [343] invalid audio input selected: 2
    2013-02-10 17:48:58 [343] Setting frequency: 510750000
    2013-02-10 17:48:58 [343] Using settings for Europe
    2013-02-10 17:48:58 [343] Set Pixelformat: 0 YUV 4:2:2 (YUYV)
    2013-02-10 17:48:58 [1033] Starting audio processor (PID 1033)
    2013-02-10 17:48:58 [1033] initializing audio in audio processor
    2013-02-10 17:48:58 [1033] loaded local pulseaudio driver
    2013-02-10 17:48:58 [1033] select error() in audio processor (can be caused because of pulseaudio) (Interrupted system call)
    2013-02-10 17:48:59 [1033] Pulseaudio connect reported an error (6 - Connection refused)
    2013-02-10 17:48:59 [1033] select error() in audio processor (can be caused because of pulseaudio) (Interrupted system call)
    2013-02-10 17:48:59 [1033] Pulseaudio connect reported an error (6 - Connection refused)
    I started tvtime again. This time I ran rm -rf ~/.config/pulse/ and killall pulseaudio to kill the Pulseaudio server. I instantly got a loud noise out of my speakers.
    I closed tvtime and re-opened it. And there it was: TV SOUND OUT OF MY SPEAKERS!
    But now, when I run pavucontrol I get:
    Connection to PulseAudio failed. Automatic retry in 5s.
    In this cas this is likely because PULSE_SERVER in the Environment/X11 root Windows Properties or default-server in client.conf is misconfigured.
    This situation can also arrise when PulseAudio crashed and left stale details in the X11 Root Windows.
    If this is the case, then PuseAudio should autospawn again, or if this is not configured you sould run start-pulseaudio-x11 manually.
    I got the information from Sundtek, that Pulseaudio should not be started as system service. Instead, every user should have an own Pulseaudio daemon and that PA was concepted this way. But they don't know how it is implemented in ArchLinux.
    I also don't know it exactly. So the question to all you ArchLinu pro's:
    How is PA implemented in Arch? And how can I sustainable solve my problem?
    Thank you for your time and help!
    Durag

    There is just one more thing I found out.
    After logging into Gnome and running ps aux | grep pulse I get:
    rebel 727 0.7 0.2 444316 10288 ? S<l 03:02 0:00 /usr/bin/pulseaudio --start --log-target=syslog
    rebel 731 0.0 0.0 71236 2652 ? S 03:02 0:00 /usr/lib/pulse/gconf-helper
    rebel 843 0.0 0.0 17396 1184 pts/0 D+ 03:03 0:00 grep pulse
    To get the sound to work I run:
    rm -rf .config/pulse/
    killall pulseaudio
    killall -9 pulseaudio
    I again run ps aux | grep pulse
    rebel 4016 4.2 0.2 510124 11528 ? Sl 03:06 0:02 /usr/bin/pulseaudio --start --log-target=syslog
    rebel 4020 0.0 0.0 71368 2700 ? S 03:06 0:00 /usr/lib/pulse/gconf-helper
    rebel 4046 0.0 0.0 19456 1216 pts/0 R+ 03:07 0:00 grep pulse
    I can recognize that the STATs have changed. Maybe this can help to solve the problem?

  • [SOLVED]Problem with packettracer and firefox

    Hi
    I've got a problem with firefox and packettracer.
    When i click on pka file in firefox, it don't open this file in packettracer but wants to save on disk. I've got a version 5.3.1-1 packettracer and latest version firefox.
    I don't know when problem was occured but last week everything was ok. I think that's either update. Meyby it's important that when i type in console:
    update-desktop-database /usr/share/mime
    i've got such errors:
    Unknown media type in type 'all/all'
    Unknown media type in type 'all/allfiles'
    Unknown media type in type 'uri/mms'
    Unknown media type in type 'uri/mmst'
    Unknown media type in type 'uri/mmsu'
    Unknown media type in type 'uri/pnm'
    Unknown media type in type 'uri/rtspt'
    Unknown media type in type 'uri/rtspu'
    Unknown media type in type 'fonts/package'
    Unknown media type in type 'interface/x-winamp-skin'
    i have installed kde 4.5.5-1
    Do you know some solution for my problem?
    edit: update firefox solve my problem
    Last edited by ElNinijo (2013-06-08 08:35:12)

    I've had this happen now and again. You can rebind the lease yourself with:
    $ dhcpcd --rebind
    You could also try increasing the timeout by adding
    TimeoutDHCP=
    to your netctl profile/s - see netctl.profile(5) as WonderWoofy suggests. Although I haven't tried the latter.
    Last edited by youngdm (2013-09-01 22:01:05)

  • Problem with sessions in Kate Editor

    Hey guys!
    I'm using Kate Editor to code and i'm having problems with sessions. If kate is open and I logout KDE, when I come back to KDE all my customizations in Kate's session (activated plugins, font size, etc) are lost.
    If I manually close Kate before logout from KDE, all the customizations are kept when a manually start Kate. I tried a lot of workarounds, but none worked.
    Is this a bug? Someone else with this issue?
    Thanks in advance!

    The Warning errors are simply because you don't have the tablespaces, users, and roles defined in your application system under the DB Admin tab. Unless it is important to you to capture the physical implementation of your tables exactly as well as the table definitions, you can safely ignore these. If the physical implementation IS important to you, then you need to create these tablespaces, roles and users under the database that you created under the DB Admin tab before you start the capture.
    The Error is because in the set of objects you are capturing there is a foreign key that references the table named "PLEASANT". This table must be among the objects that you are capturing, or must already be in a Table Definition in your application system in the repository.

  • Problem with sound in Amarok

    Hi guys, I'm having problem with Amarok 2. When I start it the notification says "The audio playback device HDA Intel (CONEXANT Analog) does not work. Falling back to HDA NVidia, HDMI 0 (HDMI Audio Output) ". Amarok starts normally but can't open any song. The same thing happens when I try to open a video with Dragon player(but I don't use so this doesn't matter).
    VLC, MPlayer and Youtube have no problem playing videos or sounds, so I could play music with VLC but you'd agree it's not really a music player.
    (I tried installing Clementine, but it has it's own problems, saying "Your GStreamer installation is missing a plug-in." (but I don't like Clementine anyway))
    Another thing that bothers me is that the hardware sound buttons don't affect these programs.
    Could someone help me with this?

    there are these errors (several times):
    amarok: [CollectionDB] [ERROR!] [virtual QStringList SqliteConnection::query(const QString&)] sqlite3_compile error:
    amarok: [CollectionDB] [ERROR!] no such table: directories
    amarok: [CollectionDB] [ERROR!] on query: SELECT dir, changedate FROM directories;
    amarok: [void CollectionDB::createTables(DbConnection*)]
    amarok: [CollectionDB] [ERROR!] [virtual QStringList SqliteConnection::query(const QString&)] sqlite3_compile error:
    amarok: [CollectionDB] [ERROR!] table amazon already exists
    amarok: [CollectionDB] [ERROR!] on query: CREATE TABLE amazon ( asin VARCHAR(20), locale VARCHAR(2), filename VARCHAR(33), refetchdate INTEGER );
    amarok: [CollectionDB] [ERROR!] [virtual int SqliteConnection::insert(const QString&, const QString&)] sqlite3_compile error:
    amarok: [CollectionDB] [ERROR!] no such table: directories
    amarok: [CollectionDB] [ERROR!] on insert: INSERT INTO directories SELECT * FROM directories_temp;
    QDom: saving invalid character , the document will not be well-formed
    and when I try to create a playlist it looks normal:
    amarok: [PlaylistBrowser] Creating playlist
    amarok: [PlaylistBrowser] Saving Playlist to: /home/matej/.kde/share/apps/amarok/playlists/Untitled.m3u
    amarok: Loading playlist
    amarok: [ThreadWeaver] Job completed: PlaylistReader. Jobs pending: 0
    and also load one:
    amarok: Loading playlist
    amarok: [ThreadWeaver] Job completed: PlaylistReader. Jobs pending: 0
    There are also some errors of GUI (QT, KDE), but these are I think a little bit off-topic.

  • [SOLVED?] Problem with nVidia card

    This is my first post, so; hello to everyone!! Thx in advance to this great community!!
    My problem is pretty strange and anoying. I have an nVidia 8600GT in a Abit AX78 MB running Arch with KDE. Anything is going right until logon process. I write the user and password in KDM screen and then, after de animation of init proces of KDE, all graphics displayed are corrupted (a rectangle in the upper left corner is showed) and that's it. Only work the mouse pointer.
    This malfunction its showed by the nouveau driver AND the proprietary driver... So i think the problem is it in other place than the driver of the card.
    The Xorg.0.log and dmesg.log files are atached at the end of this thread.
    I hope that annyone can help me.
    Thx in advance again.
    The Xorg.0.log file contains this:
    [ 15.809]
    X.Org X Server 1.10.3
    Release Date: 2011-07-08
    [ 15.814] X Protocol Version 11, Revision 0
    [ 15.814] Build Operating System: Linux 2.6.39-ARCH i686
    [ 15.814] Current Operating System: Linux hidramedia_host 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686
    [ 15.815] Kernel command line: root=/dev/sda5 ro
    [ 15.815] Build Date: 09 July 2011 07:57:07AM
    [ 15.815]
    [ 15.815] Current version of pixman: 0.22.2
    [ 15.815] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 15.815] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 15.815] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 1 14:13:23 2011
    [ 15.829] (==) Using config file: "/etc/X11/xorg.conf"
    [ 15.829] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.835] (==) ServerLayout "Layout0"
    [ 15.835] (**) |-->Screen "Screen0" (0)
    [ 15.835] (**) | |-->Monitor "Monitor0"
    [ 15.836] (**) | |-->Device "Device0"
    [ 15.836] (**) |-->Input Device "Keyboard0"
    [ 15.836] (**) |-->Input Device "Mouse0"
    [ 15.836] (==) Automatically adding devices
    [ 15.836] (==) Automatically enabling devices
    [ 15.859] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 15.859] Entry deleted from font path.
    [ 15.859] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 15.859] Entry deleted from font path.
    [ 15.859] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 15.859] Entry deleted from font path.
    [ 15.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 15.859] Entry deleted from font path.
    [ 15.859] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 15.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 15.859] Entry deleted from font path.
    [ 15.859] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 15.859] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 15.859] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.859] (**) Extension "Composite" is disabled
    [ 15.859] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 15.859] (WW) Disabling Keyboard0
    [ 15.859] (WW) Disabling Mouse0
    [ 15.859] (II) Loader magic: 0x822e1a0
    [ 15.859] (II) Module ABI versions:
    [ 15.859] X.Org ANSI C Emulation: 0.4
    [ 15.859] X.Org Video Driver: 10.0
    [ 15.859] X.Org XInput driver : 12.2
    [ 15.859] X.Org Server Extension : 5.0
    [ 15.860] (--) PCI:*(0:1:0:0) 10de:0402:0000:0000 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/131072
    [ 15.860] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 15.860] (II) LoadModule: "extmod"
    [ 15.871] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 15.880] (II) Module extmod: vendor="X.Org Foundation"
    [ 15.880] compiled for 1.10.3, module version = 1.0.0
    [ 15.880] Module class: X.Org Server Extension
    [ 15.880] ABI class: X.Org Server Extension, version 5.0
    [ 15.880] (II) Loading extension MIT-SCREEN-SAVER
    [ 15.880] (II) Loading extension XFree86-VidModeExtension
    [ 15.880] (II) Loading extension XFree86-DGA
    [ 15.880] (II) Loading extension DPMS
    [ 15.880] (II) Loading extension XVideo
    [ 15.880] (II) Loading extension XVideo-MotionCompensation
    [ 15.880] (II) Loading extension X-Resource
    [ 15.880] (II) LoadModule: "dbe"
    [ 15.880] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 15.881] (II) Module dbe: vendor="X.Org Foundation"
    [ 15.881] compiled for 1.10.3, module version = 1.0.0
    [ 15.881] Module class: X.Org Server Extension
    [ 15.881] ABI class: X.Org Server Extension, version 5.0
    [ 15.881] (II) Loading extension DOUBLE-BUFFER
    [ 15.881] (II) LoadModule: "glx"
    [ 15.881] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.640] (II) Module glx: vendor="NVIDIA Corporation"
    [ 16.640] compiled for 4.0.2, module version = 1.0.0
    [ 16.640] Module class: X.Org Server Extension
    [ 16.640] (II) NVIDIA GLX Module 275.21 Mon Jul 18 14:55:52 PDT 2011
    [ 16.640] (II) Loading extension GLX
    [ 16.640] (II) LoadModule: "record"
    [ 16.641] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 16.645] (II) Module record: vendor="X.Org Foundation"
    [ 16.645] compiled for 1.10.3, module version = 1.13.0
    [ 16.645] Module class: X.Org Server Extension
    [ 16.645] ABI class: X.Org Server Extension, version 5.0
    [ 16.645] (II) Loading extension RECORD
    [ 16.645] (II) LoadModule: "dri"
    [ 16.645] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 16.661] (II) Module dri: vendor="X.Org Foundation"
    [ 16.661] compiled for 1.10.3, module version = 1.0.0
    [ 16.661] ABI class: X.Org Server Extension, version 5.0
    [ 16.661] (II) Loading extension XFree86-DRI
    [ 16.661] (II) LoadModule: "dri2"
    [ 16.661] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 16.662] (II) Module dri2: vendor="X.Org Foundation"
    [ 16.662] compiled for 1.10.3, module version = 1.2.0
    [ 16.662] ABI class: X.Org Server Extension, version 5.0
    [ 16.662] (II) Loading extension DRI2
    [ 16.662] (II) LoadModule: "nvidia"
    [ 16.662] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 16.709] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 16.709] compiled for 4.0.2, module version = 1.0.0
    [ 16.709] Module class: X.Org Video Driver
    [ 16.732] (II) NVIDIA dlloader X Driver 275.21 Mon Jul 18 14:38:30 PDT 2011
    [ 16.737] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 16.740] (++) using VT number 7
    [ 16.751] (II) Loading sub module "fb"
    [ 16.751] (II) LoadModule: "fb"
    [ 16.751] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.762] (II) Module fb: vendor="X.Org Foundation"
    [ 16.762] compiled for 1.10.3, module version = 1.0.0
    [ 16.762] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.762] (II) Loading sub module "wfb"
    [ 16.762] (II) LoadModule: "wfb"
    [ 16.763] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 16.769] (II) Module wfb: vendor="X.Org Foundation"
    [ 16.769] compiled for 1.10.3, module version = 1.0.0
    [ 16.769] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.769] (II) Loading sub module "ramdac"
    [ 16.769] (II) LoadModule: "ramdac"
    [ 16.769] (II) Module "ramdac" already built-in
    [ 16.771] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 16.771] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 16.771] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.780] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 16.780] (==) NVIDIA(0): RGB weight 888
    [ 16.780] (==) NVIDIA(0): Default visual is TrueColor
    [ 16.780] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 17.785] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
    [ 17.785] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 17.789] (II) NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:1:0:0 (GPU-0)
    [ 17.789] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 17.789] (--) NVIDIA(0): VideoBIOS: 60.84.35.00.00
    [ 17.789] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 17.789] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 17.789] (--) NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:1:0:0
    [ 17.789] (--) NVIDIA(0): Samsung SyncMaster (CRT-0)
    [ 17.789] (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    [ 17.859] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 17.859] (==) NVIDIA(0):
    [ 17.859] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 17.859] (==) NVIDIA(0): will be used as the requested mode.
    [ 17.859] (==) NVIDIA(0):
    [ 17.859] (II) NVIDIA(0): Validated modes:
    [ 17.859] (II) NVIDIA(0): "nvidia-auto-select"
    [ 17.859] (II) NVIDIA(0): Virtual screen size determined to be 800 x 600
    [ 17.900] (--) NVIDIA(0): DPI set to (72, 72); computed from "UseEdidDpi" X config
    [ 17.900] (--) NVIDIA(0): option
    [ 17.900] (--) Depth 24 pixmap format is 32 bpp
    [ 17.901] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 17.905] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 17.905] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 17.905] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 17.905] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 17.905] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 17.905] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 17.905] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 17.905] (II) NVIDIA(0): Config Options in the README.
    [ 17.908] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 17.946] (II) Loading extension NV-GLX
    [ 18.001] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 18.002] (==) NVIDIA(0): Backing store disabled
    [ 18.002] (==) NVIDIA(0): Silken mouse enabled
    [ 18.002] (**) NVIDIA(0): DPMS enabled
    [ 18.002] (II) Loading extension NV-CONTROL
    [ 18.003] (II) Loading extension XINERAMA
    [ 18.003] (II) Loading sub module "dri2"
    [ 18.003] (II) LoadModule: "dri2"
    [ 18.003] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 18.003] (II) Module dri2: vendor="X.Org Foundation"
    [ 18.003] compiled for 1.10.3, module version = 1.2.0
    [ 18.003] ABI class: X.Org Server Extension, version 5.0
    [ 18.003] (II) NVIDIA(0): [DRI2] Setup complete
    [ 18.003] (==) RandR enabled
    [ 18.003] (II) Initializing built-in extension Generic Event Extension
    [ 18.003] (II) Initializing built-in extension SHAPE
    [ 18.003] (II) Initializing built-in extension MIT-SHM
    [ 18.003] (II) Initializing built-in extension XInputExtension
    [ 18.003] (II) Initializing built-in extension XTEST
    [ 18.003] (II) Initializing built-in extension BIG-REQUESTS
    [ 18.003] (II) Initializing built-in extension SYNC
    [ 18.003] (II) Initializing built-in extension XKEYBOARD
    [ 18.003] (II) Initializing built-in extension XC-MISC
    [ 18.003] (II) Initializing built-in extension SECURITY
    [ 18.003] (II) Initializing built-in extension XINERAMA
    [ 18.003] (II) Initializing built-in extension XFIXES
    [ 18.003] (II) Initializing built-in extension RENDER
    [ 18.003] (II) Initializing built-in extension RANDR
    [ 18.003] (II) Initializing built-in extension COMPOSITE
    [ 18.003] (II) Initializing built-in extension DAMAGE
    [ 18.005] (II) Initializing extension GLX
    [ 18.213] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 18.213] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.213] (II) LoadModule: "evdev"
    [ 18.213] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.214] (II) Module evdev: vendor="X.Org Foundation"
    [ 18.214] compiled for 1.10.0, module version = 2.6.0
    [ 18.214] Module class: X.Org XInput Driver
    [ 18.214] ABI class: X.Org XInput driver, version 12.2
    [ 18.214] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.214] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.214] (**) Power Button: always reports core events
    [ 18.214] (**) Power Button: Device: "/dev/input/event3"
    [ 18.226] (--) Power Button: Found keys
    [ 18.226] (II) Power Button: Configuring as keyboard
    [ 18.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 18.226] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 18.226] (**) Option "xkb_rules" "evdev"
    [ 18.226] (**) Option "xkb_model" "evdev"
    [ 18.226] (**) Option "xkb_layout" "us"
    [ 18.252] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 18.252] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.252] (II) Using input driver 'evdev' for 'Power Button'
    [ 18.252] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.252] (**) Power Button: always reports core events
    [ 18.252] (**) Power Button: Device: "/dev/input/event2"
    [ 18.266] (--) Power Button: Found keys
    [ 18.266] (II) Power Button: Configuring as keyboard
    [ 18.266] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 18.266] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 18.266] (**) Option "xkb_rules" "evdev"
    [ 18.266] (**) Option "xkb_model" "evdev"
    [ 18.266] (**) Option "xkb_layout" "us"
    [ 18.271] (II) config/udev: Adding input device Primax Electronics Wireless Mouse (/dev/input/event1)
    [ 18.271] (**) Primax Electronics Wireless Mouse: Applying InputClass "evdev pointer catchall"
    [ 18.271] (II) Using input driver 'evdev' for 'Primax Electronics Wireless Mouse'
    [ 18.271] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.271] (**) Primax Electronics Wireless Mouse: always reports core events
    [ 18.271] (**) Primax Electronics Wireless Mouse: Device: "/dev/input/event1"
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found 3 mouse buttons
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found scroll wheel(s)
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found relative axes
    [ 18.283] (--) Primax Electronics Wireless Mouse: Found x and y relative axes
    [ 18.283] (II) Primax Electronics Wireless Mouse: Configuring as mouse
    [ 18.283] (II) Primax Electronics Wireless Mouse: Adding scrollwheel support
    [ 18.283] (**) Primax Electronics Wireless Mouse: YAxisMapping: buttons 4 and 5
    [ 18.283] (**) Primax Electronics Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 18.283] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.4/usb6/6-2/6-2:1.0/input/input1/event1"
    [ 18.283] (II) XINPUT: Adding extended input device "Primax Electronics Wireless Mouse" (type: MOUSE)
    [ 18.283] (II) Primax Electronics Wireless Mouse: initialized for relative axes.
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) keeping acceleration scheme 1
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) acceleration profile 0
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) acceleration factor: 2.000
    [ 18.283] (**) Primax Electronics Wireless Mouse: (accel) acceleration threshold: 4
    [ 18.283] (II) config/udev: Adding input device Primax Electronics Wireless Mouse (/dev/input/mouse0)
    [ 18.283] (II) No input driver/identifier specified (ignoring)
    [ 18.285] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 18.285] (II) No input driver/identifier specified (ignoring)
    [ 18.285] (II) config/udev: Adding input device HDA ATI SB Headphone (/dev/input/event6)
    [ 18.285] (II) No input driver/identifier specified (ignoring)
    [ 18.286] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 18.286] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 18.286] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 18.286] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.286] (**) AT Translated Set 2 keyboard: always reports core events
    [ 18.286] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 18.300] (--) AT Translated Set 2 keyboard: Found keys
    [ 18.300] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 18.300] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 18.300] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 18.300] (**) Option "xkb_rules" "evdev"
    [ 18.300] (**) Option "xkb_model" "evdev"
    [ 18.300] (**) Option "xkb_layout" "us"
    [ 18.300] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 18.300] (II) No input driver/identifier specified (ignoring)
    [ 1563.531] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 1563.587] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 1563.587] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 1563.587] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 1563.587] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 1563.587] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 1563.587] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 1563.587] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 1563.587] (II) NVIDIA(0): Config Options in the README.
    And the dmesg.log file contains this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    [ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007fff0000 (usable)
    [ 0.000000] BIOS-e820: 000000007fff0000 - 000000007fff3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fff3000 - 0000000080000000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.5 present.
    [ 0.000000] DMI: . ./AX78(AMD770+SB600), BIOS 6.00 PG 01/17/2008
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7fff0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-C7FFF write-protect
    [ 0.000000] C8000-CFFFF uncachable
    [ 0.000000] D0000-D3FFF write-back
    [ 0.000000] D4000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FF80000000 write-back
    [ 0.000000] 1 disabled
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f41f0] f41f0
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 7fdc9000 - 7ffe0000
    [ 0.000000] Allocated new RAMDISK: 375e7000 - 377fd792
    [ 0.000000] Move RAMDISK from 000000007fdc9000 - 000000007ffdf791 to 375e7000 - 377fd791
    [ 0.000000] ACPI: RSDP 000f81d0 00024 (v02 AMD770)
    [ 0.000000] ACPI: RSDT 7fff3000 00038 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 7fff3080 00074 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 7fff3100 051E2 (v01 AMD770 AWRDACPI 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 7fff0000 00040
    [ 0.000000] ACPI: SSDT 7fff83c0 002CC (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: HPET 7fff86c0 00038 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: MCFG 7fff8700 0003C (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 7fff8300 00084 (v01 AMD770 AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1159MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007fff0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007fff0
    [ 0.000000] On node 0 totalpages: 524159
    [ 0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map f65e6200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2320 pages used for memmap
    [ 0.000000] HighMem zone: 294626 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] Detected use of extended apic ids on hypertransport bus
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27648 r0 d21504 u1048576
    [ 0.000000] pcpu-alloc: s27648 r0 d21504 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520063
    [ 0.000000] Kernel command line: root=/dev/sda5 ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 8388096 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007fff0)
    [ 0.000000] Memory: 2062632k/2097088k available (3376k kernel code, 34004k reserved, 1390k data, 512k init, 1187784k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc14a8000 - 0xc1528000 ( 512 kB)
    [ 0.000000] .data : 0xc134c3bf - 0xc14a7c00 (1390 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc134c3bf (3376 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f540c000 soft=f540e000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration failed
    [ 0.000000] TSC: Unable to calibrate against PIT
    [ 0.000000] TSC: using HPET reference calibration
    [ 0.000000] Detected 2700.236 MHz processor.
    [ 0.000000] Marking TSC unstable due to TSCs unsynchronized
    [ 0.016736] Calibrating delay loop (skipped), value calculated using timer frequency.. 5402.49 BogoMIPS (lpj=9000786)
    [ 0.016870] pid_max: default: 32768 minimum: 301
    [ 0.016983] Security Framework initialized
    [ 0.017051] AppArmor: AppArmor disabled by boot time parameter
    [ 0.017144] Mount-cache hash table entries: 512
    [ 0.017404] Initializing cgroup subsys ns
    [ 0.017471] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.017549] Initializing cgroup subsys cpuacct
    [ 0.017625] Initializing cgroup subsys memory
    [ 0.017701] Initializing cgroup subsys devices
    [ 0.017767] Initializing cgroup subsys freezer
    [ 0.017833] Initializing cgroup subsys net_cls
    [ 0.017899] Initializing cgroup subsys blkio
    [ 0.017995] CPU: Physical Processor ID: 0
    [ 0.018060] CPU: Processor Core ID: 0
    [ 0.018126] mce: CPU supports 5 MCE banks
    [ 0.018199] using C1E aware idle routine
    [ 0.019127] ACPI: Core revision 20110316
    [ 0.023362] ftrace: allocating 15225 entries in 30 pages
    [ 0.026734] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.027332] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061631] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ stepping 02
    [ 0.063329] Performance Events: AMD PMU driver.
    [ 0.063329] ... version: 0
    [ 0.063329] ... bit width: 48
    [ 0.063329] ... generic registers: 4
    [ 0.063329] ... value mask: 0000ffffffffffff
    [ 0.063329] ... max period: 00007fffffffffff
    [ 0.063329] ... fixed-purpose events: 0
    [ 0.063329] ... event mask: 000000000000000f
    [ 0.080086] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.106674] CPU 1 irqstacks, hard=f54b4000 soft=f54b6000
    [ 0.106676] Booting Node 0, Processors #1
    [ 0.106783] smpboot cpu 1: start_ip = 9b000
    [ 0.019998] Initializing CPU#1
    [ 0.200085] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.206657] Brought up 2 CPUs
    [ 0.206721] Total of 2 processors activated (10805.88 BogoMIPS).
    [ 0.207206] devtmpfs: initialized
    [ 0.207206] PM: Registering ACPI NVS region at 7fff0000 (12288 bytes)
    [ 0.207649] print_constraints: dummy:
    [ 0.207764] NET: Registered protocol family 16
    [ 0.207919] node 0 link 0: io port [c000, ffff]
    [ 0.207922] TOM: 0000000080000000 aka 2048M
    [ 0.207987] node 0 link 0: mmio [a0000, bffff]
    [ 0.207990] node 0 link 0: mmio [80000000, dfffffff]
    [ 0.207992] node 0 link 0: mmio [f0000000, fe02ffff]
    [ 0.207995] node 0 link 0: mmio [e0000000, e03fffff]
    [ 0.207997] bus: [00, 03] on node 0 link 0
    [ 0.208000] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.208002] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    [ 0.208003] bus: 00 index 2 [mem 0x80000000-0xefffffff]
    [ 0.208005] bus: 00 index 3 [mem 0xf0000000-0xffffffff]
    [ 0.208011] ACPI: bus type pci registered
    [ 0.208149] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.208227] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.208292] PCI: Using MMCONFIG for extended config space
    [ 0.208357] PCI: Using configuration type 1 for base access
    [ 0.208842] bio: create slab <bio-0> at 0
    [ 0.210574] ACPI: EC: Look up EC in DSDT
    [ 0.211181] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.214150] ACPI: Interpreter enabled
    [ 0.214220] ACPI: (supports S0 S3 S4 S5)
    [ 0.214501] ACPI: Using IOAPIC for interrupt routing
    [ 0.225790] ACPI: No dock devices found.
    [ 0.225854] HEST: Table not found.
    [ 0.225919] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.226037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.226190] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.226257] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.226324] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.226399] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.226474] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xffffffff]
    [ 0.226562] pci 0000:00:00.0: [1002:5957] type 0 class 0x000600
    [ 0.226576] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.226609] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604
    [ 0.226636] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.226639] pci 0000:00:02.0: PME# disabled
    [ 0.226667] pci 0000:00:0a.0: [1002:597f] type 1 class 0x000604
    [ 0.226693] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.226696] pci 0000:00:0a.0: PME# disabled
    [ 0.226723] pci 0000:00:12.0: [1002:4380] type 0 class 0x000106
    [ 0.226742] pci 0000:00:12.0: reg 10: [io 0xff00-0xff07]
    [ 0.226752] pci 0000:00:12.0: reg 14: [io 0xfe00-0xfe03]
    [ 0.226763] pci 0000:00:12.0: reg 18: [io 0xfd00-0xfd07]
    [ 0.226773] pci 0000:00:12.0: reg 1c: [io 0xfc00-0xfc03]
    [ 0.226784] pci 0000:00:12.0: reg 20: [io 0xfb00-0xfb0f]
    [ 0.226794] pci 0000:00:12.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    [ 0.226836] pci 0000:00:13.0: [1002:4387] type 0 class 0x000c03
    [ 0.226851] pci 0000:00:13.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    [ 0.226919] pci 0000:00:13.1: [1002:4388] type 0 class 0x000c03
    [ 0.226933] pci 0000:00:13.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    [ 0.227002] pci 0000:00:13.2: [1002:4389] type 0 class 0x000c03
    [ 0.227016] pci 0000:00:13.2: reg 10: [mem 0xfe02c000-0xfe02cfff]
    [ 0.227084] pci 0000:00:13.3: [1002:438a] type 0 class 0x000c03
    [ 0.227099] pci 0000:00:13.3: reg 10: [mem 0xfe02b000-0xfe02bfff]
    [ 0.227166] pci 0000:00:13.4: [1002:438b] type 0 class 0x000c03
    [ 0.227181] pci 0000:00:13.4: reg 10: [mem 0xfe02a000-0xfe02afff]
    [ 0.227255] pci 0000:00:13.5: [1002:4386] type 0 class 0x000c03
    [ 0.227275] pci 0000:00:13.5: reg 10: [mem 0xfe029000-0xfe0290ff]
    [ 0.227351] pci 0000:00:13.5: supports D1 D2
    [ 0.227352] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
    [ 0.227357] pci 0000:00:13.5: PME# disabled
    [ 0.227379] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.227402] pci 0000:00:14.0: reg 10: [io 0x0b00-0x0b0f]
    [ 0.227483] pci 0000:00:14.1: [1002:438c] type 0 class 0x000101
    [ 0.227497] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.227507] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.227518] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.227528] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.227538] pci 0000:00:14.1: reg 20: [io 0xf900-0xf90f]
    [ 0.227577] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.227600] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
    [ 0.227663] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.227667] pci 0000:00:14.2: PME# disabled
    [ 0.227681] pci 0000:00:14.3: [1002:438d] type 0 class 0x000601
    [ 0.227759] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.227808] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
    [ 0.227823] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
    [ 0.227835] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
    [ 0.227848] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
    [ 0.227903] pci 0000:01:00.0: [10de:0402] type 0 class 0x000300
    [ 0.227914] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.227926] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.227937] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.227945] pci 0000:01:00.0: reg 24: [io 0xdf00-0xdf7f]
    [ 0.227953] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.233329] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.233396] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.233399] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.233404] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.233444] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
    [ 0.233462] pci 0000:02:00.0: reg 10: [mem 0xfdffc000-0xfdffffff 64bit]
    [ 0.233472] pci 0000:02:00.0: reg 18: [io 0xee00-0xeeff]
    [ 0.233505] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.233535] pci 0000:02:00.0: supports D1 D2
    [ 0.233537] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.233541] pci 0000:02:00.0: PME# disabled
    [ 0.239995] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.240062] pci 0000:00:0a.0: bridge window [io 0xe000-0xefff]
    [ 0.240065] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.240069] pci 0000:00:0a.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.240134] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.240203] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.240207] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.240212] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref]
    [ 0.240214] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.240217] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.240219] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.240221] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.240224] pci 0000:00:14.4: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    [ 0.240236] pci_bus 0000:00: on NUMA node 0
    [ 0.240239] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.240363] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.240408] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.240440] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT]
    [ 0.240465] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.240531] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.251996] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.252665] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.253351] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254017] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254684] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.255350] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.257059] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.257725] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.258446] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.258522] vgaarb: loaded
    [ 0.258678] PCI: Using ACPI for IRQ routing
    [ 0.258742] PCI: pci_cache_line_size set to 64 bytes
    [ 0.258749] pci 0000:00:00.0: address space collision: [mem 0xe0000000-0xffffffff 64bit] conflicts with PCI Bus 0000:01 [mem 0xf8000000-0xfbffffff]
    [ 0.258890] reserve RAM buffer: 000000000009f400 - 000000000009ffff
    [ 0.258893] reserve RAM buffer: 000000007fff0000 - 000000007fffffff
    [ 0.259004] NetLabel: Initializing
    [ 0.259067] NetLabel: domain hash size = 128
    [ 0.259131] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.259205] NetLabel: unlabeled traffic allowed by default
    [ 0.259287] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.259608] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    [ 0.261015] Switching to clocksource hpet
    [ 0.261499] Switched to NOHz mode on CPU #0
    [ 0.261582] Switched to NOHz mode on CPU #1
    [ 0.266362] pnp: PnP ACPI init
    [ 0.266443] ACPI: bus type pnp registered
    [ 0.266593] pnp 00:00: [bus 00-ff]
    [ 0.266598] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.266600] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.266602] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.266604] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.266606] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.266609] pnp 00:00: [mem 0x80000000-0xffffffff window]
    [ 0.266662] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.266792] pnp 00:01: [io 0x4100-0x411f]
    [ 0.266794] pnp 00:01: [io 0x0228-0x022f]
    [ 0.266796] pnp 00:01: [io 0x040b]
    [ 0.266798] pnp 00:01: [io 0x04d6]
    [ 0.266799] pnp 00:01: [io 0x0c00-0x0c01]
    [ 0.266801] pnp 00:01: [io 0x0c14]
    [ 0.266803] pnp 00:01: [io 0x0c50-0x0c52]
    [ 0.266805] pnp 00:01: [io 0x0c6c-0x0c6d]
    [ 0.266807] pnp 00:01: [io 0x0c6f]
    [ 0.266808] pnp 00:01: [io 0x0cd0-0x0cd1]
    [ 0.266810] pnp 00:01: [io 0x0cd2-0x0cd3]
    [ 0.266812] pnp 00:01: [io 0x0cd4-0x0cdf]
    [ 0.266814] pnp 00:01: [io 0x4000-0x40fe]
    [ 0.266815] pnp 00:01: [io 0x4210-0x4217]
    [ 0.266817] pnp 00:01: [io 0x0b10-0x0b1f]
    [ 0.266819] pnp 00:01: [mem 0x00000000-0x00000fff window]
    [ 0.266822] pnp 00:01: [mem 0xfee00400-0xfee00fff window]
    [ 0.266828] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.266939] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    [ 0.267023] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    [ 0.267131] system 00:01: [io 0x4100-0x411f] has been reserved
    [ 0.267198] system 00:01: [io 0x0228-0x022f] has been reserved
    [ 0.267264] system 00:01: [io 0x040b] has been reserved
    [ 0.267330] system 00:01: [io 0x04d6] has been reserved
    [ 0.267395] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.267461] system 00:01: [io 0x0c14] has been reserved
    [ 0.267530] system 00:01: [io 0x0c50-0x0c52] has been reserved
    [ 0.267596] system 00:01: [io 0x0c6c-0x0c6d] has been reserved
    [ 0.267662] system 00:01: [io 0x0c6f] has been reserved
    [ 0.267727] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.267793] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.267859] system 00:01: [io 0x0cd4-0x0cdf] has been reserved
    [ 0.267926] system 00:01: [io 0x4000-0x40fe] has been reserved
    [ 0.267992] system 00:01: [io 0x4210-0x4217] has been reserved
    [ 0.268058] system 00:01: [io 0x0b10-0x0b1f] has been reserved
    [ 0.268125] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
    [ 0.268201] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.268290] pnp 00:02: [dma 4]
    [ 0.268291] pnp 00:02: [io 0x0000-0x000f]
    [ 0.268293] pnp 00:02: [io 0x0080-0x0090]
    [ 0.268295] pnp 00:02: [io 0x0094-0x009f]
    [ 0.268297] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.268326] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.268366] pnp 00:03: [irq 0 disabled]
    [ 0.268380] pnp 00:03: [irq 8]
    [ 0.268382] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.268408] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.268430] pnp 00:04: [io 0x0070-0x0073]
    [ 0.268456] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.268463] pnp 00:05: [io 0x0061]
    [ 0.268488] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.268495] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.268504] pnp 00:06: [irq 13]
    [ 0.268535] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.268566] pnp 00:07: [io 0x0010-0x001f]
    [ 0.268567] pnp 00:07: [io 0x0022-0x003f]
    [ 0.268569] pnp 00:07: [io 0x0044-0x005f]
    [ 0.268571] pnp 00:07: [io 0x0062-0x0063]
    [ 0.268573] pnp 00:07: [io 0x0065-0x006f]
    [ 0.268575] pnp 00:07: [io 0x0074-0x007f]
    [ 0.268576] pnp 00:07: [io 0x0091-0x0093]
    [ 0.268578] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.268580] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.268582] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.268632] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.268699] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.269033] pnp 00:08: [io 0x0060]
    [ 0.269034] pnp 00:08: [io 0x0064]
    [ 0.269043] pnp 00:08: [irq 1]
    [ 0.269080] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.269127] pnp 00:09: [mem 0x000f0000-0x000fffff]
    [ 0.269129] pnp 00:09: [mem 0x00000000-0x001fffff]
    [ 0.269131] pnp 00:09: [mem 0xfed00000-0xfed000ff]
    [ 0.269132] pnp 00:09: [mem 0x7fff0000-0x7fffffff]
    [ 0.269134] pnp 00:09: [mem 0xffff0000-0xffffffff]
    [ 0.269136] pnp 00:09: [mem 0x00000000-0x0009ffff]
    [ 0.269138] pnp 00:09: [mem 0x00100000-0x7ffeffff]
    [ 0.269140] pnp 00:09: [mem 0xfec00000-0xfec00fff]
    [ 0.269142] pnp 00:09: [mem 0xfee00000-0xfee00fff]
    [ 0.269144] pnp 00:09: [mem 0xfff80000-0xfffeffff]
    [ 0.269148] pnp 00:09: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269229] pnp 00:09: disabling [mem 0x00000000-0x001fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269309] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269390] pnp 00:09: disabling [mem 0x00100000-0x7ffeffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.269519] system 00:09: [mem 0xfed00000-0xfed000ff] has been reserved
    [ 0.269587] system 00:09: [mem 0x7fff0000-0x7fffffff] could not be reserved
    [ 0.269654] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.269721] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.269788] system 00:09: [mem 0xfee00000-0xfee00fff] could not be reserved
    [ 0.269855] system 00:09: [mem 0xfff80000-0xfffeffff] has been reserved
    [ 0.269922] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.269930] pnp: PnP ACPI: found 10 devices
    [ 0.269994] ACPI: ACPI bus type pnp unregistered
    [ 0.306168] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.306245] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.306311] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.306378] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.306445] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.306523] pci 0000:02:00.0: BAR 6: assigned [mem 0xfde00000-0xfde1ffff pref]
    [ 0.306598] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.306664] pci 0000:00:0a.0: bridge window [io 0xe000-0xefff]
    [ 0.306741] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.306809] pci 0000:00:0a.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.306886] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    [ 0.306952] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.307022] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.307090] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref]
    [ 0.307175] pci 0000:00:02.0: setting latency timer to 64
    [ 0.307180] pci 0000:00:0a.0: setting latency timer to 64
    [ 0.307188] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.307190] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.307192] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.307194] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.307197] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.307199] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.307201] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.307203] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.307206] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.307208] pci_bus 0000:02: resource 1 [mem 0xfdf00000-0xfdffffff]
    [ 0.307210] pci_bus 0000:02: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.307213] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.307215] pci_bus 0000:03: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.307217] pci_bus 0000:03: resource 2 [mem 0xfdc00000-0xfdcfffff pref]
    [ 0.307219] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.307222] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.307224] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.307226] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.307228] pci_bus 0000:03: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.307274] NET: Registered protocol family 2
    [ 0.307398] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.307694] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.308325] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.308652] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.308719] TCP reno registered
    [ 0.308783] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.308856] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.309050] NET: Registered protocol family 1
    [ 0.426742] pci 0000:01:00.0: Boot video device
    [ 0.426749] PCI: CLS 64 bytes, default 64
    [ 0.426800] Unpacking initramfs...
    [ 0.460291] Freeing initrd memory: 2140k freed
    [ 0.461639] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
    [ 0.461707] apm: disabled - APM is not SMP safe.
    [ 0.461884] audit: initializing netlink socket (disabled)
    [ 0.461957] type=2000 audit(1312207987.459:1): initialized
    [ 0.462290] highmem bounce pool size: 64 pages
    [ 0.462357] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.464180] VFS: Disk quotas dquot_6.5.2
    [ 0.464312] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.464469] msgmni has been set to 1712
    [ 0.464730] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.464841] io scheduler noop registered
    [ 0.464907] io scheduler deadline registered
    [ 0.464983] io scheduler cfq registered (default)
    [ 0.465152] pcieport 0000:00:02.0: setting latency timer to 64
    [ 0.465180] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.465225] pcieport 0000:00:0a.0: setting latency timer to 64
    [ 0.465246] pcieport 0000:00:0a.0: irq 41 for MSI/MSI-X
    [ 0.465393] ERST: Table is not found!
    [ 0.465467] isapnp: Scanning for PnP cards...
    [ 0.822554] isapnp: No Plug & Play device found
    [ 0.822675] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.050031] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [ 1.050099] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [ 1.050669] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.050792] mousedev: PS/2 mouse device common for all mice
    [ 1.050892] rtc_cmos 00:04: RTC can wake from S4
    [ 1.074526] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.076767] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 1.076869] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 1.076954] cpuidle: using governor ladder
    [ 1.077018] cpuidle: using governor menu
    [ 1.077281] TCP cubic registered
    [ 1.077345] NET: Registered protocol family 17
    [ 1.077415] Registering the dns_resolver key type
    [ 1.077492] Using IPI No-Shortcut mode
    [ 1.077626] PM: Hibernation image not present or could not be loaded.
    [ 1.077633] registered taskstats version 1
    [ 1.077987] rtc_cmos 00:04: setting system clock to 2011-08-01 14:13:08 UTC (1312207988)
    [ 1.078086] Initializing network drop monitor service
    [ 1.078222] Freeing unused kernel memory: 512k freed
    [ 1.078587] Write protecting the kernel text: 3380k
    [ 1.078672] Write protecting the kernel read-only data: 1028k
    [ 1.088713] udevd[47]: starting version 171
    [ 1.180160] SCSI subsystem initialized
    [ 1.197209] usbcore: registered new interface driver usbfs
    [ 1.197412] usbcore: registered new interface driver hub
    [ 1.197625] usbcore: registered new device driver usb
    [ 1.215729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.215840] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.215930] ehci_hcd 0000:00:13.5: EHCI Host Controller
    [ 1.216028] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
    [ 1.226748] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
    [ 1.226842] ehci_hcd 0000:00:13.5: debug port 1
    [ 1.226937] ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000
    [ 1.237087] libata version 3.00 loaded.
    [ 1.240040] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00
    [ 1.240292] hub 1-0:1.0: USB hub found
    [ 1.240359] hub 1-0:1.0: 10 ports detected
    [ 1.240733] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.241613] scsi0 : pata_atiixp
    [ 1.241804] scsi1 : pata_atiixp
    [ 1.242405] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 1.242472] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 1.244130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.244228] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.244315] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.244390] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
    [ 1.250091] ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000
    [ 1.307508] hub 2-0:1.0: USB hub found
    [ 1.307579] hub 2-0:1.0: 2 ports detected
    [ 1.307730] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.307813] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.307889] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
    [ 1.326729] ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000
    [ 1.384201] hub 3-0:1.0: USB hub found
    [ 1.384274] hub 3-0:1.0: 2 ports detected
    [ 1.384428] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.384511] ohci_hcd 0000:00:13.2: OHCI Host Controller
    [ 1.384583] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 1.405209] ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000
    [ 1.460849] hub 4-0:1.0: USB hub found
    [ 1.460923] hub 4-0:1.0: 2 ports detected
    [ 1.461068] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.461149] ohci_hcd 0000:00:13.3: OHCI Host Controller
    [ 1.461220] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5
    [ 1.480027] ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000
    [ 1.537463] hub 5-0:1.0: USB hub found
    [ 1.537533] hub 5-0:1.0: 2 ports detected
    [ 1.537661] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.537735] ohci_hcd 0000:00:13.4: OHCI Host Controller
    [ 1.537805] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6
    [ 1.553363] ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000
    [ 1.610820] hub 6-0:1.0: USB hub found
    [ 1.610890] hub 6-0:1.0: 2 ports detected
    [ 1.611025] ahci 0000:00:12.0: version 3.0
    [ 1.611043] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 1.611127] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
    [ 1.611295] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 1.611377] ahci 0000:00:12.0: flags: ncq sntf ilck led clo pmp pio ccc
    [ 1.612922] scsi2 : ahci
    [ 1.613831] scsi3 : ahci
    [ 1.614815] scsi4 : ahci
    [ 1.614997] scsi5 : ahci
    [ 1.615170] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
    [ 1.615247] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
    [ 1.615324] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
    [ 1.615400] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
    [ 1.933384] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.933527] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.063354] usb 6-2: new low speed USB device number 2 using ohci_hcd
    [ 2.106684] ata3: softreset failed (device not ready)
    [ 2.106751] ata3: applying SB600 PMP SRST workaround and retrying
    [ 2.106831] ata4: softreset failed (device not ready)
    [ 2.106897] ata4: applying SB600 PMP SRST workaround and retrying
    [ 2.273373] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.273477] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.275971] ata4.00: ATAPI: HL-DT-ST DVDRAM GH20NS10, EL00, max UDMA/100
    [ 2.276040] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.278897] ata3.00: ATA-7: SAMSUNG HD161HJ, JF100-19, max UDMA7
    [ 2.278963] ata3.00: 312581808 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 2.279030] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.279635] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.279701] ata4.00: configured for UDMA/100
    [ 2.284467] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 2.284533] ata3.00: configured for UDMA/133
    [ 2.284747] scsi 2:0:0:0: Direct-Access ATA SAMSUNG HD161HJ JF10 PQ: 0 ANSI: 5
    [ 2.397145] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GH20NS10 EL00 PQ: 0 ANSI: 5
    [ 2.407639] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    [ 2.407755] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.407821] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.407838] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.411375] input: Primax Electronics Wireless Mouse as /devices/pci0000:00/0000:00:13.4/usb6/6-2/6-2:1.0/input/input1
    [ 2.411568] generic-usb 0003:0461:4D25.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [Primax Electronics Wireless Mouse] on usb-0000:00:13.4-2/input0
    [ 2.411669] usbcore: registered new interface driver usbhid
    [ 2.411745] usbhid: USB HID core driver
    [ 2.437927] sda: sda1 sda2 sda3 < sda5 >
    [ 2.438378] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 2.518436] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.518516] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.518787] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 2.959493] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.003984] udevd[255]: starting version 171
    [ 4.140765] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 4.140858] ACPI: Power Button [PWRB]
    [ 4.140981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.141058] ACPI: Power Button [PWRF]
    [ 4.154881] Linux agpgart interface v0.103
    [ 4.157785] ACPI: Fan [FAN] (on)
    [ 4.158635] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 4.161972] ACPI: acpi_idle registered with cpuidle
    [ 4.162457] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    [ 4.228336] sky2: driver version 1.28
    [ 4.228452] sky2 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 4.228527] sky2 0000:02:00.0: setting latency timer to 64
    [ 4.228555] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 5
    [ 4.228709] sky2 0000:02:00.0: irq 42 for MSI/MSI-X
    [ 4.228991] sky2 0000:02:00.0: eth0: addr 00:50:8d:ba:48:da
    [ 4.232113] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 4.250935] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 4.302867] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 4.356767] ACPI Warning: For \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference (20110316/nspredef-1059)
    [ 4.356967] ACPI: Expecting a [Reference] package element, found type 0
    [ 4.357033] ACPI: Invalid passive threshold
    [ 4.363965] sd 2:0:0:0: Attached scsi generic sg0 type 0
    [ 4.364111] sr 3:0:0:0: Attached scsi generic sg1 type 5
    [ 4.476288] nvidia: module license 'NVIDIA' taints kernel.
    [ 4.476360] Disabling lock debugging due to kernel taint
    [ 4.556743] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.556813] ACPI: Thermal Zone [THRM] (44 C)
    [ 4.691172] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 4.775620] hda_codec: ALC888: BIOS auto-probing.
    [ 4.777062] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input5
    [ 4.781547] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    [ 5.638691] nvidia 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 5.638769] nvidia 0000:01:00.0: setting latency timer to 64
    [ 5.638774] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.639105] NVRM: loading NVIDIA UNIX x86 Kernel Module 275.21 Mon Jul 18 14:37:03 PDT 2011
    [ 5.886530] EXT4-fs (sda5): re-mounted. Opts: (null)
    [ 5.965890] Adding 996024k swap on /dev/sda2. Priority:-1 extents:1 across:996024k
    Last edited by Fuentes (2011-08-16 22:44:13)

    the contents of /home/user/.xsession-errors
    startkde: Starting up...
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kbuildsycoca4 running...
    kded(920) LayoutMemoryPersister::restoreFromFile: Failed to open layout memory xml file for reading "/home/alvaro/.kde4/share/apps/kded/session/keyboard/layout_memory.xml" error: 5
    kded(920)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    No outputs have backlight property
    QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
    kded(920) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    QDBusObjectPath: invalid path ""
    QDBusObjectPath: invalid path ""
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00141
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0x8bf31cc
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00141
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00143
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00143
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00145
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00145
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00147
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00147
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e00149
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e00149
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e0014b
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e0014b
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e0014d
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e0014d
    X Error: BadValue (integer parameter out of range for operation) 2
    Major opcode: 53 (X_CreatePixmap)
    Resource id: 0x0
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Major opcode: 14 (X_GetGeometry)
    Resource id: 0x1e0014f
    X Error: BadWindow (invalid Window parameter) 3
    Major opcode: 3 (X_GetWindowAttributes)
    Resource id: 0xb6d1bef4
    QPainter::begin: Cannot paint on a null pixmap
    X Error: BadDrawable (invalid Pixmap or Window parameter) 9
    Extension: 152 (RENDER)
    Minor opcode: 4 (RenderCreatePicture)
    Resource id: 0x1e0014f
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    Object::connect: No such signal KWindowSystem::windowChanged(WId,unsigned long*)
    kwin(977): Compositing is not possible
    kwin(977): Compositing is not possible
    kwin(977): Compositing is not possible
    kded(920) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
    kded(920) PowerDevilUPowerBackend::brightness: org.kde.powerdevil.backlighthelper.brightness failed
    kded(920) PowerDevilUPowerBackend::setBrightness: org.kde.powerdevil.backlighthelper.setbrightness failed
    kded(920) PowerDevilUPowerBackend::setBrightness: org.kde.powerdevil.backlighthelper.setbrightness failed
    QProcess: Destroyed while process is still running.
    plasma-desktop(1001): Communication problem with "plasma-desktop" , it probably crashed.
    Error message was: "org.freedesktop.DBus.Error.Disconnected" : " "Connection was disconnected before a reply was received" "
    kdeinit4: Fatal IO error: client killed
    kdeinit4: sending SIGHUP to children.
    klauncher: Exiting on signal 1
    kglobalaccel: Fatal IO error: client killed
    kdeinit4: Fatal IO error: client killed
    kdeinit4: sending SIGHUP to children.
    ksmserver: Fatal IO error: client killed
    kdeinit4: sending SIGTERM to children.
    kdeinit4: Exit.
    kded4: Fatal IO error: client killed
    kdeinit4: sending SIGTERM to children.
    kdeinit4: Exit.

  • Problem with boot / new install system ond SSD

    Hi guys,
    I have fresh installed system on my new SSD. I use my old HDD as external usb drive.
    I have problem with boot when I dont have connected HDD to usb.
    My system boot only to console no to KDE. When I connect external HDD to usb and reboot system, system boot normally.
    Logs after boot.
    Feb 26 16:46:39 arch systemd[1]: Reached target Login Prompts.
    Feb 26 16:46:39 arch systemd[1]: Starting K Display Manager...
    Feb 26 16:46:39 arch systemd[1]: Started K Display Manager.
    Feb 26 16:46:39 arch systemd-logind[231]: New seat seat0.
    Feb 26 16:46:39 arch systemd[1]: Started Login Service.
    Feb 26 16:46:40 arch kernel: microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
    Feb 26 16:46:40 arch kernel: platform microcode: Direct firmware load failed with error -2
    Feb 26 16:46:40 arch kernel: platform microcode: Falling back to user helper
    Feb 26 16:46:40 arch kernel: random: nonblocking pool is initialized
    Feb 26 16:46:40 arch kernel: uvcvideo: Found UVC 1.00 device CNF7129 (04f2:b071)
    Feb 26 16:46:40 arch laptop-mode[271]: enabled, not active
    Feb 26 16:46:40 arch kernel: input: CNF7129 as /devices/pci0000:00/0000:00:1a.7/usb3/3-3/3-3:1.0/input/input16
    Feb 26 16:46:40 arch kernel: usbcore: registered new interface driver uvcvideo
    Feb 26 16:46:40 arch kernel: USB Video Class driver (1.1.1)
    Feb 26 16:46:40 arch systemd[1]: Started Wicd a wireless and wired network manager for Linux.
    Feb 26 16:46:40 arch systemd[1]: Starting Network.
    Feb 26 16:46:40 arch systemd[1]: Reached target Network.
    Feb 26 16:46:40 arch systemd[1]: Starting OpenSSH Daemon...
    Feb 26 16:46:40 arch systemd[1]: Started OpenSSH Daemon.
    Feb 26 16:46:40 arch systemd[1]: Starting NoMachine Server daemon...
    Feb 26 16:46:40 arch sshd[373]: Server listening on 0.0.0.0 port 22.
    Feb 26 16:46:40 arch sshd[373]: Server listening on :: port 22.
    Feb 26 16:46:40 arch mtp-probe[404]: checking bus 7, device 2: "/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-2"
    Feb 26 16:46:40 arch mtp-probe[404]: bus: 7, device: 2 was not an MTP device
    Feb 26 16:46:40 arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Feb 26 16:46:40 arch kernel: usbcore: registered new interface driver usbhid
    Feb 26 16:46:40 arch kernel: usbhid: USB HID core driver
    Feb 26 16:46:40 arch systemd[1]: Starting Sound Card.
    Feb 26 16:46:40 arch systemd[1]: Reached target Sound Card.
    Feb 26 16:46:40 arch systemd-udevd[145]: renamed network interface eth0 to enp3s0
    Feb 26 16:46:40 arch kernel: psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040101)
    Feb 26 16:46:40 arch kernel: psmouse serio4: elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
    Feb 26 16:46:40 arch kernel: i915 0000:00:02.0: irq 45 for MSI/MSI-X
    Feb 26 16:46:40 arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Feb 26 16:46:40 arch kernel: [drm] Driver supports precise vblank timestamp query.
    Feb 26 16:46:40 arch kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    Feb 26 16:46:40 arch kernel: iTCO_vendor_support: vendor-support=0
    Feb 26 16:46:40 arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    Feb 26 16:46:40 arch kernel: iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0860)
    Feb 26 16:46:40 arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Feb 26 16:46:40 arch kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input15
    Feb 26 16:46:40 arch systemd-logind[231]: Watching system buttons on /dev/input/event2 (Lid Switch)
    Feb 26 16:46:40 arch systemd-logind[231]: Watching system buttons on /dev/input/event1 (Sleep Button)
    Feb 26 16:46:40 arch systemd-logind[231]: Watching system buttons on /dev/input/event3 (Power Button)
    Feb 26 16:46:41 arch kernel: microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
    Feb 26 16:46:41 arch kernel: platform microcode: Direct firmware load failed with error -2
    Feb 26 16:46:41 arch kernel: platform microcode: Falling back to user helper
    Feb 26 16:46:41 arch kernel: input: 2.4G Wireless Wireless Receiver as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/input/input17
    Feb 26 16:46:41 arch kernel: hid-generic 0003:1915:0F01.0001: input,hidraw0: USB HID v1.11 Keyboard [2.4G Wireless Wireless Receiver ] on usb-0000:00:1d.1-2/input0
    Feb 26 16:46:41 arch kernel: input: 2.4G Wireless Wireless Receiver as /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/input/input18
    Feb 26 16:46:41 arch kernel: hid-generic 0003:1915:0F01.0002: input,hidraw1: USB HID v1.11 Mouse [2.4G Wireless Wireless Receiver ] on usb-0000:00:1d.1-2/input1
    Feb 26 16:46:41 arch kernel: BUG: unable to handle kernel NULL pointer dereference at (null)
    Feb 26 16:46:41 arch kernel: IP: [<ffffffffa06c1317>] mousedev_open_device+0x77/0x100 [mousedev]
    Feb 26 16:46:41 arch kernel: PGD b650b067 PUD b650a067 PMD 0
    Feb 26 16:46:41 arch kernel: Oops: 0000 [#1] PREEMPT SMP
    Feb 26 16:46:41 arch kernel: Modules linked in: mousedev(+) hid_generic iTCO_wdt iTCO_vendor_support ath9k(+) usbhid ath9k_common hid ath9k_hw ath uvcvideo mac80211 microcode(+) videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media evdev psmouse serio_raw pcspkr cfg80211 lpc_ich i915(+) atl1e snd_hda_codec_via snd_hda_intel drm_kms_helper snd_hda_codec drm snd_hwdep snd_pcm snd_page_alloc i2c_algo_bit i2c_core snd_timer asus_laptop snd battery ac soundcore sparse_keymap acpi_cpufreq rfkill video input_polldev thermal intel_agp intel_gtt shpchp processor button ext4 crc16 mbcache jbd2 sr_mod cdrom sd_mod atkbd libps2 ahci libahci libata scsi_mod ehci_pci uhci_hcd ehci_hcd usbcore usb_common i8042 serio
    Feb 26 16:46:41 arch kernel: CPU: 1 PID: 227 Comm: acpid Not tainted 3.13.5-1-ARCH #1
    Feb 26 16:46:41 arch kernel: Hardware name: ASUSTeK Computer Inc. K50IJ /K50IJ , BIOS 217 12/04/2009
    Feb 26 16:46:41 arch kernel: task: ffff88007ffeda00 ti: ffff8800b6516000 task.ti: ffff8800b6516000
    Feb 26 16:46:41 arch kernel: RIP: 0010:[<ffffffffa06c1317>] [<ffffffffa06c1317>] mousedev_open_device+0x77/0x100 [mousedev]
    Feb 26 16:46:41 arch kernel: RSP: 0018:ffff8800b6517c10 EFLAGS: 00010202
    Feb 26 16:46:41 arch kernel: RAX: 0000000000000000 RBX: ffff8801390f5800 RCX: ffff8801390f5868
    Feb 26 16:46:41 arch kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000246
    Feb 26 16:46:41 arch kernel: RBP: ffff8800b6517c28 R08: 0000000000000000 R09: ffff88013b001600
    Feb 26 16:46:41 arch kernel: R10: 0000000000000000 R11: 0000000000000004 R12: 0000000000000000
    Feb 26 16:46:41 arch kernel: R13: ffff8801390f5880 R14: ffff8800b3287558 R15: ffff880138c8f600
    Feb 26 16:46:41 arch kernel: FS: 00007f8de7e14700(0000) GS:ffff88013fd00000(0000) knlGS:0000000000000000
    Feb 26 16:46:41 arch kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Feb 26 16:46:41 arch kernel: CR2: 0000000000000000 CR3: 00000000b6507000 CR4: 00000000000407e0
    Feb 26 16:46:41 arch kernel: Stack:
    Feb 26 16:46:41 arch kernel: ffff88013926e400 ffff8801390f5800 ffff8801390f5878 ffff8800b6517c60
    Feb 26 16:46:41 arch kernel: ffffffffa06c20cc ffff8801390f5b48 ffff8800b3287558 ffff880138c8f600
    Feb 26 16:46:41 arch kernel: ffffffffa06c2e80 ffff880138c8f610 ffff8800b6517c98 ffffffff811a834f
    Feb 26 16:46:41 arch kernel: Call Trace:
    Feb 26 16:46:41 arch kernel: [<ffffffffa06c20cc>] mousedev_open+0xcc/0x150 [mousedev]
    Feb 26 16:46:41 arch kernel: [<ffffffff811a834f>] chrdev_open+0x9f/0x1d0
    Feb 26 16:46:41 arch kernel: [<ffffffff811a19e7>] do_dentry_open+0x1b7/0x2c0
    Feb 26 16:46:41 arch kernel: [<ffffffff811aedc1>] ? __inode_permission+0x41/0xb0
    Feb 26 16:46:41 arch kernel: [<ffffffff811a82b0>] ? cdev_put+0x30/0x30
    Feb 26 16:46:41 arch kernel: [<ffffffff811a1e01>] finish_open+0x31/0x40
    Feb 26 16:46:41 arch kernel: [<ffffffff811b1bf2>] do_last+0x572/0xe90
    Feb 26 16:46:41 arch kernel: [<ffffffff811af0b6>] ? link_path_walk+0x236/0x8d0
    Feb 26 16:46:41 arch kernel: [<ffffffff811b25cb>] path_openat+0xbb/0x6b0
    Feb 26 16:46:41 arch kernel: [<ffffffff811b3cda>] do_filp_open+0x3a/0x90
    Feb 26 16:46:41 arch kernel: [<ffffffff811c05c7>] ? __alloc_fd+0xa7/0x130
    Feb 26 16:46:41 arch kernel: [<ffffffff811a2fd4>] do_sys_open+0x124/0x220
    Feb 26 16:46:41 arch kernel: [<ffffffff811a30ee>] SyS_open+0x1e/0x20
    Feb 26 16:46:41 arch kernel: [<ffffffff8152142d>] system_call_fastpath+0x1a/0x1f
    Feb 26 16:46:41 arch kernel: Code: c0 6e e5 e0 5b 44 89 e0 41 5c 41 5d 5d c3 66 0f 1f 44 00 00 4c 89 ef 41 bc ed ff ff ff e8 a2 6e e5 e0 eb e0 48 8b 15 c9 21 00 00 <8b> 02 8d 48 01 85 c0 89 0a 75 c6 48 8b 05 37 1f 00 00 48 3d 60
    Feb 26 16:46:41 arch kernel: RIP [<ffffffffa06c1317>] mousedev_open_device+0x77/0x100 [mousedev]
    Feb 26 16:46:41 arch kernel: RSP <ffff8800b6517c10>
    Feb 26 16:46:41 arch kernel: CR2: 0000000000000000
    Feb 26 16:46:41 arch kernel: ---[ end trace 76aa0cbb67cf77f6 ]---
    Feb 26 16:46:41 arch kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Feb 26 16:46:41 arch systemd[1]: acpid.service: main process exited, code=killed, status=9/KILL
    Feb 26 16:46:41 arch systemd[1]: Unit acpid.service entered failed state.
    Feb 26 16:46:41 arch kernel: [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
    Feb 26 16:46:41 arch systemd[1]: Started Laptop Mode Tools.
    Feb 26 16:46:41 arch nxserver[374]: NX> 161 Enabled service: nxserver.
    Feb 26 16:46:42 arch kernel: fbcon: inteldrmfb (fb0) is primary device
    Feb 26 16:46:42 arch kernel: ath: phy0: Enable LNA combining
    Feb 26 16:46:42 arch kernel: ath: EEPROM regdomain: 0x60
    Feb 26 16:46:42 arch kernel: ath: EEPROM indicates we should expect a direct regpair map
    Feb 26 16:46:42 arch kernel: ath: Country alpha2 being used: 00
    Feb 26 16:46:42 arch kernel: ath: Regpair used: 0x60
    Feb 26 16:46:42 arch kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    Feb 26 16:46:42 arch kernel: ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90011e80000, irq=17
    Feb 26 16:46:42 arch systemd-udevd[139]: renamed network interface wlan0 to wlp2s0
    Feb 26 16:46:42 arch kernel: Console: switching to colour frame buffer device 170x48
    Feb 26 16:46:42 arch kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    Feb 26 16:46:42 arch kernel: i915 0000:00:02.0: registered panic notifier
    Feb 26 16:46:42 arch kernel: ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    Feb 26 16:46:42 arch kernel: acpi device:38: registered as cooling_device2
    Feb 26 16:46:42 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input19
    Feb 26 16:46:42 arch nxserver[374]: NX> 161 Enabled service: nxnode.
    Feb 26 16:46:42 arch nxserver[374]: NX> 161 Enabled service: nxd.
    Feb 26 16:46:42 arch systemd[1]: Started NoMachine Server daemon.
    Feb 26 16:46:42 arch systemd[1]: Starting Multi-User System.
    Feb 26 16:46:42 arch systemd[1]: Reached target Multi-User System.
    Feb 26 16:46:42 arch systemd[1]: Starting Graphical Interface.
    Feb 26 16:46:42 arch systemd[1]: Reached target Graphical Interface.
    Feb 26 16:46:42 arch systemd[1]: Startup finished in 1.241s (kernel) + 3.231s (userspace) = 4.473s.
    Feb 26 16:46:46 arch kernel: IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    Feb 26 16:46:48 arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    Feb 26 16:46:49 arch wicd[226]: dhcpcd[1383]: dhcpcd not running
    Feb 26 16:46:49 arch dhcpcd[1383]: dhcpcd not running
    Feb 26 16:46:49 arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    Feb 26 16:46:49 arch wicd[226]: Failed to connect to non-global ctrl_ifname: wlp2s0 error: No such file or directory
    Feb 26 16:46:49 arch wicd[226]: dhcpcd[1389]: dhcpcd not running
    Feb 26 16:46:49 arch dhcpcd[1389]: dhcpcd not running
    Feb 26 16:46:49 arch kernel: IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    Feb 26 16:46:49 arch wicd[226]: Failed to connect to non-global ctrl_ifname: enp3s0 error: No such file or directory
    Feb 26 16:46:49 arch wicd[226]: dhcpcd[1397]: dhcpcd not running
    Feb 26 16:46:49 arch dhcpcd[1397]: dhcpcd not running
    Feb 26 16:46:49 arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    Feb 26 16:46:49 arch wicd[226]: Failed to connect to non-global ctrl_ifname: wlp2s0 error: No such file or directory
    Feb 26 16:46:51 arch systemd[1]: Starting Getty on tty2...
    Feb 26 16:46:51 arch systemd[1]: Started Getty on tty2.
    Feb 26 16:46:52 arch kernel: wlp2s0: authenticate with 08:86:3b:7f:86:08
    Feb 26 16:46:52 arch kernel: wlp2s0: send auth to 08:86:3b:7f:86:08 (try 1/3)
    Feb 26 16:46:52 arch kernel: wlp2s0: authenticated
    Feb 26 16:46:52 arch kernel: ath9k 0000:02:00.0 wlp2s0: disabling HT/VHT due to WEP/TKIP use
    Feb 26 16:46:52 arch kernel: wlp2s0: associate with 08:86:3b:7f:86:08 (try 1/3)
    Feb 26 16:46:52 arch kernel: wlp2s0: RX AssocResp from 08:86:3b:7f:86:08 (capab=0x411 status=0 aid=4)
    Feb 26 16:46:52 arch kernel: wlp2s0: associated
    Feb 26 16:46:52 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
    Feb 26 16:46:53 arch dhcpcd[1416]: version 6.2.1 starting
    Feb 26 16:46:54 arch dhcpcd[1416]: DUID 00:01:00:01:1a:96:a5:70:1c:4b:d6:a2:1f:ad
    Feb 26 16:46:54 arch dhcpcd[1416]: wlp2s0: IAID d6:a2:1f:ad
    Feb 26 16:46:54 arch dhcpcd[1416]: wlp2s0: soliciting an IPv6 router
    Feb 26 16:46:54 arch dhcpcd[1416]: wlp2s0: ipv6nd_sendrsprobe: sendmsg: Cannot assign requested address
    Feb 26 16:46:54 arch dhcpcd[1416]: wlp2s0: rebinding lease of 192.168.2.3
    Feb 26 16:46:55 arch kernel: type=1006 audit(1393429615.096:2): pid=1406 uid=0 old auid=4294967295 new auid=0 old ses=4294967295 new ses=1 res=1
    Feb 26 16:46:55 arch login[1406]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Feb 26 16:46:55 arch systemd[1]: Starting user-0.slice.
    Feb 26 16:46:55 arch systemd[1]: Created slice user-0.slice.
    Feb 26 16:46:55 arch systemd[1]: Starting User Manager for 0...
    Feb 26 16:46:55 arch kernel: type=1006 audit(1393429615.106:3): pid=1477 uid=0 old auid=4294967295 new auid=0 old ses=4294967295 new ses=2 res=1
    Feb 26 16:46:55 arch systemd[1]: Starting Session 1 of user root.
    Feb 26 16:46:55 arch systemd[1]: Started Session 1 of user root.
    Feb 26 16:46:55 arch systemd-logind[231]: New session 1 of user root.
    Feb 26 16:46:55 arch systemd[1477]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
    Feb 26 16:46:55 arch login[1406]: ROOT LOGIN ON tty2
    Feb 26 16:46:55 arch systemd[1477]: Failed to open private bus connection: Failed to connect to socket /run/user/0/dbus/user_bus_socket: No such file or directory
    Feb 26 16:46:55 arch systemd[1477]: Mounted /sys/kernel/config.
    Feb 26 16:46:55 arch systemd[1477]: Stopped target Sound Card.
    Feb 26 16:46:55 arch systemd[1477]: Starting Default.
    Feb 26 16:46:55 arch systemd[1477]: Reached target Default.
    Feb 26 16:46:55 arch systemd[1477]: Startup finished in 7ms.
    Feb 26 16:46:55 arch systemd[1]: Started User Manager for 0.
    Feb 26 16:46:59 arch dhcpcd[1416]: wlp2s0: leased 192.168.2.3 for 283824000 seconds
    Feb 26 16:46:59 arch dhcpcd[1416]: wlp2s0: adding route to 192.168.2.0/24
    Feb 26 16:46:59 arch dhcpcd[1416]: wlp2s0: adding default route via 192.168.2.1
    Feb 26 16:46:59 arch dhcpcd[1416]: forked to background, child pid 1522
    Feb 26 16:47:10 arch kdm[238]: X server startup timeout, terminating
    Feb 26 16:47:12 arch systemd-udevd[131]: worker [140] /devices/pci0000:00/0000:00:02.0 timeout; kill it
    Feb 26 16:47:12 arch systemd-udevd[131]: seq 1255 '/devices/pci0000:00/0000:00:02.0' killed
    Feb 26 16:47:12 arch systemd-udevd[131]: worker [146] /devices/platform/i8042/serio4/input/input15 timeout; kill it
    Feb 26 16:47:12 arch systemd-udevd[131]: seq 1659 '/devices/platform/i8042/serio4/input/input15' killed
    Feb 26 16:47:12 arch systemd-udevd[131]: worker [148] /devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/input/input18 timeout; kill it
    Feb 26 16:47:12 arch systemd-udevd[131]: seq 1679 '/devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.1/input/input18' killed
    Feb 26 16:47:12 arch kernel: [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    Feb 26 16:47:12 arch systemd-udevd[131]: worker [140] terminated by signal 9 (Killed)
    Feb 26 16:47:12 arch systemd-udevd[131]: worker [148] terminated by signal 9 (Killed)
    Feb 26 16:47:12 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of acpi_video0...
    Feb 26 16:47:12 arch systemd[1]: Started Load/Save Screen Backlight Brightness of acpi_video0.
    Feb 26 16:47:12 arch kernel: input: failed to attach handler mousedev to device input15, error: -4
    Feb 26 16:47:12 arch systemd-udevd[131]: worker [146] terminated by signal 9 (Killed)
    Feb 26 16:47:12 arch kernel: input: failed to attach handler mousedev to device input18, error: -4
    Feb 26 16:47:12 arch kernel: mousedev: PS/2 mouse device common for all mice
    Feb 26 16:47:13 arch kdm[238]: X server for display :0 cannot be started, session disabled
    Feb 26 16:48:56 arch kernel: usb 7-2: USB disconnect, device number 2
    Feb 26 16:48:56 arch laptop-mode[1782]: Laptop mode
    Feb 26 16:48:56 arch laptop-mode[1783]: enabled, not active
    Feb 26 16:48:56 arch laptop-mode[1834]: Laptop mode
    [xx@arch Desktop]$ uname -a
    Linux arch 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux
    Could you please someone help me with this?
    Thanks

    Sorry to bump this, but I'm having the exact same error tonight on my HTPC, any chance you found out what the problem was ?
    To make matters worse, it's not happening every single time, but maybe every 4 out of 5 boots (same kernel, no changes in between.)
    I thought this was a kernel issue related to this:
    https://lkml.org/lkml/2014/3/10/359
    I've tried adding atkbd and psmouse to my mkinitcpio.conf MODULES section and rebuilt, but no change.
    I changed the NVidia driver from nvidia-304xx to nvidia-full-beta-all ( 334.21 ) from AUR but it had the same error at the same place.
    Here's the part from `dmesg` where it borks:
    [ 3.229195] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:04.0-3/input2
    [ 3.236312] input: Logitech Unifying Device. Wireless PID:400e as /devices/pci0000:00/0000:00:04.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/input/input6
    [ 3.237230] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:400e] on usb-0000:00:04.0-3:1
    [ 3.279150] BUG: unable to handle kernel NULL pointer dereference at (null)
    [ 3.280083] IP: [<ffffffffa1cbc317>] mousedev_open_device+0x77/0x100 [mousedev]
    [ 3.280810] PGD c99ea067 PUD c9f4a067 PMD 0
    [ 3.281266] Oops: 0000 [#1] PREEMPT SMP
    [ 3.281668] Modules linked in: mousedev(+) nvidia(PO+) snd_hda_codec_realtek hid_logitech_dj usbhid hid usb_storage coretemp evdev microcode pcspkr serio_raw snd_hda_intel(+) snd_hda_codec shpchp snd_hwdep snd_pcm snd_page_alloc snd_timer snd soundcore i2c_nforce2 i2c_core wmi processor button r8169 mii ext4 crc16 mbcache jbd2 sd_mod ata_generic pata_acpi ahci libahci libata ohci_pci ohci_hcd ehci_pci ehci_hcd scsi_mod usbcore usb_common psmouse atkbd libps2 i8042 serio
    [ 3.281820] CPU: 1 PID: 211 Comm: acpid Tainted: P O 3.13.6-1-ARCH #1
    [ 3.281820] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./MCP7A-ION, BIOS 080015 10/10/2009
    [ 3.281820] task: ffff8800ca5c1b00 ti: ffff8800c97f0000 task.ti: ffff8800c97f0000
    [ 3.281820] RIP: 0010:[<ffffffffa1cbc317>] [<ffffffffa1cbc317>] mousedev_open_device+0x77/0x100 [mousedev]
    [ 3.281820] RSP: 0018:ffff8800c97f1c10 EFLAGS: 00010202
    [ 3.281820] RAX: 0000000000000000 RBX: ffff8800c9987000 RCX: ffff8800c9987068
    [ 3.281820] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000246
    [ 3.281820] RBP: ffff8800c97f1c28 R08: 0000000000000000 R09: ffff8800cf401600
    [ 3.281820] R10: 0000000000000000 R11: 0000000000000004 R12: 0000000000000000
    [ 3.281820] R13: ffff8800c9987080 R14: ffff8800c0260058 R15: ffff8800c9f2a500
    [ 3.281820] FS: 00007f8f12f05700(0000) GS:ffff8800cfa80000(0000) knlGS:0000000000000000
    [ 3.281820] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    [ 3.281820] CR2: 0000000000000000 CR3: 00000000ca93e000 CR4: 00000000000007e0
    [ 3.281820] Stack:
    [ 3.281820] ffff8800c9940000 ffff8800c9987000 ffff8800c9987078 ffff8800c97f1c60
    [ 3.281820] ffffffffa1cbd0cc ffff8800c9987348 ffff8800c0260058 ffff8800c9f2a500
    [ 3.281820] ffffffffa1cbde80 ffff8800c9f2a510 ffff8800c97f1c98 ffffffff811a83ef
    [ 3.392372] Call Trace:
    [ 3.398245] [<ffffffffa1cbd0cc>] mousedev_open+0xcc/0x150 [mousedev]
    [ 3.398245] [<ffffffff811a83ef>] chrdev_open+0x9f/0x1d0
    [ 3.398245] [<ffffffff811a1a87>] do_dentry_open+0x1b7/0x2c0
    [ 3.398245] [<ffffffff811aee61>] ? __inode_permission+0x41/0xb0
    [ 3.398245] [<ffffffff811a8350>] ? cdev_put+0x30/0x30
    [ 3.398245] [<ffffffff811a1ea1>] finish_open+0x31/0x40
    [ 3.398245] [<ffffffff811b1c92>] do_last+0x572/0xe90
    [ 3.398245] [<ffffffff811af156>] ? link_path_walk+0x236/0x8d0
    [ 3.398245] [<ffffffff811b266b>] path_openat+0xbb/0x6b0
    [ 3.508083] random: nonblocking pool is initialized
    [ 3.398245] [<ffffffff811b3d7a>] do_filp_open+0x3a/0x90
    [ 3.398245] [<ffffffff811c0617>] ? __alloc_fd+0xa7/0x130
    [ 3.398245] [<ffffffff811a3074>] do_sys_open+0x124/0x220
    [ 3.398245] [<ffffffff811a318e>] SyS_open+0x1e/0x20
    [ 3.398245] [<ffffffff815216ad>] system_call_fastpath+0x1a/0x1f
    [ 3.556729] Code: 40 c1 85 df 5b 44 89 e0 41 5c 41 5d 5d c3 66 0f 1f 44 00 00 4c 89 ef 41 bc ed ff ff ff e8 22 c1 85 df eb e0 48 8b 15 c9 21 00 00 <8b> 02 8d 48 01 85 c0 89 0a 75 c6 48 8b 05 37 1f 00 00 48 3d 60
    [ 3.556729] RIP [<ffffffffa1cbc317>] mousedev_open_device+0x77/0x100 [mousedev]
    [ 3.556729] RSP <ffff8800c97f1c10>
    [ 3.556729] CR2: 0000000000000000
    [ 3.563412] ---[ end trace 590b482a8704c6ac ]---
    [ 3.980300] input: HDA NVidia HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:08.0/sound/card0/input7
    Here's the output on a good boot:
    [ 3.415791] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:04.0-3/input2
    [ 3.422256] input: Logitech Unifying Device. Wireless PID:400e as /devices/pci0000:00/0000:00:04.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/input/input6
    [ 3.422644] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:400e] on usb-0000:00:04.0-3:1
    [ 3.434861] mousedev: PS/2 mouse device common for all mice
    [ 3.853639] input: HDA NVidia HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:08.0/sound/card0/input7
    Here's my mkinitcpio.conf
    : grep -v ^\# /etc/mkinitcpio.conf
    MODULES="atkbd psmouse"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
    Last edited by corpdecker (2014-03-19 02:47:30)

Maybe you are looking for

  • Strange reboot am i hacked?

    Anonymous UUID:   51D557EF-A688-23C0-1F45-DF32BBAF710E Fri Feb 13 11:51:33 2015 *** Panic Report *** panic(cpu 0 caller 0xffffff800821a46e): Kernel trap at 0xffffff800865955a, type 13=general protection, registers: CR0: 0x000000008001003b, CR2: 0x000

  • Assign Tax and Disocunts accounts

    Hello,    Can anybdoy kindly let me know where to we maintain automatic assignments for tax and discounts in IMG. Thanks very much.

  • How do I know if the person I sent the files to received them? I had not received any notifications even though I checked that box...

    I sent some photos with Adobe Send. I checked "Notify me when recipient viewed." I have not received any notifcations, even though it has been several weeks. Does this mean the recipient never got them? Doesn't the recipient receive an email from Ado

  • SELECT FOR UPDATE via KODO queries

    I want to do the following in a transaction: 1) SELECT * from Foo where type='x' FOR UPDATE 2) UPDATE Foo set sequence='22' where type='x' 3) commit The issue: is there any way to force KODO to add the 'for update' in a find query. Thanks

  • Database Item Propert

    Hi, I see that it is said that whenever an item of display time (say which contains a summary or calculation) is placed in a datablock then its "Database Item" property should be set to "No". Any reason why it should be set to No. I am having a Text