AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 114162
In Process
Kamil Zadora
Kamil Zadora
Asked: 2010-02-19 00:53:00 +0800 CST2010-02-19 00:53:00 +0800 CST 2010-02-19 00:53:00 +0800 CST

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

  • 772

我在新的 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

central-processing-unit linux debian xorg debian-lenny
  • 1 1 个回答
  • 2090 Views

1 个回答

  • Voted
  1. Hugh Mann
    2010-02-19T03:06:43+08:002010-02-19T03:06:43+08:00

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

    如果您也可以发布错误消息等?

    • 1

相关问题

  • 多操作系统环境的首选电子邮件客户端

  • 你最喜欢的 Linux 发行版是什么?[关闭]

  • 更改 PHP 的默认配置设置?

  • 保护新的 Ubuntu 服务器 [关闭]

  • (软)Ubuntu 7.10 上的 RAID 6,我应该迁移到 8.10 吗?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    从 IP 地址解析主机名

    • 8 个回答
  • Marko Smith

    如何按大小对 du -h 输出进行排序

    • 30 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    MikeN 在 Nginx 中,如何在维护子域的同时将所有 http 请求重写为 https? 2009-09-22 06:04:43 +0800 CST
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    0x89 bash中的双方括号和单方括号有什么区别? 2009-08-10 13:11:51 +0800 CST
  • Martin Hope
    Kyle Brandt IPv4 子网如何工作? 2009-08-05 06:05:31 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve