英特尔82915G/82910GL Express 芯片组驱动

CPU/显卡/打印机/USB设备等硬件问题
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

英特尔82915G/82910GL Express 芯片组驱动

#1

帖子 gnix_oag » 2005-07-28 14:01

今天上网查了一下,发现82915G/82910GL有linux驱动

我的显卡是 915GV 不知能不能用啊
附件
Screenshot.png
(111.37 KiB) 已下载 279 次
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#2

帖子 gnix_oag » 2005-07-28 14:02

要用哪个啊
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#3

帖子 gnix_oag » 2005-07-28 14:09

好象下列都能用啊
* Intel(R) 830M Chipset
* Intel(R) 830MG Chipset
* Intel(R) 845G Chipset
* Intel(R) 845GE Chipset
* Intel(R) 845GL Chipset
* Intel(R) 845GV Chipset
* Intel(R) 852GM Chipset
* Intel(R) 852GME Chipset
* Intel(R) 855GM Chipset
* Intel(R) 855GME Chipset
* Intel(R) 865G Chipset
* Intel(R) 865GV Chipset
* Intel(R) 915G Express Chipset
* Intel(R) 915GV Express Chipset
* Intel(R) 910GL Express Chipset
* Mobile Intel(R) 915GM Express Chipset
* Mobile Intel(R) 915GMS Express Chipset
* Mobile Intel(R) 910GML Express Chipset
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#4

帖子 gnix_oag » 2005-07-28 14:20

好象后面不能 compile 怎么办啊

./install.sh


DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Welcome to the DRI Driver Installation Script

The package you downloaded is for the following driver:

Driver Name : gdg
Description : Intel 830M/845G/852GM/855GM/865G/915G Driver
Architecture : I386
Build Date : 20040604
Kernel Module : gdg

Optional Information

Driver Version :
Special Description :

Press ENTER to continue or CTRL-C to exit.



DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Select from the following options:

1. Install driver (default)
2. Uninstall driver

Enter reponse [1-2], or CTRL-C to exit
1
get_osname()










DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

The script will now compile the agpgart module and DRM kernel modules
for your machine.

Press ENTER to continue or CTRL-C to exit.


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.
头像
lyreopera
帖子: 771
注册时间: 2005-05-23 13:38
来自: gdsz

#5

帖子 lyreopera » 2005-07-28 16:09

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.
……
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#6

帖子 gnix_oag » 2005-07-28 17:07

我的 dri.log 的内容是:

make -C /lib/modules/2.6.10-5-386/build SUBDIRS=/home/gaoxing/Desktop/dripkg/agpgart-2.0 modules
make: *** /lib/modules/2.6.10-5-386/build: 没有那个文件或目录。 停止。
make: *** [default] 错误 2
Makefile.linux:151: *** Cannot find a kernel config file。 停止。

怎么办啊
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#7

帖子 gnix_oag » 2005-07-29 10:39

请高手帮忙啊


顶上去
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#8

帖子 oneleaf » 2005-07-29 11:00

应该是需要内核的头文件,你安装上去试试?

sudo apt-get install linux-headers-`uname -r`
当净其意如虚空,远离妄想及诸取,令心所向皆无碍
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#9

帖子 gnix_oag » 2005-07-29 13:53

是的,好了,

但安装中还有一些错误,不知安装好了没有。

这是过程,麻烦看一下:

sudo ./install.sh


DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Welcome to the DRI Driver Installation Script

The package you downloaded is for the following driver:

Driver Name : gdg
Description : Intel 830M/845G/852GM/855GM/865G/915G Driver
Architecture : I386
Build Date : 20040604
Kernel Module : gdg

Optional Information

Driver Version :
Special Description :

Press ENTER to continue or CTRL-C to exit.



DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Select from the following options:

1. Install driver (default)
2. Uninstall driver

Enter reponse [1-2], or CTRL-C to exit
1
get_osname()










DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

The script will now compile the agpgart module and DRM kernel modules
for your machine.

Press ENTER to continue or CTRL-C to exit.


Compiling new agpgart module...

ERROR: AGPGART module did not compile

Compiling DRM module...done







DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

The script will need to copy the DRI XFree86 driver modules to
your XFree86 directory.

The script will use the following XFree86 directory:

/usr/X11R6

If this is correct press ENTER, press C to change or CTRL-C to exit.










DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

The script also needs to copy the DRM kernel modules to your
kernel module directory.

Please note that only 2.4.x kernels are supported right now.

