Auterion / px4-simulation-ignition

28 stars 24 forks source link

../src/intel/isl/isl.c:2105: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available. #32

Closed AnishMathewOommen closed 5 months ago

AnishMathewOommen commented 5 months ago

Please help me to solve this issue

Using Ros : Noetic (20.04 version) When I run gazebo I get the below error gazebo ../src/intel/isl/isl.c:2105: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available.

AnishMathewOommen commented 5 months ago

Found the Solution for the above problem Please type the below commands in the terminal the issue will be solved( Updating Mesa driver)

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade

Reference document: https://itsfoss.com/install-mesa-ubuntu/