Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-10-2019, 06:16 AM
|
#1
|
Member
Registered: Nov 2007
Posts: 47
Rep:
|
NVIDIA GeForce MX150
1. Which driver should be installed in Ubuntu 18.04 for subject GPU?
2. Can one install a driver in advance eg. when preparing a full install on a usb3 ssd drive/flash?
Thks.
|
|
|
08-10-2019, 01:11 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,603
|
You can't preinstall a proprietary driver unless it sees the video card.
My advice is to preinstall nouveau, and install proprietary over it if you want to.
|
|
1 members found this post helpful.
|
08-11-2019, 07:49 AM
|
#3
|
Member
Registered: Nov 2007
Posts: 47
Original Poster
Rep:
|
Quote:
Originally Posted by business_kid
You can't preinstall a proprietary driver unless it sees the video card.
My advice is to preinstall nouveau, and install proprietary over it if you want to.
|
Copying from a recipe I found for graphics drivers installation, I submitted
Code:
sudo apt-add-repository ppa:graphics-drivers/ppa
sudo apt install nouveau
but got back "E: Unable to locate package nouveau".
Pls tell me where I went wrong. Thks.
|
|
|
08-11-2019, 08:11 AM
|
#4
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,428
|
|
|
|
08-12-2019, 08:27 AM
|
#5
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,522
|
Quote:
Originally Posted by vmsda
but got back "E: Unable to locate package nouveau".
Pls tell me where I went wrong. Thks.
|
The upstream default DDX for all non-antique NVidia GPUs is provided by the Xorg server package, not separately. It is named modesetting, and shows up in Xorg.0.log as MODESET(0) or modeset(0). Nothing is required in order for it to be utilized except to not have NVidia's proprietary drivers or any remnants of its installation installed, not have nouveau blacklisted, not have nomodeset or nouveau.modeset=0 included on kernel cmdline, and not have package xserver-xorg.video-nouveau installed. xserver-xorg-video-nouveau is old technology created via reverse engineering. MX150 I do not have, but modesetting works fine for all my PCIe NVidia GPU cards.
|
|
|
All times are GMT -5. The time now is 03:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|