1
Installation issues / Re: 810 beta2, s-video or component chosen in AVwizard --> crash (WORKAROUND)
« on: December 23, 2009, 04:00:06 am »
OK, I fixed it sort of : don't ask me why, but the problem is with choosing PAL. Option "TVStandard" "PAL-I", or any other variant of PAL that I tried (and only this change), makes it crash every time.
If I leave it on NTSC-M then my TV (Sony Trinitron) copes with it anyway. I've played the start of a few films and they look fine.
In case it's helpful to someone, here's my current xorg.conf (modelines taken from http://www.gentoo-wiki.info/HOWTO_Setup_X_for_MythTV) :
On an unrelated note, this is the second time your MySQL has gone down whilst I've been trying to post ... wtf, hope I'm not causing it somehow!
If I leave it on NTSC-M then my TV (Sony Trinitron) copes with it anyway. I've played the start of a few films and they look fine.
In case it's helpful to someone, here's my current xorg.conf (modelines taken from http://www.gentoo-wiki.info/HOWTO_Setup_X_for_MythTV) :
Code: [Select]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Sun Nov 22 18:17:43 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
# Option "DPMS"
# Modeline "640x480" 25.18 640 656 752 800 480 490 492 525
ModeLine "720x576@25i" 13.5 720 732 795 864 576 581 586 625 interlace -hsync -vsync
## Set for 16:9 display. For 4:3 replace 225 with 300.
DisplaySize 400 225
HorizSync 20-500
VertRefresh 59-61
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "true"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
Option "DynamicTwinView" "false"
Option "UseEvents" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "SVideo"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Modes "702x576@25i" "704x576@25i" "720x576@25i" "768x576@25i" "768x576@50" "720x576@60" "720x576i"
Depth 24
# Modes "640x480"
# Virtual 640 480
EndSubSection
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "true"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
Option "DynamicTwinView" "false"
Option "UseEvents" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "TVStandard" "NTSC-M"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "Extensions"
Option "RENDER" "true"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
On an unrelated note, this is the second time your MySQL has gone down whilst I've been trying to post ... wtf, hope I'm not causing it somehow!