全新安装 Debian 5.04 后 Xorg 服务器无法启动,屏幕变黑(Intel D510MO 上的 Intel Atom D510(Pinetrail))

全新安装 Debian 5.04 后 Xorg 服务器无法启动,屏幕变黑(Intel D510MO 上的 Intel Atom D510(Pinetrail))

我已经在新的 Intel D510MO 主板上安装了 Debian 5.04 Lenny。我修复了一些驱动器映射不正确的问题(由于某种原因,在安装过程中我的硬盘位于 sdb 上,重新启动后它位于 sda 下 - 在 grub 中修复),现在我正在努力启动和运行图形环境,我使用 Debian 安装程序安装了图形环境。我绝不是 Linux 专家,我认为我需要编辑 xorg.conf 文件。

任何提示都值得赞赏!

更新1:

之后没有变化dpkg-reconfigure xserver-xorg

这是我当前的 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"  "pc105"
    Option      "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
EndSection

Section "Device"
    Identifier  "Configured Video Device"
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Monitor     "Configured Monitor"
EndSection

更新2:

我已经安装了 vnc4server 包。我可以通过 vnc 从我的 Windows 7 笔记本电脑连接,我看到空桌面,终端窗口打开。似乎 xserver 和 gdm 正在运行,但它们无法与我的 GPU 通信。我不确定是否可以使用任何 gui 工具通过 vnc 对其进行配置,因为我看到的只是终端窗口,没有任务栏等。

更新3:

我当前的 Xorg.0.loghttp://pastebin.pl/18918 D510 处理器集成的图形芯片组是 Intel 945GC

答案1

以 root 身份或通过 sudo运行dpkg-reconfigure xserver-xorg,如果不确定,请接受默认设置。然后重新启动。

您是否也可以发布错误信息等等?

相关内容