arts 发表于 2004-11-26 19:42:17

看了中关于Debina无法启动x的帖子,但是还是无法解

看了社区中关于Debina无法启动x的帖子,但是还是无法解决问题.

下面是我的的XF86Config-4


### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
# Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
# Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "NVIDIA Corporation GeForce "
Driver "nv"
VideoRam 32768
Option "UsEFBDev" "false"

EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation GeForce "
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
# InputDevice "Generic Keyboard"
InputDevice "Mouse0"
EndSection

Section "DRI"
Mode 0666
EndSection

### END DEBCONF SECTION

arts 发表于 2004-11-26 19:43:31

This is a pre-release version of XFree86, and is not supported in any
way. Bugs may be reported to [email protected] and patches submitted
to [email protected]. Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.6.9-rc1 i686
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Nov 26 20:26:43 2004
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "NVIDIA Corporation GeForce "
(**) |-->Input Device "Mouse0"
(EE) No core pointer device specified
(EE) Unable to determine the screen layout
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [email protected].

这是报错信息

我按照疯狂企鹅教程,安装的/已经尝试了

apt-get install discover
hotplug

x-window-system
dpkg-reconfiguration xserver-xfree86

注释:#Option "UseFBDev" "tru
dpkg-reconfigure locales
apt-get install xserver-xfree86 xbase-clients xfonts-base xfonts-100dpi xfonts-75dpi xlibs xterm
apt-get install discover
modconf
等方法

我的硬件配置为:microsoft usb ie3.0+ps2多媒体键盘+nvidia Geforce2 MX400(32mb)+intel845主板+530tx网卡

未安装显卡驱动.
使用xf86cfg -textmod能够进入x但是无法使用鼠标.
discover
hotplug
都安装了.
启动也加载了usbmouse
但是就是无法起动x.使用modconf也检测到usb鼠标.不知道还有什么办法.

大家指点一下.我可是为了安装Debina下载了所有光盘iso.(未使用)

安装方法在引导过程中没有使用企鹅的教材,是采用grub.exe引导的.后来步骤采用企鹅的教材.这个问题困扰我好几天了.大家帮帮忙啊

arts 发表于 2004-11-26 19:43:46

这个是
/etc/modules

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a "#", and everything on the line after them are ignored.

via-rhine
nls_gb2312
nls_big5
nls_cp1251
nls_iso8859-8
agpgart
apm
input
usb-uhci
hid
input
keybdev
usbkbd
usbmouse

arts 发表于 2004-11-27 08:50:08

问题已经解决了。

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
# InputDevice "Generic Keyboard"
InputDevice "Mouse0"
EndSection

将#去掉就好了。
这个#是我加上去的,在加入时未在/etc/modules

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a "#", and everything on the line after them are ignored.

via-rhine
nls_gb2312
nls_big5
nls_cp1251
nls_iso8859-8
agpgart
apm
input
usb-uhci
hid
input
keybdev
usbkbd

中加入“usbkbd”。当时感觉是键盘和鼠标可能造成冲。所以注释掉了键盘。

现在已经可以进入X,locale设置为zn_gbk。出现了无法现实中文的问题。在X下为乱码。

目前还没有调整过来。

我想在解决这些问题后,写一个比较全的安装和故障排除过程。
希望以后的朋友们不要在走我这样的弯路。

linky_fan 发表于 2004-11-27 12:42:03


locale设置为zn_gbk。出现了无法现实中文的问题。在X下为乱码

It is NOT decause the locales , if the fonts for Chinese hasn't been installed yet ,the X could not display Chinese.
页: [1]
查看完整版本: 看了中关于Debina无法启动x的帖子,但是还是无法解