[SOLVED] GDM/Gnome won't start

It's been more than a month now that my computer started to give me an error after booting. Before GDM starts, I get the following message:
Oh no! Something has gone wrong.
A problem has occurred and the system can't recover. Please contact a system administrator
This is not always, I suppose it happens 70% of the time (I need to keep restarting it a few times to get it working). I'm not sure it's a GDM problem because if I CTRL+ALT+F5, login and startx, it'll give me the same error message.
Does anyone have any idea what happened and how can I fix it? I'm running the latest packages.
I don't know which log files might help, let me know and I'll post them.
Any help is appreciated. Thanks.
Edit: here are some logs that might help:
Here you can see at least one failed reboot (the last lines was a sucessful boot ):
$ sudo journalctl -n 1000 -u gdm | curl -F 'sprunge=<-' sprunge.us
http://sprunge.us/KfSf
On this one there's a promising line Sep 18 20:53:07 localhost gdm[400]: Failed to give slave programs access to the display. Trying to proceed.:
$ sudo tail -1000 /var/log/messages.log | curl -F 'sprunge=<-' sprunge.us
http://sprunge.us/fOZU
Am I right to assume Xorg.0.log is from the current session? So I'm pasting the Xorg.1.log, which should be the previous failed one:
$ cat /var/log/Xorg.1.log | curl -F 'sprunge=<-' sprunge.us
http://sprunge.us/OaXL
Hell, it won't hurt if I provide the current one too:
$ cat /var/log/Xorg.0.log | curl -F 'sprunge=<-' sprunge.us
http://sprunge.us/HVPc
Edit 2: I noticed the error only occurs when I get the following message on the boot screen:
[drm:init:ring:common] *ERROR* render ring initialization failed ctl 0001f001 (valid? 1) head 0000b174 tail 00000000 start 00303000 [expected 00303000]
[drm:i915_gem_init] *ERROR* Failed to initialize GPU, declaring it wedged
I could not find this message on the log files, so here is a picture:
http://imgur.com/Wf4mhXv
Last edited by falmp (2014-09-18 22:53:10)

Well, seems to be a problem with the kernel 3.16.x:
https://bbs.archlinux.org/viewtopic.php?id=185650
I solved it installing the kernel from repo-ck (http://repo-ck.com/), it's all good now.

Similar Messages

  • [SOLVED] GDM/Gnome won't start after update

    Today after I run pacman -Suy, GDM/Gnome won't start anymore after reboot. The error message I get after GDM starts is:
    Oh no! Something has gone wrong.
    A problem has occurred and the system can't recover. Please contact a system administrator
    Does anyone have any idea what happened and how can I recover the system?
    Here is the complete log for the update:
    http://bpaste.net/show/209520/
    Here is the journalctl -u gdm log:
    http://sprunge.us/LEOU
    Here is tail -2000 /var/log/messages.log:
    http://sprunge.us/ObWY
    And here is the /var/log/Xorg.0.log:
    http://bpaste.net/show/209549/
    I can't imagine any other log file that might help figure out what happened, let me know if there's anything else.
    Any help is appreciated. Thanks.
    Edit: I stopped gdm, created a ~/.xinitrc and could successfully start Gnome with startx. The problem remains with GDM.
    Edit: The last update solved my problem: http://sprunge.us/RKWA
    Last edited by falmp (2014-04-22 20:38:20)

    I'm not sure my issue is really the same one, but am hoping for some guidance here if possible.  Trying to start GDM gives me the same error message/screen.  After tdm fails I can switch to a console,
    sudo systemctl stop gdm.service
    then
    sudo systemctl start lightdm.service
    and lightdm starts fine.  However, trying to log in to gnome-session gives me the very same error as I had with GDM.  I can log into XFCE just fine.  Attempting to start gnome-ession via startx also gives me the error screen.  Does anyone know how I can diagnose the problem?  Thanks,
    Matt

  • Gnome 3.14 oh no! (gdm & gnome won't start)

    I'm quite stumped about why I'm getting a "Gnome - oh no! Something has gone wrong" message. I try logging in but Gnome 3 doesn't work.
    I am able to startx, but when I then try to do gnome-session I get:
    Xlib: extension "GLX" missing on display ":0"
    gnome-session-is-accelerated: No hardware 3D support
    gnome-session-check-accelerated: Helper exited with code 256
    gdm just hangs, as does lightdm.
    I have nvidia-340xx installed.
    I've been googling around without much luck.
    I use gnome 3.14!
    Help?

    FYI For sure I'm not using a test environment and I can't think of any reason I would be running wayland. I believe wayland is installed on my system -- are you saying I should remove it?
    When I run htop I certainly don't see anything mentioning wayland when I filter by gdm. And mutter isn't running. I do see a coredump today from /usr/bin/gdm, but no signs of it using wayland.
    By the way, I saw on another thread that it might be worth investigating a possible interference from libvdpau with nvidia-settings. But I don't see any sign that libvdpau is running when I do systemctl -a | grep vd or systemctl -a | grep pau
    Also, "glxinfo | grep rendering" and "glxinfo | grep NVIDIA" give the message: "(Error: unable to open display)"
    Here's what I'm getting when I open gnome-shell --replace --debug
    gnome-shell --replace
    hand written notes:
    Glib critical g_environ setenv assertion 'value!=NULL' failed
    Cannot open display
    Unable to init server: Could not connect: connection refused
    Helllp? Also, would it help to uninstall mesa or wayland?

  • [solved] xorg proglem - won't start, but no error

    Hi folks!
    I'm new to Arch, my first installation, but I used to use Gentoo in the past. Got a problem with making X to run. I followed the guide from the wiki, but I didn't manage it to work.
    I'm using nVidia drivers from 173xx branch (GF 5900XT). Hal is working properly, I hope - /etc/rc.d/restart successes w\o errors.
    At first, I tried to run X without xorg.conf and it complained about missing 'nv' and 'vesa' (i hope) modules. Then, after running nvidia-configure (/etc/X11/xorg.conf was successfully created) and startx - screen blanks (no nVidia logo shown) and after ~3 seconds it comes back with massage "waiting for X server to shut down". In /var/log/Xorg.0.log there were no lines starting with (EE).
    Then I tried to configure X with "X -configure". After making new config and replacing the older one at /etc/X11/xorg.conf and running X with command startx (as user), it complained about missing type1 and truetype modules ((EE) lines as far as I remember). After installing missing packages/modules:
    http://dpaste.com/60888/
    it still won't start. Screen blanks, no nVidia logo shown, and later comes back with well known screen ( usual text... look over /var/log/Xorg.0.log for more details...). Only message after default text id "waiting for X server to shut down", with no (WW) nor (EE) lines above.
    More useful data comes:
    Xorg.0.log
    http://dpaste.com/60883/
    xorg.conf
    http://dpaste.com/60885/
    tail of dmesg
    http://dpaste.com/60887/
    If you need anything else to see, request!
    Any idea? To me, it looks like nvidia driver bug or some xorg bug (or maybe just a misconfiguration)
    In ~/.xinitrc stays only "exec startfluxbox", but even with empty file, situation is the same.
    Thank you in advance,
    Daniel
    Last edited by daniel1988 (2009-07-14 03:50:06)

    Hello, welcome to Arch!
    You should read about the new feature of Xorg, input hotplugging: http://wiki.archlinux.org/index.php/Beg … otplugging
    A more detailed explanation can be found here: http://wiki.archlinux.org/index.php/Xor … otplugging
    Be sure to copy the fdi file in the correct directory.
    Since I am using also the 173xx branch, here is my xorg.conf, hope it will be useful for you:
    http://dpaste.com/60927/
    EDIT: Not 100% sure but I seem to recall that the nvidia driver has some problems when you don't set the default depth. Add that line
    Last edited by arkham (2009-06-28 20:55:27)

  • [SOLVED] today X won't start

    no updates, do nothing, yesterday was reading a pdf, today wake up and X won't start.. very strange..
    arch64+catalyst, logfile: http://codepad.org/Ix9nBmQZ
    Last edited by kismet010 (2011-06-05 18:55:03)

    xauth: (stdin):2: unknown command "fa760c1ba2ad0d8506ec5b2a8b3cc6e6"
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.38-ARCH x86_64
    Current Operating System: Linux stargate 2.6.39-ARCH #1 SMP PREEMPT Fri May 20 11:33:59 CEST 2011 x86_64
    Kernel command line: root=/dev/sda7 rootfstype=btrfs resume=/dev/sda5 ro nomodeset
    Build Date: 30 May 2011 08:18:15AM
    Current version of pixman: 0.20.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 5 18:44:59 2011
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    xinit: connection to X server lost
    waiting for X server to shut down

  • [SOLVED] Gnome-won't start

    Dear archies,
    I using fluxbox right now but I wanted migrate to Gnome 3.2.1 but I have problem with start. I used lxdm as login manager (becase there I can chooose session - but I tried gdm also with the same result). Login was OK but then I got just gnome default "blue-zebra" background and that's all... No gnome-shell, no gnome-panel, nothing. Computer doesn't freeze but no desktop. Fluxbox starts normal.
    Here is my etc/rc.conf
    [zrebec@bella ~]$ cat /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # See 'man 5 rc.conf' for more details
    # LOCALIZATION
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Bratislava"
    KEYMAP="sk-qwertz"
    CONSOLEFONT="lat2-16"
    CONSOLEMAP="8859-2"
    LOCALE="sk_SK.UTF8"
    DAEMON_LOCALE="yes"
    USECOLOR="yes"
    # HARDWARE
    MODULES=(fuse vboxdrv)
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    # NETWORKING
    HOSTNAME="bella"
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    NETWORKS=(eth0 eth1)
    # DAEMONS
    DAEMONS=(syslog-ng network crond gpm alsa dbus net-profiles avahi-daemon lxdm httpd postgresql)
    I using proprietary nvidia driver but drivers works very fine.
    Last edited by Nelly (2012-02-19 16:42:01)

    It also sounds a lot like this issue.
    The solution there seemed to be (re)installing gnome-shell and libltdl.
    Also, have you tried gdm?  I don't know the ins-and-outs but it seems gdm is becoming more important for a functional gnome session.
    Last edited by Trilby (2012-02-17 01:18:13)

  • [SOLVED] GNOME won't start properly

    Hello,
    I have just started with Arch and already encountered a newbie problem I installed Arch ok using the beginner's guide, the base system is ok, I got up to the point of installing desktop environment (GNOME3 is my choice). I installed mesa, drivers, X etc and Gnome ofc. I added "... dbus gdm..." into DAEMONS array and rebooted. The blue Gnome wallpaper shows normally but the login window is not the usual black Shell one, but grey old-looking instead (fallback mode?). I've got only the ugly X's clock cursor but I can click on my user's name and login. However, nothing appears, just the same blue background and the clock cursor
    Anyone has an idea what I might be doing wrong? Thanks
    Last edited by phobossion (2012-02-11 09:29:09)

    phobossion wrote:
    Hello,
    I have just started with Arch and already encountered a newbie problem I installed Arch ok using the beginner's guide, the base system is ok, I got up to the point of installing desktop environment (GNOME3 is my choice). I installed mesa, drivers, X etc and Gnome ofc. I added "... dbus gdm..." into DAEMONS array and rebooted. The blue Gnome wallpaper shows normally but the login window is not the usual black Shell one, but grey old-looking instead (fallback mode?). I've got only the ugly X's clock cursor but I can click on my user's name and login. However, nothing appears, just the same blue background and the clock cursor
    Anyone has an idea what I might be doing wrong? Thanks
    Please post your rc.conf. Also, which video card and drivers and how did you install Gnome?

  • [SOLVED] GDM/Gnome Issues after Updates

    hi everyone!
    ive run into some pesky problems (possibly nvidia related) after a full update this morning. after booting up, gdm tries to run, but it crashes and retries over and over again with this message (shown in systemctl status gdm while running):
    Failed to contact accountsservice. Error calling StartServiceByName for org.freedesktop.Accounts: GDBus.Error: org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.Accounts timed out
    i tried installing lxdm and lightdm (the former loaded, the latter didnt), but that also didnt seem to work. with lxdm i couldnt log in to gnome (screen just went black), with lightdm i had no luck at all (didnt start at all).
    can anyone point me in the right direction to debug this?
    thanks a lot!
    regards,
    M.
    Edit:
    i installed nouveau and lightdm again and checked the status with systemctl. seems polkit is looking for a file called libmozjs-17-0.so:
    ● polkit.service - Authorization Manager
    Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
    Active: failed (Result: exit-code) since Wed 2014-04-16 17:14:12 CEST; 39s ago
    Docs: man:polkit(8)
    Process: 6145 ExecStart=/usr/lib/polkit-1/polkitd --no-debug (code=exited, status=127)
    Main PID: 6145 (code=exited, status=127)
    Apr 16 17:14:12 arch systemd[1]: Starting Authorization Manager...
    Apr 16 17:14:12 arch polkitd[6145]: /usr/lib/polkit-1/polkitd: error while loading shared libraries: libmozjs-17.0.so: cannot open shared object file: No such file or directory
    Apr 16 17:14:12 arch systemd[1]: polkit.service: main process exited, code=exited, status=127/n/a
    Apr 16 17:14:12 arch systemd[1]: Failed to start Authorization Manager.
    Apr 16 17:14:12 arch systemd[1]: Unit polkit.service entered failed state.
    i checked /usr/lib and found libmozjs-24.so… weird
    Edit 2:
    so i reinstalled a package called js17, undid all my changes with lightdm, slim et al, reinstalled nvidia and it seems it works!
    marking as solved.
    Last edited by miles969 (2014-04-16 16:10:15)

    Last update (at 2014-04-16) gives me a great headache.
    All my keyboard shorcuts had become useless: freezings reach up to 30 secs.
    Number of applications are bricked, i.e. evolution can not to read any message from imap server.
    I have a bulk of errors in my journalctl.  This is cut of them (Hmm, what do you think about a necessity to punish the guy that invented localized logs?)
    $ journalctl -b | grep rror
    апр 16 19:16:27 church gdm-Xorg-:0[258]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    апр 16 19:16:31 church NetworkManager[177]: <warn> Couldn't acquire object manager proxy: Ошибка вызова StartServiceByName для org.bluez: GDBus.Error:org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    апр 16 19:16:37 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:16:38 church org.a11y.atspi.Registry[382]: ** (at-spi2-registryd:387): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    апр 16 19:16:46 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:16:52 church gnome-session[326]: Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
    апр 16 19:17:06 church org.gnome.Shell.CalendarServer[348]: (gnome-shell-calendar-server:500): ShellCalendarServer-WARNING **: Error opening calendar 1397299558.9767.2@church: ?????????? ??????? ?????????: ??????????? ???????? ?? ????
    апр 16 19:23:49 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:26:51 church org.gnome.evolution.dataserver.Sources3[348]: AUTH (1397299494.9760.26@church): Complete (ERROR - Ошибка вызова StartServiceByName для org.freedesktop.secrets: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.secrets timed out)
    апр 16 19:26:51 church org.gnome.evolution.dataserver.Sources3[348]: (evolution-source-registry:507): libebackend-WARNING **: source_registry_server_authenticate_done_cb: Ошибка вызова StartServiceByName для org.freedesktop.secrets: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.secrets timed out
    апр 16 19:27:12 church chromium.desktop[925]: [925:950:0416/192712:ERROR:nss_util.cc(853)] After loading Root Certs, loaded==false: NSS error code: -8018
    апр 16 19:28:00 church kernel: traps: evolution[760] trap int3 ip:7ff69db9c993 sp:7fff6d219560 error:0

  • Gnome won't start after update

    Hey, so after I've updated gnome to 3.14 it refuses to start. The moment I get past the login screen (that works - I use lightdm), gnome will just tell me that "something has gone wrong" and it won't launch the session. For the past two hours or so I've been trying to identify the issue with no good results. What I think might be relevant is that I use the catalyst driver and also this part of journalctl -e /usr/bin/gnome-shell:
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: gnome-session[602]: WARNING: Could not parse desktop file screensaver-settings.desktop or it references a not found TryExec binary
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: WARNING: Could not parse desktop file screensaver-settings.desktop or it references a not found TryExec binary
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: ** (gnome-settings-daemon:626): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: ** (gnome-settings-daemon:626): WARNING **: Ignoring unknown module 'org.gnome.settings-daemon.plugins.updates'
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: X Error of failed request: BadValue (integer parameter out of range for operation)
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: Major opcode of failed request: 141 (RANDR)
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: Minor opcode of failed request: 13 (RRChangeOutputProperty)
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: Value in failed request: 0x99
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: Serial number of failed request: 280
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: Current serial number in output stream: 282
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Oct 16 23:19:28 snowy-laptop-arch gnome-session[602]: gnome-session[602]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: X Error of failed request: BadValue (integer parameter out of range for operation)
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: Major opcode of failed request: 141 (RANDR)
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: Minor opcode of failed request: 13 (RRChangeOutputProperty)
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: Value in failed request: 0x99
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: Serial number of failed request: 280
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: Current serial number in output stream: 282
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: gnome-session[602]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: gnome-session[602]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Oct 16 23:19:29 snowy-laptop-arch gnome-session[602]: Unrecoverable failure in required component gnome-shell.desktop
    Any ideas? ^^
    Last edited by SnowyMan95 (2014-10-17 19:44:43)

    Same problem here, and I think that it's all Catalyst fault.
    Many people are reporting GNOME 3.14 / Catalyst compatibility issue in AMD Bar & Grill thread (https://bbs.archlinux.org/viewtopic.php?id=57084&p=272) and I totally agree with Vi0l0 (unofficial Catalyst packages maintainer):
    Vi0l0 wrote:As for the GNOME 3.14 - wish I have more time to look at this closer, I catched problems with GNOME latelly (but before 3.14) - it started to crash before start - I spent not much time on it, but didn't find solution. Fixing it is not that important for me right now, since im planning to install arch on btrfs 2xSSD smile. Its just the time... Wish I had some kind of clone of myself with shared awareness tongue.
    But anyhow I think that GNOME 3.14 support could be real problem atm (at least with unmodified gnome packages), afaik 3.14 is really close to wayland and catalyst doesn't even have egl.
    EDIT: if confirmed seems to be a display manager issue:
    Vi0L0 wrote:BTW I installed new arch on new drives, and all seems to work fine, GDM didn't start so I used KDM. All problems are gone and GNOME 3.14 works pretty nice.
    Last edited by IVIonty (2014-10-19 20:13:20)

  • [SOLVED]Modem-manager won't start with Network manager

    Hi,
    I have a problem with getting modem-manager work under gnome. After first Arch install to this laptop, Network manager didn't show my 3G-modem, so I installed modem-manager and usb_modeswitch. Modem is Huawei E367 and it works well with wvdial. Only problem is to get it working with Network manager.
    From output of dmesg I see that there is an error, when Network manager is trying to start modem-manager:
    [ 3224.705193] do_trap: 322 callbacks suppressed
    [ 3224.705198] modem-manager[3112] trap int3 ip:7ff7baab4143 sp:7fff996e62b0 error:0
    [ 3224.719275] modem-manager[3114] trap int3 ip:7f58f4c5e143 sp:7fffc82b2400 error:0
    [ 3224.733880] modem-manager[3116] trap int3 ip:7f579dda4143 sp:7fff77910850 error:0
    [ 3224.748789] modem-manager[3118] trap int3 ip:7ff752c6f143 sp:7fff8ae42e20 error:0
    [ 3224.763501] modem-manager[3120] trap int3 ip:7fb4db83f143 sp:7fff3023cbf0 error:0
    [ 3224.777865] modem-manager[3122] trap int3 ip:7fa17a33a143 sp:7fffc1628260 error:0
    [ 3224.792165] modem-manager[3124] trap int3 ip:7f00a39fb143 sp:7fff075a0fb0 error:0
    [ 3224.806603] modem-manager[3126] trap int3 ip:7f9a62e23143 sp:7fffc2ccfed0 error:0
    [ 3224.820736] modem-manager[3128] trap int3 ip:7f3d2994d143 sp:7ffff2581340 error:0
    [ 3224.834985] modem-manager[3130] trap int3 ip:7f5adda9a143 sp:7fff8a70a4a0 error:0
    From /var/log/messages.log I found also something:
    Apr 14 16:02:14 localhost NetworkManager[713]: <info> trying to start the modem manager...
    Apr 14 16:02:14 localhost dbus[651]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper)
    Apr 14 16:02:14 localhost dbus[651]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Apr 14 16:02:14 localhost NetworkManager[713]: <info> modem-manager is now available
    Apr 14 16:02:14 localhost modem-manager: libhal_ctx_init() failed: (null)
    Apr 14 16:02:14 localhost NetworkManager[713]: <info> the modem manager disappeared
    If I try to run modem-manager manually with debug:
    $ sudo modem-manager --debug
    ** ERROR **: libhal_ctx_init() failed: (null)
    Make sure the hal daemon is running?
    So it seems to be because of hal isn't running, if I try to start hal daemon it fails:
    $ sudo /etc/rc.d/hal start
    :: Starting Hardware Abstraction Layer [FAIL]
    I also tried to start hal at boot by putting it to DAEMONS in rc.conf. but didn't start either.
    The laptop is Asus X61SL with x86_64 version of ArchLinux.
    Kernel: 3.3.1-1-ARCH
    Would be cool if anyone can solve this.
    Last edited by Jompu (2012-04-14 20:42:20)

    Thanks for your quick reply Strike0!
    I ran lsusb and usb_modeswitch as you instructed:
    [louis@Louis-Laptop ~]$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 004: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC Webcam / CNF7129
    Bus 002 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
    Bus 003 Device 002: ID 046d:c526 Logitech, Inc. Nano Receiver
    Bus 001 Device 006: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard
    [louis@Louis-Laptop ~]$ sudo usb_modeswitch -v 12d1 -p 1506 -M '55534243123456780000000000000011062000000100000000000000000000'
    Password:
    Looking for default devices ...
    found matching product ID
    adding device
    Found device in default mode, class or configuration (1)
    Accessing device 006 on bus 001 ...
    Getting the current device configuration ...
    OK, got current device configuration (1)
    Using first interface: 0x00
    Using endpoints 0x01 (out) and 0x82 (in)
    Not a storage device, skipping SCSI inquiry
    USB description data (for identification)
    Manufacturer: Huawei Technologies
    Product: HUAWEI Mobile
    Serial No.: not provided
    Looking for active driver ...
    OK, driver found; name unknown, limitation of libusb1
    OK, driver "unkown" detached
    Setting up communication with interface 0
    Using endpoint 0x01 for message sending ...
    Trying to send message 1 to endpoint 0x01 ...
    OK, message successfully sent
    Resetting response endpoint 0x82
    Resetting message endpoint 0x01
    -> Run lsusb to note any changes. Bye.
    It didn't help. Network manager doesn't show anything related 3G.
    I don't think it's usb_modeswitch since 3G stick works great with wvdial on same system. Could it be a bug on modem-manager?
    I start only the Network manager on boot, but while Network manager tries to start modem-manager, it throws error continuously in dmesg. Error is the same as in first post.

  • GNOME won't start

    When I start GDM it just displays.
    Oh no! Something has gone wrong.
    A problem has occurred and the system can't recover. Please contact a system administrator
    What am I supposed to do? I re installed gnome but the problem still persists.

    JS ERROR: !!! Exception was: Error: Failed to convert UTF-8 string to JS string: Invalid byte sequence in conversion input
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = '"gjs_throw"'
    JS ERROR: !!! stack = '"("Failed to convert UTF-8 string to JS string: Invalid byte sequence in conversion input")@gjs_throw:0
    have you set correctly the locale?  https://wiki.archlinux.org/index.php/Locale

  • [SOLVED] GDM / GNOME crashes on login screen after standby

    Brand new Arch installation on a Lenovo IdeaPad Flex 10. Most of the stuff works out of the box (except touchscreen https://bbs.archlinux.org/viewtopic.php?pid=1478128).
    Using plain vanilla GNOME + GDM things seem ok, but once every few times upon returning from standby the login screen crashes and just freezes on the password screen. Nothing can be done (except for jumping to another vt) and a reboot is required.
    If I SSH into the machine during this period, nothing suspicious shows up on journalctl.
    Any ideas what's going on?
    Last edited by yuvadm (2014-12-01 11:08:40)

    Since I'm also getting some random freezes even when not in the login screen, I'm now suspecting a graphics driver problem.
    Now testing UXA mode, per the Intel Graphics wiki page, hoping it will solve the freezes.
    EDIT: UXA mode seems to have fixed the problem.
    Last edited by yuvadm (2014-12-01 11:08:27)

  • Gnome won't start: Oh no! Something has gone wrong.

    Hello,
    after a week holyday i installed all new updates on my Notebook (Asus UX31). During shutdown it freezed and i had to switch off the Notebook. Now if i start i can login with Slim and than gnome starts with an error display: "Oh no! Something has gone wrong. A problem has occured and the system can't recover. All extensions have been disabled as precaution." I can klick on a Log Out Button but if i log in again, the same is happening. It's funny that there appear reminders from evolution and the dialog to unlock the keyring.
    Any suggestions?
    Here are some logs:
    /var/log/Xorg.0.log
    [ 16.074]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 16.074] X Protocol Version 11, Revision 0
    [ 16.074] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 16.074] Current Operating System: Linux oliver-zen 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64
    [ 16.074] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=cd85b266-a33f-4abf-93d6-7ac918f8ff26 ro quiet add_efi_memmap i915.i915_enable_rc6=1 drm.vblankoffdelay=1 i915.semaphores=1
    [ 16.074] Build Date: 01 July 2013 10:48:42AM
    [ 16.074]
    [ 16.074] Current version of pixman: 0.30.0
    [ 16.074] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 16.074] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 16.074] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 3 19:37:30 2013
    [ 16.075] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 16.075] (==) No Layout section. Using the first Screen section.
    [ 16.075] (==) No screen section available. Using defaults.
    [ 16.075] (**) |-->Screen "Default Screen Section" (0)
    [ 16.075] (**) | |-->Monitor "<default monitor>"
    [ 16.076] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 16.076] (**) | |-->Device "Card0"
    [ 16.076] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 16.076] (==) Automatically adding devices
    [ 16.076] (==) Automatically enabling devices
    [ 16.076] (==) Automatically adding GPU devices
    [ 16.076] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 16.076] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 16.076] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 16.076] (II) Loader magic: 0x7fdc20
    [ 16.076] (II) Module ABI versions:
    [ 16.076] X.Org ANSI C Emulation: 0.4
    [ 16.076] X.Org Video Driver: 14.1
    [ 16.076] X.Org XInput driver : 19.1
    [ 16.076] X.Org Server Extension : 7.0
    [ 16.077] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 16.079] (--) PCI:*(0:0:2:0) 8086:0116:1043:1427 rev 9, Mem @ 0xddc00000/4194304, 0xc0000000/268435456, I/O @ 0x0000e000/64
    [ 16.079] Initializing built-in extension Generic Event Extension
    [ 16.079] Initializing built-in extension SHAPE
    [ 16.079] Initializing built-in extension MIT-SHM
    [ 16.079] Initializing built-in extension XInputExtension
    [ 16.079] Initializing built-in extension XTEST
    [ 16.079] Initializing built-in extension BIG-REQUESTS
    [ 16.079] Initializing built-in extension SYNC
    [ 16.079] Initializing built-in extension XKEYBOARD
    [ 16.079] Initializing built-in extension XC-MISC
    [ 16.079] Initializing built-in extension SECURITY
    [ 16.079] Initializing built-in extension XINERAMA
    [ 16.079] Initializing built-in extension XFIXES
    [ 16.079] Initializing built-in extension RENDER
    [ 16.079] Initializing built-in extension RANDR
    [ 16.079] Initializing built-in extension COMPOSITE
    [ 16.079] Initializing built-in extension DAMAGE
    [ 16.079] Initializing built-in extension MIT-SCREEN-SAVER
    [ 16.079] Initializing built-in extension DOUBLE-BUFFER
    [ 16.079] Initializing built-in extension RECORD
    [ 16.079] Initializing built-in extension DPMS
    [ 16.079] Initializing built-in extension X-Resource
    [ 16.079] Initializing built-in extension XVideo
    [ 16.079] Initializing built-in extension XVideo-MotionCompensation
    [ 16.079] Initializing built-in extension XFree86-VidModeExtension
    [ 16.079] Initializing built-in extension XFree86-DGA
    [ 16.080] Initializing built-in extension XFree86-DRI
    [ 16.080] Initializing built-in extension DRI2
    [ 16.080] (II) LoadModule: "glx"
    [ 16.080] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.080] (II) Module glx: vendor="X.Org Foundation"
    [ 16.081] compiled for 1.14.2, module version = 1.0.0
    [ 16.081] ABI class: X.Org Server Extension, version 7.0
    [ 16.081] (==) AIGLX enabled
    [ 16.081] Loading extension GLX
    [ 16.081] (II) LoadModule: "intel"
    [ 16.081] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 16.081] (II) Module intel: vendor="X.Org Foundation"
    [ 16.081] compiled for 1.14.2, module version = 2.21.13
    [ 16.081] Module class: X.Org Video Driver
    [ 16.081] ABI class: X.Org Video Driver, version 14.1
    [ 16.082] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    [ 16.084] (++) using VT number 7
    [ 16.096] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 16.096] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 16.096] (==) intel(0): RGB weight 888
    [ 16.096] (==) intel(0): Default visual is TrueColor
    [ 16.096] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
    [ 16.096] (**) intel(0): Relaxed fencing enabled
    [ 16.096] (**) intel(0): Wait on SwapBuffers? enabled
    [ 16.096] (**) intel(0): Triple buffering? enabled
    [ 16.096] (**) intel(0): Framebuffer tiled
    [ 16.096] (**) intel(0): Pixmaps tiled
    [ 16.096] (**) intel(0): 3D buffers tiled
    [ 16.096] (**) intel(0): SwapBuffers wait enabled
    [ 16.096] (==) intel(0): video overlay key set to 0x101fe
    [ 16.096] (II) intel(0): Output eDP1 has no monitor section
    [ 16.097] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 16.098] (II) intel(0): Output VGA1 has no monitor section
    [ 16.098] (II) intel(0): Output HDMI1 has no monitor section
    [ 16.099] (II) intel(0): Output DP1 has no monitor section
    [ 16.099] (II) intel(0): EDID for output eDP1
    [ 16.099] (II) intel(0): Manufacturer: COR Model: 17db Serial#: 0
    [ 16.099] (II) intel(0): Year: 2011 Week: 20
    [ 16.099] (II) intel(0): EDID Version: 1.4
    [ 16.099] (II) intel(0): Digital Display Input
    [ 16.099] (II) intel(0): 6 bits per channel
    [ 16.099] (II) intel(0): Digital interface is DisplayPort
    [ 16.099] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 16.099] (II) intel(0): Gamma: 2.20
    [ 16.099] (II) intel(0): No DPMS capabilities specified
    [ 16.099] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 16.099] (II) intel(0): First detailed timing is preferred mode
    [ 16.099] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 16.099] (II) intel(0): redX: 0.574 redY: 0.341 greenX: 0.352 greenY: 0.564
    [ 16.099] (II) intel(0): blueX: 0.162 blueY: 0.118 whiteX: 0.313 whiteY: 0.329
    [ 16.099] (II) intel(0): Manufacturer's mask: 0
    [ 16.099] (II) intel(0): Supported detailed timing:
    [ 16.099] (II) intel(0): clock: 97.8 MHz Image Size: 293 x 164 mm
    [ 16.099] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 16.099] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 16.099] (II) intel(0): Supported detailed timing:
    [ 16.099] (II) intel(0): clock: 97.8 MHz Image Size: 293 x 164 mm
    [ 16.099] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 16.099] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 16.099] (II) intel(0): CPT
    [ 16.099] (II) intel(0): Unknown vendor-specific block 0
    [ 16.099] (II) intel(0): EDID (in hex):
    [ 16.099] (II) intel(0): 00ffffffffffff000df2db1700000000
    [ 16.099] (II) intel(0): 14150104951d10780a129593575a9029
    [ 16.099] (II) intel(0): 1e505400000001010101010101010101
    [ 16.099] (II) intel(0): 010101010101322640a060841a303020
    [ 16.099] (II) intel(0): 350025a410000018322640a060841a30
    [ 16.099] (II) intel(0): 3020350025a410000018000000fe0043
    [ 16.099] (II) intel(0): 50542020202020202020202000000000
    [ 16.099] (II) intel(0): 004e4c41413133335541303241200044
    [ 16.100] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Printing probed modes for output eDP1
    [ 16.100] (II) intel(0): Modeline "1600x900"x60.0 97.78 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.6 kHz eP)
    [ 16.100] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 16.100] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 16.100] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 16.100] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 16.101] (II) intel(0): EDID for output VGA1
    [ 16.102] (II) intel(0): EDID for output HDMI1
    [ 16.102] (II) intel(0): EDID for output DP1
    [ 16.102] (II) intel(0): Output eDP1 connected
    [ 16.102] (II) intel(0): Output VGA1 disconnected
    [ 16.102] (II) intel(0): Output HDMI1 disconnected
    [ 16.102] (II) intel(0): Output DP1 disconnected
    [ 16.102] (II) intel(0): Using exact sizes for initial modes
    [ 16.102] (II) intel(0): Output eDP1 using initial mode 1600x900
    [ 16.102] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 16.102] (II) intel(0): Kernel page flipping support detected, enabling
    [ 16.102] (==) intel(0): DPI set to (96, 96)
    [ 16.102] (II) Loading sub module "fb"
    [ 16.102] (II) LoadModule: "fb"
    [ 16.102] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.103] (II) Module fb: vendor="X.Org Foundation"
    [ 16.103] compiled for 1.14.2, module version = 1.0.0
    [ 16.103] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.103] (II) Loading sub module "dri2"
    [ 16.103] (II) LoadModule: "dri2"
    [ 16.103] (II) Module "dri2" already built-in
    [ 16.103] (==) Depth 24 pixmap format is 32 bpp
    [ 16.103] (II) intel(0): [DRI2] Setup complete
    [ 16.103] (II) intel(0): [DRI2] DRI driver: i965
    [ 16.103] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
    [ 16.105] (II) UXA(0): Driver registered support for the following operations:
    [ 16.105] (II) solid
    [ 16.105] (II) copy
    [ 16.105] (II) composite (RENDER acceleration)
    [ 16.105] (II) put_image
    [ 16.105] (II) get_image
    [ 16.105] (==) intel(0): Backing store disabled
    [ 16.105] (==) intel(0): Silken mouse enabled
    [ 16.105] (II) intel(0): Initializing HW Cursor
    [ 16.105] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 16.107] (==) intel(0): DPMS enabled
    [ 16.107] (==) intel(0): Intel XvMC decoder enabled
    [ 16.107] (II) intel(0): Set up textured video
    [ 16.108] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 16.108] (II) intel(0): direct rendering: DRI2 Enabled
    [ 16.108] (==) intel(0): hotplug detection: "enabled"
    [ 16.130] (--) RandR disabled
    [ 16.144] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/i965_dri.so failed (/usr/lib/xorg/modules/dri/i965_dri.so: invalid ELF header)
    [ 16.144] (EE) AIGLX: reverting to software rendering
    [ 16.144] (II) AIGLX: Screen 0 is not DRI capable
    [ 16.174] (II) AIGLX: Loaded and initialized swrast
    [ 16.174] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 16.175] (II) intel(0): Setting screen physical size to 423 x 238
    [ 16.402] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 16.402] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 16.402] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.402] (**) Video Bus: Applying InputClass "keyboard"
    [ 16.402] (II) LoadModule: "evdev"
    [ 16.403] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.403] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.403] compiled for 1.14.2, module version = 2.8.1
    [ 16.403] Module class: X.Org XInput Driver
    [ 16.403] ABI class: X.Org XInput driver, version 19.1
    [ 16.403] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.403] (**) Video Bus: always reports core events
    [ 16.403] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 16.403] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.403] (--) evdev: Video Bus: Found keys
    [ 16.403] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.403] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
    [ 16.403] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 16.403] (**) Option "xkb_rules" "evdev"
    [ 16.404] (**) Option "xkb_model" "pc104"
    [ 16.404] (**) Option "xkb_layout" "de"
    [ 16.464] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 16.464] (**) Power Button: Applying InputClass "system-keyboard"
    [ 16.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.464] (**) Power Button: Applying InputClass "keyboard"
    [ 16.464] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.464] (**) Power Button: always reports core events
    [ 16.464] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 16.464] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.464] (--) evdev: Power Button: Found keys
    [ 16.464] (II) evdev: Power Button: Configuring as keyboard
    [ 16.464] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 16.464] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 16.464] (**) Option "xkb_rules" "evdev"
    [ 16.464] (**) Option "xkb_model" "pc104"
    [ 16.464] (**) Option "xkb_layout" "de"
    [ 16.466] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 16.466] (II) No input driver specified, ignoring this device.
    [ 16.466] (II) This device may have been added with another device file.
    [ 16.466] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 16.466] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 16.466] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 16.466] (**) Sleep Button: Applying InputClass "keyboard"
    [ 16.466] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 16.466] (**) Sleep Button: always reports core events
    [ 16.466] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 16.466] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 16.466] (--) evdev: Sleep Button: Found keys
    [ 16.466] (II) evdev: Sleep Button: Configuring as keyboard
    [ 16.467] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 16.467] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 16.467] (**) Option "xkb_rules" "evdev"
    [ 16.467] (**) Option "xkb_model" "pc104"
    [ 16.467] (**) Option "xkb_layout" "de"
    [ 16.467] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.468] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    [ 16.468] (II) No input driver specified, ignoring this device.
    [ 16.468] (II) This device may have been added with another device file.
    [ 16.469] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
    [ 16.469] (II) No input driver specified, ignoring this device.
    [ 16.469] (II) This device may have been added with another device file.
    [ 16.469] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [ 16.469] (II) No input driver specified, ignoring this device.
    [ 16.469] (II) This device may have been added with another device file.
    [ 16.470] (II) config/udev: Adding input device USB2.0 VGA Webcam (/dev/input/event9)
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "system-keyboard"
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "evdev keyboard catchall"
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "keyboard"
    [ 16.470] (II) Using input driver 'evdev' for 'USB2.0 VGA Webcam'
    [ 16.470] (**) USB2.0 VGA Webcam: always reports core events
    [ 16.470] (**) evdev: USB2.0 VGA Webcam: Device: "/dev/input/event9"
    [ 16.470] (--) evdev: USB2.0 VGA Webcam: Vendor 0x13d3 Product 0x5719
    [ 16.470] (--) evdev: USB2.0 VGA Webcam: Found keys
    [ 16.470] (II) evdev: USB2.0 VGA Webcam: Configuring as keyboard
    [ 16.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input9/event9"
    [ 16.470] (II) XINPUT: Adding extended input device "USB2.0 VGA Webcam" (type: KEYBOARD, id 9)
    [ 16.470] (**) Option "xkb_rules" "evdev"
    [ 16.470] (**) Option "xkb_model" "pc104"
    [ 16.470] (**) Option "xkb_layout" "de"
    [ 16.471] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "keyboard"
    [ 16.472] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
    [ 16.472] (**) Asus WMI hotkeys: always reports core events
    [ 16.472] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
    [ 16.472] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
    [ 16.472] (--) evdev: Asus WMI hotkeys: Found keys
    [ 16.472] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
    [ 16.472] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
    [ 16.472] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 10)
    [ 16.472] (**) Option "xkb_rules" "evdev"
    [ 16.472] (**) Option "xkb_model" "pc104"
    [ 16.472] (**) Option "xkb_layout" "de"
    [ 16.473] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
    [ 16.473] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 16.473] (**) AT Translated Set 2 keyboard: always reports core events
    [ 16.473] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 16.473] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 16.473] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 16.473] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 16.473] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 16.473] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 16.474] (**) Option "xkb_rules" "evdev"
    [ 16.474] (**) Option "xkb_model" "pc104"
    [ 16.474] (**) Option "xkb_layout" "de"
    [ 16.475] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 16.475] (II) LoadModule: "synaptics"
    [ 16.475] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 16.475] (II) Module synaptics: vendor="X.Org Foundation"
    [ 16.475] compiled for 1.14.1, module version = 1.7.1
    [ 16.475] Module class: X.Org XInput Driver
    [ 16.475] ABI class: X.Org XInput driver, version 19.1
    [ 16.475] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 16.475] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 16.475] (**) Option "Device" "/dev/input/event10"
    [ 16.596] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 32)
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 16.597] (**) Option "TapButton1" "1"
    [ 16.597] (**) Option "TapButton2" "2"
    [ 16.597] (**) Option "TapButton3" "3"
    [ 16.597] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 16.597] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 16.631] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
    [ 16.631] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.051
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 16.632] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 16.633] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 16.633] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 16.633] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 16.633] (II) No input driver specified, ignoring this device.
    [ 16.633] (II) This device may have been added with another device file.
    [ 30.465] (II) UnloadModule: "synaptics"
    [ 30.465] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Asus WMI hotkeys: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: USB2.0 VGA Webcam: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Sleep Button: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Power Button: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Video Bus: Close
    [ 30.466] (II) UnloadModule: "evdev"
    [ 30.480] (EE) Server terminated successfully (0). Closing log file.
    ~/.xsession-errors
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-store.cfg'
    gnome-session[1818]: WARNING: Failed to start app: Unable to start application: Kindprozess »dropboxd« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-miner-fs.cfg'
    ** Message: applet now removed from the notification area
    ** Message: using fallback from indicator to GtkStatusIcon
    (tracker-miner-fs:1925): Tracker-WARNING **: Invalid desktop file: 'file:///usr/share/desktop-directories/X-Unity-All-Applications.directory'
    (tracker-miner-fs:1925): Tracker-WARNING **: Couldn't get name, missing key (Name)
    JS ERROR: !!! WARNING: 'anonymous function does not always return a value'
    JS ERROR: !!! WARNING: file '/home/oliver/.local/share/gnome-shell/extensions/[email protected]/extension.js' line 597 exception 0 number 157
    JS ERROR: !!! WARNING: 'anonymous function does not always return a value'
    JS ERROR: !!! WARNING: file '/home/oliver/.local/share/gnome-shell/extensions/[email protected]/extension.js' line 1012 exception 0 number 157
    (gnome-shell:1897): Clutter-CRITICAL **: clutter_actor_insert_child_at_index: assertion `child->priv->parent == NULL' failed
    ** Message: applet now embedded in the notification area
    Fensterverwalter-Warnung:CurrentTime used to choose focus window; focus window may not be correct.
    Fensterverwalter-Warnung:Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-shell:1897): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    gnome-session[1818]: WARNING: Could not launch application 'gdu-notification-daemon.desktop': Unable to start application: Kindprozess »/usr/lib/gnome-disk-utility/gdu-notification-daemon« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Bilder/Bildschirmfoto%20von%20%C2%BB2013-06-18%2022:43:01%C2%AB.png" was not found, exec: gnome-settings-daemon, mime_type: image/png
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/yi.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Mabu.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Sommerlager.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/MabuChongquan.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball1.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball2.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    (gnome-settings-daemon:1878): GLib-CRITICAL **: g_variant_get_int32: assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
    ** (update-notifier:2110): WARNING **: log file empty (logrotate?) /var/log/dpkg.log
    ** (update-notifier:2110): WARNING **: log file empty (logrotate?) /var/log/apt/term.log
    WARNING:root:timeout reached, exiting
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Bilder/Bildschirmfoto%20von%20%C2%BB2013-06-18%2022:43:01%C2%AB.png" was not found, exec: gnome-settings-daemon, mime_type: image/png
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/yi.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Mabu.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Sommerlager.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/MabuChongquan.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball1.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball2.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    (gnome-settings-daemon:1878): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gnome-settings-daemon:1878): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (nm-applet:1933): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (update-notifier:2110): Gdk-WARNING **: update-notifier: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (evolution-alarm-notify:2061): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (gnome-screensaver:2031): Gdk-WARNING **: gnome-screensaver: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    Fensterverwalter-Warnung:Log level 16: gnome-shell: Fatal IO error 0 (Erfolg) on X server :0.
    (gnome-shell-calendar-server:1967): Gdk-WARNING **: gnome-shell-calendar-server: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    ** (zeitgeist-datahub:2032): WARNING **: zeitgeist-datahub.vala:227: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    (tracker-miner-fs:1925): Tracker-CRITICAL **: Could not execute sparql: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    after 1788 requests (1788 known processed) with 0 events remaining.

    Meanwhile i found out that tracker could be the source of this problem. If not, tracker has a problem. first i tried to reinstall tracker, output was a lot of lines with:
    tracker: /usr/share/ tracker-concerning-files exist in filesystem
    then i deinstalled it. now when i want to install it, a similar output like obove comes.
    Last edited by meson11 (2013-08-05 16:29:52)

  • [SOLVED]Fusion-icon won't start after Nvidia driver update

    Hi,
    Today I got an update from Arch including a new kernel and an update of my Nvidia drivers. I use GNOME with Compiz Fusion, that is started by Fusion-Icon. Now Fusion-Icon gives the following errors:
    [jozef@frodo ~]$ fusion-icon
    * Detected Session: gnome
    * Error: glxinfo not installed!
    I searched in the repos, but I coulnd't find a package called "glxinfo".
    Could someone help?
    Kind regards,
    Jozef00
    Last edited by jozef00 (2010-11-26 16:30:03)

    Hi Wonder,
    Thank you very much! Now Compiz Fusion works again.
    Kind regards,
    Jozef00

  • [SOLVED] EVE Online won't start after Crucible 1.5 update

    Before i start, i'm aware that this would be better off at WineHQ, but i'm technically not asking for help. I'm just wondering if any of you have gotten it running since the update. I already googled the issue and same thing for me as for every other Linux user, The Launcher works fine, but after the splashscreen it just crashes. So if any of you find a fix (or i find a fix, in which case i'll mark this thread as solved) please share it. Oh and i tried one fix that supposedly worked for a few, but i had no luck. (changing the msvcr100 from (native, builtin) to (builtin, native) )
    Any help appreciated
    Edit:
    Okay i tried pretty much "everything" and i decided to completely remove and re-install wine (and all directories within) and start from a new install. These are the commands i made.
    sudo pacman -Rs wine (first i removed winetricks, wine_gecko, and others requiring wine though)
    rm -rf $HOME/.wine
    rm -f $HOME/.config/menus/applications-merged/wine*
    rm -rf $HOME/.local/share/applications/wine
    rm -f $HOME/.local/share/desktop-directories/wine*
    rm -f $HOME/.local/share/icons/????_*.xpm
    Then i reinstalled wine and winetricks.
    And I installed these packages using winetricks.
    allfonts
    msxml4
    vcrun2005sp1
    vcrun2008
    vcrun2010
    Then simply downloaded and installed the game, and at first i got the same crash error. So i went into winecfg and changed the msvcr100 to (builtin, native) and voila! it works perfectly. I must have had a missing file, or conflicting files or something within wine earlier.
    So it's confirmed, this solution DOES work. And if you're in my position, and all else fails, then you know what to do. Hope this helps anyone who happens to be in the position i was.
    Edit II:
    Okay so after several patches after the big update, it seems to crash after every one of them, but it's simple to work around. When there's a new patch available follow these simple steps.
    - Change msvcr80/90/100 to (native, builtin) and you will be able to successfully update with the launcher
    - when the update is done, close the launcher, open winecfg and change back msvcr80/90/100 to (builtin, native) and you will be able to launch the game.
    This seems to have worked for every patch/update that's released.
    Oh and lastly, i also ended up installing d3dx9_43 with winetricks, don't know if that's necessary or not, but nevertheless.
    Last edited by waspy (2012-03-17 07:41:53)

    Thanks, I had to change mscvr80 and mscvr90 to (builtin, native) also, but your msvcr100 tip lead me there.  Works well for me now, thank you for sharing your experience.

Maybe you are looking for

  • Purchase Order Backend Error!!

    Hi Experts, We are in SRM 5.0 EBP 4.0 extended classic scenario. In a particular case, I find that when a Purchase Order was changed and ordered, it went into backend application error as I could see the same in RZ20 . The alert read " Purchase Order

  • E900 QoS problem

     I'm trying to configure the router's QoS but I'm not succeeding . I put the game League of Legends as a high priority , but as soon as I turn on the TV with Net Flix the game connection is bad . My questions are as follows - DHCP is not done by the

  • Adapter Engine issue

    Hi, I am workingon JDBCXIRFC scenario. After creating Data types, message types, message interfaces and etc, i started defining communciation channel template under "Adapter Objects". While selecting the particular Adapter type, the window is popping

  • Hexadecimal error during activation of DSO from datasource

    hi guys, im facing this error during DSO data activation: Value '"1st anniversary,birthday & staff party"' (hex. '2200310073007400200061006E006E00690076006500720073') of characteristic ZTXOSIK1 contains invalid characters is there any routine that i

  • Not use tape drive in solaris

    os=solaris developer 9/07 tape= HP Storage Works DAT 72 Internal Tape Drive-SCSI card=Adaptec 2916 ON SCSI CARD please help me where to download driver for tape drive and card SCSI command to install driver command to configure hardware thank you for