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 232 - Slight error in docs/html/sdlenvvars.html
Summary: Slight error in docs/html/sdlenvvars.html
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 1.2.10
Hardware: All All
: P2 trivial
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 04:58 UTC by Torbjörn Andersson
Modified: 2006-06-19 23:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjörn Andersson 2006-05-18 04:58:23 UTC
(I should probably have specified SDL 1.2.10 as version, but that's not yet an option and it appears to still be in SVN.)

The file docs/html/sdlenvvars.html says that the environment variable SDL_VIDEO_X11_NO_XRANDR can be used to disable XRandR support, and for all I know this may have been the original plan. However, according to the SDL 1.2.10 release notes, the variable is called SDL_VIDEO_X11_XRANDR and is used to enable XRandR.

The CheckXRandR() function in src/video/x11/SDL_x11modes.c agrees with the release notes.