View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 13 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Jul 10, 2005 2:56 am 
Offline
Joined: Wed Apr 28, 2004 12:36 am
Posts: 34
I never did get my pvr350 to output TV in this last release.
I decided it was time to wipe and reload.
I followed the HauppaugeThreeFiftyInstallation on the Wiki site. I get my exact same error from GDM. A blue screen with text saying my X configuration is incorrect and would i like it corrected.

The XFree86.0.log says


(II) Primary Device is: PCI 01:00:0
(--) Chipset PVR-350 found
(EE) (null)(0): ivtvHWProvbe failed to do IVTVFB_IOCTL_GET_STATE for device /dev/fb0
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "ivtvdev"
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found

Where do I go from here?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 11, 2005 10:55 pm 
Offline
Joined: Wed Apr 28, 2004 12:36 am
Posts: 34
I'm not used to replying to my own posts,
But.

I am now getting Video out to my TV set.

It is just a bunch of lines but the signal is stable. and repeatable.

Any ideas on how to tweak this into a usable video signal?


Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 12, 2005 12:16 am 
Offline
Joined: Wed Apr 28, 2004 12:36 am
Posts: 34
Why don't you post your X Config and /stc/mythtv/modules/ivtv file?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 12, 2005 12:42 am 
Offline
Joined: Wed Apr 28, 2004 12:36 am
Posts: 34
What an excellent idea.

Here is my IVTV

++++++++++++++++++
alias char-major-81 videodev
alias char-major-61 lirc_i2c
#options ivtv debug=1
#options tuner type=2
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv ; /sbin/modprobe ivtv-fb; /sbin/modprobe lirc_i2c
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner && /sbin/modprobe -r ivtv-fb && /sbin/modprobe -r lirc_i2c
++++++++++++++++++++++++++++++++


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 12, 2005 1:04 am 
Offline
Joined: Wed Apr 28, 2004 12:36 am
Posts: 34
Here is the XF86Config-4

+++++++++++++++++

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "TV Screen"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor
# Load "GLcore"
Load "dbe"
Load "v4l"
Load "extmod"
# Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "Monitor"
Identifier "NTSC Monitor"
HorizSync 30-68
VertRefresh 50-120
Mode "720x480"
# D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
DotClock 34.564
HTimings 720 752 840 928
VTimings 480 484 488 504
Flags "-HSync" "-VSync"
EndMode
EndSection

Section "Device"
Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
Driver "ivtvdev"

### change fb1 to whatever number you got in the previous section
Option "fbdev" "/dev/fb0"
Option "ivtvdev" "/dev/fb0"

### change the busid to whatever is reported by lspci. Note that
### output of lspci is hex, so add a preceding "0x" to the BusID
BusID "PCI:02:11:0"
# 0000:02:0b.0
EndSection

Section "Screen"
Identifier "TV Screen"
Device "Hauppauge PVR 350 iTVC15 Framebuffer"
Monitor "NTSC Monitor"
DefaultDepth 24
DefaultFbbpp 32
Subsection "Display"
Depth 24
FbBpp 32
Modes "720x480"
EndSubsection
EndSection

Section "DRI"
Mode 0666
EndSection
++++++++++++++++++++++


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 21, 2005 12:33 pm 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
I'm having the same problem, does anyone know the cause of this?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 21, 2005 4:24 pm 
Offline
Joined: Fri Jun 03, 2005 11:18 pm
Posts: 5
Try changing the lines:

Option "fbdev" "/dev/fb0"
Option "ivtvdev" "/dev/fb0"

to

Option "fbdev" "/dev/fb1"
Option "ivtvdev" "/dev/fb1"

and change your lilo.conf file like it says at the bottom of this page:
http://knoppmythwiki.org/index.php?page ... stallation


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 22, 2005 5:45 am 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
I'll give that a go.

For the change to lilo.conf. Does that change need to be made at the very top of the file, where it currently says vga=776 (or something similar)?

- ie, alter that setting, rather than adding it in as a new one?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 22, 2005 4:01 pm 
Offline
Joined: Fri Jun 03, 2005 11:18 pm
Posts: 5
Thats right, just remove the "776" and replace it with "normal"


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 23, 2005 5:42 am 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Thanks, I'll try it out.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 24, 2005 11:07 am 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Many thanks!

I've made the change you suggested below:

jogle wrote:
Try changing the lines:

Option "fbdev" "/dev/fb0"
Option "ivtvdev" "/dev/fb0"

to

Option "fbdev" "/dev/fb1"
Option "ivtvdev" "/dev/fb1"


and it works!

I didn't make any changes to my lilo.conf file.

I think the wiki should be updated to reflect that fb0 isn't necessarily the correct setting.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 24, 2005 4:28 pm 
Offline
Joined: Fri Jun 03, 2005 11:18 pm
Posts: 5
it does say
Code:
### change fb1 to whatever number you got in the previous section


but I have no idea what the "previous section" is. Does anyone know a command which will print what frame buffer is attached to what card?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 25, 2005 5:22 am 
Offline
Joined: Wed Mar 02, 2005 1:34 pm
Posts: 106
Location: London, UK
Yes I came across that issue too.


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 24 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