tem como rodar jogos 3d nessa placa via?

13. Re: tem como rodar jogos 3d nessa placa via?

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 18/12/2009 - 09:35h

cara ainda não desisti
instalei a bliblio teca mas o apt file nao instalei pq o comando derrubou o a conexão com internet na hora depois tentei novamente(com a biblioteca instalada) deu isso aqui
rafael@rafael:~$ cd /home/rafael/via-xserver-86a-50283_src/XServer
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:43: installing `./missing'
src/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 a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
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 XINERAMA is defined... yes
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... no
checking for XORG... configure: error: Package requirements (xorg-server, xproto fontsproto
xineramaproto randrproto renderproto xextproto x11 xextproto videoproto) were not met:

No package 'xineramaproto' 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.

rafael@rafael:~/via-xserver-86a-50283_src/XServer$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./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 whether to enable maintainer-specific portions of Makefiles... no
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
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 XINERAMA is defined... yes
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... no
checking for XORG... configure: error: Package requirements (xorg-server, xproto fontsproto
xineramaproto randrproto renderproto xextproto x11 xextproto videoproto) were not met:

No package 'xineramaproto' 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.

rafael@rafael:~/via-xserver-86a-50283_src/XServer$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./install-sh
./install-sh: no input file specified.
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ chmod -x install-sh
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./install-sh
bash: ./install-sh: Permissão negada
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./install-sh
./install-sh: no input file specified.
rafael@rafael:~/via-xserver-86a-50283_src/XServer$
lembrando que o arquivo ''configure'' não estava funcionando e tornei executavel atraves de modo grafico


  


14. Re: tem como rodar jogos 3d nessa placa via?

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 18/12/2009 - 09:45h

sobre a placa de video que o amigo indicou acima
ela é agp e minha placa mãe é pci-ex,por isso nao me serve


15. Ainda faltam pacotes.

Ednilton Santos de Oliveira
ednilton_so

(usa KUbuntu)

Enviado em 18/12/2009 - 10:13h

Olá,

Pelo que vi na sua tentativa de compilação, falta o arquivo "xineramaproto" que está no pacote "x11proto-xinerama-dev". Então, executa aí:
sudo apt-get install x11proto-xinerama-dev

E tente novamente (uma hora vai ter que funcionar, rsrsrsrs).

Boa sorte!


16. Re: tem como rodar jogos 3d nessa placa via?

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 18/12/2009 - 15:46h

cara to aqui denovo
rafael@rafael:~$ cd /home/rafael/via-xserver-86a-50283_src/XServer
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ chmod -x autogen.sh
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./autogen.sh
bash: ./autogen.sh: Permissão negada
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:43: installing `./missing'
src/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 a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
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 XINERAMA is defined... yes
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... yes
checking for ANSI C header files... (cached) yes
checking for DRI... configure: error: Package requirements (libdrm >= 2.0 xf86driproto) were not met:

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 DRI_CFLAGS
and DRI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

rafael@rafael:~/via-xserver-86a-50283_src/XServer$ ./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 whether to enable maintainer-specific portions of Makefiles... no
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
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 XINERAMA is defined... yes
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... yes
checking for ANSI C header files... (cached) yes
checking for DRI... configure: error: Package requirements (libdrm >= 2.0 xf86driproto) were not met:

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 DRI_CFLAGS
and DRI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

rafael@rafael:~/via-xserver-86a-50283_src/XServer$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ librm
bash: librm: comando não encontrado


de que biblioteca esta faltando agora???


17. Re: tem como rodar jogos 3d nessa placa via?

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 18/12/2009 - 16:13h

opa instalei essa biblioteca pelo synapitic
e depois deu isso aqui:

checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
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 XINERAMA is defined... yes
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... yes
checking for ANSI C header files... (cached) yes
checking for DRI... yes
./configure: line 13077: XORG_MANPAGE_SECTIONS: command not found
./configure: line 13078: XORG_RELEASE_VERSION: command not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config_via.h
config.status: config_via.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ make
make all-recursive
make[1]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
Making all in src
make[2]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_common.lo -MD -MP -MF .deps/via_common.Tpo -c -o via_common.lo via_common.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_common.lo -MD -MP -MF .deps/via_common.Tpo -c via_common.c -fPIC -DPIC -o .libs/via_common.o
mv -f .deps/via_common.Tpo .deps/via_common.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_serial.lo -MD -MP -MF .deps/via_serial.Tpo -c -o via_serial.lo via_serial.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_serial.lo -MD -MP -MF .deps/via_serial.Tpo -c via_serial.c -fPIC -DPIC -o .libs/via_serial.o
mv -f .deps/via_serial.Tpo .deps/via_serial.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_displcd.lo -MD -MP -MF .deps/via_displcd.Tpo -c -o via_displcd.lo via_displcd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_displcd.lo -MD -MP -MF .deps/via_displcd.Tpo -c via_displcd.c -fPIC -DPIC -o .libs/via_displcd.o
mv -f .deps/via_displcd.Tpo .deps/via_displcd.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT hw.lo -MD -MP -MF .deps/hw.Tpo -c -o hw.lo hw.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT hw.lo -MD -MP -MF .deps/hw.Tpo -c hw.c -fPIC -DPIC -o .libs/hw.o
mv -f .deps/hw.Tpo .deps/hw.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c -o via_accel.lo via_accel.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c via_accel.c -fPIC -DPIC -o .libs/via_accel.o
mv -f .deps/via_accel.Tpo .deps/via_accel.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_xaa.lo -MD -MP -MF .deps/via_xaa.Tpo -c -o via_xaa.lo via_xaa.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_xaa.lo -MD -MP -MF .deps/via_xaa.Tpo -c via_xaa.c -fPIC -DPIC -o .libs/via_xaa.o
mv -f .deps/via_xaa.Tpo .deps/via_xaa.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_exa.lo -MD -MP -MF .deps/via_exa.Tpo -c -o via_exa.lo via_exa.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_exa.lo -MD -MP -MF .deps/via_exa.Tpo -c via_exa.c -fPIC -DPIC -o .libs/via_exa.o
mv -f .deps/via_exa.Tpo .deps/via_exa.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_exa_h5.lo -MD -MP -MF .deps/via_exa_h5.Tpo -c -o via_exa_h5.lo via_exa_h5.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_exa_h5.lo -MD -MP -MF .deps/via_exa_h5.Tpo -c via_exa_h5.c -fPIC -DPIC -o .libs/via_exa_h5.o
mv -f .deps/via_exa_h5.Tpo .deps/via_exa_h5.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_exa_h6.lo -MD -MP -MF .deps/via_exa_h6.Tpo -c -o via_exa_h6.lo via_exa_h6.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_exa_h6.lo -MD -MP -MF .deps/via_exa_h6.Tpo -c via_exa_h6.c -fPIC -DPIC -o .libs/via_exa_h6.o
mv -f .deps/via_exa_h6.Tpo .deps/via_exa_h6.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_3d.lo -MD -MP -MF .deps/via_3d.Tpo -c -o via_3d.lo via_3d.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_3d.lo -MD -MP -MF .deps/via_3d.Tpo -c via_3d.c -fPIC -DPIC -o .libs/via_3d.o
mv -f .deps/via_3d.Tpo .deps/via_3d.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_bandwidth.lo -MD -MP -MF .deps/via_bandwidth.Tpo -c -o via_bandwidth.lo via_bandwidth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_bandwidth.lo -MD -MP -MF .deps/via_bandwidth.Tpo -c via_bandwidth.c -fPIC -DPIC -o .libs/via_bandwidth.o
mv -f .deps/via_bandwidth.Tpo .deps/via_bandwidth.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_bios.lo -MD -MP -MF .deps/via_bios.Tpo -c -o via_bios.lo via_bios.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_bios.lo -MD -MP -MF .deps/via_bios.Tpo -c via_bios.c -fPIC -DPIC -o .libs/via_bios.o
mv -f .deps/via_bios.Tpo .deps/via_bios.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_cursor.lo -MD -MP -MF .deps/via_cursor.Tpo -c -o via_cursor.lo via_cursor.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_cursor.lo -MD -MP -MF .deps/via_cursor.Tpo -c via_cursor.c -fPIC -DPIC -o .libs/via_cursor.o
mv -f .deps/via_cursor.Tpo .deps/via_cursor.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_output.lo -MD -MP -MF .deps/via_output.Tpo -c -o via_output.lo via_output.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_output.lo -MD -MP -MF .deps/via_output.Tpo -c via_output.c -fPIC -DPIC -o .libs/via_output.o
mv -f .deps/via_output.Tpo .deps/via_output.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_display.lo -MD -MP -MF .deps/via_display.Tpo -c -o via_display.lo via_display.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_display.lo -MD -MP -MF .deps/via_display.Tpo -c via_display.c -fPIC -DPIC -o .libs/via_display.o
mv -f .deps/via_display.Tpo .deps/via_display.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dga.lo -MD -MP -MF .deps/via_dga.Tpo -c -o via_dga.lo via_dga.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dga.lo -MD -MP -MF .deps/via_dga.Tpo -c via_dga.c -fPIC -DPIC -o .libs/via_dga.o
mv -f .deps/via_dga.Tpo .deps/via_dga.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dri.lo -MD -MP -MF .deps/via_dri.Tpo -c -o via_dri.lo via_dri.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dri.lo -MD -MP -MF .deps/via_dri.Tpo -c via_dri.c -fPIC -DPIC -o .libs/via_dri.o
mv -f .deps/via_dri.Tpo .deps/via_dri.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_driver.lo -MD -MP -MF .deps/via_driver.Tpo -c -o via_driver.lo via_driver.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_driver.lo -MD -MP -MF .deps/via_driver.Tpo -c via_driver.c -fPIC -DPIC -o .libs/via_driver.o
mv -f .deps/via_driver.Tpo .deps/via_driver.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dvi.lo -MD -MP -MF .deps/via_dvi.Tpo -c -o via_dvi.lo via_dvi.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dvi.lo -MD -MP -MF .deps/via_dvi.Tpo -c via_dvi.c -fPIC -DPIC -o .libs/via_dvi.o
mv -f .deps/via_dvi.Tpo .deps/via_dvi.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_gpioi2c.lo -MD -MP -MF .deps/via_gpioi2c.Tpo -c -o via_gpioi2c.lo via_gpioi2c.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_gpioi2c.lo -MD -MP -MF .deps/via_gpioi2c.Tpo -c via_gpioi2c.c -fPIC -DPIC -o .libs/via_gpioi2c.o
mv -f .deps/via_gpioi2c.Tpo .deps/via_gpioi2c.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_i2c.lo -MD -MP -MF .deps/via_i2c.Tpo -c -o via_i2c.lo via_i2c.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_i2c.lo -MD -MP -MF .deps/via_i2c.Tpo -c via_i2c.c -fPIC -DPIC -o .libs/via_i2c.o
mv -f .deps/via_i2c.Tpo .deps/via_i2c.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_lcd.lo -MD -MP -MF .deps/via_lcd.Tpo -c -o via_lcd.lo via_lcd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_lcd.lo -MD -MP -MF .deps/via_lcd.Tpo -c via_lcd.c -fPIC -DPIC -o .libs/via_lcd.o
mv -f .deps/via_lcd.Tpo .deps/via_lcd.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_mergedfb.lo -MD -MP -MF .deps/via_mergedfb.Tpo -c -o via_mergedfb.lo via_mergedfb.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_mergedfb.lo -MD -MP -MF .deps/via_mergedfb.Tpo -c via_mergedfb.c -fPIC -DPIC -o .libs/via_mergedfb.o
mv -f .deps/via_mergedfb.Tpo .deps/via_mergedfb.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_shadow.lo -MD -MP -MF .deps/via_shadow.Tpo -c -o via_shadow.lo via_shadow.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_shadow.lo -MD -MP -MF .deps/via_shadow.Tpo -c via_shadow.c -fPIC -DPIC -o .libs/via_shadow.o
mv -f .deps/via_shadow.Tpo .deps/via_shadow.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_utility.lo -MD -MP -MF .deps/via_utility.Tpo -c -o via_utility.lo via_utility.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_utility.lo -MD -MP -MF .deps/via_utility.Tpo -c via_utility.c -fPIC -DPIC -o .libs/via_utility.o
mv -f .deps/via_utility.Tpo .deps/via_utility.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_video.lo -MD -MP -MF .deps/via_video.Tpo -c -o via_video.lo via_video.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_video.lo -MD -MP -MF .deps/via_video.Tpo -c via_video.c -fPIC -DPIC -o .libs/via_video.o
mv -f .deps/via_video.Tpo .deps/via_video.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT xf86drmVIA.lo -MD -MP -MF .deps/xf86drmVIA.Tpo -c -o xf86drmVIA.lo xf86drmVIA.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT xf86drmVIA.lo -MD -MP -MF .deps/xf86drmVIA.Tpo -c xf86drmVIA.c -fPIC -DPIC -o .libs/xf86drmVIA.o
mv -f .deps/xf86drmVIA.Tpo .deps/xf86drmVIA.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dmabuffer.lo -MD -MP -MF .deps/via_dmabuffer.Tpo -c -o via_dmabuffer.lo via_dmabuffer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_dmabuffer.lo -MD -MP -MF .deps/via_dmabuffer.Tpo -c via_dmabuffer.c -fPIC -DPIC -o .libs/via_dmabuffer.o
mv -f .deps/via_dmabuffer.Tpo .deps/via_dmabuffer.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_swov.lo -MD -MP -MF .deps/via_swov.Tpo -c -o via_swov.lo via_swov.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_swov.lo -MD -MP -MF .deps/via_swov.Tpo -c via_swov.c -fPIC -DPIC -o .libs/via_swov.o
mv -f .deps/via_swov.Tpo .deps/via_swov.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_fops.lo -MD -MP -MF .deps/via_eng_fops.Tpo -c -o via_eng_fops.lo via_eng_fops.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_fops.lo -MD -MP -MF .deps/via_eng_fops.Tpo -c via_eng_fops.c -fPIC -DPIC -o .libs/via_eng_fops.o
mv -f .deps/via_eng_fops.Tpo .deps/via_eng_fops.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_fops_cme.lo -MD -MP -MF .deps/via_eng_fops_cme.Tpo -c -o via_eng_fops_cme.lo via_eng_fops_cme.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_fops_cme.lo -MD -MP -MF .deps/via_eng_fops_cme.Tpo -c via_eng_fops_cme.c -fPIC -DPIC -o .libs/via_eng_fops_cme.o
mv -f .deps/via_eng_fops_cme.Tpo .deps/via_eng_fops_cme.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_fops_cle.lo -MD -MP -MF .deps/via_eng_fops_cle.Tpo -c -o via_eng_fops_cle.lo via_eng_fops_cle.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_fops_cle.lo -MD -MP -MF .deps/via_eng_fops_cle.Tpo -c via_eng_fops_cle.c -fPIC -DPIC -o .libs/via_eng_fops_cle.o
mv -f .deps/via_eng_fops_cle.Tpo .deps/via_eng_fops_cle.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_reg_fops.lo -MD -MP -MF .deps/via_eng_reg_fops.Tpo -c -o via_eng_reg_fops.lo via_eng_reg_fops.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_eng_reg_fops.lo -MD -MP -MF .deps/via_eng_reg_fops.Tpo -c via_eng_reg_fops.c -fPIC -DPIC -o .libs/via_eng_reg_fops.o
mv -f .deps/via_eng_reg_fops.Tpo .deps/via_eng_reg_fops.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_memmgr.lo -MD -MP -MF .deps/via_memmgr.Tpo -c -o via_memmgr.lo via_memmgr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_memmgr.lo -MD -MP -MF .deps/via_memmgr.Tpo -c via_memmgr.c -fPIC -DPIC -o .libs/via_memmgr.o
mv -f .deps/via_memmgr.Tpo .deps/via_memmgr.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_vt1636.lo -MD -MP -MF .deps/via_vt1636.Tpo -c -o via_vt1636.lo via_vt1636.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_vt1636.lo -MD -MP -MF .deps/via_vt1636.Tpo -c via_vt1636.c -fPIC -DPIC -o .libs/via_vt1636.o
mv -f .deps/via_vt1636.Tpo .deps/via_vt1636.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_rotate.lo -MD -MP -MF .deps/via_rotate.Tpo -c -o via_rotate.lo via_rotate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_rotate.lo -MD -MP -MF .deps/via_rotate.Tpo -c via_rotate.c -fPIC -DPIC -o .libs/via_rotate.o
mv -f .deps/via_rotate.Tpo .deps/via_rotate.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT video_rotate.lo -MD -MP -MF .deps/video_rotate.Tpo -c -o video_rotate.lo video_rotate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT video_rotate.lo -MD -MP -MF .deps/video_rotate.Tpo -c video_rotate.c -fPIC -DPIC -o .libs/video_rotate.o
mv -f .deps/video_rotate.Tpo .deps/video_rotate.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_texvideo.lo -MD -MP -MF .deps/via_texvideo.Tpo -c -o via_texvideo.lo via_texvideo.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_texvideo.lo -MD -MP -MF .deps/via_texvideo.Tpo -c via_texvideo.c -fPIC -DPIC -o .libs/via_texvideo.o
mv -f .deps/via_texvideo.Tpo .deps/via_texvideo.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_Hw3DScaling.lo -MD -MP -MF .deps/via_Hw3DScaling.Tpo -c -o via_Hw3DScaling.lo via_Hw3DScaling.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT via_Hw3DScaling.lo -MD -MP -MF .deps/via_Hw3DScaling.Tpo -c via_Hw3DScaling.c -fPIC -DPIC -o .libs/via_Hw3DScaling.o
mv -f .deps/via_Hw3DScaling.Tpo .deps/via_Hw3DScaling.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT agpctl.lo -MD -MP -MF .deps/agpctl.Tpo -c -o agpctl.lo agpctl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -MT agpctl.lo -MD -MP -MF .deps/agpctl.Tpo -c agpctl.c -fPIC -DPIC -o .libs/agpctl.o
mv -f .deps/agpctl.Tpo .deps/agpctl.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -DXFree86LOADER -I/usr/include/drm -I/usr/include/X11/dri -I/usr/include/X11 -I/usr/include/X11/extensions -I.. -I. -O2 -module -avoid-version -o via_drv.la -rpath /usr/lib/xorg/modules/drivers via_common.lo via_serial.lo via_displcd.lo hw.lo via_accel.lo via_xaa.lo via_exa.lo via_exa_h5.lo via_exa_h6.lo via_3d.lo via_bandwidth.lo via_bios.lo via_cursor.lo via_output.lo via_display.lo via_dga.lo via_dri.lo via_driver.lo via_dvi.lo via_gpioi2c.lo via_i2c.lo via_lcd.lo via_mergedfb.lo via_shadow.lo via_utility.lo via_video.lo xf86drmVIA.lo via_dmabuffer.lo via_swov.lo via_eng_fops.lo via_eng_fops_cme.lo via_eng_fops_cle.lo via_eng_reg_fops.lo via_memmgr.lo via_vt1636.lo via_rotate.lo video_rotate.lo via_texvideo.lo via_Hw3DScaling.lo agpctl.lo
libtool: link: gcc -shared .libs/via_common.o .libs/via_serial.o .libs/via_displcd.o .libs/hw.o .libs/via_accel.o .libs/via_xaa.o .libs/via_exa.o .libs/via_exa_h5.o .libs/via_exa_h6.o .libs/via_3d.o .libs/via_bandwidth.o .libs/via_bios.o .libs/via_cursor.o .libs/via_output.o .libs/via_display.o .libs/via_dga.o .libs/via_dri.o .libs/via_driver.o .libs/via_dvi.o .libs/via_gpioi2c.o .libs/via_i2c.o .libs/via_lcd.o .libs/via_mergedfb.o .libs/via_shadow.o .libs/via_utility.o .libs/via_video.o .libs/xf86drmVIA.o .libs/via_dmabuffer.o .libs/via_swov.o .libs/via_eng_fops.o .libs/via_eng_fops_cme.o .libs/via_eng_fops_cle.o .libs/via_eng_reg_fops.o .libs/via_memmgr.o .libs/via_vt1636.o .libs/via_rotate.o .libs/video_rotate.o .libs/via_texvideo.o .libs/via_Hw3DScaling.o .libs/agpctl.o -Wl,-soname -Wl,via_drv.so -o .libs/via_drv.so
libtool: link: ( cd ".libs" && rm -f "via_drv.la" && ln -s "../via_drv.la" "via_drv.la" )
make[2]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[2]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
make[2]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
make[1]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
rafael@rafael:~/via-xserver-86a-50283_src/XServer$ make install
Making install in src
make[1]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[2]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[2]: Nada a ser feito para `install-exec-am'.
test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/lib/xorg/modules/drivers"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'via_drv.la' '/usr/lib/xorg/modules/drivers/via_drv.la'
libtool: install: /usr/bin/install -c .libs/via_drv.so /usr/lib/xorg/modules/drivers/via_drv.so
/usr/bin/install: cannot create regular file `/usr/lib/xorg/modules/drivers/via_drv.so': Permission denied
make[2]: ** [install-via_drv_laLTLIBRARIES] Erro 1
make[2]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[1]: ** [install-am] Erro 2
make[1]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make: ** [install-recursive] Erro 1
rafael@rafael:~/via-xserver-86a-50283_src/XServer$
rafael@rafael:~/via-xserver-86a-50283_src/XServer$




