nVidia drivers (solved)

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

nVidia drivers (solved)

Postby jacex12 » May 22nd, '14, 00:15

Hello!
I'd like to try out Mageia, but there appears to be some problem with the nVidia properiaty driver. I believe that during the attempt of launching a live session, a faulty nVidia driver is matched for my device. The screen goes blank with few white pixels in random places. I have nVidia 710M which is officially listed as supported device for this driver (I'm using the latest nVidia driver on Win8.1, so the card is not faulty), but apparently the Unix version does not support it. After few tests I found out that the screen goes black in every attempt of running a live session of ANY Linux distro that contains a matching nVidia driver. Is there any way to run the session using the nouveau driver?
Last edited by jacex12 on May 22nd, '14, 20:54, edited 1 time in total.
jacex12
 
Posts: 6
Joined: May 21st, '14, 23:52

Re: nVidia drivers

Postby doktor5000 » May 22nd, '14, 09:31

Hi there :)

At first, which live media did you use exactly? For more information see https://wiki.mageia.org/en/Mageia_4_Err ... e_CD.2FDVD
in particular the last bullet points to force specific drivers or prevent them from loading.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: nVidia drivers

Postby jacex12 » May 22nd, '14, 18:38

I use Mageia 4 LiveDVD Gnome. I attempted to run the system with every driver while blacklisting the others, but the results were either a blank screen with random white pixels or a message "No screens found" from X server. I have 2 graphics cards: Intel HD Graphics 4000 and Nvidia Geforce 710M. Couldn't run it on any of them :/
jacex12
 
Posts: 6
Joined: May 21st, '14, 23:52

Re: nVidia drivers

Postby doktor5000 » May 22nd, '14, 18:45

Is this a laptop? If so, what make/model ist that? Does it have Nvidia Optimus, and is that enabled?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: nVidia drivers

Postby jacex12 » May 22nd, '14, 19:01

Yes, it's a laptop - Acer Aspire E1-571G (NX.M7CEP.012). It has Nvidia Optimus and it's enabled, but the Wiki configuration (rd.blacklist=nouveau rd.blacklist=nvidia xdriver=intel) doesn't work.
jacex12
 
Posts: 6
Joined: May 21st, '14, 23:52

Re: nVidia drivers

Postby Akien » May 22nd, '14, 19:23

You might have heard that for the last couple of years the Optimus technology hasn't been supported out of the box on Linux. So yes your nvidia card can't be used as is with any Linux distribution, Mageia included.

To make use of your nvidia card, you have to use the Bumblebee daemon. This software makes it possible to run programs with the nvidia card using "optirun <command>", for example "optirun firefox" to run Firefox with the nvidia GPU.
Bumblebee was not packaged properly at the time of Mageia 4's release, so it was not included in the repositories. You might find it in the "Backports Testing" repositories, enable either "Core Backports Testing" if you want to use the open-source nouveau driver, or both "Core Backports Testing" and "Nonfree Backports Testing" for the proprietary nvidia version.

I yet have to write a proper howto about installing Bumblebee.. You can find some information about which are the required packages here: https://ml.mageia.org/l/arc/discuss/201 ... 00109.html

Feel free to ask again here for more guidance if you need some.
Image
Co-leader of Mageia's packaging and development team (dev).
List of packages I maintain.
User avatar
Akien
 
Posts: 171
Joined: Jun 5th, '11, 22:54
Location: Brunswick, Germany

Re: nVidia drivers

Postby jacex12 » May 22nd, '14, 19:30

I don't necessarily want it to use my Nvidia card, I just want it to run (every distro that doesn't have nvidia driver works fine on my Intel GPU).
jacex12
 
Posts: 6
Joined: May 21st, '14, 23:52

Re: nVidia drivers

Postby doktor5000 » May 22nd, '14, 19:40

jacex12 wrote:It has Nvidia Optimus and it's enabled, but the Wiki configuration (rd.blacklist=nouveau rd.blacklist=nvidia xdriver=intel) doesn't work.

Doesn't work means what exactly? Apart from that, this is only one proposal - it tries to blacklist nouveau and nvidia drivers, and tries to use the intel X driver - which is not what you want, and which may not work at all related to your BIOS settings.

What you should try:
Code: Select all
xdriver=nouveau
rd.blacklist=nvidia xdriver=nouveau
rd.blacklist=intel rd.blacklist=nvidia xdriver=nouveau
xdriver=intel

Or something along those lines ...


@Akien: This is about booting from live media, bumblebee installation/configuration is not possible there ;)
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: nVidia drivers

Postby jacex12 » May 22nd, '14, 19:42

The Wiki configuration gave me 2 errors: "No screens found" and "'i915': No such device found". I'll try the ones you proposed and update.
Okay, adding just the silly "xserver=intel" makes it work, funny I didn't think of that, anyways thanks a lot for your help!
*also had to do [Ctrl]+[Alt]+2x [BS], because the screen goes blank anyways
Last edited by jacex12 on May 22nd, '14, 20:01, edited 3 times in total.
jacex12
 
Posts: 6
Joined: May 21st, '14, 23:52

Re: nVidia drivers

Postby doktor5000 » May 22nd, '14, 19:57

Well, if you try to force the system to use the intel driver, but the intel driver doesn't detect a usable device, there's no graphics driver at all ;)

Please provide feedback so we can update the wiki and augment the existing instructions.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: nVidia drivers

Postby jacex12 » May 22nd, '14, 19:59

Updated previous post ^
jacex12
 
Posts: 6
Joined: May 21st, '14, 23:52

Re: nVidia drivers

Postby doktor5000 » May 22nd, '14, 20:50

Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest