配置x windows使用xdmcp來進行遠端桌面連線
在linux上一般安裝圖形介面gdm,kdm,lightdm(mate等)來管理x windows,下面是在目標機器上配置相應的檔案來開啟x windows的遠端連線
1、gdm
gnome的display manager程式
gdm修改以下檔案
# vi /etc/gdm/gdm.conf
gdm3修改以下檔案
# vi /etc/gdm3/daemon.conf
或 # vi /etc/gdm/custom.conf
修改以下內容:
[security]
disallowtcp=false
[xdmcp]
enable=true
[gui]
或者更詳細設定
[daemon]
[security]
allowremoteroot=true
disallowtcp=false
[xdmcp]
enable=1
port=177
maxsessions=64
displaysperhost=8
[greeter]
[chooser]
[debug]
重啟機器或x windows。
2、kdm
# vi /etc/kde4/kdm/kdmrc
開啟xdmcp
[xdmcp]
enable=true
# vi /etc/kde4/kdm/xaccess
允許外部機器訪問
3、 lightdm
# vi /etc/lightdm/lightdm.conf
開啟xdmcp
# [xdmcpserver]
enabled=true
port=177
#key=
#重啟機器或x windows。
為X Windows新增TrueType字型
1.安裝字型設定工具fontconfig和ttmkfdir 也可安裝freetype xft以增強字型顯示效果 2.將windows下的truetype字型目錄 c windows fonts ttf,ttc,ttf 拷貝到linux系統的字型目錄 usr share fonts windows c...
在xwindows介面中切換KDE與GNOME
在xwindows介面中切換kde與gnome 在xwindows介面下通過選單來切換,找到所需的選單後執行,選擇所需的桌面,重新啟動xwindows即可。在命令提示符在xwindows介面中切換kde與gnome下 1.切換成為kde 如果現然是gnome,想切換成為kde 1 首先退出x win...
鳥哥私房菜 23 24 x windows以及備份
這兩章目前來說跟自己的關係不是很密切,故沒有做深入的研究。只是讀了一遍,然後小記了一下。1 x windows 主要分為兩部分 x server 和x client x server 硬體管理 螢幕繪製與提供字型功能 x client 負責將x server要求的 事件 之處理。x client最主...