deloptes composed on 2022-06-09 08:20 (UTC+0200):
Felix Miata wrote:
/etc/trinity/tdm/Xsetup
you simply shouldn't put stuff around in global files that is not meant to be interpreted globally
Because what's in Xsetup is to be run before anybody logs in, so *is* a system thing. Clearly that's global. Nobody's logged in.
the original content of the file is
>>>START
#! /bin/sh # Xsetup - run as root before the login dialog appears
#xconsole -geometry 480x130-0-0 ..... <<<<<<<<END
Are you trying to say that #xconsole line constitutes EOF? How does a comment line get to be an EOF when a command sequence follows???
So try with the original file and see if it works
Sure it works, but then the /home/setup content (which is an xrandr command) isn't applied to Xorg startup before the greeter paints, is not "run as root before the login dialog appears".
Also why posting this in the devel list, when it is clearly a user problem?
Because it looks like Xsetup handling is broken.