Re: [OpenIndiana-discuss] SMF and X11 startup problem [solved]

2021-02-24 Thread Reginald Beardsley via openindiana-discuss
Sigh, I finally figured out what was wrong. It's a dual monitor system, but because I have it on my test bench I only had one monitor connected. Having read all the SMF documentation and wandered around /var looking at logs and discovering just how many places system logs are stored I'm rathe

Re: [OpenIndiana-discuss] SMF and X11 startup problem

2021-02-24 Thread Jim Klimov
On February 24, 2021 2:12:02 AM UTC, "Nelson H. F. Beebe" wrote: >Reginald Beardsley asks on the list today: > >>> Does anyone know what the missing environment variable is or >>> where the reference to >>> /usr/X11/lib/modules/extensions//libglx.so >>> is located? > >On a Fedora 33 Linux s

Re: [OpenIndiana-discuss] SMF and X11 startup problem

2021-02-23 Thread Reginald Beardsley via openindiana-discuss
The double slash is symptomatic of an undefined environment variable. I've fixed such things very many times. .../$FOO/... becomes ...//... if FOO is not defined. Unix treats multiple slashes as a single slash. The filesystem is littered with copies of the library. That's how people who don't

Re: [OpenIndiana-discuss] SMF and X11 startup problem

2021-02-23 Thread Nelson H. F. Beebe
Reginald Beardsley asks on the list today: >> Does anyone know what the missing environment variable is or >> where the reference to >> /usr/X11/lib/modules/extensions//libglx.so >> is located? On a Fedora 33 Linux system, I find that library in /usr/lib64/xorg/modules/extensions/

Re: [OpenIndiana-discuss] SMF and X11 startup problem

2021-02-23 Thread Alan Coopersmith
On 2/23/21 4:26 PM, Reginald Beardsley via openindiana-discuss wrote: Does anyone know what the missing environment variable is or where the reference to /usr/X11/lib/modules/extensions//libglx.so is located? The ogl-select SMF service should create the right links - make sure it is enabled

Re: [OpenIndiana-discuss] SMF and X11 startup problem

2021-02-23 Thread Reginald Beardsley via openindiana-discuss
Following the hints Rolf provided I raised the debug level via svccfg. It appears that the issue is not finding libglx.so. In particular it is failing on a dlopen of /usr/X11/lib/modules/extensions//libglx.so the "//" screams unset environment variable to me. The filesystem contents suggest

[OpenIndiana-discuss] SMF and X11 startup problem

2021-02-23 Thread Reginald Beardsley via openindiana-discuss
I'm having problems getting SMF to start X properly. I did svcadm enable -r /application/graphical-login/cde-login but it doesn't get past the nVidia splash screen. I've loaded the entire manual set on a 12.9" iPad Pro which has got to be the coolest solution to the problem of computer syst