You are not logged in.

#1 2010-03-28 16:04:30

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Dual screens configuration

Hi.
My computer has two nvidia graphic cards. One of them is pci-express (no hdmi out) - the other one is the one integrated in the motherboard (hdmi out)

My idea, is having the main 21'' screen connected to the PCI-express vga port, and extending the desktop via the HDMI port of the internal screen to a 32'' screen.....
I have been trying with nvidia-settings and i got it to see gnome's login screen, but then, the system gets frozen when i log in...
Does anyone have the same configuration?
Im getting mad about this since i can configure it perfectly from windows, but linux still resistes


Anothe option would be using the nouveau driver instead of nvidia's open sorce one (discontinued, btw) should i start by here?

Thanks!!!

Offline

#2 2010-03-28 16:39:09

rebugger
Member
From: Germany
Registered: 2007-10-28
Posts: 229

Re: Dual screens configuration

So why dont you post some Xorg-logs and the xorg.conf?

Offline

#3 2010-03-28 20:25:21

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Dual screens configuration

OK, sorry, i was on a rush before.

I decided to stop using the open source nvidia drivers, because of the reason said before.... i think it would be an step back, and soon or late, i would have to make the step, so, i think the best moment is now.
Back to bussiness.
i followed arch's wiki for installing nouveau (http://wiki.archlinux.org/index.php/Nouveau), and i uninstalled both nvidia and nvidia-utils packages.
Then, i started arch in runlevel 3, and ran "Xorg --configure"
Im using now the resulting xorg.conf file (which i attach below" and i make it to log in to gnome....... the driver looks pretty much stable for general purposes, as far as i saw.....


Here is my current /etc/X11/xorg.conf - i did not touch anything still

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dbe"
    Load  "record"
    Load  "extmod"
    Load  "dri2"
    Load  "dri"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "EXAPixmaps"             # [<bool>]
    Identifier  "Card0"
    Driver      "nouveau"
    VendorName  "nVidia Corporation"
    BoardName   "C77 [GeForce 8300]"
    BusID       "PCI:2:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "EXAPixmaps"             # [<bool>]
    Identifier  "Card1"
    Driver      "nouveau"
    VendorName  "nVidia Corporation"
    BoardName   "G84 [GeForce 8600 GT]"
    BusID       "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Until now, the 21'' screen plugged into the Nvidia 8600GT pci express card works perfectly.
Now comes the second part:
The 32'' screen connected via HDMI to the Nvidia 8300 embeeded in my motherboard still displays nothing.

First thing i tryed to do is go to gnome's "System -> Preferences - Screen" - This only shows the 21'' screen, and even if i click on the "detect screens" button, i dont see the other 32'' screen anywhere...

I would appreciate any help you could provide.
Ask me ANY more info that you would need to have a look on this subject, please.

Thanks!!

Offline

#4 2010-03-31 17:53:30

Slurp53
Member
Registered: 2010-03-31
Posts: 20

Re: Dual screens configuration

Are you sure your 'BusID's are correct in the Device section?  Maybe try to configure them one at a time so your sure those values are correct.

Offline

#5 2010-03-31 21:52:38

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: Dual screens configuration

Finally i switched to the privative driver (downloaded from their page and so)... its note the best option, but it does what no other one did - easyly, i mean.

Thanks anyway!

Offline

Board footer

Powered by FluxBB