efabproject
06/10/2024, 2:49 AMMitch Bailey
06/10/2024, 4:11 AMklayout
specific or related to all gui? Can you run xeyes
?
If it’s related to all gui, you might try installing klayout manually outside the docker.aquiles viza
06/10/2024, 5:02 AMdocker run -it --rm \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
--net=host \
-e DISPLAY \
-e XDG_RUNTIME_DIR \
-e PULSE_SERVER \
<OPENLANE/IMAGE> bash
Or something like this, I'm not sure how to do it specifically on openlane.efabproject
06/11/2024, 4:10 PMMitch Bailey
06/12/2024, 12:40 AMefabproject
06/13/2024, 3:46 PMaquiles viza
06/13/2024, 3:55 PM<OPENLANE/IMAGE>
part is an indication to replace with correct value, which is the openlane docker image tag.
I'm not sure if openlane is intented to be used with graphical user interface capabilities. Maybe using iic-osic-tools would be better? I totally agree that openlane should have a "graphical" mode, I just don't know.