Go Back   Champions of Regnum > Español > Soporte Técnico > Linux

Linux Problemas técnicos bajo la plataforma Linux

Reply
 
Thread Tools Display Modes
Old 04-16-2009, 12:42 PM   #41
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by climene View Post
Bueno, en realidad yo siempre entro con "sincronizar recursos", y esperé a que descargara todo antes de comenzar a jugar con mis pjs... y se veia horrendo >_<

igual hoy intentaré nuevamente
Tenía que responderte, me olvidé.


Encontré esto en una lista de correo:
Quote:
Originally Posted by Kevin Kofler
Peter Gordon <peter <at> thecodergeek.com> writes:
> [1] Full 2-D/3-D acceleration support, video scaling through Xv, and XRender
> acceleration through EXA, but texture compression (S3TC) is not implemented
> due to its legally questionable nature. Neither FSAA nor Anisotropic Filter
> is supported (yet?).

S3TC support can be added by installing a library called libtxc_dxtn, the
drivers know about it and will dlopen it if it's there. Note that that library
is illegal in the US and may be illegal in other countries because S3TC is
patented.

Kevin Kofler

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
En otras palabras, probá con:

yum install libtxc_dxtn

o con...

yum install libtxc


Y si NADA de eso funciona, podés compilar:

Code:
mkdir ~/build-libxtc
cd ~/build-libxtc
wget http://homepage.hispeed.ch/rscheidegger/dri_experimental/libtxc_dxtn070518.tar.gz
tar -xvf libtxc_dxtn070518.tar.gz
cd libtxc_dxtn
Luego de esto vas a tener que verificar que tengas mesa-common-dev (o uno que se llame similar, no uso Fedora).

Luego:

Code:
make && sudo make install
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 04-19-2009, 12:12 AM   #42
climene
Master
 
climene's Avatar
 
Join Date: Jan 2009
Location: Chile
Posts: 558
climene will become famous soon enoughclimene will become famous soon enough
Default

Pude hacer todo excepto...

Quote:
Originally Posted by Xephandor View Post
Luego de esto vas a tener que verificar que tengas mesa-common-dev (o uno que se llame similar, no uso Fedora).

Luego:

Code:
make && sudo make install
¿como verifico eso?

adjunto las screen de como se me ve regnum en linux
Attached Images
File Type: jpg screenshot 2009-04-18 15_17_26.jpg (63.9 KB, 11 views)
File Type: jpg screenshot 2009-04-18 15_17_45.jpg (65.3 KB, 8 views)
File Type: jpg screenshot 2009-04-18 15_17_54.jpg (63.2 KB, 8 views)
File Type: jpg screenshot 2009-04-18 15_18_01.jpg (64.2 KB, 9 views)
__________________
Todos los días se aprende algo nuevo
Climene (caba re-aprendiendo a moverse) - Ananke (conju de guerreros) - en receso...
climene no ha iniciado sesión   Reply With Quote
Old 04-23-2009, 08:01 AM   #43
climene
Master
 
climene's Avatar
 
Join Date: Jan 2009
Location: Chile
Posts: 558
climene will become famous soon enoughclimene will become famous soon enough
Default

BUeno, al descomprimir el archivo contiene lo siguiente

Quote:
[root@vanina libtxc_dxtn]# dir
Changelog Makefile.old txc_dxtn.h
Makefile txc_compress_dxtn.c txc_fetch_dxtn.c
[root@vanina libtxc_dxtn]#

al hacer el make me sale el siguiente error

Quote:
[root@vanina libtxc_dxtn]# make install
cc -Wall -pedantic -fPIC -O3 -c -o txc_compress_dxtn.o txc_compress_dxtn.c
En el fichero incluído de txc_compress_dxtn.c:27:
txc_dxtn.h:25:19: error: GL/gl.h: No existe el fichero o el directorio
In file included from txc_compress_dxtn.c:27:
txc_dxtn.h:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLchan’
txc_dxtn.h:35: error: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:37: error: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:39: error: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:41: error: expected ‘)’ before ‘srcRowStride’
txc_dxtn.h:44: error: expected ‘)’ before ‘srccomps’
txc_compress_dxtn.c:37: error: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:229: error: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:347: error: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:402: error: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:415: error: expected ‘)’ before ‘*’ token
txc_compress_dxtn.c:737: error: expected ‘)’ before ‘srcpixels’
txc_compress_dxtn.c:753: error: expected ‘)’ before ‘srccomps’
make: *** [txc_compress_dxtn.o] Error 1
T-T
__________________
Todos los días se aprende algo nuevo
Climene (caba re-aprendiendo a moverse) - Ananke (conju de guerreros) - en receso...
climene no ha iniciado sesión   Reply With Quote
Old 04-23-2009, 10:46 AM   #44
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

