Nvidia Optirun y Humble Bundle 4

Tras la adquisición del nuevo Humble Bundle; En: Packardbell tk85, SO Kubuntu 11.10, controlador gráfico dual Nvidia OPTIMUS (ironhide)
Errores:
  • Gratuitous Space Battles:
    guille@guille-kubuntu:~/Descargas/GSB$ optirun ./GSB.bin.x86
    * Starting Ironhide X server ironhide                                                                                         .                                                                                                                       [ OK ]
    /usr/bin/optirun: línea 134:  3694 Violación de segmento  vglrun -c $VGL_COMPRESS -d $VGL_DISPLAY -ld "$VGL_DRIVER" "$@"
    * Stopping Ironhide X server ironhide                                                                                  [ OK ]
  • Super Meat Boy:
    guille@guille-kubuntu:~/supermeatboy$ optirun ./SuperMeatBoy
    * Starting Ironhide X server ironhide                                                                                         .                                                                                                                       [ OK ]
    Super Meat Boy: Installed in '.'.
    Super Meat Boy: Using x86 version.
    /usr/bin/optirun: línea 134:  3793 Violación de segmento  vglrun -c $VGL_COMPRESS -d $VGL_DISPLAY -ld "$VGL_DRIVER" "$@"
    * Stopping Ironhide X server ironhide                                                                                  [ OK ]
  • Shank:
    guille@guille-kubuntu:~/shank/bin$ optirun ./Shank
    * Starting Ironhide X server ironhide                                                                                         .                                                                                                                       [ OK ]
    * Stopping Ironhide X server ironhide                                                                                  [ OK ]

    directamente no arranca
    Y si lanzo con gdb:
    guille@guille-kubuntu:~/shank/bin$ optirun gdb ./Shank
    * Starting Ironhide X server ironhide                                                                                         .                                                                                                                       [ OK ]
    GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
    Copyright (C) 2011 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "i686-linux-gnu".
    Para las instrucciones de informe de errores, vea:
    <http://bugs.launchpad.net/gdb-linaro/>...
    Leyendo símbolos desde /home/guille/shank/bin/Shank...(no se encontraron símbolos de depuración)hecho.
    (gdb) run
    Starting program: /home/guille/shank/bin/Shank
    [Depuración de hilo usando libthread_db enabled]
    [Nuevo Thread 0x9a83cb70 (LWP 4011)]
    [Nuevo Thread 0x9a03bb70 (LWP 4012)]
    [Nuevo Thread 0x9983ab70 (LWP 4013)]
    [Nuevo Thread 0x99039b70 (LWP 4014)]
    [Nuevo Thread 0x98838b70 (LWP 4015)]
    [Nuevo Thread 0x9800bb70 (LWP 4016)]
    [Thread 0x98838b70 (LWP 4015) terminado]
    [Thread 0x99039b70 (LWP 4014) terminado]
    [Thread 0x9983ab70 (LWP 4013) terminado]
    [Thread 0x9a03bb70 (LWP 4012) terminado]
    [Thread 0x9a83cb70 (LWP 4011) terminado]
    [Thread 0x9800bb70 (LWP 4016) terminado]
    [Inferior 1 (process 4008) exited normally]
    (gdb)
Please note that this is the initial release of seven Linux builds, so please be patient while we fix 1.0 issues as fast as we can.


Para mas soporte, mira, http://humble.assistly.com/customer/por ... ystem-reqs

Para supermeatboy, abre un bug en https://bugzilla.icculus.org/
la lista de correos es http://icculus.org/mailman/listinfo/supermeatboy


------

Yo por ahora de los tres que he probado, supermeatboy no va (por tener una intel....) NightSky se queda consumiendo cpu cuando carga una pantalla... y badtrip que no se si lo odio o me encanta.
A mí con Arch, Bumblebee y un Asus U36SD me funciona bien el Super Meat Boy, los otros no los he probado.
El proyecto "Bumblebee" creo que se abandonó por "ironhide". Podrías hacer un pantallazo de tu config?
Imagen
Vampair escribió:El proyecto "Bumblebee" creo que se abandonó por "ironhide". Podrías hacer un pantallazo de tu config?
Imagen


Nop, están los dos. Bumblebee y Ironhide. Ironhide por lo que tengo entendido solo para Ubuntu y derivadas con interfaz gráfica para configurar. Bumblebee se sigue manteniendo para los demás.

Mi bumblebee.conf

### Bumblebee daemon configuration file.
### Boolean options accept 'Y' and 'N'. Do not use true/false or 0/1.

### Modifications made here will need a daemon restart to take effect.

# Should bumblebee service be stopped after last optirun program is closed ?
STOP_SERVICE_ON_EXIT=Y

# How many seconds should be waited before giving up on starting the X server ?
X_SERVER_TIMEOUT=10

# Display for the nVidia X Server, choose a higher display (e.g. :5) if you use
# Fast User Switching which starts incrementing from :0 (:0, :1, :2, ...).
VGL_DISPLAY=:8

# The video driver to be used. Supported drivers are 'nvidia' and 'nouveau'.
# Nouveau driver can be used if the available drivers are available and the
# experimental Mesa Gallium3D libraries are present.
DRIVER='nvidia'

# The Xorg configuration to be used, leaving it empty will base the file on the
# driver name, which is usually /etc/bumblebee/xorg.conf.DRIVER
X_CONFFILE=

# The group that is allowed to use Bumblebee. Note that the user needs to
# re-login for group membership changes to apply.
BUMBLEBEE_GROUP=bumblebee

# WARNING ! Power management is a very unstable feature for now, use it at your
# own risk. You won't get any support if you use this function. Please set
# first /etc/bumblebee/cardon and /etc/bumblebee/cardoff by just writing your
# calls there (one per line) and nothing else or you will face errors :
# \_SB.PCI0.PEG0.GFX0_ON
# Or :
# \_SB.PCI0.RP00.VGA._DSM {0x01,0x02} 0x03 0x04 {0x1,0x0,0x0,0x3}
# \_SB.PCI0.RP00.VGA._PS0
# You should also set STOP_SERVICE_ON_EXIT to Y if you really want to save
# power/battery life.
# See https://github.com/Bumblebee-Project/Bumblebee/wiki/ACPI-for-Developers
# for more information.
ENABLE_POWER_MANAGEMENT=Y

### The below only affects optirun, restarting the daemon is not necessary

# Image transport from bumblebee X server to screen.
# Possible values: proxy, jpeg, rgb, xv or yuv (default = proxy)
VGL_COMPRESS=proxy

# If ECO mode is active, the nvidia card will not be used if not plugged in
# (running on battery). This setting has only effect on newly started programs.
# This feature is still not enablend and depends on power-management features.
ECO_MODE=N

# Fall back on using the Intel graphics card if the nVidia one is not available.
# If disabled, optirun will quit after displaying an error message.
FALLBACK_START=N
4 respuestas