[转帖] VIA/S3G UniChrome Pro IGP显卡驱动总结(给各位被集成显卡闪烁的眼泪直流的兄弟们)

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
yhlfh
帖子: 579
注册时间: 2006-09-02 20:42
来自: 东海明珠

#16

帖子 yhlfh » 2007-01-25 12:56

我完全按照openchrome的步骤弄的,可是在/usr/lib/dri/下找不到unichrome_dri.so
这是为什么?我是AMD64的系统。
Life is like a box of chocolates, you never know what you're going to get.
头像
yhlfh
帖子: 579
注册时间: 2006-09-02 20:42
来自: 东海明珠

#17

帖子 yhlfh » 2007-01-25 14:57

顶!!!
Life is like a box of chocolates, you never know what you're going to get.
头像
yhlfh
帖子: 579
注册时间: 2006-09-02 20:42
来自: 东海明珠

#18

帖子 yhlfh » 2007-01-25 15:58

顶顶顶!!!到底有没有谁在AMD64下驱动过VIA显卡3D加速???
Life is like a box of chocolates, you never know what you're going to get.
yuanyelele
帖子: 18
注册时间: 2007-01-23 0:29
来自: 北京

#19

帖子 yuanyelele » 2007-02-05 20:02

类似12楼,出现了如下的错误,不太懂该怎么办。。。

checking for XORG... configure: error: Package requirements (xorg-server xproto xvmc fontsproto libdrm ) were not met:

No package 'xorg-server' found
No package 'xvmc' found
No package 'fontsproto' found
No package 'libdrm' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
lisir
帖子: 1187
注册时间: 2006-04-29 14:54
来自: 山东
联系:

#20

帖子 lisir » 2007-02-06 18:27

楼上的,这不提示已经说明了,让你安装xorg-server xvmc fontsproto libdrm这几个包啊
你在终端执行sudo apt-get install xorg-server xvmc fontsproto libdrm
学会看置顶帖、精华帖。
学会使用搜索。
常见问题解答和发帖需知
zbc8103
帖子: 37
注册时间: 2007-02-08 14:46
来自: 安徽

#21

帖子 zbc8103 » 2007-02-08 14:49

提示./autogen.sh: 9: autoreconf: not found
又是怎么回事啊?
头像
tomcat.xin
帖子: 400
注册时间: 2007-02-08 21:18

#22

帖子 tomcat.xin » 2007-02-09 14:36

"No package 'randrproto' found
No package 'renderproto' found"
这两个包从哪里能找到阿,谢谢
我是新手,刚刚接触linux,很多地方都不懂
overland
帖子: 19
注册时间: 2007-03-20 15:23

#23

帖子 overland » 2007-04-02 16:09

linunix 写了:刚刚安装了svn服务后,前几句命令可以执行了,可是到了这一句./autogen.sh又不行了,提示./autogen.sh: 9: autoreconf: not found
又是怎么回事啊?
我也是這樣的啊,你是怎么解决的啊?有人知道为什么吗
overland
帖子: 19
注册时间: 2007-03-20 15:23

#24

帖子 overland » 2007-04-02 16:11

zbc8103 写了:提示./autogen.sh: 9: autoreconf: not found
又是怎么回事啊?
同问
xdsnet
帖子: 80
注册时间: 2006-02-28 15:44

#25

帖子 xdsnet » 2007-04-04 15:33

autoreconf
好像也是一个包吧,你试一试 sudo apt-get install autoreconf
overland
帖子: 19
注册时间: 2007-03-20 15:23

#26

帖子 overland » 2007-04-07 11:24

overland@overland-desktop:~/Desktop/openchrome$ sudo ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
libxvmc/Makefile.am: installing `./compile'
libxvmc/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... 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 recognise 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 f77... no
checking for xlf... 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 f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... 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... 32768
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... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
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 if RANDR is defined... yes
checking if RENDER is defined... yes
checking if XF86DRI is defined... yes
checking if DPMSExtension is defined... yes
checking if XV is defined... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... configure: error: Package requirements (xorg-server xproto xvmc fontsproto libdrm randrproto renderproto xextproto x11 xextproto videoproto) were not met:

No package 'fontsproto' found
No package 'libdrm' found
No package 'randrproto' found
No package 'renderproto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

overland@overland-desktop:~/Desktop/openchrome$ sudo make
make: *** 没有指明目标并且找不到 makefile。 停止。
overland@overland-desktop:~/Desktop/openchrome$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
overland@overland-desktop:~/Desktop/openchrome$ configure
bash: configure:找不到命令
overland@overland-desktop:~/Desktop/openchrome$ sudo configure
sudo: configure: command not found
overland@overland-desktop:~/Desktop/openchrome$
头像
yhlfh
帖子: 579
注册时间: 2006-09-02 20:42
来自: 东海明珠

#27

帖子 yhlfh » 2007-04-07 13:45

Life is like a box of chocolates, you never know what you're going to get.
头像
linunix
帖子: 424
注册时间: 2006-11-21 21:25

#28

帖子 linunix » 2007-04-07 14:27

楼上的,你缺少的是
x11proto-render-dev
x11proto-randr-dev
x11proto-fonts-dev
libdrm-dev
这几个包
在新立得里面搜就是
PS:为什么我昨天发贴发不上去?
keyu21
帖子: 33
注册时间: 2007-02-28 0:06

#29

帖子 keyu21 » 2007-04-09 16:17

当我执行下面的语句时

代码: 全选

 glxinfo | grep render
出现下面的错误信息:

代码: 全选

X Error of failed request:  GLXBadContext
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  19
  Current serial number in output stream:  19
overland
帖子: 19
注册时间: 2007-03-20 15:23

#30

帖子 overland » 2007-04-09 21:41

谢谢楼上的各位
我应该是成功装上去了,只是看不出来效果
大家说说装上后干什么时效果明显啊
回复