18. Re: tem como rodar jogos 3d nessa placa via?

Elder Marco
eldermarco

(usa Fedora)

Enviado em 18/12/2009 - 16:24h

O que ocorre é que o driver está querendo se instalar em uma parte do sistema que somente com permissões de root é possível fazer. Deveria compilar e depois dar um make install para dar esse erro.. mas de qualquer maneira, execute o make com privilégios de root :-)


19. Re: tem como rodar jogos 3d nessa placa via?

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 18/12/2009 - 18:09h

então cara dessa ves eu fiz em root


e deu isso aqui
make install
Making install in src
make[1]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[2]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[2]: Nada a ser feito para `install-exec-am'.
test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/usr/lib/xorg/modules/drivers"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'via_drv.la' '/usr/lib/xorg/modules/drivers/via_drv.la'
libtool: install: /usr/bin/install -c .libs/via_drv.so /usr/lib/xorg/modules/drivers/via_drv.so
libtool: install: /usr/bin/install -c .libs/via_drv.lai /usr/lib/xorg/modules/drivers/via_drv.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /usr/lib/xorg/modules/drivers
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/xorg/modules/drivers

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[1]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer/src'
make[1]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
make[2]: Entrando no diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
make[2]: Nada a ser feito para `install-exec-am'.
make[2]: Nada a ser feito para `install-data-am'.
make[2]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
make[1]: Saindo do diretório `/home/rafael/via-xserver-86a-50283_src/XServer'
root@rafael:/home/rafael/via-xserver-86a-50283_src/XServer#


