PDA

View Full Version : Problemas con SuSe 10.3


coca3010
01-15-2008, 02:23 AM
Hola, miren, instale SuSE10.3 hoy, y no se como instalar el juego, lo tengo en /home/toto/Documents/regnum.
Por lo que veo es un archivo .run .
No se como ejecutarlo

ArcticWolf
01-15-2008, 02:50 AM
Hola, miren, instale SuSE10.3 hoy, y no se como instalar el juego, lo tengo en /home/toto/Documents/regnum.
Por lo que veo es un archivo .run .
No se como ejecutarlo

Un run es como un exe. Probaste haciendo doble click?

Otra cosa que podés hacer es verificar los permisos de ejecución (click derecho, propiedades, permisos) Ponele ejecutar a todo.

Tanahans
01-15-2008, 02:51 AM
./rolaucher

coca3010
01-15-2008, 03:05 AM
Gracias tana!
Ya lo instale, ahora tampoco puedo por que no instale los drivers, como lo hago?

ArcticWolf
01-15-2008, 03:16 AM
hacé:
lspci | grep VGA
Luego:
glxinfo | grep direct

Y decinos qué te da.

coca3010
01-15-2008, 03:34 AM
hacé:
lspci | grep VGA
Luego:
glxinfo | grep direct

Y decinos qué te da.
Xeph, soy 0 linux, como que haga eso?
Si me lo decis paso a paso es mejor ;)

ArcticWolf
01-15-2008, 03:42 AM
Xeph, soy 0 linux, como que haga eso?
Si me lo decis paso a paso es mejor ;)

Andá a una consola (podés hacer alt+f2 y escribir gnome-terminal), y después escribís lo que te pasé :P

coca3010
01-15-2008, 03:45 AM
Andá a una consola (podés hacer alt+f2 y escribir gnome-terminal), y después escribís lo que te pasé :P
escribo gnome-terminal y me dice Could not run the specified command.

ArcticWolf
01-15-2008, 03:51 AM
escribo gnome-terminal y me dice Could not run the specified command.

Entonces debés estar en KDE... Hmm... Intentá con konsole

coca3010
01-15-2008, 03:52 AM
Entonces debés estar en KDE... Hmm... Intentá con konsole
toto@dhcppc0:~>
toto@dhcppc0:~> lspci | grep VGA
bash: lspci: command not found
toto@dhcppc0:~> glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
toto@dhcppc0:~>


Eso me dice

ArcticWolf
01-15-2008, 04:06 AM
Hacé:

sudo lspci | grep VGA

o bien:

/sbin/lspci | grep VGA

coca3010
01-15-2008, 04:08 AM
Hacé:

sudo lspci | grep VGA

o bien:

/sbin/lspci | grep VGA
toto@dhcppc0:~> /sbin/lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev a1)
toto@dhcppc0:~>

sunos
01-15-2008, 04:10 AM
toto@dhcppc0:~> /sbin/lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV44A [GeForce 6200] (rev a1)
toto@dhcppc0:~>
instala los drivers de nvidia
nvidia.com

ArcticWolf
01-15-2008, 04:13 AM
Enlace al driver, para no perder tiempo: http://us.download.nvidia.com/XFree86/Linux-x86/169.07/NVIDIA-Linux-x86-169.07-pkg1.run

Instrucciones: http://www.nvidia.com/object/linux_display_ia32_169.07.html

