Fedora Linux Support Community & Resources Center
  #1  
Old 2nd June 2011, 06:56 PM
mrod75 Offline
Registered User
 
Join Date: May 2005
Posts: 6
linuxfirefox
Gnome 3 Fedora 15 Nvidia Multiple Monitors

Anyone have a multi-card, multidisplay setup working with gnome 3 and Fedora 15?

I have two nvidia 9500GT cards driving 4 monitors (2 per card) using the proprietary nvidia drivers (270.41.19) The setup had been working fine with the previous version of Gnome and Fedora 14. I was using xinerama to have one large desktop spanning 4 screens. No problems until I upgraded. KDE works after configuring using nvidia-settings, however gnome 3 is not useable. I get two screens black (but with mouse pointers when I move the mouse) and the right two screens with the background but the activities corner in the right hand side of the right most screen, rendering it useless.

Any ideas????
Attached Thumbnails
Click image for larger version

Name:	Screenshot-1.png
Views:	813
Size:	43.6 KB
ID:	21179  
Attached Files
File Type: conf xorg.conf (3.1 KB, 377 views)
Reply With Quote
  #2  
Old 2nd June 2011, 07:53 PM
fpmurphy Offline
Registered User
 
Join Date: May 2009
Location: /dev/ph
Posts: 308
windows_7firefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

Quote:
the right two screens with the background but the activities corner in the right hand side of the right most screen, rendering it useless.
That is the way GNOME shell was designed i.e. to have a single Activities button/Hot corner on the primary monitor. See the _relayout() function in main.js for the algorithm.
Reply With Quote
  #3  
Old 2nd June 2011, 08:39 PM
mrod75 Offline
Registered User
 
Join Date: May 2005
Posts: 6
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

Thanks for replying. That part I understand it's just that it shows up on the right hand edge of furthest screen to the right so that when it expands I can't see but a slither of it. I tried changing the primary screens but to no avail.
Reply With Quote
  #4  
Old 3rd June 2011, 08:41 AM
GregWildman Offline
Registered User
 
Join Date: Jun 2011
Posts: 2
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

Quote:
Originally Posted by mrod75 View Post
Anyone have a multi-card, multidisplay setup working with gnome 3 and Fedora 15?

I have two nvidia 9500GT cards driving 4 monitors (2 per card) using the proprietary nvidia drivers (270.41.19) The setup had been working fine with the previous version of Gnome and Fedora 14. I was using xinerama to have one large desktop spanning 4 screens. No problems until I upgraded.
Same problem with my setup although I am using 3 monitors. I have X working correctly using Xinerama but GNOME3 will only run in 'Fallback' mode. I don't think GNOME3 works with multiple graphics cards very well yet. If I change my setup to only use the two monitors on one card then GNOME3 works perfectly.

I took a look at the xorg.conf you attached and it is only configured for two screens. This might be your current problem. I have attached the 3 config files I put in /etc/X11/xorg.conf.d for my setup. This might help you.

I have 2 cards, 8600GT + 9500GT. Two monitors on the 8600GT (Middle and Right) and one on the 9500GT (Left). I remove the /etc/X11/xorg.conf file created by the rpmfusion nvidia package and use the defaults with my specifics in /etc/X11/xorg.conf.d

lspci output:
Code:
02:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9500 GT] (rev a1)
03:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600 GT] (rev a1)
From /var/log/Xorg.0.log
Code:
[    35.012] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun  2 16:19:23 2011
[    35.026] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    35.026] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    35.027] (==) ServerLayout "Greg's Triple Head"
[    35.027] (**) |-->Screen "Middle" (0)
[    35.027] (**) |   |-->Monitor "LA2405wg"
[    35.028] (**) |   |-->Device "8600GT-port1"
[    35.028] (**) |-->Screen "Right" (1)
[    35.028] (**) |   |-->Monitor "LA2405wg"
[    35.028] (**) |   |-->Device "8600GT-port2"
[    35.028] (**) |-->Screen "Left" (2)
[    35.028] (**) |   |-->Monitor "LA2405wg"
[    35.028] (**) |   |-->Device "9500GT-port1"
[    35.028] (**) Option "Xinerama" "on"
[    35.028] (**) Option "AIGLX" "on"
[    35.029] (==) Automatically adding devices
[    35.029] (==) Automatically enabling devices
[    35.030] (**) Xinerama: enabled

...

[    36.287] (--) NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:3:0:0
[    36.288] (--) NVIDIA(0):     HP LA2405 (DFP-0)
[    36.288] (--) NVIDIA(0):     HP LA2405 (DFP-1)

...

[    40.197] (--) NVIDIA(2): Connected display device(s) on GeForce 9500 GT at PCI:2:0:0
[    40.197] (--) NVIDIA(2):     HP LA2405 (DFP-0)
Attached Files
File Type: conf 80-greg-triple-devices.conf (1.2 KB, 378 views)
File Type: conf 80-greg-triple-layout.conf (436 Bytes, 288 views)
File Type: conf 80-greg-triple-screens.conf (911 Bytes, 329 views)
Reply With Quote
  #5  
