| View previous topic :: View next topic |
| Author |
Message |
tocalatas n00b

Joined: 21 Oct 2003 Posts: 2
|
Posted: Tue Oct 21, 2003 7:55 pm Post subject: Problemas con nvidia GF2 |
|
|
hola que tal.
Tengo una nvidia geforce 2 mx 400
e instale el kernel de nvidia y el nvidia-glx con el emerge.
a la hora de iniciar la x me sale el siguiente error:
II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(==) NVIDIA(0): Depth 8, (==) framebuffer bpp 8
(==) NVIDIA(0): Default visual is PseudoColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xDE000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
que paso? |
|
| Back to top |
|
 |
asph l33t


Joined: 25 Aug 2003 Posts: 737 Location: Barcelona, Spain
|
Posted: Wed Oct 22, 2003 10:50 am Post subject: |
|
|
prueba de instalar los drivers asi:
| Code: | | ACCEPT_KEYWORDS="~x86" emerge nvidia-kernel nvidia-glx |
recuerda que tienes que compilarlos cada vez que actualizes el kernel (con el mismo gcc que has usado), y en el /etc/X11/XF86Config asegurate de que has comentado la línea del DRI, y que has cambiado la de OPENGL por GLX.
si no te funcionase, asegurate de pegarnos el log de las X de /var/log/, tu archivo /etc/X11/XF86Config y el output de lsmod. _________________ gentoo sex is updatedb; locate; talk; date; cd; strip; look; touch; finger; unzip; uptime; gawk; head; emerge --oneshot condom; mount; fsck; gasp; more; yes; yes; yes; more; umount; emerge -C condom; make clean; sleep |
|
| Back to top |
|
 |
Eleazar Anzola Veteran


Joined: 17 Jul 2003 Posts: 1238 Location: Caracas / Venezuela
|
Posted: Wed Oct 22, 2003 1:24 pm Post subject: |
|
|
Hola,
Yo logre instalar mi GForce2 MX, pero solo me da resolución 800x600 ó 640x480, ¿como puedo conseguir me de una mayor?
Salu2
Eleazar Anzola |
|
| Back to top |
|
 |
Stolz Moderator


Joined: 19 Oct 2003 Posts: 2902 Location: Valencia, Spain
|
Posted: Mon Nov 03, 2003 6:14 pm Post subject: |
|
|
En el archivo /etc/X11/XF86Config veras una seccion mas o menos como esta:
| Code: | # **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "Gainward GFORCE4 Ti4800 AGP8x"
Monitor "Sony G420"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
|
La opcion indica la profuncidad e colores predeterminada. Luego con la opcion | Code: | | Modes "1280x1024" "1024x768" "800x600" "640x480" | Indicas los modos de video que quieres permitir para cada profundidad.
Un saludo |
|
| Back to top |
|
 |
|