Ubuntu on the laptop is definitely maturing. We're way past "at least it boots" and now that survival is ensured, it is time for luxury illnesses. One of those on the Asus N56VB is handling of screen brightness which, for my taste, comes in too steep steps. Especially the minimum brightness is still too bright … Continue reading Smaller brightness steps with the Asus N56VB and Ubuntu
Tag: linux
Running windows games with steam on a hybrid graphics card
I don't play much, but when I do, it's Sid Meier's Civilization on a Windows installation boxed into a VM. Earlier this year I got tricked by a Humble-Bundle offer into buying Civilization V, which came with the "trojan horse" of a steam account. Had I known the prerequisite of a Steam account before hand, … Continue reading Running windows games with steam on a hybrid graphics card
Automatically regulating volume on a USB headset with Ubuntu
When you connect an external speaker or headset to your computer you normally expect the sound to play over those and you'd also expect the integrated speakers to mute. Windows does that well and you'd expect that Ubuntu can do that as well, unfortunately it doesn't. Not without some scripting. So here we go: The … Continue reading Automatically regulating volume on a USB headset with Ubuntu
Ubuntu 12.04 (64bit) on the Asus N56VB
With quite some regret I had to decommission the trusty HP 4720s - readers of this blog will remember the love-hate relationship that grew to come between Ubuntu, it and I. Now it's time to try Ubuntu on the new laptop: Asus N56VB. Because I'm not much for experiments (those come to find me on … Continue reading Ubuntu 12.04 (64bit) on the Asus N56VB
Ubuntu: physical power button not working
At some point the physical power button on my file server (ubuntu 12.04) stopped working and I had to do a software shutdown everytime. The solution is to (re) install acpi: sudo apt-get install acpi sudo apt-get install --reinstall acpi-support