您好,登錄后才能下訂單哦!
本篇內(nèi)容介紹了“l(fā)inux xdmcp報(bào)錯(cuò)的解決方法”的有關(guān)知識(shí),在實(shí)際案例的操作過程中,不少人都會(huì)遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!
某臺(tái)服務(wù)器頻繁報(bào)出如下錯(cuò)誤,經(jīng)調(diào)查xwindows被改動(dòng),導(dǎo)致X窗口遠(yuǎn)程服務(wù)不能啟動(dòng).報(bào)錯(cuò)的圖示如下:
解決此報(bào)錯(cuò)的方法如下:
一. 調(diào)整 grub.conf 和xorg.conf 兩個(gè)文件
1) Grub.conf 文件調(diào)整一處
/boot/grub/grub.conf
title Red Hat Enterprise Linux Server (2.6.18-194.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.18-194.el5.img
*********************************************************
#調(diào)整方法:去掉rhgb quiet 參數(shù),添加nofb 參數(shù),更改為
kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/ nofb
*********************************************************
2) Xorg.conf 文件調(diào)整兩處。
/etc/X11/xorg.conf
Section "Device"
Identifier "Videocard0"
Driver "mga"
EndSection
*********************************************************
#調(diào)整方法:將mga 顯卡驅(qū)動(dòng)更改為vesa,并添加參數(shù)ShadowFB。
Section "Device"
Identifier "Videocard0"
Driver "vesa"
Option "ShadowFB" "0"
EndSection
*********************************************************
需要調(diào)整的第二處
/etc/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
*********************************************************
#調(diào)整方法:添加參數(shù)NoMTRR。
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
Option "NoMTRR"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
*********************************************************
二. 驗(yàn)證調(diào)整結(jié)果
配置文件調(diào)整完畢之后,重啟服務(wù)器使配置生效,然后登錄系統(tǒng)使用命令
#cat /var/log/Xorg.0.log | grep combining 驗(yàn)證,執(zhí)行命令之后沒有輸出
wirte-combining 任何的成功和失敗,表示配置成功。
“l(fā)inux xdmcp報(bào)錯(cuò)的解決方法”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí)可以關(guān)注億速云網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實(shí)用文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。