Re: still can't get X going on 9.2
[email protected] (Steve Blinkhorn) Tue, 29 Mar 2022 11:51:34 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.ports.x86-64 |
|---|---|
| Organization | Psychometric Research & Development Ltd. |
| Message-ID | <[email protected]> |
The answer is in ld.so.conf. I had: /usr/pkg/lib /usr/X11R7/lib I swapped the ordr of the two lines, and now it works. So I imagine that therre is something in /usr/pkg/lib that is being loaded ny xterm, though ldd doesn't suggest that that would happen. Thanks Mouse, Martin and RVP, you just removed a roadblock for me. -- Steve Blinkhorn <[email protected]> You wrote: > > On Tue, 29 Mar 2022, Steve Blinkhorn wrote: > > > The only difference I can find is the version number here: > > > > -lxcb.1 => /usr/pkg/lib/libxcb.so.1 > > > > 1. Did you install the modular-xorg package (in addition to the native > Xorg.)? > > 2. Output of: echo $PATH > > 3. Output of: cat /etc/ld.so.conf > > -RVP > >