Old 3rd June 2011, 06:08 PM
mrod75 Offline
Registered User
 
Join Date: May 2005
Posts: 6
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

I agree that the xorg.conf looked funny. That's what was produced by the nvidia-settings application. I made my own up that seems to make sense. So far this "works" but I believe I am in fallback mode. System Monitor info claims Gnome 3.0.1 but when I logged in as another user I got the fallback mode notification.

Attached is my Xorg.0.log and nothing seems violently wrong. There is a warning about Xinerama and RandR has likely been disabled by the X server.

Not sure what to do next.
Attached Files
File Type: conf xorg.conf (3.6 KB, 623 views)
File Type: log Xorg.0.log (30.0 KB, 125 views)
Reply With Quote
  #6  
Old 4th June 2011, 01:09 PM
Nick Name Offline
Registered User
 
Join Date: Mar 2010
Location: Germany
Posts: 13
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

Same problem here. Unfortunately does Fedora switch the display setup by connecting the secondary display, so I have no chance to do some fixing. I could solve it for now, if I switch to a lower resolution, for me the lowest, before plugging the display. The desktop would now be extended to the new display by connecting the cable and I can setup my preferred settings.
Reply With Quote
  #7  
Old 29th June 2011, 01:16 AM
pmcevoy Offline
Registered User
 
Join Date: May 2005
Posts: 5
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

I have installed Fedora 15 and am able to get two monitors working with no problem using Nouveau with a NVidia Quadro NVS 290 card. I have Fedora 15 installed on another machine with a NVidia Quadro NVS 450 card and I am trying to get the desktop to span across 3 monitors which worked in Fedora 14. Since Nouveau seems to only handle two monitors I installed the NVidia drivers from rpmfusion. Using nvidia-config I am able to set one monitor up as one x server and use twinview (xinerama) to link the other two monitors as another x server. When I boot the computer the login screen comes up on the primary monitor and the other two are filled in with the Fedora 15 background but at a different resolution (monitors are the same hardware). When I login the gnome-panel aborts and I just have the background and the cursor. I was getting the SELinux issue mentioned here https://bugzilla.redhat.com/show_bug.cgi?id=694918 so I disabled SELinux and relabelled the filesystem. Problem still persists.

Is it possible to use three monitors with Gnome 3? and the NVidia Quadro NVS 450?

Thanks,

Patrick
Reply With Quote
  #8  
Old 30th June 2011, 10:04 PM
pmcevoy Offline
Registered User
 
Join Date: May 2005
Posts: 5
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

I was able to get gnome shell working with two monitors and a NVidia Quadro NVS 450 graphics card with some minor adjustments. I have the nvidia drivers installed from RPMFusion and using the NV Forum as reference I added the following to xorg.conf:

Section "Files"
ModulePath "/usr/lib64/xorg/modules"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
EndSection

and ensured that the NVidia GLX file was being used by renaming the xorg libglx.so file:

mv /usr/lib64/xorg/modules/extensions/libglx.so /usr/lib64/xorg/modules/extensions /libglx.so.xorg

This forced the use of /usr/lib64/xorg/modules/extensions/nvidia/libglx.so for GLX.

I am not using Xinerama. I am using TwinView.

When I try to add a third monitor I must configure it to use another xserver. When I do this all three monitors show the Fedora 15 background but they all have difference resolutions. When I try to login the two monitors using twinview go black and a message pops up saying:

Oh no! Something has gone wrong.
A problem has occurred and the system can't recover.
Please log out and try again.
Button:Log Out

Is there a way to get more than two monitors to work with gnome 3 and gnome shell?

Thanks,

Patrick
Reply With Quote
  #9  
Old 20th July 2011, 12:00 AM
JTolliver Offline
Registered User
 
Join Date: Jul 2011
Posts: 5
windows_7chrome
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

I am having the same problem as almost everyone else with a nvidia card running multiple monitors, it seems. I have a nvidia GeForce Go 7600 and was trying to use just two monitors on separate x screens. The screen appears to be working fine, having a background image displayed. But when I go to log in I get the broad, dumbed down, "oh no! something has gone wrong." trying to log in doesn't help at all.

Maybe I should switch to nouveau?

Gnome 3 is a fail, what were they thinking?
Reply With Quote
  #10  
Old 22nd July 2011, 08:32 AM
mortilla Offline
Registered User
 
Join Date: Feb 2007
Posts: 31
linuxfedorafirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

any luck with new 275.21 drivers and separate x screens?

no, still not work

Last edited by mortilla; 22nd July 2011 at 07:59 PM.
Reply With Quote
  #11  
Old 26th August 2011, 08:31 PM
wildhostile Offline
Registered User
 
