Sujet : Re: Unclutter on Official Touchscreen
De : john (at) *nospam* building-m.simplistic-anti-spam-measure.net (John)
Groupes : comp.sys.raspberry-piDate : 26. Mar 2024, 17:28:25
Autres entêtes
Organisation : Building M
Message-ID : <86jzlp3ql2.fsf@building-m.net>
References : 1 2 3 4 5 6
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
The Incredible Bulk <
please.nospam@me.com> writes:
John wrote:
John <john@building-m.simplistic-anti-spam-measure.net> writes:
The Incredible Bulk <please.nospam@me.com> writes:
>
John wrote:
The Incredible Bulk <please.nospam@me.com> writes:
>
I am trying to use unclutter on bookworm with the official 7" touchscreen.
>
However I get unclutter: could not open display
How and when are you running the command?
john
>
>
At the mmoment just from the command line to test it out
>
From the command line... in a terminal emulator inside X? Because if
you're ssh'd in you'll need to tell it which display to talk to, e.g.
DISPLAY=0 unclutter
>
john
This should, of course, be
DISPLAY=:0 unclutter
Mea culpa.
john
The problem is I do not know what the value for display=: should be as
0 does not work (display not found) and all other numbers produce the
same result
If you are running X, it's almost certainly :0
If you're not running X, what do you expect this X program to do when
you run it?
n.b. it *must* be DISPLAY=:0, not display=:0
john