LinuxSir.cn,穿越时空的Linuxsir!

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

rh9 Intel865显卡驱动问题请教!

[复制链接]
发表于 2003-10-1 12:01:41 | 显示全部楼层 |阅读模式
redhat 9 Intel865 显卡驱动安装问题请教!
硬件版似乎人气太低,一般都无人在线,发了很久没人回答
只好在这里问一问了,毕竟我用的是rh嘛,^_^

安装rh9的时候,识别出了显卡芯片intel 865
我本以为可以不用安装驱动了,进去gnome才发现不行
而且显存显示为16M,应该是64M
找了半天没找到关于865的驱动安装的文章
最后在精华区找到这篇关于845的:
http://www.linuxsir.cn/bbs/showthr...&threadid=27750

然后在intel的网站上找到驱动dripkg-1.0-4.i386.rpm
阅读readme发现是同时支持845和865的
大概就是27750文所说的驱动的升级版吧
于是我又按照readme和27750文中的方法安装,可是还是不行:
我首先将inittab中的运行模式从5改为3
在rpm -Uvh dripkg-1.0-3.i386.rpm的时候出错,信息如下:
。。。。。。
compiling new agpgart module........
ERROR:AGPGART modules did not compile.
compiling DRM module.......
ERROR:kernel modules did not compile.
注:我的linux kernel以及开发模块都已经完全安装
然后我在startx的时候再次出错(以前是可以启动图形界面的,只是分辨率低)
更要命的是这时的出错提示是乱码!晕(我想是因为字符模式对中文的支持问题)
在控制台打印出来的错误中显示:
Fatal server error:
Caught signal 11. Server aborting
全部信息如下:
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8smp (bhcompile@porky.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 SMP Thu Mar 13 17:45:54 EST 2003
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep 30 21:18:48 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5

*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.

Fatal server error:
Caught signal 11. Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

现在应该怎么办?请指点迷津!!!
谢谢!!!
发表于 2003-10-1 12:19:25 | 显示全部楼层
 楼主| 发表于 2003-10-1 13:55:24 | 显示全部楼层
我就事从这里下载的驱动
也是按照readme中所述操作的
不过现在已经通过google解决了
大概是因为我在修改XF86Config文件的时候
把16色改成24色,导致找不到正确的配置
改回来就可以了

现在我的分辨率是1024*768@75HZ
不过显存显示只有16M(应该是64M)
BIOS中也没有相应的设置,
手动得改成64M似乎没有作用,重新起动又变成16M


最初由 大熊宝宝 发表
http://www.intel.com/support/graphics/linux/graphics.htm 请仔细阅读这里  RPM FOR8。0的
到这里下在http://downloadfinder.intel.com/ ... RV,ARC&!
驱动
 楼主| 发表于 2003-10-2 00:02:54 | 显示全部楼层
现在显存的问题也已经解决了
不知道为什么,再改一次就ok了,可能上次做得有问题吧
呵呵
谢谢!!

最初由 liuchang 发表
我就事从这里下载的驱动
也是按照readme中所述操作的
不过现在已经通过google解决了
大概是因为我在修改XF86Config文件的时候
把16色改成24色,导致找不到正确的配置
改回来就可以了

现在我的分辨率是1024*768@75HZ
不过显存显示只有16M(应该是64M)
BIOS中也没有相应的设置,
手动得改成64M似乎没有作用,重新起动又变成16M
发表于 2006-6-20 16:05:45 | 显示全部楼层

具体怎么解决的?

详细说一下好吗,多谢了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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