我在新的 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 包。我可以从我的 Windows 7 笔记本电脑上通过 vnc 进行连接,我看到空桌面并打开了终端窗口。似乎 xserver 和 gdm 正在运行,但它们无法与我的 GPU 通信。我不确定是否可以使用任何 gui 工具在 vnc 上对其进行配置,因为我看到的只是终端窗口,没有任务栏等。
更新3:
我目前的 Xorg.0.log http://pastebin.pl/18918 集成到 D510 处理器中的图形芯片组是 Intel 945GC
以 root 身份或通过 sudo运行
dpkg-reconfigure xserver-xorg
,如果您不确定,请接受默认值。然后重新启动。如果您也可以发布错误消息等?