|

楼主 |
发表于 2010-5-6 14:13:38
|
显示全部楼层
Post by blue_stone;2088180
单用户模式登录后, 将/etc/rc2.d/*kdm移动到别的地方(如果你的启动管理器是gdm, 则是*gdm).
重启进入正常模式, kdm/gdm就不会自动启动了, 你就可以使用startx测试你的X配置.
插入u盘后, 在命令行模式下, 运行dmesg, 可以看到u盘的设备符, 如果是假定是sdb1, 则可以使用命令mount /dev/sdb1 /mnt将u盘挂载, 如果没有sdb1, 则可能是sdb.
多谢,我现在已经按照您说的方法更改了,系统可以启动到普通模式下了,只是没有图形环境,另外我的xorg.conf也拷贝出来了,如下:
===以下为xorg.conf的文件内容==================
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Modeline "1360x768_60.00" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Subsection "Display"
Modes "1360x768"
EndSubsection
EndSection
===========以上为xorg.conf文件内容=============
其中Section "Monitor"中的Modeline行为gtf命令产生的内容,是我手动添加的,还有Section "Screen"的Subsection "Display"的内容也是我添加的,其他为系统默认的,未做改动,我看不出来系统默认的分辨率是多少。 |
|