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
    • 最新
    • 标签
主页 / user-1049

Kamil Zadora's questions

Martin Hope
Kamil Zadora
Asked: 2010-02-19 00:53:00 +0800 CST

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

  • 0

我在新的 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 个回答
  • 2090 Views
Martin Hope
Kamil Zadora
Asked: 2009-10-09 11:25:41 +0800 CST

DNS 记录 - example.com 和 www 指向不同的 IP 地址

  • 1

我正在尝试设置我的 DNS 记录以执行以下操作:

当用户点击 www.example.com 时,他们被定向到 IP 为 1.1.1.1 的服务器
当用户点击 example.com 时,他们被定向到 IP 为 2.2.2.2 的服务器

我完全控制了服务器 1.1.1.1,我在其中设置了 DNS:

example.com 的记录。至 2.2.2.2
www 至 1.1.1.1 的记录

我不确定 DNS 是否已刷新,但是当我点击 www.example.com 时,我点击了 2.2.2.2,它显示的页面不正确,因为它没有设置为处理 www.example.com,而是示例。仅限com。

提前致谢,

domain-name-system
  • 4 个回答
  • 889 Views
Martin Hope
Kamil Zadora
Asked: 2009-05-04 15:30:49 +0800 CST

Oracle 数据库的隐藏特性

  • 3
锁定。这个问题及其答案被锁定,因为这个问题离题但具有历史意义。它目前不接受新的答案或交互。

当我的日常工作围绕着 Oracle 数据库时,我想知道是否有任何隐藏的功能可以在日常使用数据库时派上用场,无论是作为开发人员还是作为 DBA?

oracle
  • 5 个回答
  • 1177 Views

Sidebar

Stats

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

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

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

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

    • 9 个回答
  • Marko Smith

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

    • 3 个回答
  • Marko Smith

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

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +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