|
If you ever get the
SDL app error message "Unable to open a console terminal" ...
a likely cause is that you
didn't have X11 devel headers installed when you compiled your own SDL
so it falls back to fbcon. either use your distribution's SDL packages or
install the X11 devel packages and reconfigure/compile SDL.
|