我在新的Intel D510MO主板上安装了Debian 5.04 Lenny。 我解决了一些不正确的驱动器映射问题(出于某种原因,在安装过程中,我的硬盘驱动器在sdb上,重新启动后,它在sda下 – 在grub中修复),现在我正在努力获取graphics环境并运行,环境使用Debian安装程序。 我不是任何方式的Linux专家,我假设我需要编辑xorg.conf文件。
任何提示赞赏!
UPDATE1:
在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
UPDATE2:
我已经安装了vnc4server软件包。 我可以通过我的Windows 7笔记本电脑的VNC连接,我看到空的桌面打开terminal窗口。 似乎xserver和gdm正在运行,但他们不能与我的GPU交谈。 我不知道是否可以使用任何GUI工具来configuration它越过vnc,因为我所看到的是terminal窗口,没有任务栏等。
UPDATE3:
我目前的Xorg.0.log http://pastebin.pl/18918集成到D510处理器中的graphics芯片组是Intel 945GC
以根用户或通过sudo运行dpkg-reconfigure xserver-xorg ,如果不确定,请接受默认设置。 然后重启。
如果你可以发布错误消息等?