View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 4 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sat Mar 05, 2005 12:11 pm 
Offline
Joined: Mon Feb 28, 2005 8:43 pm
Posts: 10
== In case you've already read this, I posted this to the install forum since it appears to be an install issue, but it got deleted ==


I need some help resolving X windows issues. I'm running up against a wall with this one and could really use some pointers.

EPIA MII with WinTV PVR 250, and thats about it, pretty basic. I just installed the latest 5R12 and it mostly went without a hitch... except for the TV out on my EPIA MII.

1) At first I couldn't get anything on the TV screen, until I discovered a BIOS option to output to the Screen... You might want to add that to a FAQ for EPIA boards.

2) Now that I have TV Out from th EPIA MII, xwindows seems to be inverting the colours (they are certainly messed up). I can see when X starts up that it is correct, but it immediatly switches to another graphics mode where everything is inverted. At first I thought it was just the MythTV app, but I noticed that when I exit MythTV, x itself is inverted.

Some points that might shed some light:
- During install I selected the XvMC option, I couldn't find anything explicit about EPIA boards and XvMC, but from what I read, it looked like I could use it.

- When I first set the box up, all I got was static on LiveTV but x was displaying properly, I then I tried the Caveats note and executed dpkg -i /usr/srcv/mythtv/epia/*.deb. which gave me a picture, but inverted.

- I check the /etc/mythtv/modules/ivtv and the type was set to 2 which I changed to 39 following the points that another thread mentioned with no luck.

What I've noticed that may also be clues:
- /etc/mythtv/modules/ivtv sets the type to 39 (originally 2) but the tveeprom line in dmesg lists the type as 50?



/etc/mythtv/modules/ivtv:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
options ivtv debug=1
options tuner type=39
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprob
e -r tuner



ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.2.0 (rc3a) loading
ivtv: Linux version: 2.6.9-chw-4 SMP preempt 586 gcc-3.3
ivtv: In case of problems please include the debug info
ivtv: between the START INIT IVTV and END INIT IVTV lines when
ivtv: mailing the ivtv-devel mailinglist.
ivtv: Autodetected WinTV PVR 250 card
ivtv: Found an iTVC16 based chip
ACPI: PCI interrupt 0000:00:14.0[A] -> GSI 5 (level, low) -> IRQ 5
ivtv: Unreasonably low latency timer, setting to 64 (was 32)
ivtv: VIA PCI device: 0x3123 vendor: 0x1106
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
ivtv: i2c attach [client=Hauppauge IR,ok]
lirc_dev: lirc_register_plugin:sample_rate: 10
tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv: i2c attach [client=(tuner unset),ok]
tuner: type set to 39 (LG NTSC (newer TAPC series)) by insmod option
tuner: The type=<n> insmod option will go away soon.
tuner: Please use the tuner=<n> option provided by
tuner: tv aard core driver (bttv, saa7134, ...) instead.
msp34xx: ivtv version
msp34xx: init: chip=MSP3445G-B8, has NICAM support, simple (D) mode, simpler (G) no-thread mode
msp34xx: $Id$ compiled on: Feb 5 2005 20:42:28
ivtv: i2c attach [client=MSP3445G-B8,ok]
saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)
saa7115: detecting saa7115 client on address 0x42
saa7115: writing init values
ivtv: i2c attach [client=saa7115[0],ok]
saa7115: status: (1E) 0x48, (1F) 0xc0
tveeprom: Hauppauge: model = 32062, rev = B185, serial# = 7477141
tveeprom: tuner = TCL 2002N 6A (idx = 85, type = 50)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio_processor = MSP3445 (type = 12)
ivtv: i2c attach [client=tveeprom[0],ok]
ivtv: Tuner Type 50, Tuner formats 0x00001000, Radio: yes, Model 0x00891615, Revision 0x00000000
ivtv: NTSC tuner detected
ivtv: Radio detected
eth1: no IPv6 routers present
ivtv: Encoder revision: 0x02040011
ivtv: Configuring WinTV PVR 250 card with 5 streams
ivtv: Create DMA stream 0 using 256 16384 byte buffers 4194304 kbytes total
ivtv: Registered v4l2 device, streamtype 0 minor 0
ivtv: Create DMA stream 1
ivtv: Registered v4l2 device, streamtype 1 minor 32
ivtv: Create stream 2 using 40 52224 byte buffers 2097152 kbytes total
ivtv: Registered v4l2 device, streamtype 2 minor 224
ivtv: Create DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total
ivtv: Registered v4l2 device, streamtype 3 minor 24
ivtv: Create stream 4
ivtv: Registered v4l2 device, streamtype 4 minor 64
ivtv: Setting Tuner 50
tuner: type already set to 39, ignoring request for 50
ivtv: Setting audio matrix to input 3, output 1
ivtv: Switching standard to NTSC.
ivtv: ivtv_enc_thread: pid = 2231, itv = 0xded62920
saa7115: decoder set norm NTSC
saa7115: set audio: 0x01
ivtv: Initialized WinTV PVR 250, card #0
ivtv: ==================== END INIT IVTV ====================


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 05, 2005 12:30 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
KnoppMyth -> Installation is for issues related to installing KnoppMyth. Comment DPMS (dpms) from XF86Config-4 and restart GDM.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 7:52 am 
Offline
Joined: Mon Feb 28, 2005 8:43 pm
Posts: 10
cecil wrote:
KnoppMyth -> Installation is for issues related to installing KnoppMyth. Comment DPMS (dpms) from XF86Config-4 and restart GDM.


That worked first time, thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 11:24 am 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
You're welcome.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 15 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:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu