Clone of mesa.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

envvars.html 800B

12345678910111213141516171819202122232425
  1. <HTML>
  2. <TITLE>Environment Variables</TITLE>
  3. <BODY text="#000000" bgcolor="#55bbff" link="#111188">
  4. <H1>Environment Variables</H1>
  5. <p>
  6. Mesa supports the following environment variables:
  7. </p>
  8. <ul>
  9. <li>MESA_DEBUG - if defined, error messages are printed to stderr
  10. <li>MESA_NO_DITHER - disable dithering, overriding glEnable(GL_DITHER)
  11. <li>MESA_RGB_VISUAL - specifies the X visual and depth for RGB mode (X only)
  12. <li>MESA_CI_VISUAL - specifies the X visual and depth for CI mode (X only)
  13. <li>MESA_BACK_BUFFER - specifies how to implement the back color buffer (X only)
  14. <li>MESA_PRIVATE_CMAP - force aux/tk libraries to use private colormaps (X only)
  15. <li>MESA_GAMMA - gamma correction coefficients (X only)
  16. <li>MESA_XSYNC - enable synchronous X behavior (for X debugging only)
  17. </ul>
  18. </BODY>
  19. </HTML>