LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 820|回复: 5

[求助]xorg的问题

[复制链接]
发表于 2008-5-7 23:22:39 | 显示全部楼层 |阅读模式
小弟安装配置xorg-x11后出现两个问题:
1、在tty下面用xinit启动xserver时候屏幕总是闪烁2下后启动
2、启动xserver后Ctrl+Alt+Backspace关闭xserver,做这样的操作会概率性(大概率)出现屏幕什么都不显示,包括所有的tty(tty1-tty6),只用盲打init 6从新启动电脑。还会概率性(30%概率)出现显示器被关闭(完全黑了)键盘灯也不亮了,
硬盘还在转,只有通过长按电源关机。
上面两个个问题困扰小弟N久了,上网也找了很多但是一直没有找到解决办法。求助达人帮忙阿。

电脑是惠普的m2010ap笔记本,板载的intel显卡。xinit启动xserver的时候提示以下错误:
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04.
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave 112.

我的xorg配置文件如下:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen          0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc/"
    FontPath     "/usr/share/fonts/TTF/"
    FontPath     "/usr/share/fonts/OTF"
    FontPath     "/usr/share/fonts/Type1/"
    FontPath     "/usr/share/fonts/100dpi/"
    FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "xtrap"
    Load  "record"
    Load  "GLcore"
    Load  "dbe"
    Load  "dri"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "rotocol" "auto"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize      300   230 # mm
    Identifier   "Monitor0"
    VendorName   "AUO"
    ModelName    "f06"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82852/855GM Integrated Graphics Device"
    BusID       "CI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
发表于 2008-5-8 09:05:52 | 显示全部楼层
先用vesa驱动对付着,再慢慢找解决方案好了,我的via集成显卡就是这么解决的。
回复 支持 反对

使用道具 举报

发表于 2008-5-8 10:33:29 | 显示全部楼层
用 xorgconfig 帮助配置一下?
intel显卡应该可以轻松搞定的
回复 支持 反对

使用道具 举报

发表于 2008-5-8 18:04:21 | 显示全部楼层
最好能重新编译一下内核,有可能是内核的问题,最好把你自身硬件相关的选项都选上。
回复 支持 反对

使用道具 举报

发表于 2008-5-8 18:18:36 | 显示全部楼层
如果是xorg.conf的问题,你可以先搞一张livecd试一下,把livecd的xorg.conf复制过来看问题还存在不。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-8 23:04:08 | 显示全部楼层
郁闷ing.....................
我用livecd启动,上面两个问题都不存在,,但是用livecd的xorg.conf,上面两个问题还是老样子,所以按照guntion.z朋友说的,我把内核也从新编译了,把我认为有可能有关的都选上了,但问题依然存在。

Post by 坏坏小少;1847031
用 xorgconfig 帮助配置一下?
intel显卡应该可以轻松搞定的


我现在的xorg.conf就是用xorgconfig搞的。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表