Tag Archives: Ubuntu

Ubuntu Brightness resetting to Maximum on every Restart

Fix this by adding the below parameter to /etc/rc.local echo X > /sys/class/backlight/acpi_video0/brightness Replace the the X with the preferred brightness value 0-10. This solution is not perfect as it will not set to the new value if you change … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

USB Mouse stops working in Ubuntu Laptop

Yes, some times it is really frustrating that the simple things in Linux stops working and you don’t have any clue about what setting need to be changed. I think that’s why it is still not the preferred desktop OS … Continue reading

Posted in Linux | Tagged , , | 1 Comment

Repairing Ubuntu Linux Installation

From the prompt you want to use the following commands (provided you have a live internet connection (wired): sudo apt-get install -f sudo dpkg –configure -a sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade The first will repair any … Continue reading

Posted in Linux | Tagged , , , | Leave a comment