On Thu, Mar 21, 2024 at 07:47:41AM +1100, Ralph Ronnquist via Dng wrote:
>
> The display server, Xorg, writes a log in ~/.local/share/xorg/Xorg.0.log
> The Xsession scripting invoked by startx writes a log in ~/.xsession-errors
>
> Is there's something in those?
The short answer is no.
in Xorg.0.log no WW or EE
In .xsessionn-errrors
dbus-update-activation-environment: setting DISPLAY=:0
But are :0 and :O.O any different?
$ env | grep DISPLAY
DISPLAY=:0.0
xmodmap: unable to open file '/home/haines/.Xmodmap' for reading
xmodmap: 1 error encountered, aborting.
Never needed .Xmodmap. It is not present
There are many lines like these:
Failed to read: session.ignoreBorder
Setting default value
I assume this because no window manager was loaded.
--
Haines Brown