Buenas...
Ayer me decidí a probar beryl, pero antes instalé los drivers de nvidia para activar la aceleración gráfica.
Para instalar los drivers no tuve ningún problema, pero reiniciar el x server ya no me corrió, así que sólo modifiqué cambié la linea de Driver "nvidia" por "nv" del xorg.conf, volví a reiniciar x y arrancó bien.
Si alguien tiene experienca con la instalación de estos drivers, me gustaría que me diera tips de cómo instalarlos y qué modificaciones tengo que hacer en las configuraciones para que me corran bien.
Por cierto, durante los pasos de la instalación me puso un o dos avisos en inglés pero ahora no los recuerdo y estoy en mi trabajo, así que los pongo mas al rato por si sirve de algo.

Si instalas los drivers
Si instalas los drivers nvida a pelo dan un error, del que la propia instalación avisa, como dices.
No recuerdo qué modifiqué en mi Xorg, y creo que después la instalación del Beryl me lo volvió a modificar, siguiendo las instrucciones para nvidia de la propia web de beryl. Te pongo mi Xorg por si te sirve de algo:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Fri Dec 15 10:12:14 PST 2006
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Monitor genérico"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
Monitor "Monitor genérico"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Gracias por contestar
Gracias por contestar Jtiberius
En cuanto llegue a mi casa lo pruebo y te cuento que tal.
======================================================================================================
Ominis enim res, quae dando non deficit, dum habetur et non datur, nondum habtur, quomodo habenda est.
=================================================================================
Ominis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est.
Problema resuelto. Tu
Problema resuelto.
Tu configuración era casi idéntica a la mía, a diferencia del "Identifier" de la tarjeta gráfica, pero es irrelevante.
Busqué y busqué pero no encontré una solución efectiva para configurarlo a mano, pero por suerte me econtré con un programita llamado Envy ( http://www.albertomilone.com/nvidia_scripts1.html ), el cual me instaló los drivers y me hizo una configuración óptima.
Lo recomiendo mucho para todos los usuarios principiantes, aunque también es bueno estarse mantando un poco para tratar de resolverlo a mano, pues aprendes más.
Salu2
======================================================================================================
Ominis enim res, quae dando non deficit, dum habetur et non datur, nondum habtur, quomodo habenda est.
=================================================================================
Ominis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est.