PDA

View Full Version : XMMS double-size problem


ajackson
September 30th, 2006, 11:52 AM
Don't know if anyone else has come across this but when I click on the "D" in XMMS to make it double-sized an area of the screen (which is double-sized) gets scrambled and you can no longer control XMMS, though it happily continues playing if it was before. I have raised the bug but was wondering if anyone else had seen this.

tanmays
October 1st, 2006, 02:16 AM
I have also experienced the same problem... and its still unsolved :(

accensi
October 1st, 2006, 07:11 AM
This is known bug of XMMS with composite manager, already in XMMS bugzilla.

As a workaround, run XMMS like this:

create this file:

#!/bin/bash
#
# Temporary xcript ro run XMMS with composite manager withour crash
# with option Doublesize enabled
# see http://baghira.sourceforge.net/xcompmgr.htm
#
export XLIB_SKIP_ARGB_VISUALS=1 && xmms

use it to run XMMS

Follow link to more information.

ajackson
October 1st, 2006, 09:14 AM
Thanks accensi, that script works fine.