GNU/Linux >> Tutoriels Linux >  >> Linux

Comment faire fonctionner la superposition de Mumble ?

Mumble et Team Fortress 2 (TF2) fonctionnent bien pour moi individuellement, mais je n'arrive pas à faire fonctionner mumble-overlay, que ce soit indépendamment ou dans TF2.

J'ai essayé de mettre les options de lancement suivantes dans les propriétés de TF2 dans Steam, dont aucune n'a fonctionné. (N.B. J'utilise également bumblebee et un ordinateur 64 bits.)

mumble-overlay primusrun %command%
mumble-overlay primusrun %command% -nod3d9ex
mumble-overlay primusrun %command% -d3d9ex -32bit
LD_PRELOAD=/usr/lib/mumble/libmumble.so.1.2 primusrun %command%

TF2 est en mode fenêtré, donc je serais content que mumble produise sa propre superposition qui n'a pas été injectée dans TF2.

Réponse acceptée :

Étant donné que ce correctif repose sur la modification du gestionnaire composite et que vous ne pouvez avoir qu'un seul gestionnaire composite à la fois, il est difficile de le faire à moins que vous n'utilisiez déjà un système qui n'a pas de gestionnaire composite. Je soupçonne qu'il est possible d'appliquer le LD_PRELOAD à n'importe quel gestionnaire composite, mais le gestionnaire composite est spécifique à chaque environnement de système d'exploitation et de bureau. Je soupçonne également que vous pouvez forcer votre système d'exploitation à utiliser compton et le correctif, mais encore une fois, cela est spécifique à l'environnement de système d'exploitation/de bureau.

Si vous avez un gestionnaire composite, ignorez cette section suivante, si vous n'avez pas de gestionnaire composite, suivez ces étapes :

Install compton

Run the following command in your terminal and you will be all set, note that you must rerun this command every time you login, so I suggest putting this in your .bash_profile or .zprofile (if using ZSH).

LD_PRELOAD=/usr/lib/mumble/libmumble.so compton -CGb --backend glx --paint-on-overlay

The flags -CG disable shadow effects
The flag -b runs it in the background as a daemon
The flag --backend glx runs it using OpenGL

The flag --paint-on-overlay paints on X Composite overlay window instead of on root window. You can add the flag --vsync with an argument to enable vsync.

Run mumble. Because of the nature of the fix, you can start mumble after TF2 and still have the overlay show up. The overlay will appear whenever you are connected to a mumble server.

Si vous êtes comme la majorité des gens et que vous avez un gestionnaire de composites fourni avec votre système d'exploitation, cette tâche devient plus compliquée car vous ne pouvez pas avoir 2 compositeurs en cours d'exécution en même temps. Veuillez noter que ce correctif est plutôt moche et nécessite un certain temps de configuration et vous oblige également à vous déconnecter chaque fois que vous souhaitez utiliser la superposition de marmonnement. Les étapes suivantes sont paraphrasées et modifiées à partir de ce guide.

Install compton and openbox (you can optionally install obconf and obmenu, but they are not necessary)

Create the directory ~/.config/openbox if it does not exist

In that directory create a file called autostart

In that file, place the following (any line starting with a # is a comment and it will not be run)

# Starts compton and is necessary for the overlay to work, look at the above section on compton to decide what flags you want to use
LD_PRELOAD=/usr/lib/mumble/libmumble.so compton -CGb --backend glx --paint-on-overlay &

# Autostarts steam
steam &

# Autostarts mumble (comment out to stop mumble from automatically starting)
mumble &

# You also can place any program in here that you wish to start
# Use a & at the end of the name so that your computer does no wait until
# that program is fully started before it start the next program.

When you wish to play a game, logout of you account, and then select openbox as your desktop environment. This requires a login manager than supports multiple desktop environments. Most do, but it may require you to look around to find out how to switch desktop environments. If you are using startx/.xinitrc, make sure that you use exec openbox-session rather than exec openbox because exec openbox does not automatically load the autostart file.

To return to your normal desktop, logout of your account and then select your normal desktop environment from you login manager.

Linux
  1. Comment savoir si Dd fonctionne toujours ?

  2. Comment obtenir un type de données Variables dans Zsh ?

  3. Comment obtenir la taille du répertoire sous Linux

  4. Comment obtenir l'utilisation du processeur

  5. Comment faire fonctionner à nouveau un périphérique RAID inactif ?

Comment obtenir votre adresse IP sous Linux

Comment faire fonctionner un modem Iball 3.5g sur Ubuntu ?

Comment faire fonctionner le moniteur USB Lilliput ?

Comment faire fonctionner une édition Hp Envy 15 (2012) ?

Comment obtenir une connexion Mtp fonctionnelle pour Galaxy S2 en 12.04 ??

Comment installer le serveur Mumble sur Ubuntu 15.04