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 05-31-2008, 06:46 PM   #21
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

El problema no es del juego, sino que de los drivers de Intel para las placas de portátiles. Este problema lo tienen todas las máquinas con una Intel OnBoard (lo probé con una mini-atx de Intel), y hasta la fecha no tengo referencias de que funcione.

Sin embargo, encontré que tal vez (y sólo tal vez) este sitio pueda tener una solución:
http://intellinuxgraphics.org/install.html

Cabe destacar que ellos dicen:

Quote:
Compiling and/or upgrading graphics drivers in Linux is a complex and error-prone task. Here is a user guide for how to build the driver from scratch. If you are not experienced doing this, we recommend that you get precompiled packages from one of the many Linux distributions.

Note: If you have a 945 or older graphics controller, your distribution will already have the right drivers included.

Para los usuarios de i915... No sé si hay solución sencilla. Tal vez un downgrade a una versión vieja ayude.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 12:52 AM   #22
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 Tanco
Pero en ese caso con mi placa (gm965) deberia funcionar.
Tengo entendido que estas placas no soportan la version de opengl que usa regnum. Si es asi , hay alguna forma de hacerlo correr bajo directx? (no aparece la opcion como en windows)
¿Pero probaste o no con esa página y los drivers?

Me quiero asegurar de todos los datos:

Code:
glxinfo | grep OpenGL
Code:
cat /etc/X11/xorg.conf | grep Driver
Code:
cat /etc/X11/xorg.conf | grep Load
Code:
cat /var/log/Xorg.0.log | grep EE
Code:
cat /var/log/Xorg.0.log | grep WW
No sé si sirva de algo, pero tal vez encontramos algún problema. Primero vamos a obtener la versión de OpenGL, luego vamos a ver qué driver carga en xorg, después los módulos que carga y por último filtramos los errores y advertencias.

Lo único que te queda es emularlo con wine.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 02:46 AM   #23
lux_veritatis
Pledge
 
lux_veritatis's Avatar
 
Join Date: Jun 2007
Posts: 33
lux_veritatis is an unknown quantity at this point
Default

glxinfo | grep OpenGL:
Code:
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 965GM 4.1.3002
OpenGL version string: 1.4 Mesa 7.0.3-rc2
OpenGL extensions:
cat /etc/X11/xorg.conf | grep Driver:
Code:
	Driver		"kbd"
	Driver		"mouse"
	Driver		"synaptics"
cat /etc/X11/xorg.conf | grep Load

cat /var/log/Xorg.0.log | grep EE
Code:
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
cat /var/log/Xorg.0.log | grep WW:
Code:
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(WW) intel(0): Bad V_BIOS checksum
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000203 to 0x00000207
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x80000246
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS LBLC_EVENT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x100000c0 to 0x000c0000
(WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
(WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
(WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
(WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
(WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
(WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
(WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
(WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
(WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
(WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
(WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
(WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
(WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
(WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
(WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
(WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
(WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x8000085e
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
(WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
(WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
(WW) intel(0): EXA greedy migration mode enabled.
(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) Configured Mouse: No Device specified, looking for one...
bueno, por lo que veo tengo un problema con los drivers.
ya habia probado con los de esa pagina, pero algo habre hecho mal.(con los drivers que vienen por defecto tampoco corria el ro).
Voy a tratar de reinstalarlos y despues posteo los resultados.

gracias
lux_veritatis no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 03:03 AM   #24
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

Hmm... El error de los drivers es lo que esperaba, parece que no soporta algunos "visuals" (supongo que los mipmaps tienen algo que ver). En el foro Inglés decían algo similar, pero nada concluyente.

Ahora vamos a lo raro:

-No te carga el driver de Intel en el xorg. (Podrías adjuntarlo?)
-No veo que cargue DRI, tal vez te faltó hacer " cat /etc/X11/xorg.conf | grep Load"
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 03:21 AM   #25
lux_veritatis
Pledge
 
lux_veritatis's Avatar
 
Join Date: Jun 2007
Posts: 33
lux_veritatis is an unknown quantity at this point
Default

Code:
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"es"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Synaptics Touchpad"
EndSection
cat /etc/X11/xorg.conf | grep Load : no me tira ningun resultado
lux_veritatis no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 05:40 AM   #26
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

Eso sí que es Raro O.o

Hmm... Tu xorg.conf debería cargar el driver de intel y el módulo DRI. Aparentemente, no está bien configurado.

Probá reconfigurando el servidor X con el driver de Intel y el DRI activado. Para eso hacé lo siguiente:
  1. Backup de xorg.conf. Podés copiarlo así:
    Code:
    cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
  2. Matar el servidor X
    1. Vas a "consola pura" (ctrl+alt+F1~6).
    2. Logueate como root (o vas a tener que usar su).
    3. hacé un:
      Code:
      invoke-rc.d gdm stop
  3. Reconfigurar X:
    1. Code:
      dpkg-reconfigure xserver-xorg
    2. Elegí el Driver de Intel
    3. Dale "aceptar" hasta la parte de los módulos. Checkeá el DRI.
    4. Dale "aceptar" a todo.
  4. Reiniciar X:
    Code:
    invoke-rc.d gdm start
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 10:43 AM   #27
neronet
Pledge
 
Join Date: May 2007
Posts: 25
neronet is on a distinguished road
Default

No se que versión usaras de Linux usaras Tanco, pero en las ultimas versiones, el xorg te lo configura todo automático, es es el motivo que el archivo xorg.conf esté tan vacio y a pesar de ello funcione.

Ahora con un dpkg-reconfigure xserver-xorg ya no te permite elegir driver de la gráfica, ni resolución de pantalla, para modificar esto tendrás que editarlo a mano.
neronet no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 11:41 PM   #28
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

Entonces intentá con dpkg-reconfigure -phigh xserver-xorg.

Sí te permite, sólo que depende de la prioridad.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 06-02-2008, 11:50 PM   #29
neronet
Pledge
 
Join Date: May 2007
Posts: 25
neronet is on a distinguished road
Default

Eso tampoco funciona Xeph, lo he probado.
neronet no ha iniciado sesión   Reply With Quote
Old 06-09-2008, 08:43 PM   #30
alebilox
Pledge
 
Join Date: Mar 2007
Posts: 1
alebilox is on a distinguished road
Default a mi me funciona

bueno yo tenia el mismo problema y segui estos pasos del foro en ingles y funciono:
http://regnumonline.com.ar/forum/showthread.php?t=15740

los pasos serian:
1. instalar driconf.
(para debian/ubuntu/derivados "sudo apt-get install driconf")
2. Ejecutar driconf, en "Calidad de imagen", activar la compresión de textura S3TC.
3. Ejecutar regnum.

no modifique nada de xorg.conf ni cambie drivers solo seguí esos pasos.

los datos de mi laptop son:

dell inspiron 1525:

++++++CPU+++++
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
cpu MHz : 800.000
cpu MHz : 800.000
cache size : 2048 KB
cache size : 2048 KB
++++++Distro+++++
Linux 008 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686 GNU/Linux
lenny/sid
debian_version
Ubuntu 8.04
19:36:28 up 6:10, 2 users, load average: 0.01, 0.08, 0.04
++++++Placa de video+++++
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
direct rendering: Yes
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 965GM 4.1.3002 x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 7.0.3-rc2
OpenGL extensions:
No hay sensores

espero que funcione y darle gracias a nacre
alebilox no ha iniciado sesión   Reply With Quote
Reply

Tags
linux intel


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 08:30 AM.


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