11.10 & Nvidia Optimus

Discussion in 'all things UNIX' started by NormanN, Nov 12, 2011.

Thread Status:
Not open for further replies.
  1. NormanN

    NormanN Registered Member

    Joined:
    Jan 14, 2011
    Posts:
    67
    Hello, newb user here trying to go Linux full time. I'm trying to get my Asus 1215N to use the Nvidia card for Youtube, etc... I've tried to solve it myself and read up on The Bumblebee Project, Ironhide, and X-org drivers, etc... I'm lost. Does anyone have an easy newb way to gget hardware accel working with Optimus and 11.10?

    Thanks,

    NN
     
  2. vasa1

    vasa1 Registered Member

    Joined:
    May 1, 2010
    Posts:
    4,417
    I remember "Cozumel" posting about Optimus.
     
  3. Searching_ _ _

    Searching_ _ _ Registered Member

    Joined:
    Jan 2, 2008
    Posts:
    1,988
    Location:
    iAnywhere
    As far as I know, you need a driver for Linux to get the Nvidia card working properly.
    For Ubuntu:
    System > Preferences > Additional Drivers
    or
    System > Preferences > Nvidia *
    (You will need to highlight the driver you need and click "Activate".)

    If neither is present:
    Code:
    $ sudo apt-get install jockey-gtk
    (Jockey-GTK is a graphical tool for downloading video drivers)

    To manually install the drivers if you know the number of the particular driver:
    Code:
    $ sudo apt-get install linux-headers-generic dkms && nvidia-glx-<driver number> && nvidia-xconfig
    Replace <driver number> with version for your card, like 173 or 177

    For ATI (just in case):
    Code:
    $sudo apt-get install linux-headers-generic dkms && xorg-driver-fglrx && aticonfig --initial
    I located this information in the Ubuntu help documentation wiki.

    Cheers
     
  4. NormanN

    NormanN Registered Member

    Joined:
    Jan 14, 2011
    Posts:
    67
    Thanks.

    NN
     
  5. wsales

    wsales Registered Member

    Joined:
    Nov 15, 2011
    Posts:
    1
    Location:
    Brazil
    I have a 1215n pretty working with nVidia Optimus. Don´t install the drivers! Will not work. The nVidia drivers will not work for Optimus on Linux. Follow the instructions at ironhide project. It will install the drivers from nVidia and put the card to work propertly. May be after install you´ll needs a restart.
     
  6. NormanN

    NormanN Registered Member

    Joined:
    Jan 14, 2011
    Posts:
    67
    Thanks!

    NN
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.