You are not logged in.

#1 2009-05-27 23:49:29

Laban
Member
From: Sweden
Registered: 2008-02-15
Posts: 12

TV-Out image is stretched out over edges

I'm using an Nvidia 9500 GT card for my new HTPC and for some reason it stretches the picture out over the edges of the TV, causing some parts (like the Gnome menu bar) to disappear. When I tested Wintendo XP on the same machine I got the same problem with the freshes Nvidia driver, but not if I rolled back a few versions. Sadly that's not the case with the Linux driver.

Has anyone else seen this or know what to do about it?

To make it more complicated (but a side story really), is that I have another monitor connected to the machine in a TwinView/Clone setup. This monitor does not have any problems with the picture being stretched over the edges.

Nvidia driver: 180.51

Edit:
My xorg.conf:

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#       FontPath     "/usr/share/fonts/cyrillic"
#       FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    #FontPath        "/usr/share/fonts/PEX"
    #FontPath        "/usr/share/lib/X11/fonts/latin2/100dpi"
    #FontPath        "/usr/share/fonts/Type1"
    #FontPath        "/usr/share/fonts/ttf/western"
    #FontPath        "/usr/share/fonts/ttf/decoratives"
    #FontPath        "/usr/share/fonts/truetype"
    #FontPath        "/usr/share/fonts/truetype/openoffice"
    #FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    #FontPath        "/usr/share/fonts/latex-ttf-fonts"
    #FontPath        "/usr/share/fonts/defoma/CID"
    #FontPath        "/usr/share/fonts/defoma/TrueType"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi"
EndSection

Section "Module"

    #Load           "type1"
    #Load           "freetype"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    Load           "record"
    #Load           "synaptics"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
    Option         "AutoAddDevices" "False"
    Option         "DontZap" "false"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "sv"
    Option         "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier     "PS/2 Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG L1710B"

    # 1024x768 @ 50.00 Hz (GTF) hsync: 39.55 kHz; pclk: 51.89 MHz
    Modeline "1024x768_50.00"  51.89  1024 1064 1168 1312  768 769 772 791  -HSync +Vsync
    # 800x600 @ 50.00 Hz (GTF) hsync: 30.90 kHz; pclk: 31.15 MHz
    Modeline "800x600_50.00"  31.15  800 824 904 1008  600 601 604 618  -HSync +Vsync
    # 640x480 @ 50.00 Hz (GTF) hsync: 24.75 kHz; pclk: 19.40 MHz
    Modeline "640x480_50.00"  19.40  640 648 712 784  480 481 484 495  -HSync +Vsync
    Option         "DPMS" "true"
EndSection

Section "Device"
    Identifier     "nv9500"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9500 GT"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "nv9500"
    Monitor        "Monitor0"
    DefaultDepth   24
    Option         "RenderAccel" "true"
    Option         "NoLogo" "true"
    Option         "AGPFastWrite" "true"
    Option         "EnablePageFlip" "true"
    Option         "TwinViewOrientation" "clone"
    Option         "TVOverScan" "0.0"
    Option         "TwinView" "1"

    DefaultColorDepth 24
    SubSection "Display"
       Depth     1
       Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
       Depth     4
       Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
       Depth     8
       Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
       Depth     15
       Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
       Depth     16
       Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
       Depth     24
       Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
       Depth     32
       Modes "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Last edited by Laban (2009-05-27 23:58:31)


!erau qssi dlro weht

Offline

Board footer

Powered by FluxBB