Linux Format

Answers

Neil Bothwick knows more about Linux than you. Probably!

QDeskreen discombobulation

I was hoping to try Deskreen (LXF278) with my Pi400, so that I can use an older computer as a display. It didn’t work for me at all. I did find the support pages of Deskreen’s GitHub at https://github.com/pavlobu/deskreen/issues/59 so confusing that I gave up! Can you advise how I can get this to work?

Thomas Rasche

A I’ll start with a disclaimer: I don’t have access to a Pi400 so this was done on a plain old Pi 4. You don’t say which OS you have on the Pi, so I’ll assume it is the standard Raspberry Pi OS, the OS formerly known as Raspbian. The GitHub page you refer to is basically a discussion between people who have already got it working rather than a set of instructions for those who haven’t, but near the bottom of the page there is a link to an AppImage build for the Raspberry Pi.

An AppImage is an all-in-one software bundle; all dependencies and the executables should be contained in the one file, which you simply run. It is not the most efficient way of running software – the bundle probably contains duplicates of software you already have on your system – but it is a quick and easy way of using it. The AppImage on the main site is for x86 processors; make sure you get the Arm one from the GitHub link. Download it to your home

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format9 min read
The Epochalypse
On 2nd November 2000, a man calling himself John Titor began posting on Art Bell’s BSS forums, claiming to be from the O future year of 2036. Titor painted a grim version of the 21st century, a cross between Pat Frank’s 1959 post-apocalyptic epic Ala
Linux Format1 min read
Ultimate Desktop Upgrade!
LXF316 will be on sale Tuesday 28th May 2024 Word processors that can help craft that novel you’ve always been talking about and organise large projects. Revive the old roleplaying system for a digital age as we recreate our own play-by-mail gaming
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o

Related