#1 Le 22/12/2010, à 15:26
- speuak
[RESOLU] Lancer totem sur un autre ecran
j'ai 2 ecrans, screen0 est celui sur lequel je travail et screen1 celui sur lequel des videos doivent passer.
je veux lancer totem sur le screen1.
je fais
totem /ma-video --fullscreen --screen=1
ca ne marche pas et me renvoi:
The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 98 error_code 8 request_code 133 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Failed to receive messages at scim_bridge_client_read_and_dispatch ()
An IOException occurred at handle_message ()
*** glibc detected *** totem: double free or corruption (fasttop): 0x09320a68 ***
si je fais
totem /ma-video --fullscreen --screen=0
ca se lance impec sur le screen0 et si je lance
totem /ma-video --fullscreen --screen=1
depuis le bureau sur l'ecran 1, impec aussi.
Merci pour vos reponses
Dernière modification par speuak (Le 23/12/2010, à 21:06)
Hors ligne
#2 Le 23/12/2010, à 21:07
- speuak
Re : [RESOLU] Lancer totem sur un autre ecran
voila la solution:
env DISPLAY=:0.1 totem /ma video --fullscreen --mute
Hors ligne