LinuxSir.cn,穿越时空的Linuxsir!

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

INTEL GMA 3100安装Archlinux 09.02 无法启动X

[复制链接]
发表于 2009-3-12 13:24:53 | 显示全部楼层 |阅读模式
INTEL GMA 3100显卡。

安装好了xf86-video-intel

使用hwd -xa自动配制生成的xorg.conf无法启动X ,启动X后直接花屏 /var/log/Xorg.log里没有错误。

手动修改xorg.confDevice 处的Driver为intel仍然一样。
使用原来fedora 10的xorg.conf文件仍然这样。

折腾了几天了,实在是没办法了。
发表于 2009-3-12 14:55:44 | 显示全部楼层
给你我的试试看? (我的这个是xorg 1.6的xorg.conf, 如果你用xorg 1.4的话把UXA那行去掉就好了)

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Synaptics Touchpad"
EndSection

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

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option            "XkbRules" "xorg"
        Option            "XkbModel" "pc104"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option            "CorePointer"
        Option            "rotocol" "ExplorerPS/2"
        Option            "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
        Identifier  "Synaptics Touchpad"
        Driver      "synaptics"
        Option            "SendCoreEvents" "true"
        Option            "Device" "/dev/psaux"
        Option            "rotocol" "auto-dev"
        Option            "SHMConfig" "true"
        Option            "EmulateWheel" "true"
        Option            "EmulateWheelButton" "2"
        Option            "HorizEdgeScroll" "true"
        Option            "VertEdgeScroll" "true"
        Option            "HorizScrollDelta" "200"
        Option            "VertScrollDelta" "200"
        Option      "CornerCoasting" "1"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
        Option      "HorizSync" "28-96"
        Option      "VertRefresh" "50-75"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "intel"
        Option                "DRI" "true"
        Option                "FrameBufferCompression" "true"
#        Option                "XvMCSurfaces" "7"
#        Option                "XvMC" "true"
        Option      "AccelMethod" "UXA"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x800"
                Virtual  2560 2560
        EndSubSection
        Option "AddARGBGLXVisuals" "true"
EndSection

Section "DRI"
        Group        "video"
        Mode         0660
EndSection

Section "Extensions"
        Option            "Composite" "true"
EndSection

Section "ServerFlags"
        Option      "DontZoom" "true"
        Option      "DontZap" "false"
        Option      "AutoAddDevices" "false"
EndSection
回复 支持 反对

使用道具 举报

发表于 2009-3-12 15:30:51 | 显示全部楼层
不要用hwd生成xorg.conf了,在邮件列表上已经基本决定把hwd移出extra了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-17 12:53:38 | 显示全部楼层
仍然是不行!
回复 支持 反对

使用道具 举报

发表于 2009-3-17 13:36:35 | 显示全部楼层
你所说的花屏是?难道是说全部都是点点(或者说黑白相间格子)的屏幕?你用的驱动是?
回复 支持 反对

使用道具 举报

发表于 2009-3-17 23:31:38 | 显示全部楼层
我也3100.。上次升级后也是起不来,干脆删掉了。用着没啥问题。
回复 支持 反对

使用道具 举报

发表于 2009-3-17 23:44:06 | 显示全部楼层
建议在 /etc/pacman.conf 中打开 testing,然后:
pacman -S testing/xf86-video-intel
回复 支持 反对

使用道具 举报

发表于 2009-3-17 23:44:50 | 显示全部楼层
我也是intel显卡,连xorg.conf文件都不用就能启动X
据我了解现在一些发行版都不需要xorg.conf了,像Ubuntu的xorg.conf里没写什么东西,而Fedora就简直没有xorg.conf文件
回复 支持 反对

使用道具 举报

发表于 2009-3-19 10:39:08 | 显示全部楼层
我的是x4500,用testing中的同名驱动没问题,原本用的是AUR中的也没问题,主要是extra中的驱动不够新,对x4500支持不好
配置文件是用#X -conifgure生成的,hwd -xa生成的太乱了。然后自己加了些触摸板和硬件加速相关的。
可以开启3D,fps为600+
回复 支持 反对

使用道具 举报

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

本版积分规则

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