• Unclutter on Official Touchscreen

    From The Incredible Bulk@3:770/3 to All on Saturday, March 23, 2024 10:02:05
    I am trying to use unclutter on bookworm with the official 7" touchscreen.

    However I get unclutter: could not open display

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From John@3:770/3 to The Incredible Bulk on Saturday, March 23, 2024 21:34:55
    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

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From The Incredible Bulk@3:770/3 to John on Sunday, March 24, 2024 07:59:23
    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

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From John@3:770/3 to The Incredible Bulk on Monday, March 25, 2024 16:10:18
    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

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From John@3:770/3 to John on Monday, March 25, 2024 21:20:52
    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

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From The Incredible Bulk@3:770/3 to John on Tuesday, March 26, 2024 07:41:00
    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

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From John@3:770/3 to The Incredible Bulk on Tuesday, March 26, 2024 16:28:25
    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

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Chris Green@3:770/3 to John on Tuesday, March 26, 2024 16:43:42
    John <john@building-m.simplistic-anti-spam-measure.net> wrote:
    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

    Usually :0.0 for the local display I think:-

    chris$ echo $DISPLAY
    :0.0
    chris$

    --
    Chris Green
    ยท

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Andy Burns@3:770/3 to Chris Green on Tuesday, March 26, 2024 17:07:26
    Chris Green wrote:

    John wrote:

    If you are running X, it's almost certainly :0

    Usually :0.0 for the local display I think:-
    Has Wayland arrived on rPIs yet?

    It broke my ways of running X apps from consoles when it arrived in
    Fedora ...

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From John@3:770/3 to Chris Townley on Tuesday, March 26, 2024 17:33:57
    Chris Townley <news@cct-net.co.uk> writes:

    On 26/03/2024 17:07, Andy Burns wrote:
    Chris Green wrote:

    John wrote:

    If you are running X, it's almost certainly :0

    Usually :0.0 for the local display I think:-
    Has Wayland arrived on rPIs yet?
    It broke my ways of running X apps from consoles when it arrived in
    Fedora ...

    Wayland came with Bookworm, on Pi4 and Pi5. You can switch back to X
    using rpi-config

    Good call, I'd forgotten about the Wayland possibility.

    If you're running Wayland, I would be shocked if unclutter works at
    all.

    john

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Chris Townley@3:770/3 to Andy Burns on Tuesday, March 26, 2024 17:31:11
    On 26/03/2024 17:07, Andy Burns wrote:
    Chris Green wrote:

    John wrote:

    If you are running X, it's almost certainly :0

    Usually :0.0 for the local display I think:-
    Has Wayland arrived on rPIs yet?

    It broke my ways of running X apps from consoles when it arrived in
    Fedora ...

    Wayland came with Bookworm, on Pi4 and Pi5. You can switch back to X
    using rpi-config

    --
    Chris

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From The Incredible Bulk@3:770/3 to John on Monday, April 01, 2024 13:21:28
    John wrote:
    Chris Townley <news@cct-net.co.uk> writes:

    On 26/03/2024 17:07, Andy Burns wrote:
    Chris Green wrote:

    John wrote:

    If you are running X, it's almost certainly :0

    Usually :0.0 for the local display I think:-
    Has Wayland arrived on rPIs yet?
    It broke my ways of running X apps from consoles when it arrived in
    Fedora ...

    Wayland came with Bookworm, on Pi4 and Pi5. You can switch back to X
    using rpi-config

    Good call, I'd forgotten about the Wayland possibility.

    If you're running Wayland, I would be shocked if unclutter works at
    all.

    john

    You are correct - I am using Waylnd and it does not work!

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)