View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 7 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Oct 08, 2009 7:44 pm 
Offline
Joined: Tue Sep 12, 2006 8:56 am
Posts: 6
Location: Utah
I had not used my Linhes box for a few months. I fired it up last night and the bootup works fine until the LINHES boot screen loads to 100%. Normally, mythwelcome or mythfrontend would then startup, but now it just sits on the Linhes loading splash screen.

Not sure what to do on this one...

Mythbackend and mythweb are responsive. SSH access is available. TTY session on the local PC are available for command line interaction.

It's as though the xserver/X11 is not starting, but I'm not sure where to look.

For the time being, I can just access my new recordings from other PC, but I'd like to get the boot to complete...

Where should I be looking for causes?

Xorg.0.log shows the following (I have the PC connected via DVI to HDMI input on my Hitachi HDTV. I let xorg manage the detection and negotiation of output.

Last modified date on log:
2009-10-07 23:18 /var/log/Xorg.0.log

Code:
mythtv@mythtv ~]$ cat /var/log/Xorg.0.log

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-ARCH i686
Current Operating System: Linux mythtv 2.6.28-LinHES #1 SMP PREEMPT Sat Feb 14 12:09:54 UTC 2009 i686
Build Date: 12 January 2009  10:25:53PM

        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct  7 23:18:23 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 57 of section Monitor in file /etc/X11/xorg.conf
        "74.086" is not a valid keyword in this section.


The LinHES boot splash is displayed just fine, so I don't think this is an issue...

xorg.conf snippet:
Code:
 # Hsync edid used
 # Vertrefresh edid used
    Option         "DPMS" "false"
 # Display size edid used
#INSERT MODELINE
ModeLine "ATSC-720p60Hz" 74.160 1280 1352 1392 1648 720 725 730 750

ModeLine "My480p" 28.6 720 744 768 900 480 484 492 525

ModeLine "My540p" 37.26 960 976 1008 1104 540 542 548 563 +hsync +vsync

ModeLine "My720p"  73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync  74.086 MHz 44.955 kHz 5$

ModeLine "My720p2" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync  74.086 MHz 44.955 kHz 5$

ModeLine "My1080i" 79.84 1920 2040 2200 2368 1080 1090 1106 1125 +vsync -hsync interlace

ModeLine "My1080i2" 74.52 1920 1952 2016 2208 1080 1084 1096 1126 -hsync -vsync interlace

_________________
Knoppmyth R5C7:
CPU: Athlon t-bird 1.4
MOBO: ECS ?
RAM: 512 MB DDR
VIDEO: PNY Geforce 5500 128MB
TUNERS: ATI HDTV Wonder & PVR 150
**Digital plays great with XvMC**


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 08, 2009 7:51 pm 
Offline
Joined: Wed Jul 25, 2007 7:56 pm
Posts: 103
Location: Arlington, VA, USA
Just because bootsplash is displaying does not mean your X configuration is working.

Code:
Parse error on line 57 of section Monitor in file /etc/X11/xorg.conf
        "74.086" is not a valid keyword in this section.


That bit looks to be the problem... a parse error might prevent it from reading the rest of the file, thus prevent the X server from starting. Is that your entire xorg log?

I don't really know anything about the modelines you have there, but that'd be my suspicion.

_________________
MBE/FE: R6, P4 2.8 GHz/2 GB/2 TB, GeForce 6200 512 MB, PVR-150, Cisco RNG-100 cable box
FE: R6, P4 2.0 GHz/1 GB, GeForce4 MX 420 64 MB, diskless netboot


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 08, 2009 8:02 pm 
Offline
Joined: Tue Sep 12, 2006 8:56 am
Posts: 6
Location: Utah
langelgjm wrote:
Just because bootsplash is displaying does not mean your X configuration is working.

Code:
Parse error on line 57 of section Monitor in file /etc/X11/xorg.conf
        "74.086" is not a valid keyword in this section.


That bit looks to be the problem... a parse error might prevent it from reading the rest of the file, thus prevent the X server from starting. Is that your entire xorg log?

I don't really know anything about the modelines you have there, but that'd be my suspicion.



Thanks for the quick feedback. I happened upon a log file in /var/log called "everything.log.1" which is the most recent file.

It provided me with some new insight with a failure to obtain a lock on the .Xauthority file.

Code:
Oct  7 23:17:35 mythtv mythfrontend: :: Starting LinHES frontend    [BKGD] xauth:  /home/mythtv/.Xauthority not writable, changes will be ignored
Oct  7 23:17:35 mythtv mythfrontend: xauth:  error in locking authority file /home/mythtv/.Xauthority
Oct  7 23:17:35 mythtv mythfrontend: xauth:  error in locking authority file /home/mythtv/.Xauthority
Oct  7 23:17:35 mythtv mythfrontend: xauth:  error in locking authority file /home/mythtv/.Xauthority
Oct  7 23:17:36 mythtv Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Oct  7 23:17:36 mythtv NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
Oct  7 23:17:36 mythtv NFSD: starting 90-second grace period
Oct  7 23:17:36 mythtv mythfrontend:
Oct  7 23:17:40 mythtv NET: Registered protocol family 10
Oct  7 23:17:40 mythtv lo: Disabled Privacy Extensions
Oct  7 23:17:41 mythtv mythfrontend:
Oct  7 23:17:41 mythtv mythfrontend: X.Org X Server 1.5.3
Oct  7 23:17:41 mythtv mythfrontend: Release Date: 5 November 2008
Oct  7 23:17:41 mythtv mythfrontend: X Protocol Version 11, Revision 0
Oct  7 23:17:41 mythtv mythfrontend: Build Operating System: Linux 2.6.26-ARCH i686
Oct  7 23:17:41 mythtv mythfrontend: Current Operating System: Linux mythtv 2.6.28-LinHES #1 SMP PREEMPT Sat Feb 14 12:09:54 UTC 2009 i686
Oct  7 23:17:41 mythtv mythfrontend: Build Date: 12 January 2009  10:25:53PM
Oct  7 23:17:41 mythtv mythfrontend: 
Oct  7 23:17:41 mythtv mythfrontend:    Before reporting problems, check http://wiki.x.org
Oct  7 23:17:41 mythtv mythfrontend:    to make sure that you have the latest version.
Oct  7 23:17:41 mythtv mythfrontend: Markers: (--) probed, (**) from config file, (==) default setting,
Oct  7 23:17:41 mythtv mythfrontend:    (++) from command line, (!!) notice, (II) informational,
Oct  7 23:17:41 mythtv mythfrontend:    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct  7 23:17:41 mythtv mythfrontend: (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct  7 23:17:41 2009
Oct  7 23:17:41 mythtv mythfrontend: (==) Using config file: "/etc/X11/xorg.conf"
Oct  7 23:17:42 mythtv mythfrontend: Parse error on line 57 of section Monitor in file /etc/X11/xorg.conf
Oct  7 23:17:42 mythtv mythfrontend:    "74.086" is not a valid keyword in this section.
Oct  7 23:17:42 mythtv mythfrontend: *** glibc detected *** X: munmap_chunk(): invalid pointer: 0x081bd385 ***
Oct  7 23:17:42 mythtv mythfrontend: ======= Backtrace: =========
Oct  7 23:17:42 mythtv mythfrontend: /lib/libc.so.6[0xb7b42ef4]
Oct  7 23:17:42 mythtv mythfrontend: /lib/libc.so.6[0xb7b43ed9]
Oct  7 23:17:42 mythtv mythfrontend: X(xf86freeInputList+0x3f)[0x80defbf]
Oct  7 23:17:42 mythtv mythfrontend: X(xf86freeConfig+0x7f)[0x80e36ff]
Oct  7 23:17:42 mythtv mythfrontend: X(xf86readConfigFile+0x2e8)[0x80e3a38]
Oct  7 23:17:42 mythtv mythfrontend: X(xf86HandleConfigFile+0x9e)[0x80da00e]
Oct  7 23:17:42 mythtv mythfrontend: X(InitOutput+0x5c8)[0x80aa998]
Oct  7 23:17:42 mythtv mythfrontend: X(main+0x279)[0x8071a99]
Oct  7 23:17:42 mythtv mythfrontend: /lib/libc.so.6(__libc_start_main+0xe5)[0xb7aed6c5]
Oct  7 23:17:42 mythtv mythfrontend: X(FontFileCompleteXLFD+0x20d)[0x8071081]
Oct  7 23:17:42 mythtv mythfrontend: ======= Memory map: ========
Oct  7 23:17:42 mythtv mythfrontend: 08048000-081d3000 r-xp 00000000 08:01 248850     /usr/bin/Xorg
Oct  7 23:17:42 mythtv mythfrontend: 081d3000-081da000 rw-p 0018a000 08:01 248850     /usr/bin/Xorg
Oct  7 23:17:42 mythtv mythfrontend: 081da000-081ff000 rw-p 081da000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: 090d0000-090f1000 rw-p 090d0000 00:00 0          [heap]
Oct  7 23:17:42 mythtv mythfrontend: b7a50000-b7a52000 rw-p b7a50000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7a52000-b7ad3000 r-xp 00000000 08:01 275952     /usr/lib/libfreetype.so.6.3.20
Oct  7 23:17:42 mythtv mythfrontend: b7ad3000-b7ad7000 rw-p 00081000 08:01 275952     /usr/lib/libfreetype.so.6.3.20
Oct  7 23:17:42 mythtv mythfrontend: b7ad7000-b7c17000 r-xp 00000000 08:01 77123      /lib/libc-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c17000-b7c18000 ---p 00140000 08:01 77123      /lib/libc-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c18000-b7c1a000 r--p 00140000 08:01 77123      /lib/libc-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c1a000-b7c1b000 rw-p 00142000 08:01 77123      /lib/libc-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c1b000-b7c1e000 rw-p b7c1b000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7c1e000-b7c2a000 r-xp 00000000 08:01 276516     /usr/lib/libgcc_s.so.1
Oct  7 23:17:42 mythtv mythfrontend: b7c2a000-b7c2b000 rw-p 0000c000 08:01 276516     /usr/lib/libgcc_s.so.1
Oct  7 23:17:42 mythtv mythfrontend: b7c2b000-b7c32000 r-xp 00000000 08:01 72480      /lib/librt-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c32000-b7c33000 r--p 00006000 08:01 72480      /lib/librt-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c33000-b7c34000 rw-p 00007000 08:01 72480      /lib/librt-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c34000-b7c58000 r-xp 00000000 08:01 72392      /lib/libm-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c58000-b7c59000 r--p 00023000 08:01 72392      /lib/libm-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c59000-b7c5a000 rw-p 00024000 08:01 72392      /lib/libm-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7c5a000-b7c5b000 rw-p b7c5a000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7c5b000-b7d98000 r-xp 00000000 08:01 273563     /usr/lib/libcrypto.so.0.9.8
Oct  7 23:17:42 mythtv mythfrontend: b7d98000-b7dae000 rw-p 0013c000 08:01 273563     /usr/lib/libcrypto.so.0.9.8
Oct  7 23:17:42 mythtv mythfrontend: b7dae000-b7db1000 rw-p b7dae000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7db1000-b7db5000 r-xp 00000000 08:01 275737     /usr/lib/libXdmcp.so.6.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7db5000-b7db6000 rw-p 00003000 08:01 275737     /usr/lib/libXdmcp.so.6.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7db6000-b7dec000 r-xp 00000000 08:01 276003     /usr/lib/libdbus-1.so.3.4.0
Oct  7 23:17:42 mythtv mythfrontend: b7dec000-b7ded000 r--p 00036000 08:01 276003     /usr/lib/libdbus-1.so.3.4.0
Oct  7 23:17:42 mythtv mythfrontend: b7ded000-b7dee000 rw-p 00037000 08:01 276003     /usr/lib/libdbus-1.so.3.4.0
Oct  7 23:17:42 mythtv mythfrontend: b7dee000-b7dfd000 r-xp 00000000 08:01 276288     /usr/lib/libhal.so.1.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7dfd000-b7dfe000 rw-p 0000e000 08:01 276288     /usr/lib/libhal.so.1.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7dfe000-b7e3e000 r-xp 00000000 08:01 276578     /usr/lib/libpixman-1.so.0.12.0
Oct  7 23:17:42 mythtv mythfrontend: b7e3e000-b7e40000 rw-p 0003f000 08:01 276578     /usr/lib/libpixman-1.so.0.12.0
Oct  7 23:17:42 mythtv mythfrontend: b7e40000-b7e53000 r-xp 00000000 08:01 276948     /usr/lib/libz.so.1.2.3.3
Oct  7 23:17:42 mythtv mythfrontend: b7e53000-b7e54000 rw-p 00012000 08:01 276948     /usr/lib/libz.so.1.2.3.3
Oct  7 23:17:42 mythtv mythfrontend: b7e54000-b7e55000 rw-p b7e54000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7e55000-b7e5a000 r-xp 00000000 08:01 276122     /usr/lib/libfontenc.so.1.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7e5a000-b7e5b000 rw-p 00005000 08:01 276122     /usr/lib/libfontenc.so.1.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7e5b000-b7e5d000 r-xp 00000000 08:01 275710     /usr/lib/libXau.so.6.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7e5d000-b7e5e000 rw-p 00001000 08:01 275710     /usr/lib/libXau.so.6.0.0
Oct  7 23:17:42 mythtv mythfrontend: b7e5e000-b7eb8000 r-xp 00000000 08:01 275749     /usr/lib/libXfont.so.1.4.1
Oct  7 23:17:42 mythtv mythfrontend: b7eb8000-b7ebe000 rw-p 0005a000 08:01 275749     /usr/lib/libXfont.so.1.4.1
Oct  7 23:17:42 mythtv mythfrontend: b7ebe000-b7ec5000 rw-p b7ebe000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7ec5000-b7ed9000 r-xp 00000000 08:01 72452      /lib/libpthread-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7ed9000-b7eda000 r--p 00014000 08:01 72452      /lib/libpthread-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7eda000-b7edb000 rw-p 00015000 08:01 72452      /lib/libpthread-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7edb000-b7edd000 rw-p b7edb000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7edd000-b7edf000 r-xp 00000000 08:01 72399      /lib/libdl-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7edf000-b7ee0000 r--p 00001000 08:01 72399      /lib/libdl-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7ee0000-b7ee1000 rw-p 00002000 08:01 72399      /lib/libdl-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7ee1000-b7ee6000 r-xp 00000000 08:01 276565     /usr/lib/libpciaccess.so.0.10.2
Oct  7 23:17:42 mythtv mythfrontend: b7ee6000-b7ee7000 rw-p 00004000 08:01 276565     /usr/lib/libpciaccess.so.0.10.2
Oct  7 23:17:42 mythtv mythfrontend: b7ee7000-b7ee8000 rw-p b7ee7000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7ef7000-b7ef9000 rw-p b7ef7000 00:00 0
Oct  7 23:17:42 mythtv mythfrontend: b7ef9000-b7efa000 r-xp b7ef9000 00:00 0          [vdso]
Oct  7 23:17:42 mythtv mythfrontend: b7efa000-b7f16000 r-xp 00000000 08:01 72411      /lib/ld-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7f16000-b7f17000 r--p 0001b000 08:01 72411      /lib/ld-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: b7f17000-b7f18000 rw-p 0001c000 08:01 72411      /lib/ld-2.9.so
Oct  7 23:17:42 mythtv mythfrontend: bfa02000-bfa17000 rw-p bffeb000 00:00 0          [stack]
Oct  7 23:17:45 mythtv ntpd[2856]: synchronized to 64.113.32.5, stratum 1
Oct  7 23:17:45 mythtv ntpd[2856]: kernel time sync status change 0001
Oct  7 23:17:45 mythtv ivtv 0000:02:09.0: firmware: requesting v4l-cx2341x-enc.fw
Oct  7 23:17:46 mythtv ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
Oct  7 23:17:46 mythtv ivtv0: Encoder revision: 0x02060039
Oct  7 23:17:51 mythtv mythfrontend: giving up.
Oct  7 23:17:51 mythtv mythfrontend: xinit:  Connection refused (errno 111):  unable to connect to X server
Oct  7 23:17:51 mythtv mythfrontend: xinit:  No such process (errno 3):  Server error.


So I took a look and found:
Code:
[root@mythtv mythtv]# ls -al /home/mythtv/.X*
-rw------- 1 root   root   200 2009-10-07 21:58 /home/mythtv/.Xauthority
-rw------- 2 mythtv mythtv   0 2009-10-07 23:17 /home/mythtv/.Xauthority-c
-rw------- 2 mythtv mythtv   0 2009-10-07 23:17 /home/mythtv/.Xauthority-l


I have now renamed each file, but I won't be able to reboot until after 9:00 PM (The office wedding is set to record now) :)

What is the command to just startup the xserver in Arch?

_________________
Knoppmyth R5C7:
CPU: Athlon t-bird 1.4
MOBO: ECS ?
RAM: 512 MB DDR
VIDEO: PNY Geforce 5500 128MB
TUNERS: ATI HDTV Wonder & PVR 150
**Digital plays great with XvMC**


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 08, 2009 8:21 pm 
Offline
Joined: Wed Jul 25, 2007 7:56 pm
Posts: 103
Location: Arlington, VA, USA
As a reference, my .Xauthority has the following ownership and permissions:
Code:
[root@mythtv linux-2.6.28-LinHES]# ls -l /home/mythtv/.Xauthority
-rw------- 1 mythtv mythtv 99 2009-08-30 16:55 /home/mythtv/.Xauthority
[root@mythtv linux-2.6.28-LinHES]#

So changing the ownership of the .Xauthority file should fix the first problem:
Code:
# chown mythtv:mythtv /home/mythtv/.Xauthority

However, that still won't fix the parse error, which appears to be what is preventing X from starting - according to your everything log, X is choking right after that. Maybe you could try commenting out the problematic modelines in your /etc/X11/xorg.conf? Not sure what kind of display you have and if they are critical.

I believe a simple "startx" from a virtual console will start X. However, it needs to start as the mythtv user, and you can't login as the mythtv user. If you want to start X as root (which you should only do for testing purposes, i.e., to see if your xorg.conf is functioning), I believe you can copy over the /home/mythtv/.Xauthority file to /root/.Xauthority and that should allow you to start X as root. Alternatively you might be able to start it as another non-root user by copying the file, though I'm not positive about that.

_________________
MBE/FE: R6, P4 2.8 GHz/2 GB/2 TB, GeForce 6200 512 MB, PVR-150, Cisco RNG-100 cable box
FE: R6, P4 2.0 GHz/1 GB, GeForce4 MX 420 64 MB, diskless netboot


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 08, 2009 8:29 pm 
Offline
Joined: Wed Jul 25, 2007 7:56 pm
Posts: 103
Location: Arlington, VA, USA
So some googling led me to this page where I notice a similar modeline to yours, but with one difference:

ModeLine "My720p" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$
ModeLine "My720p2" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$

Notice that page has the 74 MHz and 45 kHz commented out (the # before 74). That makes sense - if you're missing a comment, there will be a parse error. Try commenting out the last bit of those modelines and see if you can start X again. Alternatively you could just backup the file and delete those portions (which are absent from your other modelines, too).

_________________
MBE/FE: R6, P4 2.8 GHz/2 GB/2 TB, GeForce 6200 512 MB, PVR-150, Cisco RNG-100 cable box
FE: R6, P4 2.0 GHz/1 GB, GeForce4 MX 420 64 MB, diskless netboot


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 08, 2009 8:47 pm 
Offline
Joined: Tue Sep 12, 2006 8:56 am
Posts: 6
Location: Utah
langelgjm wrote:
So some googling led me to this page where I notice a similar modeline to yours, but with one difference:

ModeLine "My720p" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$
ModeLine "My720p2" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$

Notice that page has the 74 MHz and 45 kHz commented out (the # before 74). That makes sense - if you're missing a comment, there will be a parse error. Try commenting out the last bit of those modelines and see if you can start X again. Alternatively you could just backup the file and delete those portions (which are absent from your other modelines, too).


Thank you so much for the help. I found a backup of my xorg.conf file that I had taken back in March 2009 after getting R6 installed and connected to my HDTV. The backup doesn't have the same modelines. I renamed the current and used the backup. Now, startx is successful. I've got a new issue with mythfrontend not starting all the way, but I'll see what I can figure out...


Thanks again for the prompt assistance and validation of my issues. The xorg.conf file has a date of May 2009 (likely the time in which I stopped using the box)

I'll also try restoring the file from MAy and adding the comment hashes after the vsync tag and see what happens.

_________________
Knoppmyth R5C7:
CPU: Athlon t-bird 1.4
MOBO: ECS ?
RAM: 512 MB DDR
VIDEO: PNY Geforce 5500 128MB
TUNERS: ATI HDTV Wonder & PVR 150
**Digital plays great with XvMC**


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 08, 2009 8:59 pm 
Offline
Joined: Wed Jul 25, 2007 7:56 pm
Posts: 103
Location: Arlington, VA, USA
No problem, I'm glad when there are problems simple enough for me to understand and help with :D

Log file for the frontend would be /var/log/mythtv/mythfrontend.log, if that helps.

Enjoy The Office Wedding!

_________________
MBE/FE: R6, P4 2.8 GHz/2 GB/2 TB, GeForce 6200 512 MB, PVR-150, Cisco RNG-100 cable box
FE: R6, P4 2.0 GHz/1 GB, GeForce4 MX 420 64 MB, diskless netboot


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 46 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu