Go Back   Champions of Regnum > Español > La Taberna

La Taberna Un lugar para conversar sobre casi cualquier tema

Closed Thread
 
Thread Tools Display Modes
Old 09-20-2008, 02:02 AM   #11
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 theotherhiveking

Asi que te tienes que bajar las bibliotecas que sean necesarias.

O lo mismo te instalaste el ubuntu de 32 y ya las tienes y por tanto tenes que hacer al contrario.
Ubuntu trae de serie las ia32-libs necesarias para correr binarios de 32 bits para arquitecturas x86. De todos modos, eso está detallado en la sección de problemas conocidos.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión  
Old 09-20-2008, 05:28 PM   #12
Roldier
Banned
 
Roldier's Avatar
 
Join Date: Mar 2008
Location: Vivo en el foro.¡¡Que alguien me pase una almohada!!
Posts: 100
Roldier is on a distinguished road
Default

Por el momento el juego chuta bien EXEPTO!! En la zg, si detectas en alguna direccion a un enemigo empiezas a tener un lag.... Creo que voy a estar un buen tiempo leveando
Roldier no ha iniciado sesión  
Old 09-20-2008, 05:49 PM   #13
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 Roldier
Por el momento el juego chuta bien EXEPTO!! En la zg, si detectas en alguna direccion a un enemigo empiezas a tener un lag.... Creo que voy a estar un buen tiempo leveando
Asegúrate de sí es lag o fps bajos.

Por otra parte la última actualización bajo el rendimiento a unos cuantos, mírate esto:

http://www.regnumonline.com.ar/forum...ad.php?t=29781

Y si ejecutas esto en una consola te podemos decir si está todo bien instalado y configurado para jugar:

Quote:
clear && echo "Juntando informacion" && echo -n "Informe generado el día " > pp && date >> pp && echo "" >> pp && echo "++++++CPU+++++" >> pp && echo "Modelo: " >>pp && (cat /proc/cpuinfo | grep -i "model name" | cut -d: -f2 | grep "" || echo "Sin info") >> pp && echo "MHz: " >>pp && (cat /proc/cpuinfo | grep 'cpu MHz' | cut -d: -f2 | grep "" || echo "Sin info") >> pp && echo "Cache: " >>pp && (cat /proc/cpuinfo | grep 'cache size' | cut -d: -f2 | grep "" || echo "Sin info") >> pp && echo "" >> pp && echo "++++++Distro+++++" >> pp && echo -n "Kernel: " >>pp && (uname -a || echo "Sin info") >> pp && echo -n "Arquitectura: " >>pp && (uname -m | grep "i[3456]86\|64" | sed -e '/64/ a : 64 bits' | sed -e '/i[3456]86/ a : 32 bits' | grep "" | tr -d '\n' | grep "" || echo "No pude ejecutar uname") >> pp && echo -n "Num. Ver.: " >> pp && (cat /etc/`ls /etc/ | grep -m1 version` || echo "Sin info") >> pp && echo -n "Familia: " >> pp && (ls /etc/ | grep -m1 version || echo "No se encuentra el archivo") >> pp && echo -n "Distro: " >> pp && (cat /etc/issue | grep -m1 "" | cut -d\\ -f1 | grep "" || echo "No se encuentra /etc/issue") >> pp && echo -n "Carga & uptime: " >> pp && (uptime || echo "Sin info") >> pp && echo "" >> pp && echo "++++++Placa de video+++++" >> pp && echo -n "Hardware: " >> pp && (`locate lspci | grep -m1 'lspci' || echo 'echo ERROR en buscar un VGA: no se encuentra lspci'` | grep VGA || echo "Sin VGA disponible") >> pp && echo -n "Aceleracion (Direct Rendering): " >> pp && ((glxinfo | grep -i "direct rend" | cut -d: -f2 | grep "") || echo "Sin info") >> pp && echo -n "OpenGL: " >> pp && ((glxinfo | grep -i 'opengl') || echo "Sin info") >> pp && echo -n "Extensiones S3TC: " >> pp && ((glxinfo | grep -i 's3tc')|| echo "No habilitadas") >> pp && echo "" >> pp && echo "++++++Xorg.conf++++++" >> pp && echo "Load:">> pp && (cat /etc/X11/xorg.conf | grep Load | cut -d'"' -f2 | cut -d'"' -f1 | grep "" || echo "No se detectan secciones Load") >> pp && echo "" >> pp && echo "Drivers: " >> pp && (cat /etc/X11/xorg.conf | grep Driver | cut -d'"' -f2 | cut -d'"' -f1 | grep "" || echo "No se detectaron drivers") >> pp && echo "" >> pp && echo "++++++RAM+++++" >> pp && echo -n "Memoria total: " >> pp && (cat /proc/meminfo | grep -i "MemTotal" | cut -d: -f2 | grep -m1 "" || echo "Sin info") >> pp && echo -n "Memoria libre: " >> pp && (cat /proc/meminfo | grep -i "MemFree" | cut -d: -f2 | grep -m1 "" || echo "Sin info") >> pp && echo "" >> pp && echo "++++++sensores+++++" >> pp && (sensors || echo "No hay sensores") >> pp && echo "" >> pp && echo "++++++HDD+++++" >> pp && (df -hP || echo "No hay info") >> pp && echo "" >> pp && echo "++++++Log de Xorg+++++" >> pp && ( cat /var/log/Xorg.0.log | grep -i "(EE)\|(WW)" || echo 'Enhorabuena, no se encontraron errores o advertencias!') >> pp && mv pp $HOME/Desktop/diag.txt && echo "informacion disponible en el escritorio. " && echo "Detallando informacion a continuacion " && echo "" && echo "" && echo "" && cat $HOME/Desktop/diag.txt
__________________
"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  
Old 09-20-2008, 06:10 PM   #14
Roldier
Banned
 
Roldier's Avatar
 
Join Date: Mar 2008
Location: Vivo en el foro.¡¡Que alguien me pase una almohada!!
Posts: 100
Roldier is on a distinguished road
Default

Quote:
Originally Posted by arlick
Asegúrate de sí es lag o fps bajos.

Por otra parte la última actualización bajo el rendimiento a unos cuantos, mírate esto:

http://www.regnumonline.com.ar/forum...ad.php?t=29781

Y si ejecutas esto en una consola te podemos decir si está todo bien instalado y configurado para jugar:
Code:
Juntando informacion
El programa «sensors» no está instalado actualmente.  Puede instalarlo escribiendo:
sudo apt-get install lm-sensors
bash: sensors: orden no encontrada
informacion disponible en el escritorio. 
Detallando informacion a continuacion 



Informe generado el día sáb sep 20 19:11:46 CEST 2008

++++++CPU+++++
Modelo: 
               Intel(R) Pentium(R) D CPU 3.40GHz
               Intel(R) Pentium(R) D CPU 3.40GHz
MHz: 
 3391.494
 3391.494
Cache: 
 2048 KB
 2048 KB

++++++Distro+++++
Kernel: Linux Cami 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 GNU/Linux
Arquitectura: x86_64: 64 bits
Num. Ver.: lenny/sid
Familia: debian_version
Distro: Ubuntu 8.04.1 
Carga & uptime:  19:11:46 up  2:16,  2 users,  load average: 0.12, 0.44, 0.54

++++++Placa de video+++++
Hardware: 01:00.0 VGA compatible controller: ATI Technologies Inc RV515 [Radeon X1300]
Aceleracion (Direct Rendering):  Yes
OpenGL: OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1300 / X1550 Series
OpenGL version string: 2.1.7412 Release
OpenGL extensions:
Extensiones S3TC:     GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 

++++++Xorg.conf++++++
Load:
glx

Drivers: 
kbd
mouse
fglrx

++++++RAM+++++
Memoria total:       1028044 kB
Memoria libre:         384404 kB

++++++sensores+++++
No hay sensores

++++++HDD+++++
S.ficheros            Tamaño Usado  Disp Uso% Montado en
/dev/sda1             293G  4,4G  274G   2% /
varrun                502M  104K  502M   1% /var/run
varlock               502M     0  502M   0% /var/lock
udev                  502M   44K  502M   1% /dev
devshm                502M  444K  502M   1% /dev/shm
lrm                   502M   44M  458M   9% /lib/modules/2.6.24-19-generic/volatile
gvfs-fuse-daemon      293G  4,4G  274G   2% /home/cami/.gvfs

++++++Log de Xorg+++++
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(WW) fglrx(0): could not detect X server version (query_status=-3)
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(WW) Configured Mouse: No Device specified, looking for one...


Es Por los Fps, no por el lag.


