LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-03-2007, 05:24 AM   #1
seanybaby
LQ Newbie
 
Registered: Jun 2006
Location: Notts
Distribution: Kubuntu
Posts: 20

Rep: Reputation: 0
Help with MetaModes with nvidia TV-out


Hello,

I have been messing around few more than a few hours now to get my nvidia TV-out working. I want to clone my screen output to the TV. I have had it running perfectly with 800x600 running on both TV and monitor, they both work with 1024x768 as well. I know that TV's are not supposed to be used at a high resolution though.

I would like to have my monitor running at 1280x1024 and the TV at 640x480 or 800x600.
I'm running debian is that makes any difference.


This is my xorg.conf at the moment. On the TV i see the screen but only the top left.

Thanks
Sean

Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Jun 13 18:39:30 PDT 2007

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
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" "gb"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier "DPro740SB"
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation NV44A [GeForce 6200]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44A [GeForce 6200]"
Monitor "DPro740SB"
DefaultDepth 24
Option "TVStandard" "PAL-I"
Option "AGPSize" "64"
Option "RenderAccel" "on"
Option "ConnectedMonitor" "CRT, TV"
Option "NoBandWidthTest" "1"
Option "TVOutFormat" "COMPOSITE"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinView" "True"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1280x1024,640x480"
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
 
Old 08-03-2007, 01:08 PM   #2
seanybaby
LQ Newbie
 
Registered: Jun 2006
Location: Notts
Distribution: Kubuntu
Posts: 20

Original Poster
Rep: Reputation: 0
Still no joy

When i have this only my monitor works no tv output.
Quote:
Option "MetaModes" "1280x1024, 1280x1024; 1280x960, 1280x960; 1152x864, 1152x864; 1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480"
If i change it to this i can get both working perfectly, however i want i higher resolution on my monitor than 1024x768.
Quote:
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480"
 
Old 08-11-2007, 09:32 AM   #3
seanybaby
LQ Newbie
 
Registered: Jun 2006
Location: Notts
Distribution: Kubuntu
Posts: 20

Original Poster
Rep: Reputation: 0
Still stuck

Quote:
Option "MetaModes" "1280x1024, 1024x768"
Using this i can have 1280x1024 on my monitor, and the TV also works, but i'm missing the bottom right of my screen.

Any ideas please?

Cheers
 
Old 08-14-2007, 03:55 AM   #4
seanybaby
LQ Newbie
 
Registered: Jun 2006
Location: Notts
Distribution: Kubuntu
Posts: 20

Original Poster
Rep: Reputation: 0
Can this be done? Or am i trying to do something impossible?

ie. have one resolution for my monitor and a different resolution for my tv-out?

At the moment i have just been changing the resolution every time i want to watch the tv. How do i set a short-cut keys for this?
 
Old 08-14-2007, 12:17 PM   #5
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
from my time playing with linux and trying to do exactly what you trying is NO it can not be done. you get twinview but sadly that puts the same res. to both output devices.

so you are stuck with either 800x600 or 640x480 for BOTH your TV and monitor.

if someone else has more information id love to see it and see it working.

http://www.ssma.us/debian_media.html

that is out of date, but the basics are still there and are set for debian.

good luck.
 
Old 08-15-2007, 04:06 AM   #6
seanybaby
LQ Newbie
 
Registered: Jun 2006
Location: Notts
Distribution: Kubuntu
Posts: 20

Original Poster
Rep: Reputation: 0
Many thanks lleb
 
  


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 Twinview, Metamodes, and resolutions. tkman Linux - General 2 12-14-2006 07:17 PM
Xorg, Two Displays, Metamodes? zgauthier Linux - Hardware 0 06-15-2005 07:41 PM
metamodes quetion amadkow Linux - Software 0 01-29-2005 04:46 PM
metamodes and twinview? sturla Linux - Hardware 0 12-22-2004 11:42 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:11 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