lunes, 10 de marzo de 2008

Modificar el xorg.conf para utilizar beryl en linux

Para que el beryl funcione bien en kubuntu linux es necesario realizar las siguientes modificaciones al fichero xorg.conf que realizaremos desde consola con el programa nvidia-xconfig. Antes que nada realizamos una copia al xorg.conf por si acaso:

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

y ahora las siguientes instrucciones:

sudo nvidia-xconfig -allow-glx-with-composite

Using X configuration file: "/etc/X11/xorg.conf".
Option "AllowGLXWithComposite" "True" added to Screen "Screen0".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

sudo nvidia-xconfig -allow-glx-with-composite

Using X configuration file: "/etc/X11/xorg.conf".
Option "AllowGLXWithComposite" "True" added to Screen "Screen0".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'


sudo nvidia-xconfig -render-accel

Using X configuration file: "/etc/X11/xorg.conf".
Option "RenderAccel" "True" added to Screen "Screen0".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

sudo nvidia-xconfig -add-argb-glx-visuals

Using X configuration file: "/etc/X11/xorg.conf".
Option "AddARGBGLXVisuals" "True" added to Screen "Screen0".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

Ahora si todo sale bien, pulsamos Alt+Crtl+BackSpace para reiniciar
el sistema gráfico. Si te arranca en modo texto porque te da un error,
consulta la siguiente página:
Acelerar NVIDIA
y mira el apartado donde dice: "qué pasa si no me entra en kde porque me ha dado un error, sigue estos pasos:"

No hay comentarios:

Publicar un comentario

Escriba su comentario (no necesita registrarse).