Pd: Lo puse bien?
Roldier no ha iniciado sesión  
Old 09-20-2008, 06:19 PM   #15
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

o.O

con este pc debería irte mucho mejor. Está el driver de la gráfica bien y todo lo demás...

ejecuta en consola el comando "top" y fijate que proceso está más arriba y cuando está consumiendo (columna %CPU). Para salir de ese programa pulsa la "q".

Estas cosas se pueden hacer sin consola... pero esto es lo más sencillo y ni se como hacerlo.

PD: cuantos fps tienes? yo sin ir a guerra por zg tengo en azul siempre, y en guerra no suele ir mal.
__________________
"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  
Old 09-20-2008, 07:10 PM   #16
Roldier
Banned
 
Roldier's Avatar
 
Join Date: Mar 2008
Location: Vivo en el foro.¡¡Que alguien me pase una almohada!!
Posts: 100
Roldier is on a distinguished road
Default

Quote:
Originally Posted by arlick
o.O

con este pc debería irte mucho mejor. Está el driver de la gráfica bien y todo lo demás...

ejecuta en consola el comando "top" y fijate que proceso está más arriba y cuando está consumiendo (columna %CPU). Para salir de ese programa pulsa la "q".

Estas cosas se pueden hacer sin consola... pero esto es lo más sencillo y ni se como hacerlo.

PD: cuantos fps tienes? yo sin ir a guerra por zg tengo en azul siempre, y en guerra no suele ir mal.
Weno, La verdad es que Ubuntu para navegar y todo es una pasada, es algo que tengo que decir

En cuanto a los fps se me bajan a 1 y a 6 y me va a fotos, no puedo ejecutar nada.
Aqui te tengo una foto de "Top" y de lo que me sale.
En guerra es como si al detectar a lo lejos los datos de un enemigo se me parase y me fuese mal


Por cierto, Muchas gracias por la ayuda, esto me esta enseñando mucho de como configurar los pcs y ahora estoy aprendiendo Pascal y espero dentro de unos años hacerme experto en Software de Seguridad y Programacion, Aunque acabe de estudiar a los 40 años
Attached Images
File Type: png Top.png (238.2 KB, 7 views)
Roldier no ha iniciado sesión  
Old 09-20-2008, 07:38 PM   #17
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

me cango en to... que haces con el compiz puesto? lo del cubito... sabes quitarlo?

si estudias un lenguaje de programación que sea uno que al menos se use!! XD

java, python, .NET, php, html...

son los más buscados por las empresas hoy día si no me equivoco mucho.
__________________
"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  
Old 09-20-2008, 07:43 PM   #18
Roldier
Banned
 
Roldier's Avatar
 
Join Date: Mar 2008
Location: Vivo en el foro.¡¡Que alguien me pase una almohada!!
Posts: 100
Roldier is on a distinguished road
Default

Quote:
Originally Posted by arlick
me cango en to... que haces con el compiz puesto? lo del cubito... sabes quitarlo?

si estudias un lenguaje de programación que sea uno que al menos se use!! XD

java, python, .NET, php, html...

son los más buscados por las empresas hoy día si no me equivoco mucho.

A la mierda todo!! DDDDD Ahora a dejarlo y ale, Empezare por el Java que creo que es el mas acertado
Roldier no ha iniciado sesión  
Old 09-20-2008, 07:49 PM   #19
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

Un consejo: no uses beryl-compiz cuando jugás. Desactivalo en sistemas > preferencias > efectos de escritorio o algo así.

Si agarrás java podés preguntarnos... Y en todo caso fijate en el rolgps2 (el 1 es un desastre!)
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión  
Old 09-20-2008, 07:56 PM   #20
Roldier
Banned
 
Roldier's Avatar
 
Join Date: Mar 2008
Location: Vivo en el foro.¡¡Que alguien me pase una almohada!!
Posts: 100
Roldier is on a distinguished road
Default

Quote:
Originally Posted by Xephandor
Un consejo: no uses beryl-compiz cuando jugás. Desactivalo en sistemas > preferencias > efectos de escritorio o algo así.

Si agarrás java podés preguntarnos... Y en todo caso fijate en el rolgps2 (el 1 es un desastre!)

Lo Siento mucho Xephandor, pero lo mas parecido que veo es "Escritorio Remoto" Y de ser ese, ¿Que Desactivo? =o
Roldier no ha iniciado sesión  
Closed Thread


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 04:27 PM.


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