Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HARDWARE] Instalacion laptop Dell XPS L502x
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
koyo
Tux's lil' helper
Tux's lil' helper


Joined: 05 Apr 2003
Posts: 128
Location: Colombia

PostPosted: Mon Apr 16, 2012 4:50 pm    Post subject: [HARDWARE] Instalacion laptop Dell XPS L502x Reply with quote

A todos un cordial saludo.

Me embarque en la aventura de instalar y configurar Gentoo en un laptop que me han asignado en mi empresa, todo a ido de maravilla hasta el momento de configurar el sistema gráfico. El hardware gráfico de mi sistema lo presento a continuación:

Code:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev a1)


en el archivo /etc/mke.conf he configurado lo siguiente:

Code:
## DEVICES ##
INPUT_DEVICES="keyboard mouse synaptics evdev void"
VIDEO_CARDS="nvidia intel"
ALSA_CARDS="hda-intel


las variables USE habilitadas para el xorg-server son:

Al momento de ejecutar startx o iniciar KDM el log del sistema me reporta "no screens found", para tratar de corregirlo trate de generar un archivo de configuración (xorg.conf) pero el resultado fue el mismo. Utilizando el liveCD de Sabayon 8 (el cual he utilizado para el proceso de instalación) el sistema grafiico funciona muy bien, he pensado ¿Es posible obtener la configuración que utiliza el LiveCD para hacer funcionar el sistema gráfico o utilizar las herramientas de configuración?

De antemano muchísimas gracias a todos por su ayuda.
_________________
Paucad Sed Matura
Back to top
View user's profile Send private message
esteban_conde
Veteran
Veteran


Joined: 04 Jun 2003
Posts: 1670

PostPosted: Thu Apr 19, 2012 8:36 pm    Post subject: Reply with quote

Tendrás que instalar nvidia-drivers y ejecutar nvidia-xconfig.
_________________
Saludos a tod@s, Esteban.
Back to top
View user's profile Send private message
Latinvs
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2010
Posts: 148
Location: Carpetania, Hispania

PostPosted: Thu Apr 19, 2012 10:37 pm    Post subject: Reply with quote

Como te dice Estaban, instalar el controlador oficial de Nvidia y ejecutar nvidia-xconfig debería bastar; nvidia-xconfig te generará un Xorg.conf ya configurado para funcionar con la tarjeta gráfica.

Y del make.conf puedes quitar la referencia a Intel y agregar VESA por si te falla la carga del controlador de Nvidia:
Code:
VIDEO_CARDS="nvidia vesa"

El controlador VESA te permitirá tirar con un controlador VGA básico, sin aceleración ni nada, sólo como emergencia, en caso de fallo con el de Nvidia. Tendrás que configurar el xorg.conf que te genere nvidia-xconfig e incluír la opción "vesa", auqnue inclúyela comentada y sólo descoméntala y comenta la de Nvidia si la cosa va mal y necesitas usar el controlador VESA.
En mi xorg,conf tengo esa sección de esta manera, evidentemene en el tuyo el nombre que deberá a parecer será el de tu tarjeta:
Code:

Section "Device"

    Driver         "nvidia"
    Identifier     "Device0"
#    Driver         "vesa"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600M GT"
EndSection

_________________
Vir prvdens non contra ventvm mingit
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