From: Scott D. D. <da...@4p...> - 2008-02-21 22:17:52
|
>On Wed, 20 Feb 2008 04:01:40 pm Scott D. Davilla wrote: >> I think I've resolved the hang/green video corruption under xvmc >> decode of 1080i mpeg2 content with the AppleTV. >> >> enable Coolbit is xorg.config then; >> >> nvidia-settings -a GPUOverclockingState=1 >> nvidia-settings -a GPU2DClockFreqs=200,800 > >Could you please post your xorg.conf file? This is my testing config, it's setup right now for HD480i over component which is my development tv. Outputing to a real HDTV over component or hdmi makes no difference. For hdmi, replace "TV-0" with "CRT-0" and comment out the option "TVOutFormat". __________________________xorg.config-------------------- # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Oct 4 10:33:51 PDT 2007 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" EndSection Section "Module" Load "glx" Load "dbe" Load "extmod" #Load "fbdevhw" #Load "record" Load "freetype" Load "type1" EndSection Section "ServerFlags" Option "blank time" "0" Option "standby time" "0" Option "suspend time" "0" Option "off time" "0" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" #Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" #Option "DPMS" Option "DPMS" "false" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 EndSection Section "Device" Option "NvAGP" "0" Option "RenderAccel" "true" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Option "UseEDID" "FALSE" Option "TVStandard" "HD480i" Option "metamodes" "TV-0: 720x480 +0+0" #--------------480p Group----------------------------- #Option "TVStandard" "HD480p" #Option "metamodes" "TV-0: 720x480 +0+0" #--------------720p Group----------------------------- #Option "TVStandard" "HD1080i" #Option "metamodes" "TV-0: 1920x1080 +0+0" #--------------1080p Group----------------------------- #Option "TVStandard" "HD1080p" #Option "metamodes" "TV-0: 1920x1080 +0+0" # #Option "XvmcUsesTextues" "True" #Option "AddARGBVisuals" "True" #Option "AddARGBGLXVisuals" "True" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "UseDisplayDevice" "TV-0" Option "TVOverScan" "0.5" Option "TVOutFormat" "COMPONENT" #--------------480i Group----------------------------- #Option "TVStandard" "HD720p" #Option "metamodes" "TV-0: 1280x720 +0+0" #--------------1080i Group----------------------------- #Option "ConnectToAcpid" "False" Option "EnableACPIHotkeys" "False" Option "UseEvents" "True" Option "Coolbits" "1" Option "DPI" "100x100" #Option "TripleBuffer" "True" #Option "DynamicTwinView" "False" SubSection "Display" Depth 24 Modes "1920x1080" "1280x720" "1024x768" "720x480" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "Disable" EndSection |