This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links
XWINDOWS...nobody

Version management

Difference between version and

At line 1 added 24 lines
To use X-Windows on your workstation to do a connection to a server.
!Solaris/Linux
Execute the following:
{{{export DISPLAY=x.x.x.x:0
# xhost +
# xterm
}}}
NOTE: on Solaris you can find xhost and xterm at: /usr/openwin/bin/xhost
The xhost + command allows the export of the display to any workstation.
The "export DISPLAY=x.x.x.x:0" command exports the display to the IP Address of your workstation. The ":0" is the display number of the display and is usually 0, but it must be unique.
The "xterm" command will open a terminal sessoon on your workstation for the server.
!NetWare
Execute the following:
{{{env DISPLAY=x.x.x.x:0
envset DISPLAY=x.x.x.x:0
}}}
Launch the product install (NWCONFIG) or run STARTX to start the GUI. The display will be redirected to your local X-Server.