* multiple X displays and nvidia @ 2004-04-06 9:35 Andrew Langdon-Davies 2004-04-07 4:02 ` Beolach 0 siblings, 1 reply; 3+ messages in thread From: Andrew Langdon-Davies @ 2004-04-06 9:35 UTC (permalink / raw) To: linux-newbie PII 266 Mandrake-9.2. Icewm 1.2.13pre3. XDM. XFree86 4.3. This machine also has (or rather, HAD) an X display exported from: PIV 1.8 G Mandrake-9.2. GDM. XFree86 4.3. (Started from inittab). The PII has a dual monitor display using Xinerama. Both video cards used the nv driver. Since installing nvidia drivers, only the remote display from the PIV starts. Commenting out the line in inittab allows the local display to start, after which trying to start the remote display from the command line fails. In both cases, the error message in XFree86.0.log or XFree86.1.log is: (EE) NVIDIA(0): Failed to allocate external video decoder object (EE) NVIDIA(0): *** Aborting *** Fatal server error: AddScreen/ScreenInit failed for driver 0 Any ideas anyone? TIA Andrew - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: multiple X displays and nvidia 2004-04-06 9:35 multiple X displays and nvidia Andrew Langdon-Davies @ 2004-04-07 4:02 ` Beolach 2004-04-07 8:03 ` Andrew Langdon-Davies 0 siblings, 1 reply; 3+ messages in thread From: Beolach @ 2004-04-07 4:02 UTC (permalink / raw) To: Andrew Langdon-Davies; +Cc: linux-newbie -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I want to rephrase your description, just to make sure I understand your issue correctly. On your PII machine you have a nVidia graphics card with dual-head, connected to two monitors; configured using Xinerama. One of the monitors was set to display a local X screen, and the other was set to display an X screen exported from your PIV machine. After switching from the xfree86 nv driver to nVidia's propriatary nvidia driver, you are able to start X on one display, but trying to start on the second fails. Assuming I understood your problem correctly, this is probably caused by some issue's the nvidia driver has with Xinerama. The nvidia driver provides what it calls 'TwinView', where multiple monitors are treated as a single X screen; so as far as the actual X server is concerned, it is the same as having one monitor. Where you wanted the two monitors to use seperate X screens, one local and one remote, you actually don't want to use TwinView. My best guess for why you are having this problem is because the nvidia driver's TwinView sometimes conflicts with some Xinerama configurations. I think you should be able to edit your XF86Config file so that everything works with the nvidia driver, but it might be easier to just use the nv driver (unless you need OpenGL or other hardware acceleration). If you do want to try to thrash out a working configuration w/ the nvidia drivers, try reading through the README included with the nvidia driver (available online at: <ftp://download.nvidia.com/XFree86/Linux-x86/1.0-5336/README>), especially Appendix R (app-r). Another place you might find some answers is at nVidia's Linux Driver Forums; either in some previous post or by starting a new thread for your particual issue. The nVidia forum is at: <http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14>. HTH, Conway S. Smith Andrew Langdon-Davies wrote: > PII 266 Mandrake-9.2. Icewm 1.2.13pre3. XDM. XFree86 4.3. > This machine also has (or rather, HAD) an X display exported from: > PIV 1.8 G Mandrake-9.2. GDM. XFree86 4.3. (Started from inittab). > The PII has a dual monitor display using Xinerama. Both video cards used > the nv driver. Since installing nvidia drivers, only the remote display > from the PIV starts. Commenting out the line in inittab allows the local > display to start, after which trying to start the remote display from > the command line fails. In both cases, the error message in > XFree86.0.log or XFree86.1.log is: > > (EE) NVIDIA(0): Failed to allocate external video decoder object > (EE) NVIDIA(0): *** Aborting *** > > Fatal server error: > AddScreen/ScreenInit failed for driver 0 > > Any ideas anyone? > TIA > Andrew > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAc305GL3AU+cCPDERAuYFAJ494veCh5wB9k4agyDfeIjWt/TptACeINhR Ml7djz1YNLA09liOGqyUtnw= =5VXB -----END PGP SIGNATURE----- - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: multiple X displays and nvidia 2004-04-07 4:02 ` Beolach @ 2004-04-07 8:03 ` Andrew Langdon-Davies 0 siblings, 0 replies; 3+ messages in thread From: Andrew Langdon-Davies @ 2004-04-07 8:03 UTC (permalink / raw) To: Beolach, linux-newbie Beolach wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I want to rephrase your description, just to make sure I understand your > issue correctly. On your PII machine you have a nVidia graphics card > with dual-head, connected to two monitors; configured using Xinerama. > One of the monitors was set to display a local X screen, and the other > was set to display an X screen exported from your PIV machine. After > switching from the xfree86 nv driver to nVidia's propriatary nvidia > driver, you are able to start X on one display, but trying to start on > the second fails. No. I'm sorry, I didn't describe it too well. PII has two nVidia cards, one for each monitor. Spread across the two monitors is the display running locally. Switching to vt08 (Alt+ F8) I get the display which is running on the PIV. This works fine with the nv driver, but not with nVidia's proprietary nvidia driver. The error message again is (EE) NVIDIA(0): Failed to allocate external video decoder object (EE) NVIDIA(0): *** Aborting *** Fatal server error: AddScreen/ScreenInit failed for driver 0 So far as I could make it out, it's not related to the 'Twinview' feature. Actually I can't see anything in the README that relates to it. I think you're right that the nvidia forum might be more appropriate for this question, but I just thought I'd try here first. Thanks for your time. Andrew - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-07 8:03 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-04-06 9:35 multiple X displays and nvidia Andrew Langdon-Davies 2004-04-07 4:02 ` Beolach 2004-04-07 8:03 ` Andrew Langdon-Davies
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox