LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-06-2007, 12:03 AM   #1
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
Widescreen TV-Out on NVidia 5200?


Kubuntu Feisty 7.04
Linux 2.6.21-5 (ubuntu)

I have an nVidia GeForce 5200 (128mb) with Analog and TV-SVideo out. Using the nVidia-glx 1.0.9631 driver, I have set up my monitor at its correct 1440x900 resolution, and using the application nvidia-settings I was able to easily setup TwinView clone with the television.

However, my TwinView only allows the TV-Out a maximum resolution of 1024x768, meaning the clone of my screen isn't my full desktop. Additionally, I cannot get the TV-Out to be in Widescreen format, which my television is. To see any of the desktop on my television, everything is stretched sideways (like a stretched-to-widescreen image does). My movies look like oblong heads.

I would survive with the limited desktop if I could get the TV to be widescreen as well, but if I change my xorg.conf to have a widescreen resolution, it doesn't show up and the TwinView TV is marked as 'off' when I launch nvidia-settings application.

Is there any way to fix or improve my widescreen television viewing? Would I have better luck with a better or newer graphics card? Does anyone have a suggestion as to the level I should look into? If the 5200 is too old, would a 5600 really help (same drivers I think)? Would a 6x00 or 7x00 series be a better idea?

Here is my current xorg.conf if it helps at all:

Code:
$ cat /etc/X11/xorg.conf


# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:56:12 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5200"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "CRT: 1440x900 +0+0, TV: 1024x640 +208+66; CRT: 1440x900 +0+0, TV: NULL; CRT: 1024x768 +0+0, TV: NULL; CRT: 800x600 +0+0, TV: NULL; CRT: 640x480 +0+0, TV: NULL; CRT: nvidia-auto-select +0+0, TV: NULL; CRT: 1440x900_60 +0+0, TV: NULL; CRT: 1280x800 +0+0, TV: NULL; CRT: 1280x768 +0+0, TV: NULL; CRT: 1152x864 +0+0, TV: NULL; CRT: 1024x768_70 +0+0, TV: NULL; CRT: 1024x768_60 +0+0, TV: NULL; CRT: 960x600 +0+0, TV: NULL; CRT: 840x525 +0+0, TV: NULL; CRT: 832x624 +0+0, TV: NULL; CRT: 800x600_72 +0+0, TV: NULL; CRT: 800x600d65 +0+0, TV: NULL; CRT: 800x600_60 +0+0, TV: NULL; CRT: 800x600d60 +0+0, TV: NULL; CRT: 800x600_56 +0+0, TV: NULL; CRT: 800x512 +0+0, TV: NULL; CRT: 720x450 +0+0, TV: NULL; CRT: 640x512 +0+0, TV: NULL; CRT: 640x512d60 +0+0, TV: NULL; CRT: 640x480_73 +0+0, TV: NULL; CRT: 640x480d60 +0+0, TV: NULL; CRT: 640x480_60 +0+0, TV: NULL; CRT: 640x400 +0+0, TV: NULL; CRT: 640x384 +0+0, TV: NULL; CRT: 576x432 +0+0, TV: NULL; CRT: 512x384 +0+0, TV: NULL; CRT: 512x384d70 +0+0, TV: NULL; CRT: 512x384d60 +0+0, TV: NULL; CRT: 416x312 +0+0, TV: NULL; CRT: 400x300 +0+0, TV: NULL; CRT: 400x300d72 +0+0, TV: NULL; CRT: 400x300d60 +0+0, TV: NULL; CRT: 400x300d56 +0+0, TV: NULL"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Please note, its current TV-Out widescreen settings don't actually work. Thast is what i want to fix! Thanks!
 
Old 07-06-2007, 05:30 AM   #2
emi_ramo
Member
 
Registered: Apr 2007
Location: Barcelona, Spain
Distribution: Debian, KUbuntu
Posts: 213

Rep: Reputation: 36
Have you tried puting a small widescreen to your TV-out? Some thing like 1024x480.
 
Old 07-06-2007, 07:53 AM   #3
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Original Poster
Rep: Reputation: 32
Yes, I have, at a few different resolutions (I use NTSC so my widescreen would be 1024x640 or the equivalent ratio). When the xorg.conf is set for TV Widescreen, I get nothing on my TV and the TwinView TV is marked as 'off' when I launch nvidia-settings application. It wasn't off until the card turned it off due to the ratio, I am guessing.

I have still not solved this...

Last edited by lefty.crupps; 07-08-2007 at 11:36 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with widescreen resolutions (1280x720) on 15" widescreen TFT with nvidia Arvendui Linux - Software 6 02-18-2006 09:21 AM
opengl/NVIDIA 5200 webwolf70 Linux - Software 5 01-17-2005 04:37 PM
widescreen nvidia on inspiron 8600 bleargh Linux - Hardware 1 10-07-2004 11:11 PM
no TV-out on Nvidia FX 5200 Drax_NS Slackware 6 09-21-2004 05:51 PM
Probl. Screen res in widescreen laptop with nvidia Geforce FX 5200 amaya Linux - Software 1 04-13-2004 04:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration