Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: ACER ASPIRE 4736z display problems

  1. #1
    Join Date
    Jun 2011
    Beans
    3

    ACER ASPIRE 4736z display problems

    Hello guys, i tried like 3 times installing ubuntu on my notebook and i get a wierd problem with my default notebook monitor, it get really dark, and i cant see squad, i thout it would be a problem with the ubuntu 11.04 live, but no, i tried fedora 15, centos 5.6 debian, all of those make the display goes off as soon as the X11 start, and i use xrandr and i dont get a display list, but when i plug a vga monitor i get a "mirror" image of my desktop fine, i really need help getting rid of micro$oft window$...


    thanks for the help in advance.

    UPDATE: PROBLEM SOLVED
    Last edited by proudchild; June 27th, 2011 at 07:04 AM. Reason: Problem solved

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: ACER ASPIRE 4736z display problems

    Try appending the kernel parameter acpi_osi=Linux to the kernel line after the words "quiet splash" but within the quotes. Something like "quiet splash acpi_osi=Linux"

    To test, see:https://help.ubuntu.com/community/Gr...0During%20Boot

  3. #3
    Join Date
    Oct 2010
    Location
    Pikes Peak
    Beans
    1,175
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ACER ASPIRE 4736z display problems

    The parameter mentioned needs this syntax.
    Code:
    acpi_osi=\"Linux\"
    This allows the parser to correctly interpret the parameter and what you'll then see on the line in Grub2 is
    Code:
    acpi_osi=Linux
    The back slashes are escape characters.
    Jim
    Toshiba Satellite L505-S6946
    Precise, Fedora, Kororaa, Bodhi

  4. #4
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: ACER ASPIRE 4736z display problems

    So then quotes in quotes?
    Code:
    "quiet splash acpi_osi=\"Linux\""
    Seems awkward.

  5. #5
    Join Date
    Oct 2010
    Location
    Pikes Peak
    Beans
    1,175
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ACER ASPIRE 4736z display problems

    Yes, here is the line you edit in /etc/default/grub
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=\"Linux\""
    Jim
    Toshiba Satellite L505-S6946
    Precise, Fedora, Kororaa, Bodhi

  6. #6
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: ACER ASPIRE 4736z display problems

    Oh. It parses it out to acpi_osi="Linux"
    Interesting.

  7. #7
    Join Date
    Jun 2011
    Beans
    3

    Re: ACER ASPIRE 4736z display problems

    oh! ill try those ones, i am currently using a vmware machine under windows to play ubuntu 11.04, but it sucks pretty hard, thanks guys!

  8. #8
    Join Date
    Jun 2011
    Beans
    3

    Thumbs down Re: ACER ASPIRE 4736z display problems

    Good news everyone [by professor putricide]

    i finally managed to get through the problem
    hint for those with similar issues
    together with the acpi_osi=Linux
    also put acpi_backlight=vendor

    then use the default keyboard keys to change the brightness, it might get ackward at first, but you get through it...

  9. #9
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: ACER ASPIRE 4736z display problems

    Glad to hear. Please mark this thread as solved.

  10. #10
    Join Date
    Apr 2009
    Location
    Argentina, Buenos aires (
    Beans
    251
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ACER ASPIRE 4736z display problems

    hi
    i saw this forum i got the same problem but i know how to edit /boot/grub/grub.cfg but i dont know where to put that line you said about adding the thing for the kernel.

Page 1 of 2 12 LastLast

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
  •