[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-04 Thread Paul Broadhead
 Mesa will be updated in Jaunty very soon (probably today), see bug
349127. Can you please test this once it lands?

I'm fully updated and using mesa versions 7.4-0ubuntu1 but still have this 
problem.  dpkg -l *mesa* | grep ^ii gives:
ii  libgl1-mesa-dri 7.4-0ubuntu1
ii  libgl1-mesa-glx 7.4-0ubuntu1
ii  libglu1-mesa7.4-0ubuntu1
ii  mesa-utils  7.4-0ubuntu1

With dri disabled, the fonts display fine.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-04 Thread Bon
Same as Paul, 
ii  libgl1-mesa-dev7.4-0ubuntu1 
A free implementation of the OpenGL API -- G
ii  libgl1-mesa-dri7.4-0ubuntu1 
A free implementation of the OpenGL API -- D
ii  libgl1-mesa-glx7.4-0ubuntu1 
A free implementation of the OpenGL API -- G
ii  libglu1-mesa   7.4-0ubuntu1 
The OpenGL utility library (GLU)
ii  libglu1-mesa-dev   7.4-0ubuntu1 
The OpenGL utility library -- development fi
ii  mesa-common-dev7.4-0ubuntu1 
Developer documentation for Mesa
ii  mesa-utils 7.4-0ubuntu1 
Miscellaneous Mesa GL utilities
ii  xlibmesa-gl-dev1:7.4~5ubuntu18  
transitional package for Debian etch
 
with 

ii  xserver-xorg-video-radeon  1:6.12.1-0ubuntu2
X.Org X server -- ATI Radeon display driver

All packages up to date, and Myth only works if I put 'Option dri
off' into xorg.conf

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-04 Thread Paul Broadhead
When I now run with dri disabled, while mythtv works some times, I'm getting 
some crashes on start-up.
Running inside gdb I get:
...
Program terminated with signal 4, Illegal instruction.
...
(gdb) where
#0  0xb5dbb17a in ?? () from /lib/tls/i686/cmov/libc.so.6
#1  0xb65f4b07 in QGLWidget::resizeEvent () from /usr/lib/libqt-mt.so.3
#2  0xb63c199b in QWidget::event () from /usr/lib/libqt-mt.so.3
#3  0xb63224f5 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#4  0xb63234ad in QApplication::notify () from /usr/lib/libqt-mt.so.3
#5  0xb63246d7 in QApplication::sendPostedEvents () from /usr/lib/libqt-mt.so.3
#6  0xb63c096c in QWidget::show () from /usr/lib/libqt-mt.so.3
#7  0xb6a5d015 in MythMainWindow::Show () from /usr/lib/libmythui-0.21.so.0
#8  0xb6a5d2a2 in MythMainWindow::Init () from /usr/lib/libmythui-0.21.so.0
#9  0x0806f671 in ?? ()
#10 0xb5c71775 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#11 0x08062851 in ?? ()

The latest part of the log file reads:
2009-04-04 16:58:03.842 New DB connection, total: 2
2009-04-04 16:58:03.845 Connected to database 'mythconverg' at host: ron
2009-04-04 16:58:03.849 mythfrontend version: 0.21.20080304-1 www.mythtv.org
2009-04-04 16:58:03.850 Enabled verbose msgs:  important general
2009-04-04 16:58:04.317 No theme dir: /home/paul/.mythtv/themes/G.A.N.T
2009-04-04 16:58:04.320 Primary screen 0.
2009-04-04 16:58:04.321 Using screen 0, 1024x768 at 0,0
2009-04-04 16:58:04.322 No theme dir: /home/paul/.mythtv/themes/G.A.N.T
2009-04-04 16:58:04.323 Switching to square mode (G.A.N.T)
2009-04-04 16:58:04.387 Using the Qt painter
mythtv: could not connect to socket
mythtv: No such file or directory
2009-04-04 16:58:04.388 lirc_init failed for mythtv, see preceding messages
2009-04-04 16:58:04.388 JoystickMenuClient Error: Joystick disabled - Failed to 
read /home/paul/.mythtv/joystickmenurc

If this is unrelated then I'll raise it as a new bug, I'm off to search
the existing bugs now anyway

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-04 Thread Bon
Not seen that one m8, mine seems pretty stable once DRI is disabled...
:(


2009/4/4 Paul Broadhead pjbr...@twinmoons.clara.co.uk

 When I now run with dri disabled, while mythtv works some times, I'm
 getting some crashes on start-up.
 Running inside gdb I get:
 ...
 Program terminated with signal 4, Illegal instruction.
 ...
 (gdb) where
 #0  0xb5dbb17a in ?? () from /lib/tls/i686/cmov/libc.so.6
 #1  0xb65f4b07 in QGLWidget::resizeEvent () from /usr/lib/libqt-mt.so.3
 #2  0xb63c199b in QWidget::event () from /usr/lib/libqt-mt.so.3
 #3  0xb63224f5 in QApplication::internalNotify () from
 /usr/lib/libqt-mt.so.3
 #4  0xb63234ad in QApplication::notify () from /usr/lib/libqt-mt.so.3
 #5  0xb63246d7 in QApplication::sendPostedEvents () from
 /usr/lib/libqt-mt.so.3
 #6  0xb63c096c in QWidget::show () from /usr/lib/libqt-mt.so.3
 #7  0xb6a5d015 in MythMainWindow::Show () from /usr/lib/libmythui-0.21.so.0
 #8  0xb6a5d2a2 in MythMainWindow::Init () from /usr/lib/libmythui-0.21.so.0
 #9  0x0806f671 in ?? ()
 #10 0xb5c71775 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
 #11 0x08062851 in ?? ()

 The latest part of the log file reads:
 2009-04-04 16:58:03.842 New DB connection, total: 2
 2009-04-04 16:58:03.845 Connected to database 'mythconverg' at host: ron
 2009-04-04 16:58:03.849 mythfrontend version: 0.21.20080304-1
 www.mythtv.org
 2009-04-04 16:58:03.850 Enabled verbose msgs:  important general
 2009-04-04 16:58:04.317 No theme dir: /home/paul/.mythtv/themes/G.A.N.T
 2009-04-04 16:58:04.320 Primary screen 0.
 2009-04-04 16:58:04.321 Using screen 0, 1024x768 at 0,0
 2009-04-04 16:58:04.322 No theme dir: /home/paul/.mythtv/themes/G.A.N.T
 2009-04-04 16:58:04.323 Switching to square mode (G.A.N.T)
 2009-04-04 16:58:04.387 Using the Qt painter
 mythtv: could not connect to socket
 mythtv: No such file or directory
 2009-04-04 16:58:04.388 lirc_init failed for mythtv, see preceding messages
 2009-04-04 16:58:04.388 JoystickMenuClient Error: Joystick disabled -
 Failed to read /home/paul/.mythtv/joystickmenurc

 If this is unrelated then I'll raise it as a new bug, I'm off to search
 the existing bugs now anyway

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in MythTV: Invalid
 Status in X.Org X server: Fix Released
 Status in “mesa” source package in Ubuntu: Confirmed
 Status in “mythtv” source package in Ubuntu: Invalid
 Status in “qt-x11-free” source package in Ubuntu: Invalid
 Status in “xorg-server” source package in Ubuntu: Invalid
 Status in mesa in Ubuntu Jaunty: Confirmed
 Status in mythtv in Ubuntu Jaunty: Invalid
 Status in qt-x11-free in Ubuntu Jaunty: Invalid
 Status in xorg-server in Ubuntu Jaunty: Invalid

 Bug description:
 Binary package hint: mythtv

 Ubuntu jaunty (development branch)
 Release:9.04

 mythtv-frontend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
  *** 0.21.0+fixes19961-0ubuntu4 0
500 http://gb.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

 Expect mythtv to launch and have visible text.  Instead I have blocks of
 colour and no text.

 mythtv front end has been working in Jaunty since I installed it a few
 weeks ago.  At some stage during the last week, an update has broken the
 package for me.  When I launch mythtv, I get a central black box where the
 loading text use to be, I can still see my desktop.  The program hangs there
 and my desktop is unresponsive.  When I hit ESC, the screen changes to a
 full screen grey box with a black central box.  Below the black box is an
 orange bar and two more grey bars.  I can use the arrow keys to move the
 orange bar down one bar and hit return; this causes the program to exit
 normally.  It looks to me like I am just missing the text.

 I have removed (and dpkg --purge) and reinstalled mythtv-frontend but the
 problem persists.  I also deleted my $HOME/.mythtv directory.  However, some
 configure files were left behind in /etc/mythtv; they are just the defaults
 plus the mysql password.

 I have check bugs #93986 and #156983 and I believe they are not related; I
 did install/confirm I had installed the suggest fonts just in case but I
 still have the problem.

 I do not have compiz active and no other application are acting strange; 3d
 games etc are fine.

 This machine is a Thinkpad X31 with ATI Technologies Inc Radeon Mobility
 M6 LY graphics.

 I have attached the output when run from a terminal using mythfrontend
 --service


-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-04 Thread Paul Broadhead
I've reported my new crash issue using apport as Bug #355242.
The strange thing is that apport has called it a SIGSEGV where as if I run 
inside gdb it is SIGILL.  The stacktack in both cases is the same.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-04 Thread Paul Broadhead
I've reported my new crash issue using apport as Bug #355242.
The strange thing is that apport has called it a SIGSEGV where as if I run 
inside gdb it is SIGILL.  The stacktrace in both cases is the same.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-04 Thread Bon
Ok, I'm with u Paul,

Another update has left me with a seg faulting Myth. It runs randomly, so
getting a trace is well difficult.

WOT is going on?!

Bon


2009/4/4 Paul Broadhead pjbr...@twinmoons.clara.co.uk

 I've reported my new crash issue using apport as Bug #355242.
 The strange thing is that apport has called it a SIGSEGV where as if I run
 inside gdb it is SIGILL.  The stacktrace in both cases is the same.

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in MythTV: Invalid
 Status in X.Org X server: Fix Released
 Status in “mesa” source package in Ubuntu: Confirmed
 Status in “mythtv” source package in Ubuntu: Invalid
 Status in “qt-x11-free” source package in Ubuntu: Invalid
 Status in “xorg-server” source package in Ubuntu: Invalid
 Status in mesa in Ubuntu Jaunty: Confirmed
 Status in mythtv in Ubuntu Jaunty: Invalid
 Status in qt-x11-free in Ubuntu Jaunty: Invalid
 Status in xorg-server in Ubuntu Jaunty: Invalid

 Bug description:
 Binary package hint: mythtv

 Ubuntu jaunty (development branch)
 Release:9.04

 mythtv-frontend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
  *** 0.21.0+fixes19961-0ubuntu4 0
500 http://gb.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

 Expect mythtv to launch and have visible text.  Instead I have blocks of
 colour and no text.

 mythtv front end has been working in Jaunty since I installed it a few
 weeks ago.  At some stage during the last week, an update has broken the
 package for me.  When I launch mythtv, I get a central black box where the
 loading text use to be, I can still see my desktop.  The program hangs there
 and my desktop is unresponsive.  When I hit ESC, the screen changes to a
 full screen grey box with a black central box.  Below the black box is an
 orange bar and two more grey bars.  I can use the arrow keys to move the
 orange bar down one bar and hit return; this causes the program to exit
 normally.  It looks to me like I am just missing the text.

 I have removed (and dpkg --purge) and reinstalled mythtv-frontend but the
 problem persists.  I also deleted my $HOME/.mythtv directory.  However, some
 configure files were left behind in /etc/mythtv; they are just the defaults
 plus the mysql password.

 I have check bugs #93986 and #156983 and I believe they are not related; I
 did install/confirm I had installed the suggest fonts just in case but I
 still have the problem.

 I do not have compiz active and no other application are acting strange; 3d
 games etc are fine.

 This machine is a Thinkpad X31 with ATI Technologies Inc Radeon Mobility
 M6 LY graphics.

 I have attached the output when run from a terminal using mythfrontend
 --service


-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-03 Thread Martin Pitt
Mesa will be updated in Jaunty very soon (probably today), see bug
349127. Can you please test this once it lands?

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-03 Thread Bon
Hi Guys,

Ok, I've run a dist-upgrade today (3/4/09) at 1600CET, and Myth is still
broken. Using the DRI off option makes it work though. Then I added the repo
for the updated MESA and upgraded again. It installed the new package, but
Myth is still broken. Again however, with the DRI switched off under the new
version it works.

Any ideas?! :)

Bon

2009/4/3 Martin Pitt martin.p...@ubuntu.com

 Mesa will be updated in Jaunty very soon (probably today), see bug
 349127. Can you please test this once it lands?

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in MythTV: Invalid
 Status in X.Org X server: Fix Released
 Status in “mesa” source package in Ubuntu: Confirmed
 Status in “mythtv” source package in Ubuntu: Invalid
 Status in “qt-x11-free” source package in Ubuntu: Invalid
 Status in “xorg-server” source package in Ubuntu: Invalid
 Status in mesa in Ubuntu Jaunty: Confirmed
 Status in mythtv in Ubuntu Jaunty: Invalid
 Status in qt-x11-free in Ubuntu Jaunty: Invalid
 Status in xorg-server in Ubuntu Jaunty: Invalid

 Bug description:
 Binary package hint: mythtv

 Ubuntu jaunty (development branch)
 Release:9.04

 mythtv-frontend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
  *** 0.21.0+fixes19961-0ubuntu4 0
500 http://gb.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

 Expect mythtv to launch and have visible text.  Instead I have blocks of
 colour and no text.

 mythtv front end has been working in Jaunty since I installed it a few
 weeks ago.  At some stage during the last week, an update has broken the
 package for me.  When I launch mythtv, I get a central black box where the
 loading text use to be, I can still see my desktop.  The program hangs there
 and my desktop is unresponsive.  When I hit ESC, the screen changes to a
 full screen grey box with a black central box.  Below the black box is an
 orange bar and two more grey bars.  I can use the arrow keys to move the
 orange bar down one bar and hit return; this causes the program to exit
 normally.  It looks to me like I am just missing the text.

 I have removed (and dpkg --purge) and reinstalled mythtv-frontend but the
 problem persists.  I also deleted my $HOME/.mythtv directory.  However, some
 configure files were left behind in /etc/mythtv; they are just the defaults
 plus the mysql password.

 I have check bugs #93986 and #156983 and I believe they are not related; I
 did install/confirm I had installed the suggest fonts just in case but I
 still have the problem.

 I do not have compiz active and no other application are acting strange; 3d
 games etc are fine.

 This machine is a Thinkpad X31 with ATI Technologies Inc Radeon Mobility
 M6 LY graphics.

 I have attached the output when run from a terminal using mythfrontend
 --service


-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-02 Thread Steve Langasek
** Also affects: mesa (Ubuntu Jaunty)
   Importance: Undecided
 Assignee: Mario Limonciello (superm1)
   Status: Confirmed

** Also affects: mythtv (Ubuntu Jaunty)
   Importance: High
   Status: Invalid

** Also affects: qt-x11-free (Ubuntu Jaunty)
   Importance: Undecided
   Status: Invalid

** Also affects: xorg-server (Ubuntu Jaunty)
   Importance: Undecided
   Status: Invalid

** Changed in: mesa (Ubuntu Jaunty)
   Importance: Undecided = High

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-02 Thread Bon
Nice find, the DRI does stop the problem on ATI/AMD cards! I defo think
my next shopping trip will include a find of a LP PCI-X Nvidia, ATI/AMD
r taking the mick now with their lack of support. Sod 'em! Any
recomendations for a Myth compat card for about $50/$70?

I was concerned about editing /etc/X11/xorg.conf as it seems to be
automated now, but changing :

Section Device
Identifier  Configured Video Device
Option  DRI off
EndSection

Seemed to work. I wanted to log this just in case new Ubuntu users wonder what 
to edit should this gitty bug filter out into release.
The DRI line can go into that section and it  sorts it.

Cheers all for your help (again!)

Ian

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-02 Thread Jack Wasey
I have this problem:
05:00.0 VGA compatible controller: ATI Technologies Inc RV380 0x3e50 [Radeon 
X600]

direct rendering is on - not sure how to turn it off in jaunty with the
empty xorg.conf thing.

i've updated to the ppa mesa packages

exactly the same bug, as far as i can tell.

please let me know what i can do to help debug.

n.b. i'm running dual head, compiz OFF.

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-02 Thread Jack Wasey
I have now got mythtv-setup to run partly, but now every time.  However,
the problem is a different/new bug, with a segfault just after touching
the joystick rc file (but this is not the cause).

I can run mythfrontend, and sometimes, after running it, I can run
mythtv-setup.real

I also the setup run immediately after chaning my desktop theme to
human.

However, it segfaults at the end of channel scan.

In short, the mesa update seems to have cracked the original problem.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-04-02 Thread Paul Broadhead
 Until mesa 7.4 gets uploaded to main, you can test it from
https://edge.launchpad.net/~tjaalton/+archive/ppa

Unfortunately, mesa 7.4 from that ppa does not fix the problem for me.  DRI off 
does however.
This machine is a Thinkpad X31 with ATI Technologies Inc Radeon Mobility M6 
LY graphics.

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-31 Thread Paul Broadhead
It's broken again for me too.  All the installed mesa packages are at version 
7.3-1ubuntu4:
ii  libgl1-mesa-dev   7.3-1ubuntu4
ii  libgl1-mesa-dri   7.3-1ubuntu4
ii  libgl1-mesa-glx   7.3-1ubuntu4
ii  libglu1-mesa  7.3-1ubuntu4
ii  libglu1-mesa-dev  7.3-1ubuntu4
ii  mesa-common-dev   7.3-1ubuntu4
ii  mesa-utils7.3-1ubuntu4

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-31 Thread Mario Limonciello
See now this is odd, because I can't reproduce it anymore with the vesa
driver and a fully updated system.  Is this issue specific to your radeon
drivers perhaps?  If you disable dri or switch to vesa, does it persist?

On Tue, Mar 31, 2009 at 15:29, Paul Broadhead pjbr...@twinmoons.clara.co.uk
 wrote:

 It's broken again for me too.  All the installed mesa packages are at
 version 7.3-1ubuntu4:
 ii  libgl1-mesa-dev   7.3-1ubuntu4
 ii  libgl1-mesa-dri   7.3-1ubuntu4
 ii  libgl1-mesa-glx   7.3-1ubuntu4
 ii  libglu1-mesa  7.3-1ubuntu4
 ii  libglu1-mesa-dev  7.3-1ubuntu4
 ii  mesa-common-dev   7.3-1ubuntu4
 ii  mesa-utils7.3-1ubuntu4



-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-31 Thread Paul Broadhead
 If you disable dri or switch to vesa, does it persist?

Yes it does.  I disabled dri by adding  Option DRI off to my
xorg.conf file.  mythtv fonts are back!  I'm slightly confused though as
glxinfo shows direct rendering: Yes.  May be I'm confusing what the
dri option actually is.

The other thing to note is that adding this option has also fix another
problem I was considering reporting; that scrolling in gnome-terminals
and firefox (at least) is very slow.  With dri off, both are restored to
normal scrolling rates.

The weird thin is, when I installed the fix form your PPA Mario, mythtv
fonts worked fine.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-31 Thread Paul Broadhead
 Yes it does

Doh! What I meant to say was disabling DRI fixed the problem, restoring
mythtv fonts.

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-31 Thread Mario Limonciello
OK, so it appears that's a separate issue then.  I fixed the software
rastersizer, but the one that your graphics card is using is still broke.
Could you by chance try with mesa 7.4?  I'm not sure if it's available on a
PPA anywhere yet.  This will unfortunately make it exponentially more
difficult for me to help debug since I don't have any radeon hardware to
debug with unfortunately.

On Tue, Mar 31, 2009 at 17:48, Paul Broadhead pjbr...@twinmoons.clara.co.uk
 wrote:

 Doh! What I meant to say was disabling DRI fixed the problem, restoring
 mythtv fonts.



-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-31 Thread Tormod Volden
Until mesa 7.4 gets uploaded to main, you can test it from
https://edge.launchpad.net/~tjaalton/+archive/ppa

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-31 Thread Mario Limonciello
** Changed in: mesa (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-30 Thread Bon
Running a Dist-Upgrade on Monday March 30th appears to have broken Myth
again?

Has anyone else experienced a return of this exact same bug?

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-30 Thread Mario Limonciello
Hi Bon:

It shouldn't be coming back.  Mesa hasn't changed at all:
https://edge.launchpad.net/ubuntu/+source/mesa

Are you sure you are on the latest mesa version
(7.3-1ubuntu4https://edge.launchpad.net/ubuntu/jaunty/+source/mesa/7.3-1ubuntu4)
?

On Mon, Mar 30, 2009 at 14:40, Bon ian.bon...@gmail.com wrote:

 Running a Dist-Upgrade on Monday March 30th appears to have broken Myth
 again?

 Has anyone else experienced a return of this exact same bug?

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a member of MythTV
 Ubuntu Maintainers, which is subscribed to mythtv in ubuntu.



-- 
Mario Limonciello
supe...@gmail.com
Sent from: Austin Texas United States.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-30 Thread Bon
Hi Mario,

I ran a Dist-Upgrade and it's definatly back. Exactly te same symptoms as 
before. 
A quick package check shows :
Package: libgl1-mesa-dri
Versions: 
7.3-1ubuntu4 
(/var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_jaunty_main_binary-i386_Packages)
 (/var/lib/dpkg/status)
 Description Language: 
 File: 
/var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_jaunty_main_binary-i386_Packages
  MD5: c57fa7bdb7a511aec664b0d722beba22


Reverse Depends: 
  xserver-xorg-core,libgl1-mesa-dri 7.1~rc1
  xserver-xephyr,libgl1-mesa-dri 7.1~rc1
  xnest,libgl1-mesa-dri 7.1~rc1
  mythbuntu-desktop,libgl1-mesa-dri
  xubuntu-desktop,libgl1-mesa-dri
  xserver-xephyr,libgl1-mesa-dri 7.1~rc1
  ubuntustudio-desktop,libgl1-mesa-dri
  ubuntu-netbook-remix,libgl1-mesa-dri
  driconf,libgl1-mesa-dri
  driconf,libgl1-mesa-dri
  xserver-xorg-core,libgl1-mesa-dri 7.1~rc1
  xserver-xorg,libgl1-mesa-dri
  xnest,libgl1-mesa-dri 7.1~rc1
  ubuntu-desktop,libgl1-mesa-dri
  ltsp-client,libgl1-mesa-dri
  libgl1-mesa-glx,libgl1-mesa-dri 6.4.0
  libgl1-mesa-glx,libgl1-mesa-dri 6.4.0
  libgl1-mesa-dri-dbg,libgl1-mesa-dri 7.3-1ubuntu4
  kubuntu-desktop,libgl1-mesa-dri
Dependencies: 
7.3-1ubuntu4 - libc6 (2 2.4) libdrm-intel1 (2 2.4.1) libdrm2 (2 2.3.1) 
libexpat1 (2 1.95.8) libgl1-mesa-glx (5 7.3-1ubuntu4) dpkg (2 1.14.12ubuntu3) 
libglide3 (0 (null)) xlibmesa-dri (3 1:7.0.0) xlibmesa-dri (3 1:7.0.0) 
Provides: 
7.3-1ubuntu4 - 

Is that the correct package/version?
Everything is up to date according to the Upgrade, so not sure whats caused it 
to re-appear.

Ian

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-29 Thread Tormod Volden
For the record, this fix is included in upstream mesa 7.4.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-27 Thread Mario Limonciello
** Also affects: mesa (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qt-x11-free (Ubuntu)
   Status: New = Invalid

** Changed in: xorg-server (Ubuntu)
   Status: New = Invalid

** Changed in: mythtv (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: mesa (Ubuntu)
   Status: New = In Progress

** Changed in: mesa (Ubuntu)
 Assignee: (unassigned) = Mario Limonciello (superm1)

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-27 Thread Mario Limonciello
** Changed in: mesa (Ubuntu)
   Status: In Progress = Fix Committed

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mesa - 7.3-1ubuntu4

---
mesa (7.3-1ubuntu4) jaunty; urgency=low

  * Backport 104_swrast_fbconfigs.patch from mesa git.
- Properly assigns an fbconfig for the root visual.  This fixes
  issues with MythTV not being able to show fonts when using a software
  rasterizer. (LP: #341898)

 -- Mario Limonciello supe...@ubuntu.com   Fri, 27 Mar 2009 02:50:13
-0500

** Changed in: mesa (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-27 Thread Bug Watch Updater
** Changed in: mythtv
   Status: New = Invalid

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-27 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed = Fix Released

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-26 Thread Tormod Volden
 Documented this in the beta errata

The bug number was wrong, I corrected it now.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-26 Thread Mario Limonciello
So from what I can gather this is the visual that is getting selected when
failing at least with vesa (with the patches applied):
0x3b 32 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None

When successful with vesa (without the patches applied)
0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None

is the visual selected.  That first hexadecimal number is the VisualID which
is represented internally as a long integer.

It appears that this value is set internally in QT by querying the
environment, but it's not much clearer beyond that.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-25 Thread Bon
Hi Mario,

Delighted to report that MYth is back to working after adding your
packages here too. Superb work man, thank you very much, it's HUGELY
appreciated!

Have beer, and lots of it! :)

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-25 Thread Steve Langasek
Documented this in the beta errata at
https://wiki.ubuntu.com/JauntyJackalope/TechnicalOverview:

  The mythtv frontend in mythbuntu fails to render fonts correctly when
using video drivers other than the Intel or closed-source nvidia
drivers. This issue is expected to be resolved for the final 9.04
release. 314898

Mario, does this look accurate to you?

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-25 Thread Bon
You know when u try to help?
LOL!

Has this bug not been documented enough?

Please, inform me


2009/3/26 Steve Langasek steve.langa...@canonical.com

 Documented this in the beta errata at
 https://wiki.ubuntu.com/JauntyJackalope/TechnicalOverview:

  The mythtv frontend in mythbuntu fails to render fonts correctly when
 using video drivers other than the Intel or closed-source nvidia
 drivers. This issue is expected to be resolved for the final 9.04
 release. 314898

 Mario, does this look accurate to you?

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in MythTV: New
 Status in X.Org X server: Confirmed
 Status in “mythtv” source package in Ubuntu: Confirmed
 Status in “qt-x11-free” source package in Ubuntu: New
 Status in “xorg-server” source package in Ubuntu: New

 Bug description:
 Binary package hint: mythtv

 Ubuntu jaunty (development branch)
 Release:9.04

 mythtv-frontend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
  *** 0.21.0+fixes19961-0ubuntu4 0
500 http://gb.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

 Expect mythtv to launch and have visible text.  Instead I have blocks of
 colour and no text.

 mythtv front end has been working in Jaunty since I installed it a few
 weeks ago.  At some stage during the last week, an update has broken the
 package for me.  When I launch mythtv, I get a central black box where the
 loading text use to be, I can still see my desktop.  The program hangs there
 and my desktop is unresponsive.  When I hit ESC, the screen changes to a
 full screen grey box with a black central box.  Below the black box is an
 orange bar and two more grey bars.  I can use the arrow keys to move the
 orange bar down one bar and hit return; this causes the program to exit
 normally.  It looks to me like I am just missing the text.

 I have removed (and dpkg --purge) and reinstalled mythtv-frontend but the
 problem persists.  I also deleted my $HOME/.mythtv directory.  However, some
 configure files were left behind in /etc/mythtv; they are just the defaults
 plus the mysql password.

 I have check bugs #93986 and #156983 and I believe they are not related; I
 did install/confirm I had installed the suggest fonts just in case but I
 still have the problem.

 I do not have compiz active and no other application are acting strange; 3d
 games etc are fine.

 This machine is a Thinkpad X31 with ATI Technologies Inc Radeon Mobility
 M6 LY graphics.

 I have attached the output when run from a terminal using mythfrontend
 --service


-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-25 Thread Mario Limonciello
Steve:

Hopefully a better solution will exist before then, but if not, yeah it
appears to be accurate.

On Wed, Mar 25, 2009 at 23:22, Steve Langasek
steve.langa...@canonical.comwrote:

 Documented this in the beta errata at
 https://wiki.ubuntu.com/JauntyJackalope/TechnicalOverview:

  The mythtv frontend in mythbuntu fails to render fonts correctly when
 using video drivers other than the Intel or closed-source nvidia
 drivers. This issue is expected to be resolved for the final 9.04
 release. 314898

 Mario, does this look accurate to you?

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a member of MythTV
 Ubuntu Maintainers, which is subscribed to mythtv in ubuntu.



-- 
Mario Limonciello
supe...@gmail.com

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Bon
Well if thats an approved 'Bug Fix' does that mean we're stuck with it?

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Mario Limonciello
I'm not sure.  I've not been able to revert just that patch to make things
work as of yet.  I think we need to better understand why it's causing
problems to come up with a sane solution.

On Tue, Mar 24, 2009 at 05:23, Bon ian.bon...@gmail.com wrote:

 Well if thats an approved 'Bug Fix' does that mean we're stuck with it?

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a member of MythTV
 Ubuntu Maintainers, which is subscribed to mythtv in ubuntu.



-- 
Mario Limonciello
supe...@gmail.com
Sent from: Austin Texas United States.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Bon
Sadly I can't really help out much with this, as I'm not au fait with
the Myth or Xorg code. Asterisk is more my area!

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Mario Limonciello
OK, so here's a patch reverting the series of 3 commits that caused the
set of problems.  I'm not sure that it's the proper solution to revert
these 3 commits though, so I'll defer that to the X maintainer in
Ubuntu.  If it's not the proper solution, we'll have to work something
else out.

I still don't have a root understanding of why these commits are causing
the failures however.  Perhaps their behavior is correct and we should
really be looking for a fix in MythTV or QT.

** Attachment added: xorg-server.debdiff
   http://launchpadlibrarian.net/24309034/xorg-server.debdiff

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Bon
Are there any other QT based apps having issues on Xorg that you are
aware of? I've had a look and can't see any, which makes me think it
might be in Myth. If Myth was coded 'around' a known issue, now that
known issue's been corrected it would suggest that the Myth-Hack is at
fault?

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Mario Limonciello
I'm not sure if there are any other QT based apps having similar issues.
I seem to doubt it's the fact that myth was coded a particular way to
avoid an issue as it explicitly is happening at normal QT show calls.
It's probably that myth's usage of the QT widgets is a bit different
than other applications and uncovering a problem in that fashion.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Mario Limonciello
Here's ta test build with those 3 commits reverted on my PPA:
https://launchpad.net/~superm1/+archive/ppa

** Bug watch added: mythtv.org bug tracker #6384
   http://svn.mythtv.org/trac/ticket/6384

** Also affects: mythtv via
   http://svn.mythtv.org/trac/ticket/6384
   Importance: Unknown
   Status: Unknown

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Bug Watch Updater
** Changed in: mythtv
   Status: Unknown = New

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Bon
I'll add that and try the build as soon as I can (maybe tomorrow now) and let 
you know if that resolves anything.
I did try just changing themes around, because I've found some old reports with 
Google that failing to render could be resolved using a different theme, but no 
joy there.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Paul Broadhead
 Here's ta test build with those 3 commits reverted on my 
 PPA: https://launchpad.net/~superm1/+archive/ppa

I've installed the packages from your PPA and restarted my xserver.  It works!
Mythtv has it fonts and TV picture back again.  Well done Mario, good detective 
work indeed.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Bryce Harrington
Mario, if you rule it out as a mythtv-specific thing, can you raise this
issue to the X.org upstream?

https://bugs.freedesktop.org/enter_bug.cgi?product=xorgcomponent=Server%2Fgeneral

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Mario Limonciello
** Bug watch added: freedesktop.org Bugzilla #20843
   https://bugs.freedesktop.org/show_bug.cgi?id=20843

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=20843
   Importance: Unknown
   Status: Unknown

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-24 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown = Confirmed

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Mario Limonciello
OK, so some basic sleuthing led me a few data points that will be useful
in helping to debug this.

I took a use case of running mythtv-setup on a fglrx/jaunty install no
problem.  I then spun up a6 in virtualbox( using vesa ), and tried to
run that same functional mythtv-setup X forwarded on the virtualbox X
instance.  Problem occurs.  So here's what you can take from that:

1) This *does NOT* happen on fglrx or nvidia closed source modules.
2) This *does* happen on on vesa

We've at least got a use case for reproducing.  Live disks do it
reliably when using vesa.

I went a little further and started spewing printf's all over mythtv
code to figure out when the first BadMatch shows up.  Around line ~612
of mythmainwindow.cpp, there is a show() call.  As soon as this call is
executed the first BadMatch comes up.  It's not clear if the other X
errors are caused by show() calls as well.  show() is inherited from the
parent class of MythMainWindow, QWidget.  That means that this bug
actually lies somewhere in QT and it's interface to X.  This wouldn't be
too much of a surprise considering it hasn't changed at all since
Intrepid, and there quite possibly has been X changes in Jaunty.

** Also affects: qt-x11-free (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Bon
Hi All,

Sorry, been away for the weekend. I patched in fglrx and forced them to
load for my X300. The word 'Disaster' maybe does not do it justice!!
When the load screen came up (the boot screen with the progress bar),
that was mangled, and the PC locked up when it tried to start GDE.

Looking at http://www.ubuntu.com/testing/jaunty/alpha6#Known%20issues

the fglrx is still listed as dodgy, so how has anyone got this working?!
Is there some patch I am missing?

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Paul Broadhead
I just tried an experiment that might be useful.

My X31 laptop running Jaunty does not display the mythfrontend fonts.
However, if I ssh -X onto the laptop from my desktop (which is running
Intrepid and using the restricted nvidia driver) and run mythfrontend,
the fonts display fine on my desktop.

Say with me

Now if I ssh -X from my Jaunty laptop onto my Intrepid desktop and run
mythfrontend.   I get the same no-front display problem as I do with the
local version.

I believe this tells us what we already suspected.  The problem is with
the graphic drivers not mythtv.; as the Intrepid version does not work
when displayed on the Jaunty machine.

I hope that makes some sense.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Tormod Volden
Can this be the same issue as in bug 334657?

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Mario Limonciello
Probably not since this happens in xfce too and is using QT3 not QT4.
I'll check for a similar setting in XFCE for such sub pixel
enhancements.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Paul Broadhead
With this problem, you get no fonts displayed at all.  The work about
the bug 334657 was to use Best Shape font rendering rather than
Subpixel  I've just tried that and it make no difference.  Thanks
for the suggestion though.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Mario Limonciello
Na, this still happens in gdm's failsafe terminal mode, so i'd say it's not
the same issue.

On Mon, Mar 23, 2009 at 18:34, Tormod Volden
bugpost.tor...@gmail.comwrote:

 Can this be the same issue as in bug 334657?

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a member of MythTV
 Ubuntu Maintainers, which is subscribed to mythtv in ubuntu.



-- 
Mario Limonciello
supe...@gmail.com

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Mario Limonciello
I've further narrowed down when the problem was introduced by using
historical builds and upgrading small subsets of packages.

The package that caused it to break was xserver-xorg-core.

The last functional version was 1:1.5.99.902-0ubuntu7.  It first broke at
2:1.6.0-0ubuntu1.

On Mon, Mar 23, 2009 at 18:51, Paul Broadhead pjbr...@twinmoons.clara.co.uk
 wrote:

 With this problem, you get no fonts displayed at all.  The work about
 the bug 334657 was to use Best Shape font rendering rather than
 Subpixel  I've just tried that and it make no difference.  Thanks
 for the suggestion though.

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a member of MythTV
 Ubuntu Maintainers, which is subscribed to mythtv in ubuntu.



-- 
Mario Limonciello
supe...@gmail.com

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-23 Thread Mario Limonciello
Using git bisect on the xserver-xorg ubuntu git branch, i've identified
the commit causing the failures:

commit 8b967b24690cb072fc37c463eceb2b886cef80c4
Author: Eric Anholt e...@anholt.net
Date:   Mon Feb 2 10:13:46 2009 -0800

glx: Don't match fbconfigs to visuals with mismatched channel masks.

This fixes at least one known bug, where the depth 32 visual would end up
with a depth 24 fbconfig attached, angering compiz.
(cherry picked from commit 5100d829a4d71ce4a9fbc2b81694a1fb90066ccf)

Signed-off-by: Keith Packard kei...@keithp.com


** Also affects: xorg (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xorg-server (Ubuntu)
Sourcepackagename: xorg = xorg-server

-- 
Mythtv frontend does not display any fonts
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.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-22 Thread Mario Limonciello
** Changed in: mythtv (Ubuntu)
   Importance: Undecided = High

** Changed in: mythtv (Ubuntu)
   Status: New = Confirmed

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Ollie
I have Ubuntu 9.04 Alpha 6 and get a black rectangular box when I try to run 
MythTV. After reading through the code after trying to run the backend setup of 
mythtv, it seems to me like this could be due to the theme directory not having 
a correct link. 
The error codes told me it could not find any themes in  
/home/htpc/.mythtv/themes/Mythbuntu-8.04
First, I have ubuntu 9.04. Second, there is no such directory. 
 I did clean installs and no new themes. I am also running ATI Radeon 9000 card 
which seems to run fine. 
Could this be the same issue with you guys? And either way, how would one go 
about changing that theme directory and whatnot?

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Bon
Hi Ollie,

Good call, I've not seen that report as the X Errors fill my shell
buffer so badly I can't scroll back.

Themes are in /usr/share/mythtv/themes, so going on your report I did an
ln -s /usr/share/mythtv/themes ./ into my .mythtv directory in my
home.

Sadly this did not resolve the problem.

Again I have run a dist-upgrade (0900CET, 20th March 2009), and the
issue remains. Considering this bug seems to affect both ATI and Nvidia
cards, it must be something between X and Myth I think.

I am deeply disappointed no-one has bothered to register this as a
serious bug so far, as the knock-on will have impact on Mythbuntu and
anyone using Myth on Jaunty.

I will keep trying to find a solution, but will be away for the weekend
so time will be limited there.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Ollie
Thanks for looking into that, Bon.
I would like to add more info from my experience for anyone else that might be 
going through the same issues.
I managed to capture a screenshot of the exact error I am getting. Once again, 
this is after I try going into the backend setup 
(System...Administration...MythTV Backend Setup).
And still, once again, I am running a fresh install of Ubuntu 9.04 Alpha 6 with 
MythTV 0.21.0+fixes...

Screenshot attached...

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/2414/Screenshot.png

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Bon
Hi Ollie,

That is exactly the same as I am getting. You'll find that same thing
happens if you run Frontend or Setup. Are you running the Radeon
drivers, or the ATI fglrx binary drivers?

What packages do you have installed? apt-cache policy with package names will 
tell you what is on there. Thats' what gives me the output : 
xserver-xorg-video-all:
  Installed: 1:7.4~5ubuntu16
  Candidate: 1:7.4~5ubuntu16
  Version table:
 *** 1:7.4~5ubuntu16 0
500 http://es.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

for example.

I might try downloading a clean Myth source soon and try compiling it
myself. If that works it will be clear that something in the repos is
screwed.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Ollie
I am running the open source radeon driver. I have tried fglrx before with 
negative results.
My current drivers seem to be working as they did when I was running ubuntu 7.1 
with a working mythtv...

h...@htpc:~$ glxinfo | grep vendor
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: Tungsten Graphics, Inc.
h...@htpc:~$ glxinfo | grep direct rendering
direct rendering: Yes


And my Packages:

xserver-xorg-video-all:
  Installed: 1:7.4~5ubuntu15
  Candidate: 1:7.4~5ubuntu16
  Version table:
 1:7.4~5ubuntu16 0
500 http://us.archive.ubuntu.com jaunty/main Packages
 *** 1:7.4~5ubuntu15 0
100 /var/lib/dpkg/status


Regardless of if my video card is the problem or not (I don't think it is), 
it's about time for me to get a new one... thinking NVidia this time! I might 
just do that today. I will try to keep you posted.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Mario Limonciello
The problem doesn't occur with the closed NV drivers.  Can someone affected
confirm in testing closed drivers if it persists there?

On Fri, Mar 20, 2009 at 10:20, Ollie owed...@hotmail.com wrote:

 I am running the open source radeon driver. I have tried fglrx before with
 negative results.
 My current drivers seem to be working as they did when I was running ubuntu
 7.1 with a working mythtv...

 h...@htpc:~$ glxinfo | grep vendor
 server glx vendor string: SGI
 client glx vendor string: SGI
 OpenGL vendor string: Tungsten Graphics, Inc.
 h...@htpc:~$ glxinfo | grep direct rendering
 direct rendering: Yes


 And my Packages:

 xserver-xorg-video-all:
  Installed: 1:7.4~5ubuntu15
   Candidate: 1:7.4~5ubuntu16
  Version table:
 1:7.4~5ubuntu16 0
 500 http://us.archive.ubuntu.com jaunty/main Packages
  *** 1:7.4~5ubuntu15 0
 100 /var/lib/dpkg/status


 Regardless of if my video card is the problem or not (I don't think it is),
 it's about time for me to get a new one... thinking NVidia this time! I
 might just do that today. I will try to keep you posted.

 --
 Mythtv frontend does not display any fonts
 https://bugs.launchpad.net/bugs/341898
 You received this bug notification because you are a member of MythTV
 Ubuntu Maintainers, which is subscribed to mythtv in ubuntu.



-- 
Mario Limonciello
supe...@gmail.com
Sent from: Austin Texas United States.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Paul Broadhead
Just tested using the Jaunty alpha 6 live CD on a Dell 6400 (Intel 945GM
graphics).  Worked perfectly.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Paul Broadhead
Using the Jaunty alpha 6 live CD on my nvidia equipped desktop.  As
before, with the default free drivers, I have the no-font problem.  I
have attached the output from the mythfontend --service command this
time.  I get the same sort of X errors as Bon.

I then installed the non-free driver (the recommended 180 version) and
restarted gdm from a console.   mythfontend --service now worked
perfectly.

** Attachment added: mythtvfrontend.log.free.nvidia
   http://launchpadlibrarian.net/24163679/mythtvfrontend.log.free.nvidia

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Bon
Hi All,

I really appreciate you guys sticking some time into this bug, thanks!

My MediaBox is ATI driven, and as far as I still know, the fglrx
binaries are not fun with Jaunty. Certainly when I launched the
restricted hardware console, my ATI card was ignored.

I've forced an install of fglrx now from shell/apt. I'm currently
backing stuff up, but when thats done I'll try to bring the machine back
up using the ATI binaries and then try Myth.

Paul, did your laptop work using the fglrx drivers with Myth?

My feeling is that everything BUT ati is working now. Next time, I buy
Nvidia!! :)

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Paul Broadhead
 Paul, did your laptop work using the fglrx drivers with Myth?

I have no tried anything other than the default free driver on my laptop
X31.  I was not aware that there were any other options.

 My feeling is that everything BUT ati is working now. Next time, I buy
Nvidia!! :)

Not quite.  The Nvidia non-free driver works but the free Nvidia driver
does not.  Also, running inside  virtual-box did not work for me.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-20 Thread Bon
There are a few drivers for ATI kit.

The open drivers are the radeon drivers, then the ATI closed binaries
are fglrx. There are fglrx in the repos, but you can also download the
latest drivers from the AMD site.

I've not tried that yet, and probs will not until Monday. I'm running a
BIG backup, then will be away sat/sun. Monday tho, I will be hacking
this git like a pro!! I want to watch TV again!!

:)

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-19 Thread Bon
Ok, thats blown my theory that it is the ATI Radeon drivers right out of
the water!

If you launch mythfrontend.real from a shell window, do you see the same
X Errors I was reporting?

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-19 Thread Bon
Run another dist-upgrade at 0900CET Thursday 19th March 2009 and the problem 
still exists, even with radeon driver update. It is still the 'X Error' as 
reported earlier. 
Package details after latest upgrade :

mythtv-common:
  Installed: 0.21.0+fixes19961-0ubuntu7
  Candidate: 0.21.0+fixes19961-0ubuntu7
  Version table:
 *** 0.21.0+fixes19961-0ubuntu7 0
500 http://es.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

mythtv-frontend:
  Installed: 0.21.0+fixes19961-0ubuntu7
  Candidate: 0.21.0+fixes19961-0ubuntu7
  Version table:
 *** 0.21.0+fixes19961-0ubuntu7 0
500 http://es.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

mythtv-backend:
  Installed: 0.21.0+fixes19961-0ubuntu7
  Candidate: 0.21.0+fixes19961-0ubuntu7
  Version table:
 *** 0.21.0+fixes19961-0ubuntu7 0
500 http://es.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status 

xserver-xorg-video-radeon:
  Installed: 1:6.12.1-0ubuntu1
  Candidate: 1:6.12.1-0ubuntu1
  Version table:
 *** 1:6.12.1-0ubuntu1 0
500 http://es.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

xserver-xorg-video-all:
  Installed: 1:7.4~5ubuntu16
  Candidate: 1:7.4~5ubuntu16
  Version table:
 *** 1:7.4~5ubuntu16 0
500 http://es.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-19 Thread Paul Broadhead
 If you launch mythfrontend.real from a shell window, do you see the
same X Errors I was reporting?

No the command output looks good.  I have applied all the updates to my
X31 laptop too and it is still broken.  Although I can't see any fonts,
if I guess where I'm going I can select watch tv.  While the screen is
blank with no picture, I can hear the sound just fine.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-18 Thread Bon
I have also tried launching frontend with the --reset flag, and that
also has no effect.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-18 Thread Bon
I missed this bug report initially so filed the same under
https://bugs.launchpad.net/bugs/341898

I had Alpha 5 working perfectly, and an upgrade has broken something
which gives me exactly the same problems. As noted in my bug filing, I'm
on an ATI X300 graphics card, using xserver-xorg-video-radeon drivers
(not the ATI binaries, which I believe have issues under Jaunty anyway).
I am running the Painter as QT, forced manually from the shell (but was
already set as QT in settings before the upgrade breakage).

Running mythfrontend.real from a shell shows this output (many times) : 
X Error: BadMatch (invalid parameter attributes) 8
  Major opcode: 62
  Minor opcode: 0
  Resource id: 0x3800030
X Error: RenderBadPicture (invalid Picture parameter) 160
  Major opcode: 149
  Minor opcode: 5
  Resource id: 0x3800031

I ran another upgrade this morning at 0930CET, and the bug is still there. The 
packages installed currently are : 
Linux MediaCentre 2.6.28-10-generic #32-Ubuntu SMP Mon Mar 16 02:49:09 UTC 2009 
i686 GNU/Linux

Description: Ubuntu jaunty (development branch)
Release: 9.04

mythtv-common:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
 *** 0.21.0+fixes19961-0ubuntu4 0
500 http://es.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

mythtv-frontend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
 *** 0.21.0+fixes19961-0ubuntu4 0
500 http://es.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

mythtv-backend:
  Installed: 0.21.0+fixes19961-0ubuntu4
  Candidate: 0.21.0+fixes19961-0ubuntu4
  Version table:
 *** 0.21.0+fixes19961-0ubuntu4 0
500 http://es.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

xserver-xorg-video-radeon:
  Installed: 1:6.12.0-0ubuntu2
  Candidate: 1:6.12.0-0ubuntu2
  Version table:
 *** 1:6.12.0-0ubuntu2 0
500 http://es.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-18 Thread Bon
Based on feedback from Mario Limonciello on my duplicate bug report, it
seems the ATI drivers are at fault. I was under the impression (based on
the Jaunty release notes) that it was just the ATI Binary fglrx drivers
that were at fault, but it seems the open source radeon driver might be
hosed as well.

Does your desktop run an ATI card of some sort Paul? I know you
mentioned it has no common hardware with the laptop, but if it's ATI
graphics in both, that use the same driver family i.e. Radeon, that
might help narrow down where we're finding the bug.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-18 Thread Paul Broadhead
 Does your desktop run an ATI card of some sort Paul?

No, it has NVIDIA GeForce 7600 GS.  As I was runing that machine from
the live CD I was using the default driver not the restricted one.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-15 Thread Paul Broadhead
I tested Mythtv frontend on my desktop system running a Jaunty Alpha 6
live CD and have the same problem, no fonts are displayed.  This machine
has an no common hardware with by laptop.

Steps to reproduce:
1) Boot from the live CD.
2) Enable Extra software sources.
3) Install sux and mythtv-frontend packages
4) dpkg-reconfigure mythtv-common (as it fails to install properly - will raise 
a new bug report). 
5) Run mythtvfrontend --service and accept to be added as a new mythtv user 
(don't logout though)
6) Start a new shell using sux - ubuntu so the group changes take effect.
7) Run mythtvfrontend --service

Expected behaviour, get the configuration options.  Full screen, text on blue 
background.
Actual behaviour, full screen blocks of colour but no text.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-12 Thread Paul Broadhead

** Attachment added: mythtvlog
   http://launchpadlibrarian.net/23786803/mythtvlog

** Description changed:

  Binary package hint: mythtv
  
  Ubuntu jaunty (development branch)
  Release:  9.04
  
  mythtv-frontend:
Installed: 0.21.0+fixes19961-0ubuntu4
Candidate: 0.21.0+fixes19961-0ubuntu4
Version table:
   *** 0.21.0+fixes19961-0ubuntu4 0
  500 http://gb.archive.ubuntu.com jaunty/multiverse Packages
  100 /var/lib/dpkg/status
  
  Expect mythtv to launch and have visible text.  Instead I have blocks of
  colour and no text.
  
  mythtv front end has been working in Jaunty since I installed it a few
  weeks ago.  At some stage during the last week, an update has broken the
  package for me.  When I launch mythtv, I get a central black box where
  the loading text use to be, I can still see my desktop.  The program
  hangs there and my desktop is unresponsive.  When I hit ESC, the screen
  changes to a full screen grey box with a black central box.  Below the
  black box is an orange bar and two more grey bars.  I can use the arrow
  keys to move the orange bar down one bar and hit return; this causes the
  program to exit normally.  It looks to me like I am just missing the
  text.
  
  I have removed (and dpkg --purge) and reinstalled mythtv-frontend but
  the problem persists.  I also deleted my $HOME/.mythtv directory.
  However, some configure files were left behind in /etc/mythtv; they are
  just the defaults plus the mysql password.
  
  I have check bugs #93986 and #156983 and I believe they are not related;
  I did install/confirm I had installed the suggest fonts just in case but
  I still have the problem.
  
  I do not have compiz active and no other application are acting strange;
  3d games etc are fine.
  
  This machine is a Thinkpad X31 with ATI Technologies Inc Radeon
  Mobility M6 LY graphics.
  
- I have attached the output when run from a terminal using
+ I have attached the output when run from a terminal using mythfrontend
+ --service

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 341898] Re: Mythtv frontend does not display any fonts

2009-03-12 Thread Paul Broadhead
I've just tried the live CD version of Jaunty alpha-6 on the same
machine and I have a similar problem with what I presume is the set-up
screen - no fonts just the background colours.  I also tried the Jaunty
alpha-6 image in a virtual-box virtual machine on my desktop (completely
different hardware) and the same happens there too.  Tomorrow I'll
reboot my desktop from live CD and see how that goes.

-- 
Mythtv frontend does not display any fonts
https://bugs.launchpad.net/bugs/341898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs