Jump to content

Georges

Community Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by Georges

  1. http://www.nvidia.com/Download/driverResults.aspx/77409/en-us "Supported products" tab. I have the GeForce GTX 760M.

    I know it. But you have to do only a check with 331. Nothing more.

    See here: https://wiki.ubuntu.com/X/Config/HybridGraphics

    And maybe here (for an idea): http://afterhourscoding.wordpress.com/2014/04/30/dell-l502x-optimus-support-on-ubuntu-14-04/

  2. Ok, it works, please enter these commands, it should work on Debian/Ubuntu derivatives.

    First, deactivate your dev PPA and use the normal PPA.

    apt-get --purge autoremove 0ad
    sudo apt-get clean
    sudo rm -rf /home/{username}/.config/0adsudo rm -rf /home/{username}/.local/share/0ad
    sudo apt-get install 0ad

    On this clean installation, I will now try to install the A17, maybe we can be surprised ? :P

    I followed these steps and finally the game plays fine on my laptop. Thanks Alembic. What about A17 now?

  3. When the game crashes, we can also see in the dmesg : pyrogenesis[4390]: segfault at 0 ip 000000000065c33a sp 00007fffcf237ad0 error 4 in pyrogenesis[400000+60e000]

    There is crash with pyrogenesis. This application is located in /usr/games/ where there is the text file 0ad which writes:

    #!/bin/shpyrogenesis=$(which pyrogenesis 2> /dev/null)if [ -x "$pyrogenesis" ] ; then  "$pyrogenesis" "$@"else  echo "Error: pyrogenesis not found in ($PATH)"  exit 1fi
  4. I turn force_s3tc_enable (from folder default.cfg line 76 via local.cfg) to false, I run 0ad from terminal and I get these informations:

    Cache: 500 (total: 5879) MiBTIMER| InitVfs: 89.0971 msSound: AlcInit success, using OpenAL SoftTIMER| CONFIG_Init: 11.9586 msTIMER| RunHardwareDetection: 37.2499 msTIMER| write_sys_info: 16.6163 msTIMER| InitRenderer: 1.64432 msTIMER| ps_console: 2.97622 msTIMER| ps_lang_hotkeys: 767.11 usSegmentation fault (core dumped)

    I know, it's nothing this...at least, there isn't anymore attention signal.

×
×
  • Create New...