Date: Thu, 7 Apr 2016 19:30:35 +0200 From: maxnix <maxnix.bsd@gmail.com> To: Vikash Badal <vikashb@where-ever.za.net> Cc: freebsd-questions@freebsd.org, emulation@FreeBSD.org Subject: Re: building linux ports with x11/nvidia-driver-340 instead of x11/nvidia-driver Message-ID: <20160407193035.123cc810@max-BSD> In-Reply-To: <570668FB.1010308@where-ever.za.net> References: <570668FB.1010308@where-ever.za.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Il giorno Thu, 7 Apr 2016 16:04:43 +0200 Vikash Badal <vikashb@where-ever.za.net> ha scritto: > Greetings > > can anyone assist ? > > I am trying to build the following ports using x11/nvidia-driver-340 > instead of x11-nvidia-driver : > emulators/linux-c6 > x11-toolkits/linux-c6-qt47-x11 > graphics/linux-c6-glx-utils > net-im/skype4 > > > Is the a knob that i can add to allow me to use the older driver ? > > Thanks > Vikash > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Look at the Freshports page for net-im/linux-c6: https://www.freshports.org/emulators/linux-c6/ In the "Configuration Options" section there is NVIDIA_GL=off: libGL support via nvidia-driver that is the default. Set this to NVIDIA_GL=on to add support with the nvidia driver. (Note: net-im/linux-c6 is a meta-port, that is a collection of many other single ports grouped together; so if you choose to compile net-im/linux-c6 with NVIDIA_GL=on, all these ports will be compiled with this option enabled). For net-im/skype4 there is no such option like this, but, apart that, the port is marked as Broken (https://www.freshports.org/faq.php#broken), so it will not compile anyway. You can use net-im/skype instead, that has the NVIDIA_GL switch too. Maxnix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160407193035.123cc810>