Tag Archives: Linux

Howto fix: black screen / adjust brightness after resume (Linux)

. In some computers with Intel graphics (maybe others as well), I’ve often come across this problem: when resuming from sleep (standby) mode, I can’t adjust the screen brightness. There is a very well known fix for this: to pass … Continue reading

Posted in Binary world | Tagged , | Leave a comment

Howto fix: Linux (Mint, Ubuntu) install from USB failure, drops to busybox.

More often than not, when trying to install several Linux distributions (or releases) via a USB stick created from the downloaded iso live or install image, I’ve experienced the frustration of being dropped to a busybox (which is the Linux … Continue reading

Posted in Binary world | Tagged , | 2 Comments

No icons in QT apps on Xfce

. If you ever experience this problem: QT apps showing no icons in their menus when running in Xfce desktop, you can fix it issuing these commands on a console: gconftool-2 –type boolean –set /desktop/gnome/interface/buttons_have_icons true gconftool-2 –type boolean –set … Continue reading

Posted in Binary world | Tagged , , | Leave a comment

How to login as root in Xfce

. Log in as root in the Xfce environment is disabled by default. When I tried to google how to change this behaviour, I got lots of results, but useless, because though dozens of people had posted that same question … Continue reading

Posted in Binary world | Tagged , , | Leave a comment