存档
一、Centos5.2安装后图形界面无法切换解决措施: 修改启动引导配置文件/etc/inittab 修改安装默认的启动模式将默认的init 3 修改为 init 5 模式 即将/etc/inittab文件中id:3:initdefauld: 这行中将 3->5 即改为:id:5:initdefauld: 这里主要涉及到关于linux引导启动模式共有六种,比较常见的就是init3对应的文本模式及init5对应的图形界面模式 安装以上方法处理对于有些虚拟机中linux的图形界面还是解决不了可能有必要进一步修改下图形界面配置文件:/etc/X11/xorg.conf文件其内容大致如下: 1 2# Xorg configuration created by pyxf86config 3 4 Section “ServerLayout” 5 Identifier “Default Layout” 6 Screen 0 “Screen0″ 0 0 7 InputDevice “Keyboard0″ “CoreKeyboard” 8 EndSection 9 10 Section “InputDevice” 11 Identifier “Keyboard0″ 12 Driver “kbd” 13 Option “XkbModel” “pc105″ [...]
488 views | 没有评论


Recent Comments