LinuxSir.cn,穿越时空的Linuxsir!

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

大家来讨论一下Intel i915显卡驱动的问题吧

[复制链接]
发表于 2005-4-1 21:47:07 | 显示全部楼层 |阅读模式
 楼主| 发表于 2005-4-1 21:52:28 | 显示全部楼层

抓图

supertux和chromium的抓图
其中supertux是使用opengl的
都不正常。。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-2 10:57:06 | 显示全部楼层
有人能给点提示吗。。谢谢
回复 支持 反对

使用道具 举报

发表于 2006-11-1 17:19:55 | 显示全部楼层
安装了gcc-3.3和kernel-headers-$(uname -r)
下载了i915griphics.tar.gz并解压!
#cd dripkg
#./install.sh
选择安装驱动,系统提示:
Compiler is not available to compile modules, aborting......
怎么办?哪位大侠给点提示?!
回复 支持 反对

使用道具 举报

发表于 2006-11-2 12:52:20 | 显示全部楼层
915的显卡驱动没有那么麻烦的,你在设置xserver-xorg的时候如果把驱动选择为i810的话,显卡的3D加速功能就已经打开了。
回复 支持 反对

使用道具 举报

发表于 2006-11-6 10:57:56 | 显示全部楼层
楼上的,帮帮忙。
“915的显卡驱动没有那么麻烦的,你在设置xserver-xorg的时候如果把驱动选择为i810的话,显卡的3D加速功能就已经打开了”
#glxgears -printfps
分数只有300多,正常吗?!
而且启动Xwindow以后,用Ctrl-F1切换到终端,系统显示:
modprobe : Can't locate module i915.
应该还是有问题吧。
回复 支持 反对

使用道具 举报

发表于 2006-11-6 12:11:25 | 显示全部楼层
昨天给同事弄了个intel显卡驱动,没错,intel的驱动开源的,直接装xorg的就行了。
至于性能,不太清楚是怎么回事。显卡模块是i810
用opengl记得load glx就可以了,其他冲突的模块去掉,
dri可能是要去掉的
ailantian@vax:~$ apt-cache search intel driver
ipmitool - utility for IPMI control with kernel driver or LAN interface
powernowd - control cpu speed and voltage using 2.6 kernel interface
xserver-xorg-video-i740 - X.Org X server -- i740 display driver
xserver-xorg-video-i810 - X.Org X server -- Intel i8xx, i9xx display driver
ipw2200-source - Source for the ipw2200 driver
microcode.ctl - Intel IA32/IA64 CPU Microcode Utility
sl-modem-daemon - SmartLink software modem daemon
ailantian@vax:~$
回复 支持 反对

使用道具 举报

发表于 2007-11-23 17:17:03 | 显示全部楼层
照一楼所说
安装Intel i915显卡驱动的时候提示:

Compiling new agpgart module...

ERROR: AGPGART module did not compile

Compiling DRM module...

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.


进dri.log后,内容如下:

make -C /lib/modules/2.6.22-14-generic/build SUBDIRS=/home/zhouwei/Downloads/dripkg/agpgart-2.0 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
CC [M] /home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.o
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:69: 错误: 与 ‘agp_backend_acquire’ 类型冲突
include/linux/agp_backend.h:110: 错误: ‘agp_backend_acquire’ 的上一个声明在此
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:77: 错误: 与 ‘agp_backend_acquire’ 类型冲突
include/linux/agp_backend.h:110: 错误: ‘agp_backend_acquire’ 的上一个声明在此
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:89: 错误: 与 ‘agp_backend_release’ 类型冲突
include/linux/agp_backend.h:111: 错误: ‘agp_backend_release’ 的上一个声明在此
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:93: 错误: 与 ‘agp_backend_release’ 类型冲突
include/linux/agp_backend.h:111: 错误: ‘agp_backend_release’ 的上一个声明在此
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:220: 错误: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c: 在函数 ‘agp_add_bridge’ 中:
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:281: 警告: 隐式声明函数 ‘inter_module_register’
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:281: 错误: ‘drm_agp’ 未声明 (在此函数内第一次使用)
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:281: 错误: (即使在一个函数内多次出现,每个未声明的标识符在其
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:281: 错误: 所在的函数内只报告一次。)
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c: 在函数 ‘agp_remove_bridge’ 中:
/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.c:301: 警告: 隐式声明函数 ‘inter_module_unregister’
make[2]: *** [/home/zhouwei/Downloads/dripkg/agpgart-2.0/backend.o] 错误 1
make[1]: *** [_module_/home/zhouwei/Downloads/dripkg/agpgart-2.0] 错误 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make: *** [default] 错误 2
make -f Makefile.linux DRM_MODULES=gdg.ko modules
make[1]: Entering directory `/home/zhouwei/Downloads/dripkg/drm'
+ ln -s Makefile.linux Makefile
make -C /lib/modules/2.6.22-14-generic/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
rm: 无法删除‘/home/zhouwei/Downloads/dripkg/drm/.tmp_versions/CVS’: Is a directory
make[2]: *** [crmodverdir] 错误 1
make[2]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make[1]: *** [modules] 错误 2
make[1]: Leaving directory `/home/zhouwei/Downloads/dripkg/drm'
make: *** [gdg.ko] 错误 2

这些关于硬件的东西我就迷糊了,郁闷死。
回复 支持 反对

使用道具 举报

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

本版积分规则

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