OpenMandriva: Mageia (Mageia 9) 20/Agosto/2023 - Anuncio, Descargas.
Blogdrake recomienda descargar las imágenes de instalación (iso) vía torrent para evitar corrupción de datos, aprovechar mejor su ancho de banda y mejorar la difusión de las distribuciones.
No arranca el servidor X despues de instalar driver gráfico desde página de NVIDIA
Que tal!!!
Este es mi primer post en esta comunidad. Soy un usuario nuevo en el mundo Linux (vengo de Windows y OS X) y estoy decantado por la distro Mageia. Habia probado Mandriva pero el control de brillo no lo pude solucionar para mi MacBook, por eso busque otra alternativa y llegue a Mageia.
Bien, mi problema esta en el servidor X, despues de que instalo de manera correcta el driver Nvidia (mi equipo es un MacBook con tarjeta grafica Nvidia Geforce 9400m).
Cuando termino de instalar el driver, puedo cargar correctamente las X ( con startx ) y los efectos graficos de escritorio 3D me funcionan sin ningun problema.
El problema radica cuando reinicio mi equipo, este no es capaz de cargar el servidor de las X, mandandome el siguiente error:
xauth: file /home/kenshin/.serverauth.3614 does not exist
X.Org X Server 1.10.1
Release Date: 2011-04-15
X Protocol Version 11, Revision 0
Build Operating System: Linux_2.6.33.7-server-2.2mnb Mageia
Current Operating System: Linux localhost.localdomain 2.6.38.8-desktop-4.mga #1 SMP Fri Jul 8 01:37:23 UTC 2011 x86_64
Kernel command line: BOOT_IMAGE=linux root=UUID=a144331d-9052-4df2-9b04-25bf4b841419 nokmsboot splash=silent resume=UUID=f7e7b2b5-8eba-4695-a4b0-93202922a406 vga=788 rdblacklist=nouveau nouveau.modeset=0
Build Date: 17 April 2011 09:49:19PM
Current version of pixman: 0.20.2
Before reporting problems, check http://bugs.mageia.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 27 17:20:09 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Error: API mismatch: the NVIDIA kernel module has version 275.09.07,
but this NVIDIA driver component has version 275.21. Please make
sure that the kernel module and all NVIDIA driver components
have the same version.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
(EE) NVIDIA(0): system's kernel log for additional error messages and
(EE) NVIDIA(0): consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://bugs.mageia.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Estuve investigando por internet acerca de este error y lo unico que he encontrado es que el problema radica en que el kernel de Linux no coincide con el modulo kernel nvidia, sin embargo no tengo idea exactamente como puedo solucionar esto.
Mi kernel actual es: 2.6.38.8-desktop-4.mga
Cabe señalar que si vuelvo a reinstalar el driver, puedo cargar el servidor X sin problema alguno, pero nuevamente viene el fallo si reinicio el equipo.
La pregunta es: Debo de instalar otro kernel? O a que se refieren a que el modulo no coincide?
Por ultimo, aqui dejo mi xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 275.21 (buildmeister@swio-display-x86-rhel47-02.nvidia.com) Mon Jul 18 15:02:03 PDT 2011
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **************** ******************************************************
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "v4l" # Video for Linux
Load "glx"
EndSection
Section "ServerFlags"
# allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
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 "Monitor"
# Monitor preferred modeline (60.2 Hz vsync, 50.9 kHz hsync, ratio 16/10, 113 dpi)
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x800"
HorizSync 28.8 - 90.0
VertRefresh 60.0
ModeLine "1280x800" 72.5 1280 1328 1360 1423 800 803 809 846 -hsync -vsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce 6100 to GeForce 360"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Por su atencion muchas gracias, por mi parte seguire investigando por internet, esperando encontrar alguna solucion a esto. Gracias!
# 113836 ¿Cómo instalaste el driver?
¿Cómo instalaste el driver? ¿Desde el .run de la página de NVIDIA?
Usuario
# 113838 Es cierto, olvide comentar
Es cierto, olvide comentar ese punto.
Asi es Annubis, lo instale desde el run de la pagina de Nvidia.
Y antes de que continuara con la instalacion, tuve que deshabilitar el driver nouveau, ya que el instalador de Nvidia me pedia forzosamente deshabilitarlo para poder proseguir con la instalacion.
Vivo para servir!!!
# 113845 Busca el fichero .run y
Busca el fichero .run y ejecutalo con el parámetro --uninstall
Después, instálalo desde los repositorios con:
Y después ejecutas XFdrake y seleccionas tu tarjeta. O directamente ejecutas XFdrake y seleccionas tu tarjeta. Si tienes los repositorios bien configurados, debería preguntarte si quieres utilizar el controlador propietario, le dices que sí y él solito lo descargará todo.
Usuario
# 113848 Annubis, solo darte las
Annubis, solo darte las gracias por tu apoyo, en efecto, desinstale el driver que habia instalado con el run, e instale el driver desde el paquete de los repositorios Mageia y funciono perfectamente.
Gracias!
Vivo para servir!!!