Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

font issues, mythtv 9.04

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


TroysLists at Lavabit

Jul 7, 2009, 1:29 AM

Post #1 of 2 (239 views)
Permalink
font issues, mythtv 9.04

I have some font weirdness and I'm hoping someone has advice.

* When I turn on ATSC captions, the font looks like a typewriter font
(not sans-serif like everything else). As new captions come in, they
overlap the previous caption text and it becomes unreadable.

* In the settings pages, my check marks and check boxes seem quite a
bit smaller than the other text.

* I've noticed messages in my /var/log/mythtv/mythfrontend.log:
Specified base font 'medium' does not exist for font clock

Are these all the same problem? I'd like to fix these issues and it'd
be great if someone could point me in the right direction.

Troy.

-----------


$ /usr/bin/mythbackend --version
Please include all output in bug reports.
MythTV Version : 19961
MythTV Branch : branches/release-0-21-fixes
Library API : 0.21.20080304-1
Network Protocol : 40
Options compiled in:
linux profile using_oss using_alsa using_jack using_backend
using_dbox2 using_dvb using_firewire using_frontend using_hdhomerun
using_iptv using_ivtv using_joystick_menu using_libfftw3 using_lirc
using_opengl_vsync using_opengl_video using_v4l using_x11 using_xrandr
using_xv using_xvmc using_xvmcw using_xvmc_vld using_glx_proc_addr_arb
using_bindings_perl using_bindings_python using_opengl
using_ffmpeg_threads using_libavc_5_3 using_live


2009-06-29 00:16:58.989 Connected to database 'mythconverg' at host:
localhost
2009-06-29 00:16:58.993 No theme dir: /home/trogod/.mythtv/themes/
Mythbuntu-8.04
2009-06-29 00:16:58.994 Primary screen 0.
2009-06-29 00:16:58.994 Using screen 0, 1600x1200 at 0,0
2009-06-29 00:16:58.995 No theme dir: /home/trogod/.mythtv/themes/
Mythbuntu-8.04
2009-06-29 00:16:58.995 Switching to square mode (Mythbuntu-8.04)
2009-06-29 00:16:59.105 Using the Qt painter
2009-06-29 00:16:59.105 JoystickMenuClient Error: Joystick disabled -
Failed to read /home/trogod/.mythtv/joystickmenurc
mythtv: could not connect to socket
mythtv: No such file or directory
2009-06-29 00:16:59.105 lirc_init failed for mythtv, see preceding
messages
2009-06-29 00:17:28.319 Specified base font 'medium' does not exist
for font clock
2009-06-29 00:17:28.320 Specified base font 'medium' does not exist
for font small
2009-06-29 00:17:28.320 Specified base font 'medium' does not exist
for font medium
2009-06-29 00:17:28.320 Specified base font 'medium' does not exist
for font large
2009-06-29 00:17:28.320 Loading from: /usr/share/mythtv/themes/
Mythbuntu-8.04/base.xml
2009-06-29 00:17:28.398 Loading from: /usr/share/mythtv/themes/default/
base.xml


2009-07-06 23:47:47.776 Switching to wide mode (blootube-wide)
2009-07-06 23:47:47.785 Using the Qt painter
2009-07-06 23:47:47.786 lirc init success using configuration file: /
home/trogod/.mythtv/lircrc
2009-07-06 23:47:47.786 JoystickMenuClient Error: Joystick disabled -
Failed to read /home/trogod/.mythtv/joystickmenurc
2009-07-06 23:47:48.345 Specified base font 'medium' does not exist
for font clock
2009-07-06 23:47:48.345 Specified base font 'medium' does not exist
for font small
2009-07-06 23:47:48.345 Specified base font 'medium' does not exist
for font medium
2009-07-06 23:47:48.345 Specified base font 'medium' does not exist
for font large
2009-07-06 23:47:48.345 Loading from: /usr/share/mythtv/themes/
blootube-wide/base.xml
2009-07-06 23:47:48.387 Loading from: /usr/share/mythtv/themes/default/
base.xml


_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Jul 7, 2009, 7:19 AM

Post #2 of 2 (214 views)
Permalink
Re: font issues, mythtv 9.04 [In reply to]

On 07/07/2009 04:29 AM, Troy Goodson wrote:
> I have some font weirdness and I'm hoping someone has advice.
>
> * When I turn on ATSC captions, the font looks like a typewriter font
> (not sans-serif like everything else).

The caption fonts are specified in their own settings. For ATSC, there
are fonts specified for Monospaced Serif, Proportional Serif, Monospaced
Sans Serif, Proportional Sans Serif, Casual, Cursive, Capitals--each in
both Regular and Italic; and the ATSC captions in the stream,
themselves, specify which type of text to display for all the caption data.

You need to set the font you want to use for each type of text in
frontend settings under TV Settings|OSD. Note that Myth can only use
(TrueType) fonts that are available in the MythTV share dir (i.e.
/usr/{,local/}share/mythtv ). By default, it uses one of the FreeFont
fonts--I'm guessing (from your description) FreeMono.

> As new captions come in, they overlap the previous caption text and
> it becomes unreadable.

ATSC (EIA-708) captions still need some work. You can either write the
code to fix them or use NTSC VBI-style (EIA-608) captions. Just change
your keybindings so that instead of using TOGGLECC, you use TOGGLECC608.

> * In the settings pages, my check marks and check boxes seem quite a
> bit smaller than the other text.

Change your Qt style. Platinum tends to work quite well. The Qt
default one is terrible for a 10-foot interface, so you should /never/
use it (though I have no idea if MythBuntu changes that for users).
It's in frontend settings under Appearance.
>
> * I've noticed messages in my /var/log/mythtv/mythfrontend.log:
> Specified base font 'medium' does not exist for font clock
>
> Are these all the same problem? I'd like to fix these issues and it'd
> be great if someone could point me in the right direction.
...
> 2009-06-29 00:16:58.995 Switching to square mode (Mythbuntu-8.04)
...
> 2009-06-29 00:17:28.319 Specified base font 'medium' does not exist
> for font clock

I have no idea what font the Mythbuntu-8.04 GUI theme for MythTV
specifies for medium, but it's not properly installed on your system.
That may be because a) the theme itself is (and has been) broken or b)
your install is broken. Either way, it's not really anything to worry
about unless you have a serious problem with the
artistic/stylistic/visual problems it causes.

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.