Kernel Version : 2.6.10-5-686
Module Directory : /lib/modules/2.6.10-5-686

If this is correct press ENTER, press C to change or CTRL-C to exit.









DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

The script is now ready to complete the installation.

Press ENTER to continue or CTRL-C to exit.















DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Installing files:
DRI XFree86 modules...done
kernel modules...cp: stat‘agpgart-2.0/intel-agp.ko’失败: 没有那个文件或 目录
Failed to install file
/lib/modules/2.6.10-5-686/kernel/drivers/char/agp/intel-a gp.ko
done
core libraries...The installation of one or more files failed


Updating configuration:
Removing old kernel module "gdg"...ERROR
Removing old kernel module "agpgart"...ERROR


You will need to reboot for the changes to take effect,
as we were unable to unload the current kernel modules.

Checking configuration...done

Press ENTER to continue.



DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

The DRI installation is complete.

Restart your X server to try the new DRI drivers.

If you have problems with the DRI after upgrading your drivers
please visit the DRI website and read the Help and FAQ section.
The FAQ contains solutions to many common problems.

Report any bugs, problems and comments on the dri-devel mailing list.

Thank you for using the DRI.
上次由 gnix_oag 在 2005-07-29 14:06,总共编辑 1 次。
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#10

帖子 gnix_oag » 2005-07-29 14:03

好象没安装上,

我运行 glxinfo 显示

direct rendering: No
头像
zhouzhanlun
帖子: 50
注册时间: 2005-07-16 4:06

我的也是这样,还要编译内核模块!!

#11

帖子 zhouzhanlun » 2005-07-29 15:07

root@zzl:/zzl/dripkg # ./install.sh


DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Welcome to the DRI Driver Installation Script

The package you downloaded is for the following driver:

Driver Name : gdg
Description : Intel 830M/845G/852GM/855GM/865G/915G Driver
Architecture : I386
Build Date : 20040604
Kernel Module : gdg

Optional Information

Driver Version :
Special Description :

Press ENTER to continue or CTRL-C to exit.



DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

Select from the following options:

1. Install driver (default)
2. Uninstall driver

Enter reponse [1-2], or CTRL-C to exit
1
get_osname()










DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT

[ http://dri.sourceforge.net ]

==========================================================================

The script will now compile the agpgart module and DRM kernel modules
for your machine.

Press ENTER to continue or CTRL-C to exit.


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.

root@zzl:/zzl/dripkg # glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 852GM/855GM 20041217 x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 6.2.1
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_texture_border_clamp,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_equation_separate,
GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array,
GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_histogram, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
GL_APPLE_client_storage, GL_APPLE_packed_pixels,
GL_ATI_blend_equation_separate, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos,
GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle,
GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1,
GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x22 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x23 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x24 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x26 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x27 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x28 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x29 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x3e 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
HP compaq nx9040(PK160PA-AB2)
Intel Pentium M(Dothan) 725(1.6G)
DDR 512M
Intel Extreme2
E-mail:8666@vip.sohu.com
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#12

帖子 gnix_oag » 2005-07-31 23:17

有好多人都有这个问题啊
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#13

帖子 oneleaf » 2005-07-31 23:27

Compiling new agpgart module...

ERROR: AGPGART module did not compile

Compiling DRM module...

ERROR: Kernel modules did not compile
手工编译一下,看看是哪里出了问题?
是不是需要将 linux-headers-*** 需要链接成 linux ?
当净其意如虚空,远离妄想及诸取,令心所向皆无碍
头像
gnix_oag
帖子: 1994
注册时间: 2005-05-19 18:38
来自: 湖南永州
联系:

#14

帖子 gnix_oag » 2005-08-01 7:50

不知道怎么手工编译啊:
fi
if [ "$INSTALL_AGPGART2" == "1" ]; then
msg -n "Compiling new agpgart module..."
cd agpgart-2.0
make clean >& ../$LOGFILE_TMP
make >& ../$LOGFILE_TMP
if [ $? != 0 ]; then
cat ../$LOGFILE_TMP >> ../$LOGFILE
errmsg ""
errmsg ""
errmsg "ERROR: AGPGART module did not compile"
fi
cd ..

fi
是不是在本文件夹运行
make clean
make
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#15

帖子 oneleaf » 2005-08-01 7:56

检查脚本中 $LOGFILE_TMP 变量是哪个文件名,打开看看,哪一步出了问题?
当净其意如虚空,远离妄想及诸取,令心所向皆无碍
回复