The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Question about compatibility with Ubuntu?

    Discussion in 'Asus' started by hanjie1992, Oct 2, 2011.

  1. hanjie1992

    hanjie1992 Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    Hi guys, I got an Asus N55sf almost a month and, while I'm fairly happy with the machine as a whole, I'm really bothered by the amount of bloatware on the system.

    I'm planning to do a clean install of Ubuntu, but I'm wondering if the drivers will be compatible with the OS.

    Any advice?
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    That system doesn't have optimus, right? It should be OK, you might want to run the 11.10 beta since it will have a much newer kernel. The only driver you will need to install should be the proprietary nvidia driver from the Hardware Drivers ubuntu app.
     
  3. hanjie1992

    hanjie1992 Notebook Enthusiast

    Reputations:
    0
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    5
    If by Optimus you mean the Optimus technology in the GT555m then yes, it does :p Will that prevent me from using Ubuntu properly?
     
  4. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Yeah Optimus is a bit of a hassle. There are a couple of ways to attack it, the first is to use only the integrated graphics either by switching a setting in the BIOS setup menu, or using acpi call: https://github.com/mkottman/acpi_call

    You can discover if acpi_call will work using the test_off.sh script to test all of the known methods. I have had success with this, but sometimes it causes weird quirks with other acpi functions, like standby crashing the system, for example, where it works before the call.

    The other option is bumblebee which is also experimental: https://github.com/MrMEEE/bumblebee

    That is a sort of abstracted layer of 3d rendering that lets you use the nvidia card, but it's a bit of a hassle. You can read up on both.

    If you leave it as-is, the nvidia card will be on all the time and eating your battery at full clocks, but you won't be able to use it. Huge thread here for further background: http://forum.notebookreview.com/lin...e/473915-no-support-nvidia-optimus-linux.html