Changes between Version 5 and Version 6 of troubleshooting
- Timestamp:
- Aug 30, 2016, 12:33:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
troubleshooting
v5 v6 28 28 So be sure that you get the version of the files from the server when you update the repositories by answering ''tf'' to the conflict question. Otherwise, you will stay with the older versions. In doubt you can erase your local repositories and [wiki:repo/sync checkout them again], but be sure not to erase your personal work. 29 29 Another solution is to [wiki:compile_all compile all] again after the update. 30 31 == LibGL error with Ubuntu 16.04 and Intel Graphics == 32 33 When you try to launch the flair simulator, you have a LibGL error and the GUI doesn't appear while your using the Intel graphic drivers ? The problem is linked to a wrong place where to find some libs. So, you have to copy them : 34 * sudo cp -a /usr/lib/x86_64-linux-gnu/libdrm.so* /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so* /usr/lib/x86_64-linux-gnu/mesa 35 36 Relauch Flair, all should work.