LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-25-2005, 12:48 PM   #1
jawaking00
Member
 
Registered: Mar 2004
Posts: 54

Rep: Reputation: 15
Dual Monitors Different Resolutions


Hello,

I've just lately installed Ubuntu and am starting to use Linux again. I've tried many flavors of Linux in the past and each time I've run into some problem and ran out of time or got frustrated and went back to Windows. This time it's looking better though.

The problem I'm having, though, is getting Dual Monitors to work. I've got a GeForce 6600 GT and two CRT monitors. The problem is that my secondary monitor can't display resolutions above 800x600. In windows it's not a problem because I can set each monitor to a different resolution, and in the past I've been able to do it in Linux when I had a Radeon 9600 Pro card. But with the GeForce card I can't seem to get it to work.

I've tried making my xorg.conf video section look like this:

Code:
# 
# *********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   30-121
    VertRefresh 48-160
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Device configured by xf86config:
Section "Device"
    Identifier  "NVIDIA"
    Driver      "nvidia"     Not my exact driver, I'm at work and can't remember mine
    VideoRam 131072

EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen0"
    Device      "NVIDIA"
    Monitor     "My Monitor"
    DefaultDepth 24

    Option "NvAGP" "1" 
    Option "TwinView" "true"
    Option "SecondMonitorHorizSync" "30.0-121.0"
    Option "SecondMonitorVertRefresh" "48.0-160.0"
    Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1280x1024;"
    Option "TwinViewOrientation" "RightOf"
    Option "Xinerama" "on"
    Option "Clone" "off"
  
    Subsection "Display"
        Depth       8
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
    Identifier  "Layout"

    Screen 0 "Screen0" 0 0

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" 

EndSection
But then it just stretches the screen across the two monitors and sets the resolution on each to 1024x768. Plus it makes the backgroud look weird and and full screen games stratch across both, which is really annoying.

Now I know that with my Radeon card I could set up two separate screens, monitors and video devices. Allowing each screen to basically be a separate X instance. I can't seem to figure out how to do this with my GeForce. I can only find one PCI bus allocated to the GeForce and when I try to put 2 monitors and 2 screens in xorg.conf with each using the same device I still only get the main screen active.

Could anyone give me some pointers on how to get this to work? I would appreciate any help.
 
Old 07-25-2005, 01:42 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Well basically you'ce set every resolution to be 1280x1024, so change

Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1280x1024;"

to

Option "MetaModes" "1280x1024, 800x600"

As for the stretch this is Xinerama you must disable the xorg one for the nvidia one to work properly, to turn it on you need it in the server flags

Section "ServerFlags"
Option "Xinerama" "false"
EndSection

This may or may not work I currently don't have a second monitor to check.
 
  


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
duel monitors, different resolutions. Please help! Chypmunk Linux - Hardware 2 05-15-2016 08:43 AM
Setting up Dual Monitors on GeForce 6600GT dual DVI card. monkiidansu Linux - Hardware 1 09-29-2005 02:21 PM
Dual display with different resolutions astroboiii Linux - General 3 05-01-2005 02:27 PM
dual monitors, dual video cards, 1 X, 1 text 333333338 Linux - Hardware 0 04-17-2005 04:21 AM
Dual screens with different resolutions jawaking00 Mandriva 1 03-07-2004 03:58 PM

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

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