zoukankan      html  css  js  c++  java
  • 使用Xmanager通过XDMCP连接远程Centos 7 (摘自xmanager官方博客)

    Using Xmanager to connect to remote CentOS 7 via XDMCP

    Gnome in CentOS 7 tries to use local hardware acceleration and this becomes a problem when trying to connect remotely using XDMCP. To avoid this problem, you have to use an alternative display manager (other than ‘gdm’) and desktop environment.

    15

    This guide explains how you can change the display manager to lightdm from gdm and desktop environment from Gnome to Xfce.

    Switching display manager from gdm to lightdm

    1. Add a new source repository:
      24
    2. Switch to root account:
      16
    3. Install lightdm:
      17
    4. Configure lightdm:
      18
      19
      If the lightdm.conf does not exist, create one.
    5. Change the default display manager to lightdm:
      20
    6. Stop gdm and start lightdm:

    7. Disable firewall to test connection. It is recommended that you only allow incoming UDP port 177.
      22

    Add Xfce and configure as the default desktop environment.

      1. Add a new source repository:
        (If you already installed EPEL repository, this is not required.)
        24
      2. Install an alternative desktop environment:
        25
      3. Restart lightdm:
        26
      4. Connect with Xmanager and select Xfce.
  • 相关阅读:
    算法分析实验题集
    程序猿怎样解除烦恼
    MYSQL设计优化
    模式匹配KMP
    ios创建画笔的样例(双笔画效果)
    命令行解析器
    作业还是作孽?——Leo鉴书79
    客户机增加域 及server文件共享
    MySQL教程及经常使用命令1.1
    jsTree插件简介(三)
  • 原文地址:https://www.cnblogs.com/tibit/p/6145110.html
Copyright © 2011-2022 走看看