Model is completly gray.

2021-1-11 1514

This started after my last system patch (it was working before).  I am using Linux Mint 20.04.


This is effecting multiple versions of Chitubox (1.6 - 1.8 Beta), I did try graphics compatibility mode, no change.


Also the orientation cube in 1.8 is messed up.  Ideas?


Here is a screenshot:

https://imgur.com/a/UBmd8N6


System Information:

Linux Mint 20.04

Chitubox 1.8 Beta

AMD Radeon RX 580 with open source MESA drivers.


I will be tring software render mode shortly.

New Post (10)
  • 2021-1-11
    Quote 2Floor

    Software rendering corrects the issue.  So there is some sort of an issue with the GPU acceleration.


    I am using Cinnamon Desktop.

  • Guest 2021-2-4
    Quote 3Floor
    I can confirm.
    Gray model on gray background.
    Linux Mint (Ubuntu 20.04) / AMD Ryzen CPU / AMD Vega64 GPU
  • Daniel Taylor 2021-2-10
    Quote 4Floor
    Bumping this back up. Do we have a solution yet?
  • Guest 2021-2-11
    Quote 5Floor
    Daniel Taylor Bumping this back up. Do we have a solution yet?
    Solution is another slicer ...
    https://lychee.mango3d.io/
  • Guest 2021-2-20
    Quote 6Floor
    Daniel Taylor Bumping this back up. Do we have a solution yet?
    I have found the ""best"" way to run with software rendering (even though the FPS is utter TRASH) is to put 
    MESA_GL_VERSION_OVERRIDE=4.5 LIBGL_ALWAYS_SOFTWARE=1
    before running the file
    ( basically, you do "MESA_GL_VERSION_OVERRIDE=4.5 LIBGL_ALWAYS_SOFTWARE=1 ./AppRun" )
    The only true solution is for them to fix the OpenGL drawing so it applies color to the model ^^'' 
  • 2021-2-20
    Quote 7Floor
    YES - this worked! I use a start.sh script (Kubuntu 20.04.2 with AMD 5700XT card).

    Here is my script....put in the root folder of the unzipped chitubox v1.8.1 files.

    #!/bin/bash
    CB_DIR="/home/jason/Elegoo-ChiTuBox/CHITUBOX V1.8.1/"
    export LD_LIBRARY_PATH=$CB_DIR/lib
    export MESA_GL_VERSION_OVERRIDE=4.5 
    export LIBGL_ALWAYS_SOFTWARE=1
    "$CB_DIR"/AppRun

  • Guest 2021-2-20
    Quote 8Floor
    Thank you, copied your script, and it has resolved my issues with both the model not displaying, and Chitubox 1.8.1.
  • 2021-6-17
    Quote 9Floor

    This fixed my issue as well, but now Chitubox runs unusably slow. I try to rotate the view and I have to wait 5 seconds before the screen refreshes. I'm using ubuntu 20.04, threadripper, 2x vega 64s. I'm new to resin printing and haven't been able to get this running for my first print with my new elegoo. The instructions for linux are literally just run the file lol. Do I need to install the opengl drivers? I've had issues with them in the past. 


    Update: I found the solution. For me it was removing everything except the LD path and adding AMD_DEBUG=mono per this thread: https://www.reddit.com/r/3Dprinting/comments/jr7czb/chitubox_problems_on_ubuntu_2004/

  • Daniel Taylor 2021-6-20
    Quote 10Floor
    Hi,

    Revisiting this post after 4 months of not printing :( I'm glad to see we have a possible solution, could you please break it down into simple clear instructions? I'm not the most technical when it comes to Linux (still got a lot to learn) and would really appreciate the help to enjoy this hobby again.

    Thanks so much, 
  • Daniel Taylor 2021-6-20
    Quote 11Floor
    Just another quick update (cos I've been at this for about 3hrs now), if I put cd '/home/ddm/CHITUBOX 1.8 Beta'; AMD_DEBUG=mono ./CHITUBOX; cd in terminal, it works. However, I need to execute that every time, is that right? I also tried this "start.sh" script listed above but not sure I was implementing that correctly.