Page 34 of 49 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 490

Thread: Asus Eee PC 1015PN - graphic cards: Optimus and ION

  1. #331
    Join Date
    May 2012
    Beans
    6

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    It worked ! Unity 3D is back again !

    Now my 1015PN really rocks !

    Thanks for everything.

  2. #332
    Join Date
    Feb 2005
    Location
    EU
    Beans
    549
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    hello!

    i uploaded a new version (eee1015pn-acpitools 0.7.3) to the ppa. It should get installed automatically once you run a system upgrade. To trigger such an upgrade now use
    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    It's a bugfix for the broken glx libs after a dist-upgrade. If you upgraded from oneiric to precise and get a broken desktop (no 3d because libglx ABI version doesn't match the server's version) run:

    Code:
    sudo display-settings regenerate-glx
    This will update the glx libraries and remove the mismatch error. You need to re-login to make Xorg reload the libglx.so files.

    Thanks guitwo for reporting this bug!
    Last edited by mtron; May 7th, 2012 at 01:43 PM.
    Ubuntu for the EeePC-1015PN

  3. #333
    Join Date
    Jan 2011
    Beans
    65

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Hi Mtron.

    I just installed Ubuntu 12.04 64Bit onto my 1015PN, and also your scripts. All runs perfectly well out-of-the-box. Thanks a lot for your work.

    Last edited by barthus; May 22nd, 2012 at 09:53 PM.

  4. #334
    Join Date
    May 2012
    Beans
    6

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Hi again !

    Here's a little thing about wifi power tweaks.
    On my distro it's not called "wlan0" but "eth1".

    When trying with "wlan0" I got the message "no such device". Looking with ifconfig it seems I have eth0 and eth1. The operation was not supported for eth0 but worked with eth1. So I guess eth1 is my broadcasting device.

    Here's another thing :
    When waking up for hibernation, sometimes I get messages about :

    Uhhuh. Intel reveived for unknown reason 3d on CPU 0 #(or someting like that)
    do you have strange power saving mode enable?
    Dazed and confused but trying to continue


    PS: I changed my 32bits distro of precise to the 64bits version. It seems to be quite faster.

  5. #335
    Join Date
    Feb 2005
    Location
    EU
    Beans
    549
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Quote Originally Posted by barthus View Post
    All runs perfectly well out-of-the-box.
    nice, i like

    @guitwo the wlan name depends on the driver you use (open source 'brcmsmac' or closed source 'wl'). one calls the wlan device eth1 (eth0 is always the wired port) the other driver calls it wlan1.
    Uhhuh. Intel reveived for unknown reason 3d on CPU 0 #(or someting like that)
    do you have strange power saving mode enable?
    Dazed and confused but trying to continue
    this is caused by the Super hybrid engine (SHE). If you hibernate when running in "power save" mode, you will get this message because the power saving feature undervolts the mainboard and processor so it confuses the kernel a bit but should not yield any other negative effects.
    Ubuntu for the EeePC-1015PN

  6. #336
    Join Date
    May 2012
    Beans
    6

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Great, I supposed it was somehow related to Jupiter SHE but wanted to be sure.

  7. #337
    Join Date
    Feb 2005
    Location
    EU
    Beans
    549
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Hello!

    I have pushed a new version (eee1015pn-acpitools 0.7.4) to the ppa. It should get installed automatically once you run a system upgrade. To trigger such an upgrade now use

    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    Changelog:
    * vga-selector-gui: added support for Cinnamon Desktop Environment
    * vga-selector-gui: some fixes for second xserver in optimus mode
    * fixvga.conf: added trigger for mint display manager
    * dropped dependency on lm-sensors. temperature readings are taken from /sys/class/hwmon/hwmon1/device node
    Note for Cinnamon users:

    Cinnamon is the default Desktop Environment on Linux Mint 13 (a ubuntu spin based on precise) that comes with Mint Display Manager (mdm). This display manager is still buggy and does not emit a notification event to the system i use to trigger the auto display configuration.

    So replace mdm with lightdm. Instructions are here

    Note to everybody doing a fresh install:

    If you do a fresh install of ubuntu don't forget to run a full system upgrade.

    You will get a new kernel (currently 3.2.0-24-generic) and it is very important to reboot with this new kernel (as the system instructs you) before you install the acpitools package or the install of the acpi call dkms kernel module will fail.

    I can't fix this because there is a bug in ubuntu's dkms package that installs a new module only on the currently running kernel. So if there is a later kernel version installed - but not in use - you won't get the module for this newer kernel.

    Thanks to Frank Materna for the dkms bugreport and the help to add cinnamon support!
    Last edited by mtron; June 11th, 2012 at 09:39 AM.
    Ubuntu for the EeePC-1015PN

  8. #338
    Join Date
    May 2012
    Beans
    10

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Hi guys, when running:

    sudo apt-get install eee1015pn-acpitools build-essential debhelper module-assistant lm-sensors

    I always get: eee1015pn-acpitools not found

    Does anybody know why and what I can do about it?

  9. #339
    Join Date
    Feb 2005
    Location
    EU
    Beans
    549
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Hello!

    Did you add the ppa repository like this?

    Code:
    sudo add-apt-repository ppa:mtron/eee1015pn
    sudo apt-get update && sudo apt-get upgrade
    sudo apt-get install eee1015pn-acpitools
    what distro are you using ?
    Ubuntu for the EeePC-1015PN

  10. #340
    Join Date
    May 2012
    Beans
    10

    Re: Asus Eee PC 1015PN - graphic cards: Optimus and ION

    Thats exactly what I did. I'm using bodhi linux, which is based on the minimal version of ubuntu. Any other ubuntu-program I've tried to install so far, worked without flaws. Can you think of a workaround for this? Thanks for your help, appreciate it.

Page 34 of 49 FirstFirst ... 24323334353644 ... 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
  •