I would like to connect the TV with my PC via Component, but Nvidia ignores my xorg.conf and sets the resolution to 1024x768. Now I get a "4:3" output with big black borders.
Compared with my former composite cable, the video quality with the new component cable is much better and the "TVStandard" "HD1080i" / "HD720P" work but I don't know what else I should change in my xorg.conf to get a correct resolution.
I think the "TVOutFormat" should be also changed from former "COMPOSITE" to "COMPONENT", right?
My OS:
Ubuntu 7.04
My GPU:
Nvidia 7950 GT
My TV:
Panasonic TH-42PA60E
Resolution: 852x480
Pixel: 2556x480
Possible input signals for Component (Y, PB, PR): 480, 576, 720, 1080
HorizSync: 15,73 - 45,00
VertRefresh: 50,00 - 60,00
My Nvidia settings:
TV-0
Separate X screen
Mode Name: nvidia-auto-select
Panning: 1024x768
MetaMode: "TV:nvidia-auto-select +0+0"
This is my xorg.conf:
Code:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Device[0]" # "Generic Video Card"
Driver "nvidia" # "vesa"
BusID "PCI:5:0:0"
# NEU
Screen 0
Option "ConnectedMonitor" "MD30219PH"
# NEU ENDE
EndSection
# NEU
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "COMPONENT" #"COMPOSITE" #or "S-VIDEO" etc
Option "TVStandard" "HD1080i" #"HD720P" #"PAL-G" #or NTSC, PAL-B etc
Option "ConnectedMonitor" "TV"
BusID "PCI:5:0:0" # adjust using 'lspci' or cat /proc/pci # "PCI:1:0:0"
EndSection
# NEU ENDE
Section "Monitor"
Identifier "MD30219PH"
Option "DPMS"
HorizSync 64-80 # 30-83 # 64
VertRefresh 60-75 # 56-76 # 60
EndSection
# NEU
Section "Monitor"
Identifier "TV"
HorizSync 15-45 # 31.47 # 60
VertRefresh 50-60 # 59.94 # 56-76
EndSection
# NEU ENDE
Section "Screen"
Identifier "Screen[0]" # "Default Screen"
Device "Device[0]" # "Generic Video Card"
Monitor "MD30219PH"
DefaultDepth 24
# NEU BERYL
Option "AddARGBGLXVisuals" "True"
# NEU BERYL ENDE
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
# NEU
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "TV"
DefaultDepth 24
# NEU BERYL
# Option "AddARGBGLXVisuals" "True"
# NEU BERYL ENDE
SubSection "Display"
Depth 24
Modes "852x480"
EndSubSection
EndSection
# NEU ENDE
Section "ServerLayout"
Identifier "Simple Layout" # "Default Layout"
# NEU
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
# NEU ENDE
# Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
THX for your HELP!