To download and install the drivers, follow the steps below:
STEP 1: Review the NVIDIA Software License (http://www.nvidia.com/object/nv_swlicense.html).
You will need to accept this license prior to downloading any files.
STEP 2: Download the Driver File

Download - NVIDIA-Linux-x86-169.07.pkg1.run (http://us.download.nvidia.com/XFree86/Linux-x86/169.07/NVIDIA-Linux-x86-169.07-pkg1.run)
SuSE users: please read the SuSE NVIDIA Installer HOWTO (http://www.suse.de/%7Esndirsch/nvidia-installer-HOWTO.html) before downloading the driver.
STEP 3: Install
Type "sh NVIDIA-Linux-x86-169.07-pkg1.run" to install the driver. NVIDIA now provides a utility to assist you with configuration of your X config (http://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-1.0.tar.gz) file. Please see Chapter 3 of the README (http://us.download.nvidia.com/XFree86/Linux-x86/169.07/README/chapter-03.html) or run 'man nvidia-xconfig' for details on usage. Instructions for those wishing to edit their X config file by hand can also be found in the README (http://us.download.nvidia.com/XFree86/Linux-x86/169.07/README/index.html).
If you have any questions or problems, please check the linux discussion forum (http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14). If you don't find an answer to your question there, you can send email (in English) to linux-bugs@nvidia.com.
When emailing linux-bugs@nvidia.com, please attach an nvidia-bug-report.log, which is generated by running "nvidia-bug-report.sh".

coca3010
01-15-2008, 04:13 AM
Si, pero como instalo?, Ya lo tengo

EDIT:Ya escribi "sh NVIDIA-Linux-x86-169.07-pkg1.run" y no instala :S

esto me dice:
toto@dhcppc0:~> sh NVIDIA-Linux-x86-169.07-pkg1.run
sh: NVIDIA-Linux-x86-169.07-pkg1.run: No existe el fichero o el directorio
toto@dhcppc0:~>

sunos
01-15-2008, 04:32 AM
http://www.suse.de/~sndirsch/nvidia-installer-HOWTO.html

1. openSUSE 10.3-IA32
It is recommended to use YaST for installation of the NVIDIA
driver. There are several reasons for this. First, it's
simple. Second, and this is the most important one, you won't need to
recompile the nvidia kernel module after a kernel update.

Update your Kernel via YOU (YaST Online Update). Use

YaST -> Software -> Installation Source -> Add

Protocol: HTTP
Server Name: : download.nvidia.com
Directory on Server: /opensuse/10.3

to add the NVIDIA ftp server as additional installation source.
Now use

YaST -> Software -> Software Management

to install the NVIDIA driver. Select the following packages:

x11-video-nvidiaG01

1-Click-install: http://opensuse-community.org/nvidia.ymp

coca3010
01-15-2008, 04:38 AM
http://www.suse.de/~sndirsch/nvidia-installer-HOWTO.html

1. openSUSE 10.3-IA32
It is recommended to use YaST for installation of the NVIDIA
driver. There are several reasons for this. First, it's
simple. Second, and this is the most important one, you won't need to
recompile the nvidia kernel module after a kernel update.

Update your Kernel via YOU (YaST Online Update). Use

YaST -> Software -> Installation Source -> Add

Protocol: HTTP
Server Name: : download.nvidia.com
Directory on Server: /opensuse/10.3

to add the NVIDIA ftp server as additional installation source.
Now use

YaST -> Software -> Software Management

to install the NVIDIA driver. Select the following packages:

x11-video-nvidiaG01

1-Click-install: http://opensuse-community.org/nvidia.ymp

YaST -> Software -> origen de la instalación -> Añadir
No tengo la opcion "origen de la instalacion"

coca3010
01-15-2008, 05:05 AM
Bueno, veo que no saben, ya me llevo esta mala impresion de linux.

sunos
01-15-2008, 05:16 AM
Bueno, veo que no saben, ya me llevo esta mala impresion de linux.
chururu, tenes un tutorial, quizas no dice exactamente la traduccion pero yas tiene un añadir repositorio o añadir fuente o similar para instalar paquetes de otros repositorios distintos, si no queres usar yasts podes agarrar, cerrar el sistema X y desde un terminal iniciar como root ir a la carpeta donde tenes el NVIDIA-installer y ejecutar chmod +x nvidia-installer (obviamente con el nombre completo del archivo) y luego ./nvidia-installer, para ahcer esto necesitas los sources y headers del kernel ademas de las herramientas de compilacion como ser gcc

ArcticWolf
01-15-2008, 05:19 AM
En otras palabras, usar Debian es mejor.

pescaupintau
01-15-2008, 11:28 AM
Bueno, veo que no saben, ya me llevo esta mala impresion de linux.
Es como pasar de un monopatín a manejar un F16 o un Mig. No pretendas que sea como windows porque son cosas distintas
Para el resto de tus preguntas, está google

coca3010
01-15-2008, 03:03 PM
Gracias a la ayuda de Arthur y uds, la cosa va mejorando, de a muy poquito pero mejora :thumb_up:

alejandro_oyervides
01-15-2008, 03:30 PM
Si, pero como instalo?, Ya lo tengo

EDIT:Ya escribi "sh NVIDIA-Linux-x86-169.07-pkg1.run" y no instala :S

esto me dice:
toto@dhcppc0:~> sh NVIDIA-Linux-x86-169.07-pkg1.run
sh: NVIDIA-Linux-x86-169.07-pkg1.run: No existe el fichero o el directorio
toto@dhcppc0:~>

ok, viendo lo que dices ahi
puede ser que el problema es que, se bajo el archivo al escritorio
y tu lo quieres ejecutar en la carpeta /home/toto
osea.. No esta el archivo ahi, navega por la consola hasta donde este el archivo
si usas KDE debera estar en /home/toto/Desktop
como superusuario osea root, dale instalar
tecleando
sh NVIDIA-Linux-x86-169.07-pkg1.run

si te dice que el archivo no es ejecutable, hay que hacerlo ejecutable, todo en root

chmod 777 sh: NVIDIA-Linux-x86-169.07-pkg1.run

coca3010
01-15-2008, 07:30 PM
Disculpa no entendi nada

tomahawk_6668
01-15-2008, 08:22 PM
Disculpa no entendi nada

cd /home/toto/Desktop
sh NVIDIA-blablabla :P

el "sh" lo tenes que ejecutar como root
y si no me equivoco, para instalar desde los drivers de nVidia tenes que tener X cerrado, lo que se complica un poquito ^^

alejandro_oyervides
01-15-2008, 09:00 PM
Disculpa no entendi nada

ok, mira con exactitud donde se bajo ese archivo de nvidia
suponiendo que se bajo en el escritorio

abres konsola

toto@noseque: cd Desktop
toto@noseque desktop: su
password : xxxxxxxx

root@noseque : sh Nvidia-blablabla


si de plano te haces mucho bola, en cuanto la instalacion de la grafica, estoy dispuesto a intentar ayudarte por el msn-messenger,
<------------------------ ahi lo tienes

Vurucled
01-18-2008, 07:49 AM
creo que tu tarjeta de video es de las legacy, usa este archivo:

http://opensuse-community.org/nvidia-legacy.ymp

Solo lo tienes que abrir y listo, solo cuestión de algunos clicks

y también date una vuelta por acá: http://es.opensuse.org/NVIDIA#Para_openSUSE_10.3

Cuidado con eso de las impresiones, porque las cosas a veces son engañosas...

coca3010
01-18-2008, 05:01 PM
MUCHAS gracias a todos por la ayuda, pasa que ahora cambie a ubuntu 7.04-7.10.