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 08-18-2009, 03:15 AM   #1
mesquelle
Pledge
 
mesquelle's Avatar
 
Join Date: Dec 2006
Location: Belo Horizonte / MG - Brasil
Posts: 9
mesquelle is on a distinguished road
Default Sugerencia para los que tienen problemas con OpenGL / Linux

Después de intentar todo y un poco más, y casi siempre no puede jugar RO, he intentado algo aparentemente tonto, pero que va así:

Tengo una nvidia FX5500 AGP - estaba con la velocidad de 8x para BIOS de la PC - y utilizan conductor 173.14.20 del sitio oficial.

> Salto del gato > fui en la configuración de la BIOS y cambiar la velocidad a 4x y pimba!
No estoy más con los errores en el juego ... es el juego estas con menos lag, y no necesito más de modo seguro, una belleza ...


¿Quién puede probar esto, poner los resultados aquí ... (para aquellos que tienen los mismos problemas, por supuesto).
__________________
Mesquelle - The Devil burst of souls
http://lmirmidones.inmyclan.com/index.htm
mesquelle no ha iniciado sesión   Reply With Quote
Old 08-18-2009, 10:48 PM   #2
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

lo intenté... pero lamentablemente mi bios no tiene una opción para elegir la velocidad del agp
Si alguien sabe, el mother es un asus k8n. Del lado de nvidia-settings tampoco encuentro donde tocar
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 08-18-2009, 11:20 PM   #3
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

Si mal no recuerdo se podia elegir la velocidad agp con un parametro del driver.
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 08-19-2009, 12:33 AM   #4
pescaupintau
Marquis
 
pescaupintau's Avatar
 
Join Date: Oct 2006
Location: no se pudo establecar conexión con el servidor
Posts: 2,057
pescaupintau is a jewel in the roughpescaupintau is a jewel in the roughpescaupintau is a jewel in the rough
Default

Code:
 cat /proc/driver/nvidia/agp/status 
Status: 	 Enabled
Driver: 	 AGPGART
AGP Rate: 	 4x 
Fast Writes: 	 Disabled
SBA: 		 Enabled


solo que ya tuve un crash :-S lo que no se es si fue coincidencia o realmente crasheé mas. Los fps se mantienen como si estuvieran a 8x, ¿quien me explica que son las yX de agp?

por si alguien mas quiere probar, en mi debian lo cargo así
Code:
 cat /etc/modprobe.d/nvidia-kernel-nkc.conf
alias char-major-195* nvidia
options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660 NVreg_ReqAGPRate=4
para hacerlo a manopla una sola ves lo que tienen que hacer es
1. apagar las X
2. rmmod nvidia
3. insmod nvidia NVreg_ReqAGPRate=4

después edito para contar como me fue con la segunda opinión

edit: nada, lo mismo de siempre:
Code:
libs/libcore_client.so(_ZN10ClientBase14save_backtraceEv+0x5c) [0x7fb469af166c]
libs/libcore_client.so(_ZN10ClientBase12client_crashEi+0x8) [0x7fb469af1858]
/lib/libc.so.6 [0x7fb4660b40f0]
/usr/lib/libGLcore.so.1 [0x7fb463a4720e]
la prueba consistió en ir a la zona de inicio (patente está si crash o no crash) y dar vuelta (si estoy mirando a la puerta no crasheo, pero cualquier nueva estructura se pudre todo)
__________________
in theCopyleft—all rights reversed
pescaupintau no ha iniciado sesión   Reply With Quote
Old 08-19-2009, 09:40 PM   #5
mesquelle
Pledge
 
mesquelle's Avatar
 
Join Date: Dec 2006
Location: Belo Horizonte / MG - Brasil
Posts: 9
mesquelle is on a distinguished road
Default

Mi xorg.conf está configurado de esta manera:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder57) Thu Jun 25 19:53:44 PDT 2009

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Thu Jun 25 19:52:48 PDT 2009

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "extmod"
Load "freetype"
Load "glx"
Load "type1"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 61.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5500"
Option "Coolbits" "1"
Option "NoLogo" "1"
Option "NvAGP" "1"
Option "ConnectedMonitor" "CRT"
Option "IgnoreDevice" "TV"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "AddARGBGLXVisuals" "True"
Option "metamodes" "1024x768_75 +0+0; nvidia-auto-select +0+0; 1024x768_70 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "enable"
EndSection
__________________
Mesquelle - The Devil burst of souls
http://lmirmidones.inmyclan.com/index.htm
mesquelle no ha iniciado sesión   Reply With Quote
Old 10-08-2009, 04:29 AM   #6
otifokalf
Pledge
 
Join Date: Oct 2009
Posts: 1
otifokalf is on a distinguished road
Default

tengo la misma tarjeta grafica tuya y el mismo controlador, probe lo que dijiste y no paso na!
otifokalf no ha iniciado sesión   Reply With Quote
Old 10-08-2009, 12:34 PM   #7
Valsulit
Master
 
Valsulit's Avatar
 
Join Date: Feb 2009
Location: ZG
Posts: 483
Valsulit will become famous soon enough
Default

Quote:
Originally Posted by pescau View Post
¿quien me explica que son las yX de agp?
modos de funcionamiento de AGP
__________________
μολὼν λαβέ

Valsulit no ha iniciado sesión   Reply With Quote
Reply


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 05:48 PM.


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