esta certo??


20. Parece que foi.

Ednilton Santos de Oliveira
ednilton_so

(usa KUbuntu)

Enviado em 18/12/2009 - 19:05h

Olá,

Parece que foi. Você já reiniciou o PC pra ver? Tenta assistir um vídeo em tela cheia pra ver se fica legal. E lembre-se que ainda falta instalar a aceleração 3D, que é fazer a mesma coisa (acho) nas pasta "drm" que está no mesmo diretório da XServer.

Boa sorte.


21. Re: tem como rodar jogos 3d nessa placa via?

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 19/12/2009 - 08:21h

adnilton,coloquei o arquivo ''readme'' no google tradutor e apareceu nas ultimas linhas


Conteúdo do diretório

1. H2DRM_Independent_2.6.24: fonte de DRM para CN700/CX700M/VX700 suporte Linux kernel 2.6.24
2. H2DRM_Independent_2.6.27: fonte de DRM para CN700/CX700M/VX700 suporte Linux kernel 2.6.27
3. H2DRM_Independent_2.6.28: fonte de DRM para CN700/CX700M/VX700 suporte Linux kernel 2.6.28
4. H5DRM_Independent_2.6.24: fonte de DRM para CN896/VX800/VX820 suporte Linux kernel 2.6.24
5. H5DRM_Independent_2.6.27_28: fonte de DRM para CN896/VX800/VX820 kernel Linux support 2.6.27/2.6.28

