LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-19-2003, 08:21 PM   #1
Bluestreak
Member
 
Registered: Feb 2003
Location: Worcester, Massachusetts
Distribution: Ubuntu 11.04 and Mandriva Powerpack 2010
Posts: 41

Rep: Reputation: 15
nVidia nView: TwinView not working


I want to use the dual display function with my nVidia GeForce4 MX440 card (AGP). It has 64MB of DDR RAM. I want to spread my display onto the monitor I'm using now, and a TV that I connected through an S-Video cable. I set the TwinView Orientation to 'LeftOf' but when Linux boots up, it doesn't display anything on the TV. In Windows, it works fine. The display is spread on both the monitor and TV, but in Linux, it only shows the desktop on the monitor. Who else has this problem? Can anyone help me? I followed the instructions from the readme file from nVidia.
 
Old 08-20-2003, 01:59 AM   #2
tjdtjd
LQ Newbie
 
Registered: Jul 2003
Location: UK
Distribution: Redhat 9
Posts: 7

Rep: Reputation: 0
There is a really good document on the nvidia site called NVIDIA Accelerated Linux Driver Set README & Installation guide.

It deals with modifying the Xconfig file for twinview really well, and it works.

If the document is not available tell me and I will email you the relevant section
 
Old 08-20-2003, 02:15 AM   #3
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
2 things
1) by boot up I think when kernel is loading and then terminal, the xf86config has no effect there

2) for gui mode do as tjdtjd said and read the docs, also note this: the nvidia tv-out is only capeabl;e of 800x600, most tv's only supoprt 640x480, if you specify higher modes it might disable the tv section, check /var/log/xf86xxxxxxx.log (not real name) and see what it sais (very very useful)
 
Old 08-22-2003, 09:15 AM   #4
Bluestreak
Member
 
Registered: Feb 2003
Location: Worcester, Massachusetts
Distribution: Ubuntu 11.04 and Mandriva Powerpack 2010
Posts: 41

Original Poster
Rep: Reputation: 15
SuSE's SaX2 lists all the options of the X86Config file in its own control panel in a graphical fashion, all you have to do is set the values. My TV supports 800 x 600, and I've already set that value in the 'Metamodes' section in this fashion:

Quote:
1024 x 768, 800 x 600
The 1024 x 768 is the monitor resolution. In the Connected Monitors section, I put this value:

Quote:
CRT, TV
In the SecondMonitorRefresh section, I put:

Quote:
VerticalRefresh: 31-60
HorizontalRefresh: 50
TwinView:
Quote:
TwinView: Enabled
TwinView Orientation: LeftOf
TV Settings:
Quote:
TV Connection: SVIDEO
TV Format: NTSC-M
It should work by now.....
 
Old 08-24-2003, 07:52 AM   #5
tjdtjd
LQ Newbie
 
Registered: Jul 2003
Location: UK
Distribution: Redhat 9
Posts: 7

Rep: Reputation: 0
If it doesn't, it may be because the section you've labeled twinview should be an option under the device section and below the card description and should be a boolean like
Option "Twinview" "Yes". The default appears to be "yes" , so you don't actually need the boolean argument, just the Option "Twinview"

Summary: read the doc carefully , and check where you have put your options descriptors
 
Old 08-24-2003, 09:13 AM   #6
Goofee
LQ Newbie
 
Registered: Jun 2003
Posts: 29

Rep: Reputation: 15
Here is the Device section of my SuSe 8.2 kde setup, and twinview is working for me:

Section "Device"
BoardName "GeForce4 MX 440"
BusID "2:0:0"
Driver "nvidia"
Identifier "Device[0]"
VendorName "NVidia"
Option "Twinview" "1"
Option "SecondMonitorHorizSync" "30-80"
Option "SecondMonitorVertRefresh" "50-75"
Option "MetaModes" "1024x768, 1024x768"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "CRT, TV"
Option "NoLogo" "1"
# Option "TVOverScan" "0.7"
EndSection

Hope this helps you out!

Goofee
 
Old 08-24-2003, 05:40 PM   #7
Bluestreak
Member
 
Registered: Feb 2003
Location: Worcester, Massachusetts
Distribution: Ubuntu 11.04 and Mandriva Powerpack 2010
Posts: 41

Original Poster
Rep: Reputation: 15
Goofee, are you using SaX2? Or did you put it all those options in the X86Config file yourself through a text editor? This is what I need to know, that way, I can just do that instead of putting in the options through SaX2, and hoping they work.
 
Old 08-24-2003, 11:45 PM   #8
Goofee
LQ Newbie
 
Registered: Jun 2003
Posts: 29

Rep: Reputation: 15
Did not touch sax2 at all, i edited the xf86config manually after install of nvidia-drivers.

Goofee
 
Old 08-25-2003, 06:43 AM   #9
tjdtjd
LQ Newbie
 
Registered: Jul 2003
Location: UK
Distribution: Redhat 9
Posts: 7

Rep: Reputation: 0
Right way to do it, and that should work, does it?
 
Old 08-25-2003, 05:56 PM   #10
Bluestreak
Member
 
Registered: Feb 2003
Location: Worcester, Massachusetts
Distribution: Ubuntu 11.04 and Mandriva Powerpack 2010
Posts: 41

Original Poster
Rep: Reputation: 15
Attempt Failed

I copied and pasted your list of options Goofee, and it crashes the X server. I had to use the text-mode to save my installation of SuSE linux. I did this by using the pico Text Editor. The command I used was:

Quote:
pico XF86Config
After the X server crashed, I got an error message that talks about no more modes left, and that there's no screen. Is there a remedy to this?

P.S. Goofee, are you using the same graphics card I have? I have a GeForce MX440 64MB AGP.

Last edited by Bluestreak; 08-25-2003 at 06:07 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
twinview nvidia CRT & TV not working in linux heinola Slackware 9 10-31-2005 10:00 PM
nvidia nview problem axelmang Linux - Hardware 0 10-26-2004 05:02 PM
RH 9.0 - trying to get nvidia twinview working... Thaidog Linux - Newbie 5 08-29-2004 09:56 PM
Nvidia tvout Twinview is not working tienyun Fedora 1 07-03-2004 03:21 PM
NVidia TV-Out Twinview Working Bluenoser Mandriva 11 06-17-2004 11:47 PM

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

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