Ubuntu 11.10 abbandonerà Gnome

“Io passerò a Gnome 3, così imparano a non lasciarmi scegliere!”

“Io passerò a Kde, non voglio un cellulare!”

“Io passerò a Mint, la macedonia di Gnome2/Gnome3 è il futuro!”

“Io mi tengo Gnome 2, perché Windows XP insegna!”

“Io passerò a Xfce, per avere un desktop pesante uguale senza la minima regola di usabilità!”

“Tanto io uso icewm/fluxbox/twm sul mio super PC, perché mi piace usare il terminale anche per spostare il mouse!”

“Io passerò a Debian, perché così posso usare meglio software obsoleto!”

“Io passerò ad Arch, perché non ci capisco niente ma dire che uso Arch fa figo!”

“Io passerò a Fedora, perché sento che questa è la volta buona!”

“Io passerò a FreeBSD, perché il mio amico dice che il kernel è organizzato meglio!”

“Io passerò a OSX, perché non ho capito un cazzo!”

Già che ci siete, passate anche Affanculo, e salutatemi tutti quelli che ci ho mandato.

Keyboard backlight on VPCS11E7E with Ubuntu 10.10

Italiano | English

Useful especially to save your battery. First off download this program:

http://code.google.com/p/vaio-f11-linux/issues/detail?id=6#c10

extract and compile it

make && sudo make install

This will install kbd_lit in /usr/local/sbin, which has two options:

  • -d Disable backlight
  • -e Enable backlight

this command must be run with root privileges (sudo).

Since it’s inconvenient to open a terminal every time, I associated this program to the magnify function keys (F9 and F10), which on my laptop look like this:

if you want this shortcut too, paste this into a terminal:

sudo -s
cd /etc/acpi
wget -c http://dl.dropbox.com/u/737114/vpcs11e7e/keyboard-backlight.tar.gz
tar -xzvf keyboard-backlight.tar.gz
rm keyboard-backlight.tar.gz
service acpid restart

This way Fn+F9 will shut the light off and Fn+F10 will turn it on again.

Source: http://code.google.com/p/vaio-f11-linux/issues/detail?id=6

Touchpad multitouch e microfono su VPCS11E7E con Ubuntu 10.10

Italiano | English

Odio post di questo tipo, il titolo viene troppo lungo. Ad ogni modo, possiamo prendere due piccioni con una fava semplicemente aggiornando il kernel della nostra Ubuntu. Recatevi a questo indirizzo:

http://kernel.ubuntu.com/~kernel-ppa/mainline/

e prendete l’ultima versione disponibile (al momento la 2.6.38-rc5). È una rc, sì, ma lo sto testando dalla rc2 e non ho ancora avuto problemi di sorta. Se visualizzate errori nella compilazione dei driver per VirtualBox, seguite questa guida:

http://askubuntu.com/questions/22952/how-do-i-run-virtualbox-on-2-6-38

Touchpad multitouch and microphone on VPCS11E7E with Ubuntu 10.10

Italiano | English

We can kill two bird with one stone upgrading our Ubuntu kernel. Follow this link:

http://kernel.ubuntu.com/~kernel-ppa/mainline/

and download the latest one (2.6.38-rc5, so far). I’ve been testing it since rc2 and it seems stable enough to be used as the default kernel. If you run into errors compiling VirtualBox drivers, just follow this guide:

http://askubuntu.com/questions/22952/how-do-i-run-virtualbox-on-2-6-38

KKTHXBYE

Screen resolution on VPCS11E7E with Ubuntu 10.10

Italiano | English

Maverick Nvidia drivers are bugged and cannot use una external EDID file. Thus we have to install teh latest Nvidia drivers, so far 270.18.

sudo-add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update

Now we can follow the old guide.

With 270.18 your screen resolution, as well with VGA and HDMI, will be automatically detected. Follow this guide in order to set Plymouth resolution.