Fixing Nvidia + Bumblebee + Dell L502X error in Ubuntu 16.04

For some weird reason the Ubuntu 16.04 Bumblebee’s default version was not being able to switch on/off my discrete video card NVIDIA Corporation GF108M [GeForce GT 540M]. I was getting the following error: $ optirun glxgears [ 7224.163607] [ERROR]Cannot access secondary GPU – error: [XORG] (EE) [ 7224.163722] [ERROR]Aborting because fallback start is disabled. I was able to solve the aforementioned issue in this way: 1) Adding the repository with fresh bumbleblee packages: $ sudo add-apt-repository ppa:bumblebee/testing 2) Updating the repositories and upgrade bumblebee: $ sudo apt-get update; sudo apt-get upgrade 3) Adjusting /etc/bumblebee/bumblebee.conf file: 4) Adjusting the /etc/bumblebee/xorg.conf-nvidia , […]

Fixing skype on Ubuntu 16.04

For some weird reason my skype doesn’t open normally within Ubuntu 16.04 since it miss a required library, throwing on my face the error below: $ skype skype: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory For a final solution, do: Edit the file /etc/ld.so.conf.d/i386-linux-gnu.conf, as root: $ sudo gedit /etc/ld.so.conf.d/i386-linux-gnu.conf Add the following line to this file, save and close it: /usr/lib/i386-linux-gnu/mesa/ Then, to finish it, update your systems libraries, as root: $ sudo ldconfig And that’s it, your skype should open without hassle now. References [1] – http://askubuntu.com/questions/555902/problems-after-installing-skype-4-3

Qual o melhor sistema de arquivos para um HD externo o qual será utilizado com linux?

Ganhei de presente da minha namorada perfeita, @anielampm, um maravilhoso HD externo Westerm Digital de 2.0 TB, onde faço backup dos meus trabalhos e armazeno algumas mídias. A escolha do sistema de arquivos para esse HD não é tão trivial, haja vista, que seria interessante manter a compatibilidade com o M$ Windows, utilizando NTFS. Em contrapartida, seria excelente ter a melhor performance possível no linux, pois é onde eu o utilizo 99,9 % do tempo. Portanto, fiz alguns testes ainda na época que utilizava o Ubuntu 11.10 no notebook, ou seja, antes de atualizar para o openSUSE 12.3. Testei […]

Como configurar o corretor ortográfico no LyX para Português do Brasil

Olá pessoal! Atualmente estou usando o LyX para escrever meus relatórios da Universidade e estou gostando muito! A primeira das minhas desventuras foi como configurar o corretor ortográfico, então, fiz esse pequeno screencast explicando como configurá-lo. Preferi o screencast pois estava com preguiça de escrever :P No caso descrevi para o Ubuntu LTS 10.04, mas é facilmente extensível para qualquer outra distribuição. Espero que possa ser útil =)