不能进入图形界面问题一则

简介:
今日在安装完mplayer后出现startx不能进入桌面的问题,出现问题提示如下:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-34.0.1.ELsmp i686 [ELF]
Current Operating System: Linux carywu.linux.com 2.6.9-42.EL #1 Wed Jul 12 23:16                                              :43 EDT 2006 i686
Build Date: 11 July 2006
Build Host: hs20-bc1-1.build.redhat.com
        Before reporting problems, check  [url]http://wiki.X.Org[/url]
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.9-42.EL ( [email]bhcompile@hs20-bc1-1.build.redhat.com[/email]) (gc                                              c version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 Wed Jul 12 23:16:43 EDT 2006 P
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 17 17:45:52 2007
(==) Using config file: "/etc/X11/xorg.conf"
kde-config: error while loading shared libraries: libqt-mt.so.3: cannot open sha                                              red object file: No such file or directory
xset:  bad font path element (#58), possible causes are:
    Directory does not exist or has wrong permissions
    Directory missing fonts.dir
    Incorrect font server address or syntax
startkde: Starting up...
ksplash: error while loading shared libraries: libqt-mt.so.3: cannot open shared                                               object file: No such file or directory
kdeinit: error while loading shared libraries: libqt-mt.so.3: cannot open shared                                               object file: No such file or directory
startkde: Could not start kdeinit. Check your installation.
/usr/bin/startkde: line 239: xmessage: command not found
Warning: connect() failed: : No such file or directory
ksmserver: error while loading shared libraries: libqt-mt.so.3: cannot open shar                                              ed object file: No such file or directory
startkde: Shutting down...
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
startkde: Running shutdown scripts...
startkde: Done.
经查,是因为系统没有监测到libqt-mt.so.3文件。只需要将/usr/lib/qt-3.3/lib 添加到/etc/ld.so.conf文件中去,执行下ldconfig命令即可。



本文转自 wuqingying 51CTO博客,原文链接:http://blog.51cto.com/carywu/50957 ,如需转载请自行联系原作者



相关文章
|
5月前
|
安全 Java 网络安全
Java 实现 SMTP 协议调用的详细示例及实战指南 SMTP Java 调用示例
本文介绍了如何使用Java调用SMTP协议发送邮件,涵盖SMTP基本概念、JavaMail API配置、代码实现及注意事项,适合Java开发者快速掌握邮件发送功能集成。
562 0
|
缓存 Ubuntu 前端开发
Linux配置yum源以及基本yum指令
Linux配置yum源以及基本yum指令
|
并行计算 PyTorch 测试技术
MMDetection系列 | 1. MMDetection安装流程与测试
MMDetection系列 | 1. MMDetection安装流程与测试
1102 0
|
Linux 数据安全/隐私保护 网络协议
CentOS 7系统安装配置图解教程
操作系统:CentOS 7.3 备注: CentOS 7.x系列只有64位系统,没有32位。生产服务器建议安装CentOS-7-x86_64-Minimal-1611.iso版本 一、安装CentOS 7.
3564 0
|
流计算 Docker Windows
利用Docker搭建Galaxy
前几天再看新买的《python Web开发实践》时发现一个神奇的工具---Docker,官网介绍是 Docker is the world's leading software containerization platform 我不禁想到生物信息学中有许多软件都要在类unix平台上运行,仅有部分移植到Windows上。
1897 0
|
6月前
|
机器学习/深度学习 数据采集 边缘计算
深度学习在智慧渔业中的应用:鱼类识别、计数与追踪的技术演进与挑战
中国是全球最大水产品生产国,水产养殖产量连续32年居世界首位。传统鱼类监测方法效率低、主观性强,而深度学习凭借其强大的特征提取能力,正推动鱼类识别与行为分析技术革新,助力智慧渔业发展。
|
运维 监控 Python
自动化运维:使用Python脚本简化日常任务
【10月更文挑战第36天】在数字化时代,运维工作的效率和准确性成为企业竞争力的关键。本文将介绍如何通过编写Python脚本来自动化日常的运维任务,不仅提高工作效率,还能降低人为错误的风险。从基础的文件操作到进阶的网络管理,我们将一步步展示Python在自动化运维中的应用,并分享实用的代码示例,帮助读者快速掌握自动化运维的核心技能。
544 3
|
负载均衡 网络协议
使用LVS搭建集群实现负载均衡(二)安装使用
【8月更文挑战第8天】使用LVS搭建集群实现负载均衡(二)安装使用
250 5
|
编解码 语音技术
FunASR升级热词定制化问题之热词进行ASR推理如何配置
FunASR升级热词定制化问题之热词进行ASR推理如何配置
1044 1
|
存储 Linux
挂在mount报错can't read superblock修复过程
`can't read superblock`错误表明存在文件系统或硬件问题,解决这类问题需要先从软件层面尝试修复,无效时再考虑硬件替换。值得注意的是,数据备份对于防范这类突发故障至关重要,应定期进行数据备份,以最大限度减少数据丢失风险。
7766 3