Re: Problemas clasicos con drivers Nvidia

2003-06-17 Thread matre
Hola listeros, Gustavo mira te mando mi config para que le eches un
vistazo, porque a la tuya me parece que le faltan algunas cosas.
teniendo la misma tarjeta la misma tarjeta gráfica te tiene que
funcionar.

Saludos.

Ojo con las frecuencias horizontal y vertical de la sección de
monitores!!! Mira la especificación de tu monitor.

##
#SeLiM Config XFree 4x
##

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath   "unix/:7100"

EndSection

##
# Server flags section.
##

Section "ServerFlags"
EndSection

##
# Input devices
##

# TECLADO 

Section "InputDevice"
Identifier "Keyboard0"
Driver "Keyboard"
Option "AutoRepeat"  "250 30"
Option "XkbRules"  "xfree86"
Option "XkbModel"  "pc105"
Option "XkbLayout" "es"
EndSection

# Raton usb o Ruletica teclado
Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  "DevInputMice"
Driver  "mouse"
Option  "Protocol" "IMPS/2"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection

# RATON
Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol""IMPS/2"
Option  "Device"  "/dev/psaux"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection


##
# Module section
##
Section "Module"
Load"dbe"
Load"glx"
Load"extmod"
Load"type1"
Load"freetype"
EndSection

##
# Monitor section
##

# MONITOR DE ORDENATA . DEFINE VARIOS SI LOS USAS

Section "Monitor"
Identifier "MyMonitor"
VendorName "yomismo"
ModelName  "algunmodelo"
HorizSync  45-60
VertRefresh 60.0-120.0
EndSection

# MONITOR DE TELEVISION.

Section "Monitor"
 Identifier "Television"
 HorizSync  30-50
 VertRefresh 60
EndSection

##
# Graphics device section(s)
##

# TARJETITA GRAFICA

Section "Device"
Identifier  "NV AGP"
VendorName  "nvidia"
Driver  "nvidia"
BusID   "PCI:1:0:0"
BoardName   "NVIDIA GeForce 2 MX (generic)"
Option  "NoLogo" "true"
Option  "RenderAccel" "true"
EndSection

Section "Device"
Identifier  "NV AGPTV"
VendorName  "nvidia"
Driver  "nvidia"
BusID   "PCI:1:0:0"
BoardName   "NVIDIA GeForce 2 MX (generic)"
Option  "NoLogo" "true"
Option  "ConnectedMonitor" "TV"
Option  "TVOutFormat" "SVIDEO"
EndSection



Section "Device"
Identifier "NV AGP TwinView"
VendorName "nvidia"
Driver "nvidia"
BusID   "PCI:1:0:0"
Option "TwinView"

##   OJO con la velocidad de REFLESCO que nos cargamos el 2tion
Subsection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndSubsection
EndSection

#
# screen section for an nvidia AGP TwinView card
# (look at the appropriate Device section)
#
Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth   8
Modes   "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth   16
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth   24
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

# Configuracion para la salida de television.
Section "Screen"
Identifier "Tele"
Device "NV AGPTV"
Monitor"Television"
Option "TVStandard" "PAL-G"
DefaultColorDepth 24
Subsection "Display"
  Depth 24
  Modes  "800x600"
  ViewPort 0 0
EndSubsection

Re: Error 127 con make xconfig

2003-06-22 Thread matre
Te faltan las librerias tcl/tk

http://tcl.sourceforge.net



El lun, 23 de 06 de 2003 a las 08:19, Ricardo escribió:
> Hola,
> no puedo cargar el munu de xconfig me da el siguiente error
> 
> wish -f scripts/kconfig.tk
> make: wish: No se encontró el programa
> make: *** [xconfig] Error 127
> 
> alguien sabe que puede ser?.
> 
> un saludo
> 
> ---Publicidad
> Únete a los miles de sin pareja en Meetic... ¡te vas a enamorar!
> http://www.iespana.es/_reloc/email.meetic
> 



Re: cron

2003-08-30 Thread matre
En tu script prueba a poner las rutas completas a los ficheros
ejecutables, tipo : /usr/bin/tail , /bin/tar, /bin/cut  y así todos,
porque cron usa un PATH de entorno distinto que el de usuario. Puede ser
que algunos comandos no los encuentre y tu script no funcione.

Para no pelearte con los permisos de usuario, que cron llame a tu script
como tarea de usuario, siendo root (o cualquier otro usuario) escribe
crontab -e, crontab te abre tu editor preferido y ya escribes tu linea
llamando a tu script :

* * * * *  /ruta/script

lo guardas y crontab solo, lo guardará en /var/spool/cron/nombreusuario

Espero te sirva de ayuda. Saludos a la lista.


El sáb, 30 de 08 de 2003 a las 03:13, Ariel Fernando escribió:
> Es probable que el script que tratas de ejecutar tenga algun comando con 
> permisos de ejecucion solo para root.  Es por ello que cuando lo ejecutas 
> manualmente (como root) funciona bien, pero cuando lo dispara el cron, no.
> 
> Saludos!.
> 
> 
> On Friday 29 August 2003 18:53, Cesar Rincon escribio:
> > Ipsissima verba Fabio Andres Rodriguez Tejada:
> > > Estoy tratando de automatizar una tarea con la ayuda de cron, se
> > > trata de un script para hacer backups de forma automatica.  El
> > > problema surge cuando cron trata de ejecutar el comando tar, no se
> > > porque pero no termina de crear el archivo que le mando a crear con
> > > tar (un archivo .tar.gz). Por si las moscas cuando mando a ejecutar
> > > el script manualmente se ejecuta bien, asi que no es problema del
> > > script.
-- 

 ~
* *
   / V \
  //   \\
 /( )\
  ^ `~` ^  
 LRU:286025