Nearly Running on Raspberry Pi / RetroPie / Debian Jessie #327
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thank you for your instructions for installing on Debian Jessie. It allowed me to compile it, but now I don't know enough to take the next step.
I'm trying to get cool-retro-term to work on RetroPie for text games.
To start, I installed the deps:
In order to compile it without memory errors, I needed to increase my swapfile size. But then I was good to go. Though it took a while, it compiled successfully.
But when I run it, I get an error.
There are gaps in my understanding around X-windows requirements. What am I missing?
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40413478-nearly-running-on-raspberry-pi-retropie-debian-jessie?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).I don't know how RetroPie works - does it run as an X app, or just take over drawing the whole display in place of X ? CRT requires an X server...
@tomchiverton Definitely a question for those who are more X and video savvy. Sorry.
Is your shell session an SSH connection to the computer ? Or is it an on-screen, on-device terminal ?
I am ssh'd in but running video in the console's xterm.
--
Wes Modes
http://modes.io
Sent from my Apple ][e
Did you manage to get it working? I am surprised that there is such a little information about using CRT with the Raspberry Pi... I hope you made it.
Hi, if anyone is interested, after many different tries I found that the best way to use CRT with RPi is using ArchLinuxARM and http://www.chaos-reins.com/qpi/ Its creator, Donald Carr supplied more info for CRT in https://www.youtube.com/watch?v=NVUPV3yJv04 It works great, very fast. There are only problems with menus (as many other users are experiencing)
Same issue when trying it within a Docker container:
@wmodes
Try
$ DISPLAY=:0 ./cool-retro-term
This issue should be considered resolved/closed as core issue was due to @wmodes being SSH'ed into the system without a valid
DISPLAY
target set to launch it on the Pi's running X server.Likely it would have worked fine if it been launched from an X session terminal on the Pi or like @ways described by manually setting
DISPLAY=:0 ./cool-retro-term
(assuming Xauth stuff allowed it).