Nota: Per a Windows, podeu descarregar-vos el programa xmins (http://www.iteisa.com/xmins/) que permetrà la connexió entre la màquina windows i Linkat.
Article original:
This document (7002963) is provided subject to the disclaimer at the end of this document.
Environment
openSUSE
Situation
Resolution
These instructions are for the products mentioned above. If you have a host system running a different Linux distribution or Unix operating system that has been configured to allow the xdmcp connection then you should still be able to connect with the "X -query" command shown below.Instructions For Configuring SUSE Linux Enterprise Desktop or Server 10 as the Host
For the GNOME Desktop on SLED 10, SLES 10, or openSUSE 10.x
Open a terminal window and enter the "su" command to become the root user (if you are not already root) and run the command:
/opt/gnome/sbin/gdmsetup
Under the “Security” tab enable XDMCP. The setting is immediate so once selected just click on close to exit the utility.
For the GNOME Desktop on SLED 11, SLES 11, or openSUSE 11.1
As the root user, edit the file "/etc/gdm/gdm.schema" and location the following lines:
Change the "
As the root user again, edit the file "/etc/gdm/custom.conf" and look for the following lines:
[xdmcp]
# SuSEconfig: displaymanager:DISPLAYMANAGER_REMOTE_ACCESS
Enable=true
Verify that "Enable=true". If it is false, make the change and save the file.
For the KDE Desktop
As the root user edit the file "/etc/opt/kde3/share/config/kdm/kdmrc" and search for the following lines:
[Xdmcp]
# Whether KDM should listen to incoming XDMCP requests.
# Default is true
Enable=true
The line "Enable=true" must be set to true for the connection to work.
For both GNOME and KDE Desktops
Open YaST and select Firewall from the Users and Security group. Verify that the firewall is disabled or click on Allow Services on the left and then click on Advanced near the bottom right. In the Advanced settings enter 177 for both the TCP Ports and UDP Ports.
***Note - After completing the configuration of the host, if any changes were made to the gdm or kde configuration files or any changes made in gdmsetup you must restart the X server or reboot your system to have the changes take effect.
On the Client System (SLED, SLES, or openSUSE)
As the normal use logged into the graphic desktop you can create a launcher (icon) or open a terminal window and run the following command:
X -query
(Be sure to place a space between the host-ip and the :1)
This will start another instance of X on a different Virtual Terminal (VT). It will be the next VT after the one that the first instance of the X server is on which is VT7 (or TTY7). So the session you just started with the remote server will be on 8. To access both desktops you can use the key combination Ctrl-Alt-F7 for the original desktop running on this system and Ctrl-Alt-F8 for the new one coming from the remote system.
Additional connections could be created to other systems by changing the display indicated at the end of the command line. Instead of ":1" use ":2" which would startup the session on VT9 or Ctrl-Alt-F9. The same could be done for ":3" which would be VT10 or Ctrl-Alt-F10.
Cap comentari:
Publica un comentari a l'entrada