On Apr 28, 2007, at 6:54 AM, Paul van Gerven wrote:
The xorg.conf that crashes X:
<snip>
Section "Device"
Identifier "HauppaugePVR"
Driver "ivtvdev"
Option "ivtv" "/dev/fb1"
Option "VideoOverlay" "on"
Option "XVideo" "1"
BusID "PCI:7:5:0"
Right here! Your BusID isn't supposed to include the word "PCI"... it
should just read:
BusID "7:5:0"
And you should be good to go!
- Rick
EndSection
Section "Screen"
Identifier "Hauppauge"
Device "HauppaugePVR"
Monitor "PALTV"
DefaultDepth 24
DefaultFbbpp 32
Subsection "Display"
Depth 24
FbBpp 32
EndSubsection
EndSection
Ricardo Lugo wrote:
On Apr 27, 2007, at 6:58 AM, Paul van Gerven wrote:
To find your BusID for certain, kill all instances of X and run
this command as root:
X -scanpci
When Im not in X, the output defaults to the TV for some reason.
In itself not a problem, except the output of "X -scanpci" does
not fit on the screen and I cannot read the BusIDs. Would "X -
scanpci | tee scanpci" work so I can read the output later?
I'm not sure if the output is std out or std err. You could always
ssh into the machine.
IVTVFB_IOCTL_GET_STATE means you probably put the wrong # for "/
dev/fb#" under Option "ivtv". Make sure you modprobe ivtv-fb
before starting X, too.
The # is from cat /proc/fb. 0 is the VESA buffer I load with
grub, 1 is the TV out. Should be the right one. How do I modprobe
ivtv-fb before starting X? (Now it's just in my /etc/modules file).
Well, you got it right, and the module has loaded. Can you post
your entire Xorg.0.log and xorg.conf files? That should shed some
light.
Also, some documentation insists to use "fbdev" instead of
"ivtv". How about that?
I believe it is Option "ivtv" but I just realized I'm using
"fbdev". Who knows! The important thing is Driver "ivtvdev".
Ricardo Lugo wrote:
On Apr 25, 2007, at 1:09 PM, Paul van Gerven wrote:
so theoretically you should only need to turn off menu drawing
with OpenGL and then the ubutnutu howto should work
Unfortunately, it does not. When I edited xorg.conf and
restarted X, both monitor and TV go blank. Checking out Xorg.
0.log revealed that X apparently found the Hauppauge chipset at
the pci-adress of the Nvidia-graphics card and obviously ran
into a fatal error (something with IVTVFB_IOCTL_GET_STATE device
(null)). I entered the correct BusID's, so I am at a loss why X
would confuse them. The error gives a few hits on google, but
none are very useful.
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users