如何安裝Intel顯卡最新驅動?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: 如何安裝Intel顯卡最新驅動?

#16

帖子 HuntXu » 2008-11-26 0:17

竟然用2.5.1了...
HUNT Unfortunately No Talent...
squall724
帖子: 130
注册时间: 2007-06-13 9:36
系统: ubuntuunity

Re: 如何安裝Intel顯卡最新驅動?

#17

帖子 squall724 » 2008-11-26 8:38

加这个源就可以更新到最新
deb http://ppa.launchpad.net/thjaeger/ubuntu intrepid main
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: 如何安裝Intel顯卡最新驅動?

#18

帖子 ellon » 2008-12-26 2:08

libdrm更新到2.4.3了,性能提昇了。建議重新編譯顯卡驅動!
peacezhu
帖子: 15
注册时间: 2007-01-31 9:05

Re: 如何安裝Intel顯卡最新驅動?

#19

帖子 peacezhu » 2008-12-28 14:41

我的8.10 所有过程都按照上面说的做了,运行后发现更新了/usr/lib/xorg/modules/drivers里的intel_drv.so,但重新启动后不能进入X window。显卡是intel集成的855GM,Anyone can help me?
南燕
帖子: 81
注册时间: 2005-09-11 22:32

Re: 如何安裝Intel顯卡最新驅動?

#20

帖子 南燕 » 2008-12-28 20:50

哈哈,我曾经把你的帖子从ubuntu-tw转过来,ellon兄现在也活动到这里来了,还以为你只认正体中文呢
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: 如何安裝Intel顯卡最新驅動?

#21

帖子 ellon » 2008-12-29 2:26

南燕 写了:哈哈,我曾经把你的帖子从ubuntu-tw转过来,ellon兄现在也活动到这里来了,还以为你只认正体中文呢
兩岸三通嘛~哈哈~
到處走! :em06
peacezhu 写了:我的8.10 所有过程都按照上面说的做了,运行后发现更新了/usr/lib/xorg/modules/drivers里的intel_drv.so,但重新启动后不能进入X window。显卡是intel集成的855GM,Anyone can help me?
還原驅動吧~
sudo apt-get install libdrm2 --reinstall
sudo apt-get install xserver-xorg-video-intel --reinstall
shfuzjh
帖子: 28
注册时间: 2007-10-18 17:31

Re: 如何安裝Intel顯卡最新驅動?

#22

帖子 shfuzjh » 2009-01-04 15:58

我这里安装遇到了问题
在安装2。5。1的时候终端提示如许下
uxa.c:510: 致命错误: 打开依赖文件 .deps/uxa.Tpo:Permission denied
编译中断。
make[2]: *** [uxa.lo] 错误 1
make[2]:正在离开目录 `/home/shfuzjh/Desktop/xf86-video-intel-2.5.1/uxa'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/shfuzjh/Desktop/xf86-video-intel-2.5.1'
make: *** [all] 错误 2

我是按照lz的帖子一步一步来的
我现在应该怎么办阿?
在线等
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: 如何安裝Intel顯卡最新驅動?

#23

帖子 ellon » 2009-01-04 16:53

shfuzjh 写了:我这里安装遇到了问题
在安装2。5。1的时候终端提示如许下
uxa.c:510: 致命错误: 打开依赖文件 .deps/uxa.Tpo:Permission denied
编译中断。
make[2]: *** [uxa.lo] 错误 1
make[2]:正在离开目录 `/home/shfuzjh/Desktop/xf86-video-intel-2.5.1/uxa'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/shfuzjh/Desktop/xf86-video-intel-2.5.1'
make: *** [all] 错误 2

我是按照lz的帖子一步一步来的
我现在应该怎么办阿?
在线等
可能是uxa模塊的問題。可以嘗試編譯驅動without uxa。
gedit configure
搜索: BUILD_UXA=yes
改為: BUILD_UXA=no
保存。
再一次
./configure --prefix=/usr
make
sudo install
shfuzjh
帖子: 28
注册时间: 2007-10-18 17:31

Re: 如何安裝Intel顯卡最新驅動?

#24

帖子 shfuzjh » 2009-01-05 10:15

我试了一下LZ的方法
还是出错了
没办法
于是把libdrm重装一下,
结果这个都出问题了
看来我的系统有问题
我回头先尝试一下看能不能解决
不能解决的话继续麻烦LZ你。
at-pains
帖子: 4
注册时间: 2008-12-23 12:36

Re: 如何安裝Intel顯卡最新驅動?

#25

帖子 at-pains » 2009-01-06 2:31

怎么知道驱动是否已经安装成功?从哪里看驱动的版本号? :em06
wangwl1983
帖子: 2
注册时间: 2009-01-05 16:54

Re: 如何安裝Intel顯卡最新驅動?

#26

帖子 wangwl1983 » 2009-01-06 9:35

我破机器是INTEL集成的910的,装好之后什么都好好的啊。

就是在切换程序时会出现类似花屏的现象
shfuzjh
帖子: 28
注册时间: 2007-10-18 17:31

Re: 如何安裝Intel顯卡最新驅動?

#27

帖子 shfuzjh » 2009-01-06 10:53

ellon兄弟
还是要麻烦你了
我昨天在wiki和Google上面搜索了一天都没有搞明白我究竟是犯了什么错误,可能是编译环境没有设置好吧?
在安装libdrm的时候
configure的时候出现这样的情况:
shfuzjh@ubuntu:~/Desktop/libdrm-2.4.3$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PTHREADSTUBS... yes
checking for supported warning flags...
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wsign-compare... yes
checking whether gcc supports -Werror-implicit-function-declaration... yes
checking whether gcc supports -Wpointer-arith... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wmissing-declarations... yes
checking whether gcc supports -Wnested-externs... yes
checking whether gcc supports -Wpacked... yes
checking whether gcc supports -Wswitch-enum... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wstrict-aliasing=2... yes
checking whether gcc supports -Winit-self... yes
checking whether gcc supports -Wunsafe-loop-optimizations... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc supports -Wno-attributes... yes
checking whether gcc supports -Wno-long-long... yes
checking whether gcc supports -Winline... yes
checking which warning flags were supported... -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libdrm/Makefile
config.status: creating libdrm/intel/Makefile
config.status: creating shared-core/Makefile
config.status: creating tests/Makefile
config.status: creating tests/modeprint/Makefile
config.status: creating tests/modetest/Makefile
config.status: creating libdrm.pc
config.status: creating libdrm/config.h
config.status: libdrm/config.h is unchanged
config.status: executing depfiles commands

我郁闷啊,是不是缺少了g77的编译器啊?在网上搜索了半天都没有搜索到,更新了源也不行,帮兄弟一把好不?
头像
cnkilior
论坛版主
帖子: 4984
注册时间: 2007-08-05 17:40

Re: 如何安裝Intel顯卡最新驅動?

#28

帖子 cnkilior » 2009-01-06 11:04

configure: creating ./config.status
config.status: creating Makefile
config.status: creating libdrm/Makefile
config.status: creating libdrm/intel/Makefile
config.status: creating shared-core/Makefile
config.status: creating tests/Makefile
config.status: creating tests/modeprint/Makefile
config.status: creating tests/modetest/Makefile
config.status: creating libdrm.pc
config.status: creating libdrm/config.h
config.status: libdrm/config.h is unchanged
config.status: executing depfiles commands
看见了这些就说明configure成功了。configure不一定都要满足的,他只是概括的测试一下编译环境的。
shfuzjh
帖子: 28
注册时间: 2007-10-18 17:31

Re: 如何安裝Intel顯卡最新驅動?

#29

帖子 shfuzjh » 2009-01-06 14:00

我快放弃了
郁闷阿
我照着LZ的一步一步来的,结果xorg里面什么都没有改变
我郁闷的在intellinuxgraphics.org上面载了最新的驱动下来,是2。5。99。1,安装了,终于有变化了
xorg里面成为空白了,
一发火,把intellinuxgraphics.org上面的样板xorg粘贴进去了,结果还是什么都没有变
60HZ的还是60HZ,屏幕闪地眼睛发花,还是眼睛发花。
我把我的安装记录发上来,看看有没有高手能帮上忙
帮不上,看来要回windows了
哎,伤心

附件是abw格式的,发不上来,只好先改压缩了
附件
.abw.tar.gz
安装记录
(18.25 KiB) 已下载 99 次
头像
opp
帖子: 622
注册时间: 2008-03-30 11:42
联系:

Re: 如何安裝Intel顯卡最新驅動?

#30

帖子 opp » 2009-01-07 9:51

我是8.10的,怎么make命令不起作用啊,提示没有什么可作为。
回复