Simoo
April 4th, 2007, 06:28 AM
Hi, I thought I would post up the xorg.conf from my XUbuntu 6.10 MythTV box. I have it running on a standard wide screen tv. I had to get info from different sources, hopefully having it all in one place will help someone. If anyone can improve it,post up!
-------------------------------------------------------------------------------------------------------
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
Option "RenderAccel" "1"
## Setting this next line to 1 requires you to stop AGPGART from running at boot.
Option "NVAGP" "1"
## TV out setup.
Option "TVStandard" "PAL-I"
Option "TVOutFormat" "SVIDEO"
## Enables RGB workstation overlay visuals. This is only supported on Quadro4 and Quadro FX chips (Quadro4 NVS excluded) in depth 24.
# Option "Overlay" "true"
Option "XvmcUsesTextures" "true"
## I set the overscan as 0.0 then use nvidia-settings.
Option "TVOverScan" "0.0"
EndSection
Section "Monitor"
Identifier "TV"
## Refresh rate setup - I can't find what I should use so leave it out!
#HorizSync 15.625
#VertRefresh 50.0
## Set for 16:9 display. For 4:3 replace 225 with 300.
DisplaySize 400 225
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "TV"
DefaultDepth 24
##Quality will be better if you use the native display resolution. A PAL TV has a basic resolution of 720x576.
SubSection "Display"
Depth 1
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 4
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 8
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 15
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 16
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 24
Modes "720X576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
EndSection
--------------------------------------------------------------------------------------------------------
Oh and my /etc/X11/XvMCConfig just contains (without quotes) "libXvMCNVIDIA_dynamic.so.1" so the Nvida card's XvMC decoder works.
Not sure if the whole thing will work as a cut and paste as I might have made errors pasting it up here! But should be a good ref.
Simon
-------------------------------------------------------------------------------------------------------
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
Option "RenderAccel" "1"
## Setting this next line to 1 requires you to stop AGPGART from running at boot.
Option "NVAGP" "1"
## TV out setup.
Option "TVStandard" "PAL-I"
Option "TVOutFormat" "SVIDEO"
## Enables RGB workstation overlay visuals. This is only supported on Quadro4 and Quadro FX chips (Quadro4 NVS excluded) in depth 24.
# Option "Overlay" "true"
Option "XvmcUsesTextures" "true"
## I set the overscan as 0.0 then use nvidia-settings.
Option "TVOverScan" "0.0"
EndSection
Section "Monitor"
Identifier "TV"
## Refresh rate setup - I can't find what I should use so leave it out!
#HorizSync 15.625
#VertRefresh 50.0
## Set for 16:9 display. For 4:3 replace 225 with 300.
DisplaySize 400 225
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "TV"
DefaultDepth 24
##Quality will be better if you use the native display resolution. A PAL TV has a basic resolution of 720x576.
SubSection "Display"
Depth 1
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 4
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 8
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 15
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 16
Modes "720x576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
SubSection "Display"
Depth 24
Modes "720X576" "480x576" "350x576" "360x288" "352x288"
EndSubSection
EndSection
--------------------------------------------------------------------------------------------------------
Oh and my /etc/X11/XvMCConfig just contains (without quotes) "libXvMCNVIDIA_dynamic.so.1" so the Nvida card's XvMC decoder works.
Not sure if the whole thing will work as a cut and paste as I might have made errors pasting it up here! But should be a good ref.
Simon