realplayer init config screens garbled
After installing the realplayer linux rpm from the link at the real.com site, when I invoke the player, it presents a configuration screen, which seems reasonable after a first-time install. Trouble is, the config screen is full of little square boxes where the text should be. The player itself, visible briefly behind the config boxes, seems to have normal fonts, text, etc. Without the config process, I can't get the player to do anything. I have LANG=en_US, and all my other apps seem to work fine. There's no mention of this problem in the installed help docs, or on the tech support section of the real.com site. I thought I'd ask here for experiences before poking around, as I don't have any good ideas of where to start. I notice a very extensive "known issues" file for the Linux version, and I wonder if everyone goes through a long process of fixing some of those issues, many of which seem to be missing links, or files not copied. Or is there a less-buggy version of realplayer out there that I should be looking at? Do people have better luck with the tarball? Or is there something else more Linux-native that I should be looking at to do what realplayer is supposed to do, in my case, listening to streaming audio from various sites? All the links I've seen seem to be either M$ or realaudio. Here's my setup: SuSE 7.3 distro, with KDE 2-something/Qt2, X11-3.3.6, kernel upgraded to 2.4.23, Intel P-II. I installed the realplayer rpm as root, fwiw. I can supply more config info if it'd make sense; at this point, I'm just poking around in the dark. TIA, Jim
Jim Osborn wrote:
After installing the realplayer linux rpm from the link at the real.com site, when I invoke the player, it presents a configuration screen, which seems reasonable after a first-time install. Trouble is, the config screen is full of little square boxes where the text should be. The player itself, visible briefly behind the config boxes, seems to have normal fonts, text, etc. Without the config process, I can't get the player to do anything.<snip> TIA,
Jim
I had the same problem with 7.3 and realplayer, and a couple other gtk programs too. Never did figure it out. It went away after upgrading to 9.0 pro. -- Jim Sabatke Hire Me!! - See my resume at http://my.execpc.com/~jsabatke Do not meddle in the affairs of Dragons, for you are crunchy and good with ketchup.
On Tue, Jan 27, 2004 at 12:44:57PM -0800, I wrote:
After installing the realplayer Linux... the config screen is full of little square boxes where the text should be. ... Here's my setup: SuSE 7.3 distro, with KDE 2-something/Qt2, X11-3.3.6, kernel upgraded to 2.4.23, Intel P-II.
For others who may still be wrestling with this, it turns out it's a general X11 issue related to Unicode fonts, which are 16-bit. I just happened to hit it with RP, but apparently there are other X11 apps that exhibit the problem, when the app expects an 8-bit font, but gets the 16-bit one instead, and isn't clever enough to know the difference. The simplest solution is to add a line to your Xdefaults resources: RealPlayer*fontList: -*-helvetica-medium-r-normal--14-*-iso8859-* which urges RP to find the 8-bit 8859 fonts instead of the alternatives. You can use xfontsel to select your favorite font and size, then run: ``xrdb -merge .Xdefaults'' (or whatever resource file you used) to activate the change. Other potential solutions involve upgrading to X11-4.2.0 or later, or reducing your FontPath in /etc/XF86config to simply: unix/:7100 and using xfs to serve up all the fonts. But since the resource did the trick for me, I didn't try these other possibilities. FWIW, Jim
participants (2)
-
Jim Osborn
-
Jim Sabatke