Configuración entorno grafico
-
hola yorus,
al provarlo me sale un error, te lo copiaria aqui pero no puedo… al parecer da un error en algun recurso.por cierto, he provado a instalar los drivers especificos para linux, pero me crea un archivo al haber un error a la hora de instalarlos:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Mar 3 23:33:06 2009
installer version: 1.0.7option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
no cc version check : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
compat32 install chroot : (not specified)
compat32 install prefix : (not specified)
compat32 install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)Using: nvidia-installer ncurses user interface
-> Tagging shared libraries with chcon -t textrel_shlib_t.
-> License accepted.
-> Installing NVIDIA driver version 180.29.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)??) (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM
installed. If you know the correct kernel source files are installed,
you may specify the kernel source path with the '–kernel-source-path'
command line option.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.PD: no tngo conexion a internet en el ordenador.
-
Sin internet si que va a ser problemático. ¿No tienes internet en ese equipo concretamente o en el lugar (casa u oficina) donde lo tienes?.
-
no tengo internet en ese pc, pero en el pc de la habitación de al lado si.
-
Para instalar los drivers de nvidia necesitas tener los kernel sources y las utilidades de compilación de paquetes, sin acceso a internet lo vas a tener tela de jodido… Los drivers vesa no deberían petarte así, algo tiene que haber en ese Xorg que te esta fastidiando todo.
Que monitor usas? A mi me huele mas a un fallo en la configuración del monitor, por casualidad no se te irá el monitor a modo standby? puede que la configuración del Xorg te tire el monitor a frecuencias fuera de rango y este se vaya directamente a standby para protegerse de fallos.
-
pues la verdad es que no lo se si se queda en modo stanby… la pantalla se queda en negro con un mensaje de que no lelga el señal. el monitor es un Acer MONITOR TFT 18,5" ACER X193HQb HD
estado mirando estos archivos y no se si tendra algo que ver...Xresources
! This is the global resources file that is loaded when
! all users log in, as well as for the login screen! Fix the Xft dpi to 96; this prevents tiny fonts
! or HUGE fonts depending on the screen size.
Xft.dpi: 96! hintstyle: medium means that (for Postscript fonts) we
! position the stems for maximum constrast and consistency
! but do not force the stems to integral widths. hintnone,
! hintslight, and hintfull are the other possibilities.
Xft.hintstyle: hintmedium
Xft.hinting: true -
Por lo que comentas lo mas seguro es que la tarjeta de video manda al monitor frecuencias fuera de rango, por eso te sale el mensaje de no hay señal. Prueba a poner tu xorg.conf tal que asi (haciendo un backup antes del antiguo):
# Xorg configuration created by pyxf86config Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "InputDevice" # keyboard added by rhpxl Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "es" EndSection Section "Device" Identifier "Videocard0" Driver "vesa" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Acer" ModelName "X193HQb" HorizSync 30.0 - 80.0 VertRefresh 55.0 - 60.0 Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
-
me sigue dando problemas, por lo que parece tendria que definir el mouse… me sale este mensage:
Data incomplete in file /etc/X11/xorg.conf
Undefined InputDevice "Mouse0" referenced by serverLayout "Layout0"
(EE) Problem parsing the config file
(EE) Error parsing the config fileFatal server error:
no screens found -
Fallo mio, como en el original tuyo no venía se me olvidó ponerlo :D, ahi te va modificado con el mouse:
# Xorg configuration created by pyxf86config Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "InputDevice" # keyboard added by rhpxl Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "es" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "ZAxisMapping" "4 5" Option "Buttons" "3" Option "AlwaysCore" "true" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Device" Identifier "Videocard0" Driver "vesa" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Acer" ModelName "X193HQb" HorizSync 30.0 - 80.0 VertRefresh 55.0 - 60.0 Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
-
ueee ya lo hemso conseguido! me ha entrado jaja la verdad es que la informatica mola cuando te salen las cosas :D:D el merito es tuyo!
-
Ahora solo te falta configurar la red, bajarte los paquetes necesarios para compilar y pillarte los drivers de nVidia, asi ya tendras aceleracion gráfica y podrás usar la resolucion nativa de tu monitor