Por favor, leia o documento (readme) nesses diretórios para saber como criar o módulo do DRM.


pelo que entendi eu tenho que indentificar esse tal de kernel(eu ouço falar sobre esse tal de kernel aqui no vol mas não sei o que é realmente)e depois instalar o driver de acordo com a pasta do kernel
estou certo?
se sim como identificalo?


22. RE: tem como rodar jogos 3d nessa placa via?

Ednilton Santos de Oliveira
ednilton_so

(usa KUbuntu)

Enviado em 19/12/2009 - 14:27h

Ola,

Cara, esse final de semana ta complicado, to sem o Ubuntu. Agora estou usando o Debian da Universidade onde nao tem acento e nao posso lhe ajudar por enquanto.

Mas olha, vc descobre a versao do seu kernel com "uname -r". Se vc nunca alterou o seu kernel e usa o Janty, tem que fazer a mesma coisa que fez na pasta XServer mas na pasta que termina com 2.6.28 e alguma coisa.

Bos sorte!


23. Re: tem como rodar jogos 3d nessa placa via?

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 19/12/2009 - 16:46h

Ediniltoton,de uma olhada ae

rafael@rafael:~$ sudo su
[sudo] password for rafael:
root@rafael:/home/rafael# uname -r
2.6.28-11-generic
root@rafael:/home/rafael# /home/rafael/via-xserver-86a-50283_src/DRM/H2DRM_Independent_2.6.28
bash: /home/rafael/via-xserver-86a-50283_src/DRM/H2DRM_Independent_2.6.28: é um diretório
root@rafael:/home/rafael# cd /home/rafael/via-xserver-86a-50283_src/DRM/H2DRM_Independent_2.6.28
root@rafael:/home/rafael/via-xserver-86a-50283_src/DRM/H2DRM_Independent_2.6.28# make. There will be a via.ko.
bash: make.: comando não encontrado
root@rafael:/home/rafael/via-xserver-86a-50283_src/DRM/H2DRM_Independent_2.6.28# make
make -C /lib/modules/2.6.28-11-generic/build M=/home/rafael/via-xserver-86a-50283_src/DRM/H2DRM_Independent_2.6.28 modules
make: *** /lib/modules/2.6.28-11-generic/build: Arquivo ou diretório inexistente. Pare.
make: ** [default] Erro 2
root@rafael:/home/rafael/via-xserver-86a-50283_src/DRM/H2DRM_Independent_2.6.28#

identifiquei o kernel depois entrei na pasta referente a ele,certo?
depois,li o arquivo ''readme'',la tinha isso aqui:
How to build via.ko
1. make. There will be a via.ko.
2. make install
3. depmod -a
4. restart x

Note: This version should developed with ubuntu9.04 or the distribution which has the same kernel with 2.6.28

qual será o erro agora?


24. Eu aqui novamente.

Ednilton Santos de Oliveira
ednilton_so

(usa KUbuntu)

Enviado em 19/12/2009 - 19:29h

Olá,

Não tem um arquivo autoconf aí também?
Nem tentando ./configure?
Se tiver um desses arquivos aí, tenta executar, mas não esquece de torná-los executáveis antes (com chmod +x).


Boa sorte!



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts