Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xinerama Woes...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
jsleeper
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2003
Posts: 75
Location: Virginia Beach, VA, US

PostPosted: Fri Jul 18, 2003 9:50 pm    Post subject: Xinerama Woes... Reply with quote

(Sorry if this is a dup, i couldn't find my situation)

Hello everyone,

I got the bug to go dual-monitor, so I went and got a cheap PCI nvidia driven card and hooked up my old IBM G70 17" monitor. It won't work!!! I can only get display out of main monitor. Could someone look over my configs and see what I am doing wrong (and yes xinerama is one of my use flags, i just installed this system fresh with it).

Here's the error:

Code:

(WW) NV: No Matching Device Section for instance (BusID PCI:2:3:0) found
(EE) Screen 1 deleted because of no matching config section.


Here's snip from XFree86 -scanpci -verbose:

Code:

(1:0:0) Unknown card (0x1545/0x020b) using a nVidia Corporation NV1DR [GeForce2 MX 100 DDR/200 DDR]
(2:3:0) Unknown card (0x1569/0x002c) using a nVidia Corporation NV6 [Vanta/Vanta LT]


Here's my XF86Config (with comments deleted):

Code:


Section "Module"

    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "speedo"

EndSection

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "ServerFlags"


EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "Keyboard"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "us"

EndSection

Section "InputDevice"

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons"

EndSection

Section "Monitor"

    Identifier  "My Monitor1"
    HorizSync   30-61
    VertRefresh 50-75
    Option   "dpms"
EndSection

Section "Monitor"
    Identifier   "My Monitor2"
    HorizSync   31-64
    VertRefresh   50-105
    Option   "dpms"
EndSection

Section "Device"
    Identifier  "flatpanel"
    Driver      "nv"
    BusId   "PCI:1:0:0"
    Screen   0
EndSection

Section "Device"
   Identifier   "ibmg70"
   Driver   "nv"
   BusId   "PCI:2:3:0"
   Screen   1
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "flatpanel"
    Monitor     "My Monitor1"
    DefaultDepth 24
       SubSection "Display"
         Depth   24
    Modes   "1024x768"
       EndSubSection
EndSection

Section "Screen"
    Identifier   "Second Screen"
    Device   "ibmg70"
    Monitor   "My Monitor2"
    DefaultDepth   24
      SubSection "Display"
        Depth 24
   Modes   "1024x768"
      EndSubSection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen 0 "Default Screen"
    Screen 1 "Second Screen" LeftOf "Default Screen"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option    "Xinerama"

EndSection



TIA if anyone can help.
joe
_________________
are sigs really usefull?
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Sat Jul 19, 2003 4:05 am    Post subject: Reply with quote

I have a similiar setup with 2 nvidia cards (GF3-Ti200 & GF4-MX-PCI)
The configuration is much the same as my working one. I'll give it another scan but I don't see anything wrong with it as is. Here's the relevant portion of my working config file. (Keep in mind you can use the nvidia driver on one but not both cards for some reason--the whole system freezes when started otherwise)

Code:
 

Section "ServerFlags"
 
        Option "Xinerama" "True"
...
EndSection
...

**********************************************************************
# Monitor section
**********************************************************************
 
# Any number of monitor sections may be present
Section "Monitor"
        Identifier "Vivi1776"
   Option "dpms"
        HorizSync 30-64
   VertRefresh 50-120
EndSection
 
Section "Monitor"
 
    Identifier  "P900"
    Option "dpms"
     

    HorizSync   30-107
     VertRefresh 48-120
     DisplaySize 357 277
     Gamma 0.581
 vendorname "[P900]"
modelname "[P900]"
ModeLine "1600x1200/85Hz" 220 1600 1616 1808 2080 1200 1204 1207 1244  +HSync +VSync
 EndSection
 # **********************************************************************
# Graphics device section
**********************************************************************

Section "Device"
    Identifier  "ti200"
   Driver      "nvidia"
   # Driver     "nvidia"
    BusID       "PCI:2:0:0"
    #Option "TwinView"
    #Option "SecondMonitorHorizSync" "30-68"
    #Option "SecondMonitorVertRefresh" "50-120"
    Option "NoLogo" "true"
    #Option "CursorShadow"      "1"
    #Option "CursorShadowAlpha" "150"
    #Option "CursorXOffset" "4"
    #Option "CursorYOffset" "2"
    #VideoRam    65536
    #Insert Clocks lines here if appropriate
    vendorname "nVidias"
    boardname "ti 200 (nv20)"
EndSection
 
Section "Device"
        Identifier "gf4pci"
        #Driver "nvidia"
   Driver "nv"
        Option "NoLogo" "true"
        BusID   "PCI:1:1:0"
        #Option "TwinView"
        #Option "SecondMonitorHorizSync" "30-107"
        #Option "SecondMonitorVertRefresh" "48-120"
        #Option "MetaModes" "1024x768,1600x1200;1024x768,1024x768;NULL,1600x1200; 1024x768 @1024x768, 1600x1200"
        #Option "ConnectedMonitor" "CRT, CRT"
EndSection
 
**********************************************************************
# Screen sections
**********************************************************************
Section "Screen"
        Identifier "Left"
        Device     "gf4pci"
        Monitor         "Vivi1776"
        DefaultDepth 24
        Subsection "Display"
                Depth       24
                #"1792x1344"
                Modes "1024x768"
           ViewPort    0 0
                #Virtual 0 0
        EndSubsection
EndSection
 
Section "Screen"
        Identifier "Right"
        Device "ti200"
        Monitor "P900"
        DefaultDepth 24
        Subsection "Display"
                Depth           24
                Modes           "1800x1440/70Hz" "1792x1344/75Hz" "1600x1200" "1024x768" "640x480"
                #Modes "1024x768"
                ViewPort 0 0
                #Virtual 0 0
        EndSubSection
EndSection
**********************************************************************
# ServerLayout sections.
**********************************************************************
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
 
# The Identifier line must be present
    Identifier  "Dual Monitor"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
 
    Screen 0 "Right" 0 0
    Screen 1 "Left" LeftOf "Right"
 
    InputDevice "MX700" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
 EndSection
Back to top
View user's profile Send private message
jsleeper
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2003
Posts: 75
Location: Virginia Beach, VA, US

PostPosted: Sat Jul 19, 2003 4:50 am    Post subject: Reply with quote

It seems that the only difference is that your xinerama=true is in the server flags section, mine is in the screen section (as per the directions i read)... I'll try moving that and see what it does tomorrow.

Thanks thadk
_________________
are sigs really usefull?
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Sat Jul 19, 2003 8:24 am    Post subject: Reply with quote

You have Screen 1/0 in the Device section as well. Might want to check those.
Back to top
View user's profile Send private message
jsleeper
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2003
Posts: 75
Location: Virginia Beach, VA, US

PostPosted: Sun Jul 20, 2003 1:48 am    Post subject: Reply with quote

The screens in the device sections was the problem... Didn't notice (it was in the directions I found on the internet to do that) that difference. Commented lines out, and up came X with both monitors!

Now I need to go get another samsung 151v flatpanel so that both monitors match...

Thanks again thadk! I owe you one.

joe
_________________
are sigs really usefull?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum