Two hacks for Ubuntu 12.04

A friend of mine has recently installed Ubuntu 12.04 and he told me he was using Gnome classic as main desktop environment. He told me that he was facing two disgusting problems:

  1. He would like to set Nautilus close, minimize and restore buttons on the right side of windows.
  2. He was suffering an ugly lagg with the cursor. Something like: something is happening in the background, and I don’t know what it is, but is really affecting the performance of the desktop environment.

For the first issue (buttons on the right):


gconftool -s /apps/metacity/general/button_layout -t string menu:minimize,maximize,close

For the second one:


sudo sh -c 'echo N > /sys/module/drm_kms_helper/parameters/poll'
# To make this solution permanent:
sudo sh -c 'echo "options drm_kms_helper poll=0" >> /etc/modprobe.d/local.conf'
sudo update-initramfs -u

Enjoy! 🙂

Acerca de Ibon

Me gusta salir a correr, pasear, andar en bici y patinar :) Si no te saludo es que, o no llevo las gafas puestas o que tengo mal día. Pero no te lo tomes a mal: seguro que mañana estoy de mejor humor ;) Me gusta escuchar algunos podcasts sobre divulgación científica: Coffee Break, CienciaES, y algunos otros que divulgan buen karma. Creo en los principios que fundamentan el Software Libre, y me parece una gran herramienta para conseguir una sociedad mas justa.
Esta entrada fue publicada en Software, Solucioname esto..., Ubuntu y etiquetada , . Guarda el enlace permanente.

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Este sitio usa Akismet para reducir el spam. Aprende cómo se procesan los datos de tus comentarios.