[Bug 341898] Re: MythTV Frontend does not work with RADEON DRI
Climbatize
amacie at gmail.com
Tue May 5 07:47:45 UTC 2009
Actually /usr/bin/mythfrontend is actually just a script which in turn
launches the mythfrontend executable so as a tempoary fix you can edit
this script to add the line:
export XLIB_SKIP_ARGB_VISUALS="1"
for example (this is not the complete file, only an example)
#!/bin/sh
# Mario Limonciello, March 2007
# partially merged with startmythtv.sh by Michael Haas, October 2007
export XLIB_SKIP_ARGB_VISUALS="1"
#source our dialog functions
. /usr/share/mythtv/dialog_functions.sh
....
This will allow mythfrontend to work correctly until the main fix is released.
--
MythTV Frontend does not work with RADEON DRI
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt-x11-free in ubuntu.
More information about the kubuntu-bugs
mailing list