You need to enable the remote X sessions on your SuSe box. So, login at your desktop, open the shell, and type:
xhost +<IP_address_of_server>
Where your IP_address_of_server is the address of your machine where you are starting the actual program (so you allow incoming X connections).
However, this is so secure, so the best option may be to use SSH and X-forwarding. Then, on the SuSe box, you should open a terminal and type in the following:
ssh -X <account>@<IP_address_of_server>
Then, in an ssh session start the X program without any DISPLAY options, and your output should appear on the local desktop.
In case you have trouble with your -X option, you may try your -Y one, but see the manual page of ssh for details.
Want to be a Linux expert? Come and join this Linux course