ggarra13 / mrv2

Professional player and review tool for vfx, animation and computer graphics.
https://mrv2.sourceforge.io
BSD 3-Clause "New" or "Revised" License
197 stars 14 forks source link

Incorrect display of Mrv2 is observed #148

Closed theavege closed 5 months ago

theavege commented 10 months ago

Hello.

Debian Stable, XFCE. Incorrect display of Mrv2 is observed

https://github.com/ggarra13/mrv2/assets/15143134/e8d63f66-c16c-4921-8d8d-04b4f546c351

Sincerely, Artem

ggarra13 commented 10 months ago

Try downloading v0.8.4 beta from:

https://sourceforge.net/projects/mrv2/files/beta/

and see if it fixes your problems. If it does not, then I need some more info:

1) XFCE version 2) Are you running it under XWayland or X11/X.org?

ggarra13 commented 10 months ago

I tried it both v0.8.3 and v0.8.4 beta under Ubuntu 22.04.3, and XFCE 4.16:

$ apt list xfce4-panel xfce4-panel/jammy,now 4.16.3-1 amd64

and I could not reproduce your behavior.

theavege commented 10 months ago

image

image

ggarra13 commented 10 months ago

What is your graphics card (model, version, drivers, etc)?

theavege commented 10 months ago

image

ggarra13 commented 10 months ago

To rule out graphic cards issues (or to confirm them), did you try running mrv2 under a different Window manager like GNOME?

ggarra13 commented 10 months ago

If you confirm it is a graphics card/driver issue, you could try switching from "modesetting" to the "intel" driver.

You can do this by creating a configuration file in the /etc/X11/xorg.conf.d/ directory. For example:

sudo nano /etc/X11/xorg.conf.d/20-intel.conf

Add the following content:

Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
EndSection

Save the file and restart the X server:

sudo service lightdm restart

theavege commented 10 months ago

image

image

https://github.com/ggarra13/mrv2/assets/15143134/b1de8028-45de-4da4-a0a2-fedc8293c988

https://github.com/ggarra13/mrv2/assets/15143134/d498b98c-300d-451b-96f6-36cca77ab0ab

ggarra13 commented 10 months ago

What am I looking at? Is any of those movies running under GNOME? I checked with another user that also has an Intel card and he reports no errors, so I don't think it is a card or driver issue. I believe this is a Window manager issue.

theavege commented 10 months ago

What am I looking at?

I'm trying to show an incorrect display

Is any of those movies running under GNOME?

I don't use GNOME. I'm using XFCE.

I checked with another user that also has an Intel card and he reports no errors, so I don't think it is a card or driver issue.

Clear

I believe this is a Window manager issue.

Thanks.

ggarra13 commented 10 months ago

Is any of those movies running under GNOME?

I don't use GNOME. I'm using XFCE.

I understand you may not want to switch from XFCE, but I suggested you try it to see it if actually works. In any case, I've run out of ideas for you to try, so you might want to check with the XFCE forums / developers.

theavege commented 10 months ago

Thank you. I understood you. I'll take your advice.