LinuxSir.cn,穿越时空的Linuxsir!

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

无法驱动i910显卡

[复制链接]
发表于 2006-10-27 19:18:18 | 显示全部楼层 |阅读模式
本本集成显卡i910,试了3种方法都驱不上,现在只能用800×600分辨。
1.从intel下载的最新驱动,su 成 root后解开后发现里面有"makefile"和"imakefile",看了别人的帖子
   ./configure,make ,make install,imake.都试过了,系统都提示“没有那个文件或目录”。chmod   +x Imakefile 后再使用make,系统提示“无目标,停止”。
2.从intel下载2004年的驱动,解开后执行./install.sh,编译时系统提示
   ERROR: AGPGART module did not compile
   ERROR: Kernel modules did not compile
   The DRI drivers can not be installed without the latest kernel modules.
   Installation will be aborted. See the dri.log file for information on
   what went wrong.
3.听网友说系统自己的i810驱动可以,重装之,选择i810(以前选的是vesa),这下连 xwindow系 统都进不去了。

麻烦各位了,帮兄弟我看看该怎么办。
发表于 2006-10-27 19:21:33 | 显示全部楼层
i810就可以的。
你的xorg配置不对
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-27 19:31:45 | 显示全部楼层
我看了我的XF86Config-4
Section "Module"
        Load        "GLcore"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "speedo"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "vesa"
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "QDS:1500"
        HorizSync        28-49
        VertRefresh        43-72
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "QDS:1500"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "800x600" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "800x600" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
我只要把“vesa"改成”i810",就无法进入xwindow系统
回复 支持 反对

使用道具 举报

发表于 2006-10-27 19:46:27 | 显示全部楼层
what's error?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-27 19:56:49 | 显示全部楼层
如果驱动改为i810,重起后
EE) GARTInit: AGPIOC_INFO failed (Invalid argument)
(EE) I810(0): AGP GART support is not available. Make sure your kernel has
agpgart support or that the agpgart kernel module is loaded.
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
回复 支持 反对

使用道具 举报

发表于 2006-10-27 21:13:19 | 显示全部楼层
你看,说得已经很明白了呀
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-27 22:04:24 | 显示全部楼层
重新编译内核?ok小弟我慢慢来,谢了哦超级用户
回复 支持 反对

使用道具 举报

发表于 2006-10-28 10:04:44 | 显示全部楼层
如果你没有动过内核的话,一般发行版本的内核是带的。 你可以手动试试modprob能否加载这个模块
回复 支持 反对

使用道具 举报

发表于 2006-10-28 11:24:36 | 显示全部楼层
i910应该用915resolution吧。
回复 支持 反对

使用道具 举报

发表于 2006-10-28 12:42:45 | 显示全部楼层
915resolution 应该是改宽屏用的
回复 支持 反对

使用道具 举报

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

本版积分规则

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