bueno les voy a comentar lo que hice,
reinstale daryna y empece de cero lo primero que hice fue actualizar por que habia una actualizacion de envy..
despues abri envy e instale dependencias que le faltaban
despues instale el driver de nvidia con envy y efectivamente el driver esta actualizado el programa hizo todo y tambien modifico mi xorg todo bien
despues reinicie y todo funcionaba bien.. abri nvidia-settings desde terminal y como root e modifique el color y las opciones que queria despues le dije que guardara todo al xorg... y reinicie para hacer la prueba pero nada el color habia regresado a antes que lo configurara y las demas opciones
asi que abri nvidia-settings y encuanto lo abri loas cambios que habia hecho al color y todo se configuro como esta en nvidia-settings no se que pase pero los cambios que hago no se aplican al iniciar solo hasta que abrio nvidia settings
espero que alguien me pueda ayudar y muchas gracias a todos y tambien a mi buen amigo maty el señor moderador
editado.....
oigan estuve busque y busque y encontre algo en la pagina de nvidia
ftp://download.nvidia.com/XFree86/Linux-x86/nvidia-settings-user-guide.txt
pongo la parte de lo que quiero hacer
4. Loading Settings Automatically
The NVIDIA X driver does not preserve values set with nvidia-settings
between runs of the X server (or even between logging in and logging
out of X, with xdm, gdm, or kdm). This is intentional, because
different users may have different preferences, thus these settings
are stored on a per user basis in a configuration file stored in
the user's home directory.
The configuration file is named "~/.nvidia-settings-rc". You can
specify a different configuration file name with the "--config"
commandline option.
After you have run nvidia-settings once and have generated a
configuration file, you can then run:
nvidia-settings --load-config-only
at any time in the future to upload these settings to the X
server again. For example, you might place the above command in
your ~/.xinitrc file so that your settings are applied automatically
when you log in to X.
Your .xinitrc file, which controls what X applications should
be started when you log into X (or startx), might look something
like this:
nvidia-settings --load-config-only &
xterm &
evilwm
or:
nvidia-settings --load-config-only &
gnome-session
If you do not already have an ~/.xinitrc file, then chances are that
xinit is using a system-wide xinitrc file. This system wide file
is typically here:
/etc/X11/xinit/xinitrc
To use it, but also have nvidia-settings upload your settings,
you could create an ~/.xinitrc with the contents:
nvidia-settings --load-config-only &
. /etc/X11/xinit/xinitrc
System administrators may choose to place the nvidia-settings load
command directly in the system xinitrc script.
Please see the xinit(1) manpage for further details of configuring
your ~/.xinitrc file.
pero necesito ayuda para poder entender esto soy algo nuevo en esto y todavia me faltan cosas por aprender
ojala alguien me pueda ayudar gracias