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 05-23-2005, 02:14 PM   #1
steefje
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: debian
Posts: 46

Rep: Reputation: 15
Unhappy Q: Nvidia Gnome Dualscreen Xinerama => clones instead of stretched desktop ???


hi, i have an nvidia geforce 6800le card, and i'm trying to get my second monitor working with Xinerama, problem is, i think i've configured everything right, yet when i startx the second monitor just is a CLONE of the primary one
here 's my XF86Config

Code:
Section "Device"
        Identifier      "Card0"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Screen 0
        #Option "TwinView" "1"
        Option "NoLogo" "true"
        Option "Clone" "off"
        #Option "TwinViewOrientation" "RightOf"
        #Option "MetaModes" "1280x1024,1024x768; 1280x1024,800x600"
        Option "RenderAccel"
EndSection

Section "Device"
        Identifier      "Card1"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Screen 1
        #Option "TwinView" "1"
        Option "NoLogo" "true"
        #Option "SecondMonitorHorizSync" "UseEdidFreqs"
        #Option "SecondMonitorVertRefresh" "UseEdidFreqs"
        #Option "TwinViewOrientation" "RightOf"
        #Option "MetaModes" "1280x1024,1024x768; 1280x1024,800x600"
        Option "RenderAccel"
EndSection


Section "Monitor"
        Identifier      "lcd"
        HorizSync       31.5-82
        VertRefresh     50-100
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "crt"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen 0"
        Device          "Card0"
        Monitor         "lcd"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "800x600" "640x480"
        EndSubSection
EndSection



Section "Screen"
        Identifier      "Screen 1"
        Device          "Card1"
        Monitor         "crt"
        DefaultDepth    24
        SubSection "Display"
                 Depth           1
                 Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                 Depth           4
                 Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                 Depth           8
                 Modes           "1024x768" "800x600" "640x480"
         EndSubSection
         SubSection "Display"
                 Depth           15
                 Modes           "1024x768" "800x600" "640x480"
         EndSubSection
         SubSection "Display"
                 Depth           16
                 Modes           "1024x768" "800x600" "640x480"
         EndSubSection
         SubSection "Display"
                 Depth           24
                 Modes           "1024x768" "800x600" "640x480"
         EndSubSection
EndSection


EndSection Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen 0"
        Screen          "Screen 1" RightOf "Screen0"
        Option          "Clone" "off"
        Option          "Xinerama" "on"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
 
Old 05-23-2005, 02:24 PM   #2
steefje
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: debian
Posts: 46

Original Poster
Rep: Reputation: 15
Correction , i found out the problem => see the typo "Screen0 instead of "Screen " :s

yet now i have another problem, i can't get my second monitor to anything higher than 640*480 though it can do 1024*768

does anyone have a clue why ?
 
Old 05-25-2005, 09:10 AM   #3
andermic
LQ Newbie
 
Registered: Oct 2003
Location: Wisconsin
Distribution: Slackware
Posts: 6

Rep: Reputation: 0
I think it might have something to do with you using Xinerama and Twinview. Here is all I added to my xorg.conf to make it work.

Section "Device"

Identifier "Nvidia 6800 GT"
Driver "nvidia"
Option "RenderAccel" "true"
Option "NvAgp" "1"
Option "TwinView" "True"
Option "SecondMonitorHorizSync" "30-80"
Option "SecondMonitorVertRefresh" "60,75"
Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1280x1024;"
Option "TwinViewOrientation" "LeftOf"
Option "Xinerama" "on"

EndSection

The nvidia docs have a lot of information in them also.
 
  


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
gnome panel placement with dualscreen setup pda Linux - General 1 06-29-2005 09:19 AM
Xinerama/nVidia GeForce FX 5200 clearer Fedora 10 02-23-2005 04:11 PM
Xinerama + Nvidia 6800 + Voodoo 3 Namaseit Slackware 7 01-28-2005 08:08 PM
ATI Big Desktop, maximizing, and Xinerama drakethegreat Slackware 2 10-24-2004 07:08 PM
xinerama and nvidia geforce go JoeyJoeJo Linux - Laptop and Netbook 1 07-31-2003 05:46 PM

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

All times are GMT -5. The time now is 04:10 PM.

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