Changes between Version 7 and Version 8 of mesalib
- Timestamp:
- 09/07/2021 07:12:48 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mesalib
v7 v8 1 1 = MesaLib = 2 2 3 For Mesa, you need at least the following Xorg modules installed: 3 If you wish to use the intel crocus driver, as of August 2021 you need to use an environment variable when starting X, MESA_LOADER_DRIVER_OVERRIDE=crocus 4 4 5 * '''proto/''': 6 * ? (build-time only) 7 * '''lib/''': 8 * ''SM'' 9 * ''ICE'' 10 * ''X11'' 11 * ''Xext'' 12 * ''Xmu'' 13 * ''Xt'' 14 * ''Xxf86vm'' 15 * ''Xi'' 16 * '''utils/''' 17 * ''makedepend'' (build-time only) 5 The intel iris driver should already be the default. 18 6 19 Aside from that, you need '''expat''' installed. 20 Remember to keep the Mesa source directory, as the Xorg server package needs it to build. 7 For the old i965 driver, 'glxinfo -B' will report 8 {{{ 9 OpenGL vendor string: Intel Open Source Technology Center 10 }}} 11 12 For crocus and iris it will report 13 {{{ 14 OpenGL vendor string: Intel 15 }}} 21 16 22 17 [wiki:Xorg7 Up][[br]]