We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3209 - (Linux) No available displays error on SDL_Init
Summary: (Linux) No available displays error on SDL_Init
Status: RESOLVED DUPLICATE of bug 3185
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 blocker
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-20 22:02 UTC by cedega.git
Modified: 2015-12-21 22:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cedega.git 2015-12-20 22:02:32 UTC
The latest version of SDL on Mercurial fails on SDL_Init(SDL_INIT_EVERYTHING). SDL_GetError() reports that there are "No available displays".

In contrast, both 2.0.3 and 2.0.4-RC2 don't have this issue.

Seems to be the same issue as https://forums.libsdl.org/viewtopic.php?t=11603&sid=05ab82b42fb18e06433aa68ae7de4e0d
Comment 1 Philipp Wiesemann 2015-12-21 19:34:28 UTC
Maybe related to bug 3185.

Does it happen with SDL_INIT_VIDEO only?
Comment 2 cedega.git 2015-12-21 22:56:54 UTC
Yeah it's the problem outlined in 3185.

*** This bug has been marked as a duplicate of bug 3185 ***