Join Date: Aug 2009
Location: 972 FWI
Posts: 1
linuxchrome
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

- remove the nvidia driver:
Code:
yum remove kmod-nvidia* kmod-nvidia-2.6.*.fc15.x86_64 akmod-nvidia
- install it another time:
Code:
yum install kmod-nvidia-2.6.*.fc15.x86_64
and
Code:
reboot
- launch nvidia-settings
Code:
su
nvidia-settings
- configure your screens with twinview and save the configuration file (xorg.conf)

- now reedit this xorg.conf to remove the""Section "File"" part.
Code:
su
gedit /etc/X11/xorg.conf
Save it and reboot.
Reply With Quote
  #12  
Old 4th November 2011, 09:23 PM
ddutch Offline
Registered User
 
Join Date: Nov 2011
Posts: 1
windows_7chrome
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

I'm resurrecting this older thread because it seems a resolution other than some steps (which weren't validated) were posted and Google is returning this when searching for "Fedora 15 multiple monitors gnome 3" as the #1 result.

What is the status on this? Has anyone tried those steps?
Reply With Quote
  #13  
Old 5th November 2011, 09:51 AM
mortilla Offline
Registered User
 
Join Date: Feb 2007
Posts: 31
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

TwinView mode indeed works with latest nvidia drivers. Unfortunately, this mode is unusable if your display devices have different refresh rate (this is common for Monitor+TV tandem) because of noticeable "tearing" glitch on second display (say TV).
Separate screens mode with nvidia drivers is not supported and unlikely if will be supported any soon (incompatibility between Gnome 3 rendering and nvidia drivers).
Reply With Quote
  #14  
Old 1st January 2012, 02:14 PM
GregWildman Offline
Registered User
 
Join Date: Jun 2011
Posts: 2
linuxfirefox
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

Quote:
Originally Posted by ddutch View Post
I'm resurrecting this older thread because it seems a resolution other than some steps (which weren't validated) were posted and Google is returning this when searching for "Fedora 15 multiple monitors gnome 3" as the #1 result.

What is the status on this? Has anyone tried those steps?
Sadly it looks like the standard Gnome 3 experience is still not workng for multiple cards.

I have installed F16 (Gnome 3.2.1) and can only use the Gnome desktop in fallback mode (screenshots attached).

If I try use Gnome 3 in standard mode then the background is displayed on all three monitors but nothing else. I can login by typing <Enter>, my user password and then <Enter> again. A process list shows all of my autostart apps running but nothing is displayed on the desktop except my two gkrellms.

If I change my Xorg config to only use two screens (on same card) then the standard mode works without any problems.

I will do some more digging to see what exactly is tripping Gnome 3 up with regards to multiple cards. Will report back here what I find.
Attached Thumbnails
Click image for larger version

Name:	fallback_mode.jpg
Views:	364
Size:	38.4 KB
ID:	22424   Click image for larger version

Name:	System Info.png
Views:	238
Size:	30.4 KB
ID:	22425  
Reply With Quote
  #15  
Old 15th January 2012, 05:14 AM
HaraldRudell Offline
Registered User
 
Join Date: Jan 2012
Location: sf
Posts: 2
linuxchrome
Re: Gnome 3 Fedora 15 Nvidia Multiple Monitors

Apparently Gnome 3 seems to take issue with multiple gpu, nVidia multi-GPU.

Gnome-shell crashes on launch
https://bugzilla.gnome.org/show_bug.cgi?id=667333
and
https://bugs.launchpad.net/ubuntu/+s...ll/+bug/913480

---------- Post added at 09:14 PM ---------- Previous post was at 09:13 PM ----------

unity does not work
https://bugs.launchpad.net/ubuntu/+s...ty/+bug/889559

---------- Post added at 09:14 PM ---------- Previous post was at 09:14 PM ----------

nVidia help!
http://nvidia.custhelp.com/app/accou...il/i_id/394924

---------- Post added at 09:14 PM ---------- Previous post was at 09:14 PM ----------

nouveau crashes
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/889538
Reply With Quote
Reply

Tags
fedora 15, gnome 3, multiple monitors, nvidia.mult-display

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 12 and multiple monitors wlmost Using Fedora 1 13th January 2010 04:54 PM
Ati Radeon, Compiz, Fedora 11 and multiple monitors UserXYZ Using Fedora 0 24th December 2009 11:47 AM
Multiple Monitors on Multiple Machines over Network (Powerwall Help!) Swimbaby Using Fedora 1 31st January 2008 06:37 PM
How To Configure Multiple Monitors on Nvidia Quadro NVS 280 PCI-E elvenkind Using Fedora 3 21st November 2004 06:55 PM
Multiple Monitors/Desktops on multiple machines lowpis Installation and Live Media 0 18th July 2004 05:56 PM


Current GMT-time: 03:12 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat