[mythtv-users] Re: xorg.conf for PVR-350 and nVidia 5200 (Twinview)
Matthew K. Lee
fratlee at gmail.com
Fri Apr 8 03:31:48 UTC 2005
> I'm having some troubles pinning down a working xorg.conf file.
> Ideally, I would like to have video out on every possible device
> simultaneously. The thought behind this is that I could use the
> PVR-350 output and have the LCD output at the same time and/or send
> the same video out the nVidia 5200 S-video out port. Is this
> possible?
>
> Any assistance would be appreciated. I'm using fedora core 3,
> following Jarod's guide.
>
> Thanks in advance,
>
> Matt
In poor taste, I'm responding to my own message. I'm still seeking
help. I've included my xorg.conf file. Screen0 works great by
itself. Screen1 works great by itself. Together, they lock the
system up hard core. I get a nVidia logo on my CRT monitor and a nice
solid lock-up that will only go away if I power cycle the system. Any
tips would be helpful.
xorg.conf
----------------------------------------------------------------
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules/extensions/nvidia"
ModulePath "/usr/X11R6/lib/modules/extensions"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "v4l"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Sony"
ModelName "SDM-HS94P"
DisplaySize 380 300
HorizSync 28.0 - 80.0
VertRefresh 48.0 - 75.0
Option "dpms"
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 "Videocard0"
Driver "nvidia"
VendorName "eVga"
BoardName "NVIDIA GeForce FX 5200"
Option "RenderAccel" "1"
# TV Out Setup
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "SVIDEO"
Option "ConnectedMonitor" "CRT,TV"
EndSection
Section "Device"
Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
Driver "ivtvdev"
### change fb1 to whatever your card grabbed
Option "fbdev" "/dev/fb1"
Option "ivtv" "/dev/fb1"
### change the BusID to whatever is reported by lspci,
### converted from hex to decimal
BusID "PCI:1:13:0" # lspci says 01:0d.0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
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"
Group 0
Mode 0666
EndSection
----------------------------------------------------------------
#lspci | grep 'Mult'
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97
Audio (rev 11)
01:0d.0 Multimedia video controller: Internext Compression Inc iTVC15
MPEG-2 Encoder (rev 01)
More information about the mythtv-users
mailing list