Jump to content

TwinView and DVI + RGB problem


mikeoneil
 Share

Recommended Posts

I have an Nvidia G4 ti4200 which has 1 DVI and 1 RGB output. The driver is the last but one, ie. 4349. I used to have my LCD screen connected to the DVI and all was fine.

Now I want to add a second LCD to the RGB port and use TwinView.

After many hours editing XConfig-4 I can only conclude that TwinView only allows two RGB connections and not 1 DVI / 1RGB.

I can only get a twinview working if I add "ConnectedMonitor" "CRT, CRT" to the config file. If I try "DFP" X crashes on startup. Other times I've had only the 'second' monitor working. How does X know which port of the graphic card is the main monitor and which is the second?

 

Can I use the DVI connection on the main monitor whilst using TwinView?

Mike

Link to comment
Share on other sites

check out this file:

/usr/share/doc/NVIDIA_GLX-1.0/README

 

it has a lot of info on twnview and just using the nvidia drivers and setting up your XF86Config in general. I don't know the exact answer to your problem, but posting your current /etc/XF86Config-4 may be helpful :)

Link to comment
Share on other sites

check out this file:

/usr/share/doc/NVIDIA_GLX-1.0/README

 

I have this file in printed form and have been all the way through it. It was a great help (along with Dolsons tutorial, thanks!) in getting as far as I have. I have a fully working twinview setup with two RGB screens. My main screen, on its own, worked using the DVI input. So far, I have been unable to get it to work on DVI with twinview enabled. The second screen is RGB only and a different resolution.

 

Here is the relevant part of my XConfig-4 file

Section "Monitor"

   Identifier "monitor1"

   VendorName "Plug'n Play"

   HorizSync 30-82

   VertRefresh 50-85



   # Sony Vaio C1(X,XS,VE,VN)?

   # 1024x480 @ 85.6 Hz, 48 kHz hsync

   ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync



   # TV fullscreen mode or DVD fullscreen output.

   # 768x576 @ 79 Hz, 50 kHz hsync

   ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630



   # 768x576 @ 100 Hz, 61.6 kHz hsync

   ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

EndSection



Section "Device"

   Identifier "device1"

   VendorName "NVidia"

   BoardName "NVIDIA GeForce4 (generic)"

   Driver "nvidia"

   Option "DPMS"

   Option "ConnectedMonitor" "CRT, CRT"

   Option "TwinView"

   Option "SecondMonitorHorizSync" "30-60"

   Option "SecondMonitorVertRefresh" "57-75"

   Option "TwinViewOrientation" "RightOf"

   Option "MetaModes" "1280x1024 @1280x1024, 1024x768 @1280x1024"



EndSection



Section "Screen"

   Identifier "screen1"

   Device "device1"

   Monitor "monitor1"

   DefaultColorDepth 24



   Subsection "Display"

       Depth 8

       Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

   EndSubsection



   Subsection "Display"

       Depth 15

       Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

   EndSubsection



   Subsection "Display"

       Depth 16

       Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

   EndSubsection



   Subsection "Display"

       Depth 24

       Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

   EndSubsection

EndSection



Section "ServerLayout"

   Identifier "layout1"

   InputDevice "Keyboard1" "CoreKeyboard"

   InputDevice "Mouse1" "CorePointer"

   Screen "screen1"

EndSection

 

Without the line "ConnectedMonitor", X crashes as it does with anything except CRT, CRT. The error was something about screen not usable.

Hopefully someone can help!?

Mike

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...