LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1019|回复: 2

startx 键盘锁死,屏幕黑屏,ssh也连接不上。

[复制链接]
发表于 2007-9-27 00:22:04 | 显示全部楼层 |阅读模式
显卡,今天刚买的二手的Geforce FX 5600。(ubuntu liveCD可以启动X)
1)xorg-server 1.3 启动不了,换成1.4问题一样。
2)xorg-x11没有安装。(为什么可以用X呢?)

xorg.conf

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

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "kbd"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "rotocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Skyworth"
    ModelName      "SKW 32L16HC"
    #HorizSync       30.0 - 80.0
    #VertRefresh     47.0 - 80.0
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    #Option "ModeValidation" "NoWidthAlignmentCheck"
    VendorName     "NVIDIA Corporation"
    BoardName      "nVidia FX 5500"
    #Option "UseEDID" "False"
EndSection


Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    #Option         "metamodes" "1280x720 +0+0"
    SubSection     "Display"
        Depth       24
        #Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubSection
EndSection
 楼主| 发表于 2007-9-27 00:23:01 | 显示全部楼层
强行重新启动机器。Xorg.0.log
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.4.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
后面就没有东西了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-27 00:35:13 | 显示全部楼层
nvidia-driver用的是100.14.19-r10
如果把Driver "nvidia"改成''nv"  startx -- -ignoreABI可以启动X
回复 支持 反对

使用道具 举报

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

本版积分规则

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