GNU/Linux >> Linux Esercitazione >  >> Linux

Come far funzionare l'overlay di Mumble?

Mumble e Team Fortress 2 (TF2) funzionano entrambi bene per me individualmente, ma non riesco a far funzionare la sovrapposizione di mumble, né indipendentemente né all'interno di TF2.

Ho provato a inserire le seguenti opzioni di avvio nelle proprietà di TF2 in Steam, nessuna delle quali ha funzionato. (N.B. Sto usando anche Bumblebee e un computer a 64 bit.)

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 è in modalità finestra, quindi sarei felice che mumble produca il proprio overlay che non è stato iniettato in TF2.

Risposta accettata:

Poiché questa correzione si basa sulla modifica del gestore composito e puoi avere un solo gestore composito alla volta, è difficile da fare a meno che tu non utilizzi già un sistema che non dispone di un gestore composito. Sospetto che sia possibile applicare LD_PRELOAD a qualsiasi gestore composito, ma il gestore composito è specifico per ogni sistema operativo e ambiente desktop. Sospetto anche che tu possa forzare il tuo sistema operativo a utilizzare compton e la correzione, ma ancora una volta è specifico per OS/ambiente desktop.

Se hai un gestore composito, salta questa sezione successiva, se non hai un gestore composito, segui questi passaggi:

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.

Se sei come la maggior parte delle persone e hai un gestore composito in bundle con il tuo sistema operativo, questa attività diventa più complicata perché non puoi avere 2 compositori in esecuzione contemporaneamente. Tieni presente che questa correzione è piuttosto brutta e richiede del tempo per la configurazione e richiede anche la disconnessione ogni volta che desideri utilizzare l'overlay mumble. I seguenti passaggi sono stati parafrasati e modificati da questa guida.

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. Come sapere se Dd funziona ancora?

  2. Come far funzionare Uuencode?

  3. Come ottenere l'ID processo del processo in background?

  4. Come ottenere l'utilizzo della CPU

  5. Come far funzionare due schede grafiche sotto Linux?

Come ottenere il tuo indirizzo IP su Linux

Come ottenere un modem Iball 3.5g funzionante su Ubuntu?

Come far funzionare il monitor USB Lilliput?

Come far funzionare un'edizione An Hp Envy 15 (2012)?

Come ottenere una connessione Mtp funzionante per Galaxy S2 in 12.04??

Come installare Mumble Server su Ubuntu 15.04