instala el paquete kernel-headers
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 04-23-2009, 03:47 PM   #45
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by arlick View Post
instala el paquete kernel-headers
Ups, me pasé eso por alto... ¿Pero tiene que ver con el kernel? Se supone que es un descompresor de texturas.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 04-23-2009, 09:24 PM   #46
climene
Master
 
climene's Avatar
 
Join Date: Jan 2009
Location: Chile
Posts: 558
climene will become famous soon enoughclimene will become famous soon enough
Default

Quote:
[root@vanina vanina]# yum install kernel-headers
Loaded plugins: refresh-packagekit
fedora | 2.8 kB 00:03
rpmfusion-free-updates | 2.1 kB 00:00
rpmfusion-free | 2.7 kB 00:00
updates | 2.3 kB 00:00
Setting up Install Process
Parsing package install arguments
Package kernel-headers-2.6.27.21-170.2.56.fc10.i386 already installed and latest version
Nothing to do
[root@vanina vanina]#
Creo que tendre que esperar hasta el sabado T-T
__________________
Todos los días se aprende algo nuevo
Climene (caba re-aprendiendo a moverse) - Ananke (conju de guerreros) - en receso...
climene no ha iniciado sesión   Reply With Quote
Old 04-23-2009, 09:36 PM   #47
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by climene View Post
Creo que tendre que esperar hasta el sabado T-T
Seguramente no se llama kernel-headers exactamente, sino que se llame kernel-headers + lo que salga de este comando:

uname -r

quedaría algo así:

kernel-headers-2.6.28.9

realmente no tengo ni idea, pero seguro que yum tiene algún parámetro para buscar. De todas forma no estoy seguro de que sea el kernel-headers lo que falte, sino que puede sea cosa de que falte el paquete:

mesa-dev

O algo parecido, no uso fedora, así que no lo se exactamente . yum tendrá alguna opción tipo: yum --find "paquete"

@xephandor: para compilar cualquier cosa no es totalmente necesario, solo si usa las cabeceras, por ejemplo: errno.h

Veo que falta el fichero gl.h, que es posible que esté en los paquetes de mesa en vez de en los de kernel-headers, pero nunca viene mal tener esto último

edit: unas cuentas horas después me doy cuenta de que lei mal tu post y contesté lo que no tenía que contestar o.O
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan

Last edited by arlick; 04-24-2009 at 12:39 AM.
arlick no ha iniciado sesión   Reply With Quote
Old 04-24-2009, 12:10 AM   #48
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Sí, se supone que está en los de mesa, pero no tengo ni idea cómo se llaman... Argh, odio no saber.

¿No hay una herramienta gráfica para buscar paquetes? Debería ser capaz de buscar alguno que se llame mesa-devel o mesa-common-devel e instalarlo.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 04-24-2009, 12:44 AM   #49
climene
Master
 
climene's Avatar
 
Join Date: Jan 2009
Location: Chile
Posts: 558
climene will become famous soon enoughclimene will become famous soon enough
Default

instale mesa-devel y kernel-headres y aun me sale el error...

no me rindo, pero quizás mejor espero al sábado...
__________________
Todos los días se aprende algo nuevo
Climene (caba re-aprendiendo a moverse) - Ananke (conju de guerreros) - en receso...
climene no ha iniciado sesión   Reply With Quote
Old 04-24-2009, 12:48 AM   #50
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Probá con el paquete mesa-libGL, y si no anda probá con el devel. Hace mucho que no uso un fedora o redhat
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Reply

Tags
linux intel, linux nvidia


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:11 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved