You are not logged in.

#26 2015-03-22 21:44:37

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] Xorg quits after 'startx' no error message

Create and update the locate database.
Post the output of

pacman -Qs i3
ls -l /usr/lib/libEGL.so.1
ls -l /usr/lib/mesa/libEGL.so.1

Offline

#27 2015-03-22 22:28:39

15goudreau
Member
Registered: 2014-06-19
Posts: 86

Re: [solved] Xorg quits after 'startx' no error message

OK so with back ticks,

LibEGL.so.1 => /usr/lib/libEGL.so.1 (0x00007f4f7acc4000)
Yes it exists

Pacman -Qs

Local/dri3proto 1.0-1
      X11 dri3 protocol
Local/i3-wm 4.9.1-1 (i3)
      An improved dynamic tiling window manager
Local/i3lock 2.6-1 (i3)
      An improved screenlocker based upon xcb and pam
Local/i3status 2.8-2 (i3)
      Generated status bar to use with i3bar dzen2 or xmobar

Ls -l /usr/lib/libEGL.so.1
Lrwxrwxrwx 1 root root 16 mar 1 08:02 /usr/lib/libEGL.so.1 -> libEGL.so.346.47

Ls -l /usr/lib/mesa/libEGL.so.1
Lrwxrwxrwx 1 root root 15 mar 14 13:41 /usr/lib/mesa/libEGL.so.1 -> libEGL.so.1.0.0

Hope that helps

Last edited by 15goudreau (2015-03-22 22:29:50)

Offline

#28 2015-03-22 22:37:04

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [solved] Xorg quits after 'startx' no error message

It helps partially. Where does libEGL.so.346.47 point to? By that I mean what does this say

ls -l /usr/lib/libEGL.so.346.47

It should point to /usr/lib/nvidia/libEGL.so.346.47

Offline

#29 2015-03-22 22:40:35

15goudreau
Member
Registered: 2014-06-19
Posts: 86

Re: [solved] Xorg quits after 'startx' no error message

It does point to that file path

Offline

#30 2015-03-22 22:45:37

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: [solved] Xorg quits after 'startx' no error message

This seems very odd.  I don't know if this is the best next step, but if I was in this spot, I'd try to get strace output from i3.  Changing the xinitrc line to the following should do that, though I've never straced from within xinitrc:

#exec i3
strace i3 > ~/trace.log 2>&1

The top of trace.log should then show exactly when and how each of the libs are being accessed.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#31 2015-03-22 23:09:21

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [solved] Xorg quits after 'startx' no error message

This now officially makes no sense. Drivers are installed properly. X shows everything is ok. And yet, i3 can't find EGL, despite the files pointing to the correct places. Try something other than i3. And just to be sure (I'm thinking file corruption, as unlikely as it may be), reinstall nvidia-utils.

Offline

#32 2015-03-22 23:17:40

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [solved] Xorg quits after 'startx' no error message

Any chance these files are on a volume that is mounted with the noexec flag?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#33 2015-03-29 14:01:04

15goudreau
Member
Registered: 2014-06-19
Posts: 86

Re: [solved] Xorg quits after 'startx' no error message

@ ewaller, no everything is mounted with rwx.

@trilby, not sure what happened, but when I installed trace today, (I had to do a system update) and used that command, I was finally able to launch i3. I guess I'll marked this solved, even though it doesn't seem to be solved due to our troubleshooting. Thanks for all the help guys, I appreciate it.

Offline

Board footer

Powered by FluxBB