StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
300 stars 22 forks source link

Unable to launch Xschem #173

Closed Aayushmi26muktui closed 3 months ago

Aayushmi26muktui commented 5 months ago

Hi,

I am in the last step but when I try to launch xschem, it does not launch the xschem window and shows this.

Capture1

Can you please help me ? What do you think I should do next ?

StefanSchippers commented 5 months ago

Try to run any other linux graphical application, like xterm, xclock, xedit, (install x11-apps package: sudo apt install x11-apps) If xschem does not open a window this means no Xserver is running. Try to see if DISPLAY variable is defined: echo $DISPLAY If nothing is returned try to set it up: export DISPLAY=:0 but likely no Xserver is running.

Aayushmi26muktui commented 5 months ago

Yess you are right no Xserver is running. How do it get Xserver running ?

I tried to install Xservers by :

sudo apt-get install xorg sudo apt-get install openbox

But that does not fix my problem.

Capture2

StefanSchippers commented 5 months ago

If you are running a WSL linux under windows do some research. I think lot of people are using this setup, but I don't have a windows machine.

Try this web page. https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps