On Aug 10, 2007, at 7:27 PM, Sam Varshavchik wrote: > <snip> > The next step is to figure out the PCI address of your PVR-350, > using lspci: > > [EMAIL PROTECTED] grub]# lspci
lspci returns a hex value that must be converted to decimal for the BusID. `X -scanpci` gives the decimal BusID value. - Rick > [ blah blah blah ] > 00:0b.0 Multimedia video controller: Internext Compression Inc > iTVC15 MPEG-2 Encoder (rev 01) > [ blah blah blah ] > > So, my PVR350 is PCI bus id 00:0b.0. Yours will be different. > > Now, it's time to hack up xorg.conf. Back up your existing /etc/X11/ > xorg.conf, then set up something like this: > > > Section "ServerLayout" > Identifier "primary" > Screen 0 "Screen0" 0 0 > InputDevice "Keyboard0" "CoreKeyboard" > > EndSection > > Section "ServerLayout" > Identifier "aux" > Screen 0 "Screen0" 0 0 > > > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc105" > Option "XkbLayout" "us" > EndSection > > Section "ServerFlags" > Option "BlankTime" "0" > Option "StandbyTime" "0" > Option "SuspendTime" "0" > Option "OffTime" "0" > EndSection > > Section "Monitor" > Identifier "NTSC Monitor" > HorizSync 30-68 > VertRefresh 50-120 > Mode "720x480" > 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" > Option "fbdev" "/dev/fb1" > > ### change the BusID to whatever is reported by lspci > ### converted from hex to decimal > BusID "PCI:0:11:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Hauppauge PVR 350 iTVC15 Framebuffer" > Monitor "NTSC Monitor" > DefaultDepth 24 > DefaultFbbpp 32 > Subsection "Display" > Depth 24 > FbBpp 32 > Modes "720x480" > EndSubsection > EndSection > > Note that in the Device section, you must use the actual values > you've obtain from /proc/fb and lspci. Also note that lspci prints > the bus ID in hexadecimal, while xorg.conf uses decimal numbers. > That was lots of fun to figure out. > > Depending on your existing hardware, you may need to tweak this > xorg.conf, in accordance to the options set in your existing one, > specifically keyboard and mouse setting. You'll need to figure that > one out yourself. > > _______________________________________________ > ivtv-users mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-users _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
