Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error raro del OpenGL
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
cokeing
n00b
n00b


Joined: 24 Dec 2003
Posts: 59
Location: Spain

PostPosted: Fri Apr 09, 2004 9:31 pm    Post subject: Error raro del OpenGL Reply with quote

Buenas fieras.
Estaba dispuesto a instalar el GLtron.

y ñaka:
Quote:
...
checking for ranlib... ranlib
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.1.0... yes
checking for main in -lGL... no
configure: error: OpenGL is not installed

!!! ERROR: games-action/gltron-0.70 failed.
!!! Function egamesconf, Line 47, Exitcode 1
!!! egamesconf failed


añadi en el make.conf la use "gl" y...
hice un
Code:
emerge opengl


despues lo volvi a intentar pero nada...
:( alguna idea? porfavor responderme a este post... que ya van 3 segudos sin ninguna respuesta :(

saludos.
_________________
Aqui va la firma lamer
Back to top
View user's profile Send private message
cokeing
n00b
n00b


Joined: 24 Dec 2003
Posts: 59
Location: Spain

PostPosted: Fri Apr 09, 2004 9:35 pm    Post subject: Reply with quote

por si interesa... tengo una nvidia, y la aceleracion activada.

Quote:
Section "Module"

SubSection "extmod"
# Option "omit xfree86-dga"
Option "xfree86-dga"
EndSubSection
Load "dbe"
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
EndSection


saludos.cokeing
gracias
_________________
Aqui va la firma lamer
Back to top
View user's profile Send private message
zorth
l33t
l33t


Joined: 17 Feb 2004
Posts: 780
Location: Lovin' Gentoo

PostPosted: Fri Apr 09, 2004 9:54 pm    Post subject: Reply with quote

eso no quiere decir que tu aceleracion este activada. que driver estas usando ahora para tu nvidia?

de ti haria lo siguiente:

desinstalaria si lo hiciste antes, los nvidia-kernel y nvidia-glx con emerge -C nvidia-kernel y emerge -C nvidia-glx.

luego, bajaria el driver oficial de www.nvidia.com y reiniciaria el sistema. logicamente, ahora no podra cargar el driver nvidia pues lo has desinstalado anteriormente. instala ahora el que has bajado oficial con sh NVIDIA*run

vuelve a lanzar tu windows manager o haz un startx y comprueba ahora si tienes o no aceleracion grafica. lo veras, en tu /var/log/XFree86.0.log o consultando directamente a

cat /proc/driver/nvidia/agp/status

haz un cat en host-bridge y card tambien y mira que informacion te dan.

glxinfo y glxgears para cerciorarte que tus glx estan correctas.

saludos.
_________________
Geŋtoo Worłd Rułe§
Back to top
View user's profile Send private message
cokeing
n00b
n00b


Joined: 24 Dec 2003
Posts: 59
Location: Spain

PostPosted: Fri Apr 09, 2004 10:55 pm    Post subject: Reply with quote

Quote:
bash-2.05b# cat /proc/driver/nvidia/agp/status
Status: Enabled
Driver: NVIDIA
AGP Rate: 8x
Fast Writes: Disabled
SBA: Enabled

Quote:
bash-2.05b$ /usr/X11R6/bin/glxgears
13042 frames in 5.0 seconds = 2608.400 FPS
16347 frames in 5.0 seconds = 3269.400 FPS
16400 frames in 5.0 seconds = 3280.000 FPS
16350 frames in 5.0 seconds = 3270.000 FPS


lo que me dijistes lo he echo sin ningun problema, pero si hago un
Code:
emerge -p gltron
mira que me encuentro:
Quote:

Calculating dependencies ...done!
[ebuild N ] media-video/nvidia-kernel-1.0.4496-r3
[ebuild N ] media-video/nvidia-glx-1.0.4496
[ebuild N ] games-action/gltron-0.70

que me quiere instalar lo antes desintalado... :(
_________________
Aqui va la firma lamer
Back to top
View user's profile Send private message
cokeing
n00b
n00b


Joined: 24 Dec 2003
Posts: 59
Location: Spain

PostPosted: Sat Apr 10, 2004 10:34 am    Post subject: Reply with quote

es mas! ahora cada paquete que quiera instalar y que tenga influyencia con las X me hace bajar el "nvidia-kernel" y el "nvidia-glx".
_________________
Aqui va la firma lamer
Back to top
View user's profile Send private message
zorth
l33t
l33t


Joined: 17 Feb 2004
Posts: 780
Location: Lovin' Gentoo

PostPosted: Sat Apr 10, 2004 3:52 pm    Post subject: Reply with quote

aha, te pasa como a mi, no le consta que ya esta el driver de nvidia e intenta bajar los de portage... creo que alguien comento como borrarlos del usr/portage para que ni sepa que existen.

de todas formas, prueba con:

emerge -O gltron

como ya tienes tu nvidia driver deberia luego funcionarte, pruebalo y cuentas.

saludos.
_________________
Geŋtoo Worłd Rułe§
Back to top
View user's profile Send private message
cokeing
n00b
n00b


Joined: 24 Dec 2003
Posts: 59
Location: Spain

PostPosted: Sat Apr 10, 2004 9:34 pm    Post subject: Reply with quote

lo que hice es un poco surrealista...

1.- volver a instalar el nvidia-kernel y nvidia-glx
2.- cambiar "nvidia" por "nv"
3.- actualizar todo

entonces, he entrado en las X (sin aceleracion grafica), he instalado el gltron y he vuelto a desinstalar los "nvidia-*" para volver a poner el de nvidia.com
pero ahora me interesaria quitar lo del emerge, para que no me intente instalar el "nvidia-*"

saludos.
_________________
Aqui va la firma lamer
Back to top
View user's profile Send private message
cokeing
n00b
n00b


Joined: 24 Dec 2003
Posts: 59
Location: Spain

PostPosted: Sun Apr 11, 2004 12:38 pm    Post subject: Reply with quote

solucionado. tenia que hacer un inject:

Code:
bash-2.05b# emerge inject edia-video/nvidia-kernel-1.0.4496-r3

Code:
bash-2.05b# emerge inject media-video/nvidia-glx-1.0.4496


:)saludos
_________________
Aqui va la firma lamer
Back to top
View user's profile Send private message
zorth
l33t
l33t


Joined: 17 Feb 2004
Posts: 780
Location: Lovin' Gentoo

PostPosted: Sun Apr 11, 2004 3:43 pm    Post subject: Reply with quote

y al hacer ese inject media/video nvidia* desaparecen del portage tus nvidia-kernel y nvidia-glx ? pues esta bien el tema :)

saludos.
_________________
Geŋtoo Worłd Rułe§
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum