ros2 / rviz

ROS 3D Robot Visualizer
BSD 3-Clause Clear License
293 stars 211 forks source link

black backgroud splash ? #966

Open chopin1998 opened 1 year ago

chopin1998 commented 1 year ago

my os is ubuntu 22.04, upgraded to latest.

recently, my rviz2 background is splashing...even there is nothing item was selected.

and no error log from terminal,

what's the problem?

https://user-images.githubusercontent.com/643792/229682354-a14a7714-604d-4c7a-b602-509020994b06.mp4

////

it's NOT a virtual machine, but on a real hardward.

glxgears is running well.

and i always try LIBGL_ALWAYS_SOFTWARE=1, cpu is busy, but background still splashing....

help me please

chopin1998 commented 1 year ago

i got a temp solution... when the background flash, i switch to other desktop (Win+F1/F2/F3....), the switch back

it display ok, but you cannot resize the window, otherwise flash again...

i have no idea now...

Practice3DVision commented 1 year ago

I also get this bug, ros humbel(Ubuntu22.04).

CatInTheRain commented 1 year ago

I found the same error while i was using a docker. Studying the dockerfile. I tried to remove the following installed package:

sudo apt remove qt5dxcb-plugin

and I solve this issue. I don't know if it could be usefull

Practice3DVision commented 1 year ago

I found the same error while i was using a docker. Studying the dockerfile. I tried to remove the following installed package:

sudo apt remove qt5dxcb-plugin

and I solve this issue. I don't know if it could be usefull

Nice, it is useful.Very thanks for you.

chopin1998 commented 1 year ago

c00l, but my other software depends on qt5dxcb-plugin......