Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/12/2007, 19:49
Avatar de Kailu
Kailu
 
Fecha de Ingreso: julio-2007
Ubicación: México D. F.
Mensajes: 89
Antigüedad: 16 años, 10 meses
Puntos: 1
Re: Problema después de instalar drivers nVidia

Gracias por responder, esto esta de la línea 47 en adelante, también en un momento subo el documento por si necesitan verlo.


if [ -z $serverargs ]; then
# Use :10 to avoid overwriting the (failed) Xorg.0.log
serverargs=":10"
fi
serverargs="${serverargs} -br -once -config $xorg_conf_failsafe"
# -br: Black background
# -once: Terminate server after one session
# -config: Specify location of xorg.conf file to use
# Note: Only root can specify absolute paths

warn() {
echo "Warning: $1" 1>&2