Showing posts with label adjust. Show all posts
Showing posts with label adjust. Show all posts

Thursday, November 8, 2012

[Fix] Ubuntu Speaker not working, but headphones are!


This will be my last update as a ubuntu user (for a while at least)
I'll be switching to mint tonight!

sudo gedit  /etc/modules

change the line:
rtc

to:

#rtc

---
save, and reboot.
it should be working fine now.

source:
http://ubuntuforums.org/showthread.php?t=2058548

https://answers.launchpad.net/ubuntu/+source/gnome-media/+question/24639

Friday, October 5, 2012

BackLight not working on your laptop? try this!

Every since I got this new HP laptop about a year ago,
I was unable to change the backlight brightness, this caused many issues,
most noticeably with battery life. and after a year and 3 months I finally found the Fix:

Special thanks to Chris Moore at askubuntu.com

All you have to do is edit /etc/default/grub
and find the line : 
GRUB_CMDLINE_LINUX_DEFAULT="
and add
 acpi_backlight=vendor to the end of it.
so the full line should read:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"

Save the file and then run sudo update-grub
after you reboot, you will now be able to change your brightness! Minor issue: sometime after my screen has been locked for a while, the brightness dose not turn on but the password screen comes up, after you type your password and press enter, you will be able to turn your brightness back up (using keyboard). weird, I'll let you guys know if I find a fix. source: http://askubuntu.com/questions/21523/screen-brightness-not-changing-on-acer-5742-notebook/148242#148242