QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 593|回复: 4

急!ML1.2beta3进不了X

[复制链接]
发表于 2004-9-30 23:27:07 | 显示全部楼层 |阅读模式
在console下输入startx也没用,说找不到screen
我用的是笔记本compaq EvoN800v。
Beta2正常。
请问怎样解决?非常急!
谢谢!
发表于 2004-9-30 23:30:23 | 显示全部楼层
修改/etc/X11/XF86Config的screen节如下试试:
Section "Screen"
        Identifier      "Screen0"
        Device          "Videocard0"
        Monitor         "Monitor0"
        DefaultDepth    16
        SubSection "Display24"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection      "Display16"
                Depth   16
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
回复

使用道具 举报

 楼主| 发表于 2004-9-30 23:57:26 | 显示全部楼层
还是不行...
把log和配置都贴给您看吧。

log文件XFree86.0.log为:


XFree86 Version 4.4.0 (Magic Linux release: 4.4.0-6mgc)
Release Date: 30 March 2004
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.8.1 i686 [ELF]
Current Operating System: Linux compaq 2.6.8.1 #3 Fri Sep 17 18:21:40 CST 2004 i686
Build Date: 05 September 2004
Changelog Date: 05 April 2004
Build Host: zrd

        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.8.1 (root@MagicLinux) (gcc version 3.3.3 20040216 (Magic Linux 3.3.3-2)) #3 Fri Sep 17 18:21:40 CST 2004
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/XFree86.0.log", Time: Thu Sep 30 23:45:12 2004
(==) Using config file: "/etc/X11/XF86Config"
Data incomplete in file /etc/X11/XF86Config
        Undefined InputDevice "DevInputMice" referenced by ServerLayout "Default Layout".
(EE) Problem parsing the config file
(EE) Error parsing the config file

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].

=================================================

XF86Config的内容为:
# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen      0   "Screen0" 0 0
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath        "/usr/share/fonts/ttf/zh_CN"   
        FontPath        "/usr/share/fonts/default/Type1"

EndSection

Section "Module"
        Load    "dbe"
        Load    "extmod"
        Load    "fbdevhw"
        Load    "glx"
        Load    "record"
        Load    "freetype"
        Load    "type1"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XbkModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "Monitor Vendor"
        ModelName       "Unknown monitor"
        HorizSync       31.5 - 37.9
        VertRefresh     50.0 - 70.0
EndSection

Section "Device"
        Identifier      "Videocard0"
        Driver          "radeon"
        VendorName      "Videocard vendor"
        BoardName       "ATI Radeon Mobility 7500"
        VideoRam        32768
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Videocard0"
        Monitor         "Monitor0"
        DefaultDepth    16
        SubSection        "Display24"
                Depth        24
                Modes        "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection        "Display16"
                Depth        16
                Modes        "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
回复

使用道具 举报

发表于 2004-10-1 00:29:19 | 显示全部楼层
你仿照我的改一下吧,显卡和显示器用你的,其它的用我的试试:
# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen      0   "Screen0" 0 0
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath        "/usr/share/fonts/default/Type1"
        FontPath        "/usr/share/fonts"
        FontPath        "/usr/share/fonts/ttf/zh_CN/"

EndSection

Section "Module"
        Load    "dbe"
        Load    "extmod"
        Load    "fbdevhw"
        Load    "glx"
#        Load    "record"
        Load    "xtt"
#        Load    "freetype"
#        Load    "type1"
#       Load    "v4l"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XbkModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        # Modified by mouseconfig
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier      "DevInputMice"
        Driver          "mouse"
        Option          "Protocol" "PS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "Monitor Vendor"
        ModelName       "CTX EX700"
        HorizSync       30.0 - 85.0
        VertRefresh     50.0 - 120.0
EndSection

Section "Device"
        Identifier      "Videocard0"
        Driver          "nvidia"
        Option          "NoLogo" "1"
        VendorName      "Videocard vendor"
        BoardName       "NVIDIA GeForce 2 MX (generic)"
        VideoRam        65536
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Videocard0"
        Monitor         "Monitor0"
        DefaultDepth    16
        SubSection "Display24"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection      "Display16"
                Depth   16
                Modes   "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
回复

使用道具 举报

 楼主| 发表于 2004-10-1 09:24:56 | 显示全部楼层
谢谢您的帮助,问题已经解决:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
将这段中的InputDevice "DevInputMice" "AlwaysCore" 去掉就可以了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-26 18:54 , Processed in 0.045726 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表