Problema al instalar drivers nvidia

Bueno, antes de nada decir que no soy de los que pregunta, sino que prefiero buscar y buscar antes que preguntar, pero es que este problema nose como buscarlo, nose que palabras usar, asi que haber si a alguien le a pasado algo similar y sabe la solucion.

El problema en question es que e instalado los drivers nvidia y todo perfecto hasta que intento saltar a consola con ctrl+alt+F1/F2/F3...y es que se ve todo mal, vamos que no se ve, se ve un borron enorme en la pantalla que deduzco que son las letras :S. Tambien pasa al cerrar o reiniciar el sistema.

Haber si alguien sabe algo, saludos
Usas framebuffer?

Salu2
Si se usa el driver de framebuffer del kernel con los drivers de nvidia, lo mejor es usar el vesa, no el rivafb, porque con éste último no se lleva bien.

salu2
Y aún usando el vesafb con algunas tarjetas ( la mía X-D ) también hay que poner algún parametro extra en la conf de las X's .

Salu2
ajam, tonces que hago :? Donde esta todo eso que decïs?

gracias y saludos
podrías decir que gráfica utilizas X-D , postear tu /etc/lilo.conf ó /etc/grub.conf , postear tu /etc/X11/Xf86Config-4 ó /etc/X11/xorg.conf...

Es que no somos adivinos [looco]

Byes
Si, perdon [+risas]

Grafica: Nvidia GForce 2 MX 400

lilo.conf:
[albert@localhost albert]$ cat /etc/lilo.conf
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

default="linux"
boot=/dev/hda
map=/boot/map
keytable=/boot/es-latin1.klt
prompt
nowarn
timeout=30
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="acpi=ht splash=silent"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append="acpi=ht"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="failsafe acpi=ht"
read-only
other=/dev/hdb1
label="windows"
table=/dev/hdb
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80


xorg.conf
[albert@localhost albert]$ cat /etc/X11/xorg.conf
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable (server abort)
#DontZoom # disable / (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Sony"
ModelName "Sony CPD-G200"
HorizSync 30.0-96.0
VertRefresh 48.0-120.0

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# Dell D800 and few Inspiron (16/10) 1280x800
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848

# Dell D800 and few Inspiron (16/10) 1680x1050
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

# Dell D800 and few Inspiron (16/10) 1920x1200
ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection


walla :D! gracias por vuestra ayuda :)
Yo diria ke usas framebuffer, por tener lo de splash=silent en el lilo...

Te posteo mi nvidia del XF86..
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"


Option "UseFBDev" "true"
Option "record"
Option "ConnectedMonitor" "CRT"
Option "IgnoreDisplayDevices" "TV"
Option "NvAGP" "1"
VideoRam 65536
EndSection


Lo del bug que comento es el del "CRT" y "TV", tenias que desactivarlos para que fuera bien el framebuffer (aunke las demas vendrian bien tb )...

Tienes info de estas opciones en la doc de nvidia o en sus foros....

Byes
ante todo gracias por contestar pero no me ha quedado claro, que agrego esas opciones que tienes tu a mi section device ? o que hago?

saludos
chí

Aunque algunas son opcionales y no solucionarán el problema :

En videoram pon tu valor de ram en kbytes (no hace falta,pero queda chulo :p)

nvAgp le dice que tipo de agp tienes.. supongo que será la misma,pero lo puedes mirar en la doc (no me acuerdo )

La opción record, se supone que hace que vaya un pelín mas rapidillo

Las demás pruebalas y si funciona te digo el mail para el jamón :p :p :p

Salu2
a donde tiene que ir el jamon?

:D!!!!!!!!!!! muchas gracias tio esto ya va ;D
11 respuestas