[Bug 1172859] Re: KWin crashes on startup in 13.4 with nvidia driver

2013-05-02 Thread Harald Sitter
ldd /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1 ldd /usr/lib/x86_64-linux-gnu/libwayland-client.so.0 ldd /usr/lib/x86_64-linux-gnu/libwayland-server.so.0 ls -lah /usr/lib/x86_64-linux-gnu/libwayland*.so* dpkg -s libegl1-mesa dpkg -s libwayland0 dpkg -L libwayland0 apt-cache policy

[Bug 1172859] Re: KWin crashes on startup in 13.4 with nvidia driver

2013-05-02 Thread Frederik Gladhorn
14:21 ~$ ldd /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1 linux-vdso.so.1 = (0x7fff593b2000) libX11-xcb.so.1 = /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x7f5d3fbda000) libxcb-dri2.so.0 = /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 (0x7f5d3f9d5000)

[Bug 1172859] Re: KWin crashes on startup in 13.4 with nvidia driver

2013-05-02 Thread Harald Sitter
Thanks. ldd resolves libwayland to /usr/local/lib/libwayland-server.so.0, which is a custom built binary that is not binary compatible with what we ship in ubuntu. I suggest that you either remove the custom build (seeing as it is outdated anyway) or update it to =1.0.5. ** Changed in:

[Bug 1172859] Re: KWin crashes on startup in 13.4 with nvidia driver

2013-04-25 Thread Felix Geyer
Note that kwin is only indirectly linked against wayland (kwin - libEGL - libwayland). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1172859 Title: KWin crashes on startup in 13.4 with nvidia