Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Emachines E525 Display Issues

  1. #11
    Join Date
    Sep 2010
    Beans
    2

    Re: Emachines E525 Display Issues

    HEY ! Thanks to jsebean .... tried the Fn down/up thing on the login screen and it worked !

    Still can't get the brightness to behave but I also noticed that when I go thru all the settings from blank to bright it seems to go from dark to bright and back to darker .... odd.

    Can't get the setpci command to work anymore either but this helps! It's the intel driver at 00.02.0 but thanks again!

    Cheers'
    Dave

  2. #12
    Join Date
    Nov 2011
    Location
    South Africa
    Beans
    75
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Emachines E525 Display Issues

    I have the E725...

    Had same problem.. Fixed in simmilar way..

    Had a fix for hibernation...but couldnt find one for sleep...

    Im looking for that fix now after I upgraded. just cant seem to find it. will let you know when i do.

    Will.

  3. #13
    Join Date
    Feb 2008
    Location
    Atlantic Canada
    Beans
    13
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Emachines E525 Display Issues

    Quote Originally Posted by EngineersGarage View Post
    I have the E725...

    Had same problem.. Fixed in simmilar way..

    Had a fix for hibernation...but couldnt find one for sleep...

    Im looking for that fix now after I upgraded. just cant seem to find it. will let you know when i do.

    Will.
    thats the exact model I have, E725. The fix I posted works perfectly for me. Standby works and Hibernate was taken out IIRC, though I use KDE anyway and it works there.

    The only problem with restoring from sleep, is I have to adjust the backlight up and down a couple times with the FN+Right/Left keys to get it to come back on when I come out of standby.

  4. #14
    Join Date
    Dec 2012
    Beans
    1

    Re: Emachines E525 Display Issues

    Quote Originally Posted by jsebean View Post
    Unlike previous replies, this is a useful one that will solve the issue .
    The solution to this bug.

    Until this bug is fixed, here is how to fix the backlight issue that works for most users.

    First of all, one problem some have is when they boot the OS after installed there's no backlight, and sometimes there's no backlight in the installer either. To get the backlight to come on so you can install Ubuntu, do this:

    1. Insert your Ubuntu install disc (or usb drive) and reboot.
    2. When you boot the disc or usb drive and you see the "Purple Ubuntu screen" or Ubuntu splash, right away, hold the Fn button and dim your screen brightness then brighten it back up. If you forget to do this and the splash (or purple screen) is gone then the backlight probably wont work and you can't install Ubuntu.

    Once ubuntu is installed and you boot from the HDD, do the same when you boot Ubuntu. When you see the purple screen, right away Hold Fn button and dim the screen down and up. Most emachines, being made by acer, to do this, hold Fn button and then hit the left arrow key then the right arrow key.

    By doing this, Ubuntu will boot with the backlight. I don't know why, but it does.

    Now, that's a bit annoying to fix, and once Ubuntu is booted, you can't adjust your backlight. What we want to do is make ubuntu turn the backlight on automatically when you boot it and also, allow you to adjust your backlight once Ubuntu is booted. To do this:

    Open terminal.
    Type in:
    Code:
    gksudo gedit /etc/rc.local
    and hit enter.

    Find:
    Code:
    exit 0
    Above exit 0, put in:
    Code:
    setpci -s 00:02.0 F4.B=00
    Save the file, and exit Gedit. If you get a popup message the "untitled document" isn't save, ignore it and close without saving.

    This fix will automatically make the backlight turn on upon boot.

    Now to ensure you can adjust your backlight once Ubuntu has booted:
    In terminal, enter the command:
    Code:
    gksudo gedit /etc/default/grub
    In the file, find the line:
    Code:
    GRUB_CMDLINE_LINUX=""
    Change that line to:
    Code:
    GRUB_CMDLINE_LINUX="acpi_osi=Linux"
    Save the file. Exit gedit. If prompted to save untitled document, don't, choose close without saving.

    Now in terminal, type the command:
    Code:
    sudo update-grub
    Wait for the process to finish then exit terminal. Reboot your PC.

    Once rebooted, you will notice the purple screen, but you don't need to adjust your backlight this time. You'll notice once you pass the boot purple screen, the backlight will go out. Don't worry. Wait a few seconds, then the backlight will come on, and ubuntu will boot up and you'll hear the Ubuntu startup sound.

    You will also notice that now you can also use the Fn key and use the right and arrow keys to adjust the brightness. (Or whatever keys you use to adjust the brightness). YAY! It's fixed.


    A couple of things to consider:
    For some users, the backlight still won't automatically turn on. You can however use the brightness controls after Ubuntu is booted to turn the backlight on. If the backlight after doing these fixes still wont turn on, go back to this command and run it "gksudo gedit /etc/rc.local", find the line "setpci -s 00:02.0 F4.B=00" and change it to "setpci -s 00:02.0 F4.B=FF". (without quotes of course). Save and reboot.
    Also, you'll notice if you go into standby (and I think Hibernate as well), the backlight will probably be off. I'm not aware of a way to fix this but to get the backlight back on use the Fn key and adjust your backlight to get it back on.
    For some users, you may also notice that the backlight adjust keys are backwards. Mine aren't, but some users' are. I am not aware of a way to fix this but it's not that big of a bug. So adjust your backlight use the dim button to brighten the screen and the brighten button to dim the screen .

    If you have any questions, I'll try to remember to keep an eye on this topic so I can do any further assistance.

    It's a really annoying bug and a bug report is filed:
    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/765438

    Hope this helps
    -Jonah

    JUST WANT TO VERIFY THAT ( after many hours research) THIS METHOD WORKED FOR ME!!!!


    Thanks

  5. #15
    Join Date
    Feb 2008
    Location
    Atlantic Canada
    Beans
    13
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Emachines E525 Display Issues

    Awesome, glad it worked. I always come back and look at this every time I format my PC lol. I really wish they kernel guys would fix this issue soon, it is mega annoying, and still exists as of 12.10. If I were smarter and knew the extreme geek talk I would bump the bug report lol.

  6. #16
    Join Date
    Jan 2013
    Beans
    1

    Re: Emachines E525 Display Issues

    Thanks! I'm new to Linux, I used Lucid, and I naively thought if I'm not installing, but updating 12.04, it will be fine. Well, it wasn't. It was a fresh installation, but I had some files which I didn't wanna loose. But your solution just worked perfectly! God bless you!

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •