Skip to content

Commit

Permalink
Normalized endlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 8, 2015
1 parent 69bef00 commit f1924a6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/README-raspberrypi.md
Expand Up @@ -154,19 +154,19 @@ this determining the CAPS LOCK behavior:
OpenGL problems
================================================================================

If you have desktop OpenGL headers installed at build time in your RPi or cross
compilation environment, support for it will be built in. However, the chipset
does not actually have support for it, which causes issues in certain SDL apps
since the presence of OpenGL support supersedes the ES/ES2 variants.
The workaround is to disable OpenGL at configuration time:
If you have desktop OpenGL headers installed at build time in your RPi or cross
compilation environment, support for it will be built in. However, the chipset
does not actually have support for it, which causes issues in certain SDL apps
since the presence of OpenGL support supersedes the ES/ES2 variants.
The workaround is to disable OpenGL at configuration time:

./configure --disable-video-opengl

Or if the application uses the Render functions, you can use the SDL_RENDER_DRIVER
environment variable:

export SDL_RENDER_DRIVER=opengles2


Or if the application uses the Render functions, you can use the SDL_RENDER_DRIVER
environment variable:

export SDL_RENDER_DRIVER=opengles2

================================================================================
Notes
================================================================================
Expand Down

0 comments on commit f1924a6

Please sign in to comment.