How to download all required Ubuntu drivers
Is there a package of Ubuntu drivers as driver pack solution? I tried to search for it, but I did not find it. If there is, how can I easily get it?
drivers ubuntu-drivers
add a comment |
Is there a package of Ubuntu drivers as driver pack solution? I tried to search for it, but I did not find it. If there is, how can I easily get it?
drivers ubuntu-drivers
"Driver packs" reminds me of driverpacks.net — but you don't need such a thing, the Linux kernel itself contains a set of well maintained drivers for almost everything.
– LiveWireBT
Jun 28 '15 at 3:31
add a comment |
Is there a package of Ubuntu drivers as driver pack solution? I tried to search for it, but I did not find it. If there is, how can I easily get it?
drivers ubuntu-drivers
Is there a package of Ubuntu drivers as driver pack solution? I tried to search for it, but I did not find it. If there is, how can I easily get it?
drivers ubuntu-drivers
drivers ubuntu-drivers
edited Jan 23 '15 at 9:23
karel
57.8k12128146
57.8k12128146
asked Oct 29 '14 at 19:34
Francisco KagomaFrancisco Kagoma
32112
32112
"Driver packs" reminds me of driverpacks.net — but you don't need such a thing, the Linux kernel itself contains a set of well maintained drivers for almost everything.
– LiveWireBT
Jun 28 '15 at 3:31
add a comment |
"Driver packs" reminds me of driverpacks.net — but you don't need such a thing, the Linux kernel itself contains a set of well maintained drivers for almost everything.
– LiveWireBT
Jun 28 '15 at 3:31
"Driver packs" reminds me of driverpacks.net — but you don't need such a thing, the Linux kernel itself contains a set of well maintained drivers for almost everything.
– LiveWireBT
Jun 28 '15 at 3:31
"Driver packs" reminds me of driverpacks.net — but you don't need such a thing, the Linux kernel itself contains a set of well maintained drivers for almost everything.
– LiveWireBT
Jun 28 '15 at 3:31
add a comment |
2 Answers
2
active
oldest
votes
In order to show all the proprietary drivers that are available to be installed from the Ubuntu Software Center and are compatible with your hardware, open the terminal and type:
ubuntu-drivers devices
Wait at least one minute for the command to scan your computer and generate the list of drivers. The output of this command will be a list of the package names and short descriptions of the available drivers. In addition to showing a list of the available drivers, the above command will often also identify the recommended proprietary driver(s) for your system.
If your computer has an Intel processor and it doesn't have a discrete graphics processor, then ubuntu-drivers devices
will not return results that show that a proprietary graphics card driver is available to be installed because the Intel graphics driver is built-in in Ubuntu.
If you visit the official AMD or NVIDIA websites you will often see that the latest version of the proprietary graphics driver for your GPU is a little bit more up-to-date than the version of the same graphics driver that is available from the default Ubuntu repositories. Don't worry about this, because if the difference between version numbers of the two proprietary graphics drivers is small, then you will get similar performance by using either of the two drivers. If you install a graphics driver from the default Ubuntu repositories, you will also get automatic updates to the driver which are sometimes linked to kernel updates.
add a comment |
Most drivers are included in Ubuntu. If you need to install proprietary drivers that can't be included in Ubuntu, then you can get them automatically from the Software & Updates application.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f543325%2fhow-to-download-all-required-ubuntu-drivers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In order to show all the proprietary drivers that are available to be installed from the Ubuntu Software Center and are compatible with your hardware, open the terminal and type:
ubuntu-drivers devices
Wait at least one minute for the command to scan your computer and generate the list of drivers. The output of this command will be a list of the package names and short descriptions of the available drivers. In addition to showing a list of the available drivers, the above command will often also identify the recommended proprietary driver(s) for your system.
If your computer has an Intel processor and it doesn't have a discrete graphics processor, then ubuntu-drivers devices
will not return results that show that a proprietary graphics card driver is available to be installed because the Intel graphics driver is built-in in Ubuntu.
If you visit the official AMD or NVIDIA websites you will often see that the latest version of the proprietary graphics driver for your GPU is a little bit more up-to-date than the version of the same graphics driver that is available from the default Ubuntu repositories. Don't worry about this, because if the difference between version numbers of the two proprietary graphics drivers is small, then you will get similar performance by using either of the two drivers. If you install a graphics driver from the default Ubuntu repositories, you will also get automatic updates to the driver which are sometimes linked to kernel updates.
add a comment |
In order to show all the proprietary drivers that are available to be installed from the Ubuntu Software Center and are compatible with your hardware, open the terminal and type:
ubuntu-drivers devices
Wait at least one minute for the command to scan your computer and generate the list of drivers. The output of this command will be a list of the package names and short descriptions of the available drivers. In addition to showing a list of the available drivers, the above command will often also identify the recommended proprietary driver(s) for your system.
If your computer has an Intel processor and it doesn't have a discrete graphics processor, then ubuntu-drivers devices
will not return results that show that a proprietary graphics card driver is available to be installed because the Intel graphics driver is built-in in Ubuntu.
If you visit the official AMD or NVIDIA websites you will often see that the latest version of the proprietary graphics driver for your GPU is a little bit more up-to-date than the version of the same graphics driver that is available from the default Ubuntu repositories. Don't worry about this, because if the difference between version numbers of the two proprietary graphics drivers is small, then you will get similar performance by using either of the two drivers. If you install a graphics driver from the default Ubuntu repositories, you will also get automatic updates to the driver which are sometimes linked to kernel updates.
add a comment |
In order to show all the proprietary drivers that are available to be installed from the Ubuntu Software Center and are compatible with your hardware, open the terminal and type:
ubuntu-drivers devices
Wait at least one minute for the command to scan your computer and generate the list of drivers. The output of this command will be a list of the package names and short descriptions of the available drivers. In addition to showing a list of the available drivers, the above command will often also identify the recommended proprietary driver(s) for your system.
If your computer has an Intel processor and it doesn't have a discrete graphics processor, then ubuntu-drivers devices
will not return results that show that a proprietary graphics card driver is available to be installed because the Intel graphics driver is built-in in Ubuntu.
If you visit the official AMD or NVIDIA websites you will often see that the latest version of the proprietary graphics driver for your GPU is a little bit more up-to-date than the version of the same graphics driver that is available from the default Ubuntu repositories. Don't worry about this, because if the difference between version numbers of the two proprietary graphics drivers is small, then you will get similar performance by using either of the two drivers. If you install a graphics driver from the default Ubuntu repositories, you will also get automatic updates to the driver which are sometimes linked to kernel updates.
In order to show all the proprietary drivers that are available to be installed from the Ubuntu Software Center and are compatible with your hardware, open the terminal and type:
ubuntu-drivers devices
Wait at least one minute for the command to scan your computer and generate the list of drivers. The output of this command will be a list of the package names and short descriptions of the available drivers. In addition to showing a list of the available drivers, the above command will often also identify the recommended proprietary driver(s) for your system.
If your computer has an Intel processor and it doesn't have a discrete graphics processor, then ubuntu-drivers devices
will not return results that show that a proprietary graphics card driver is available to be installed because the Intel graphics driver is built-in in Ubuntu.
If you visit the official AMD or NVIDIA websites you will often see that the latest version of the proprietary graphics driver for your GPU is a little bit more up-to-date than the version of the same graphics driver that is available from the default Ubuntu repositories. Don't worry about this, because if the difference between version numbers of the two proprietary graphics drivers is small, then you will get similar performance by using either of the two drivers. If you install a graphics driver from the default Ubuntu repositories, you will also get automatic updates to the driver which are sometimes linked to kernel updates.
edited Jan 8 at 4:09
answered Oct 29 '14 at 19:41
karelkarel
57.8k12128146
57.8k12128146
add a comment |
add a comment |
Most drivers are included in Ubuntu. If you need to install proprietary drivers that can't be included in Ubuntu, then you can get them automatically from the Software & Updates application.
add a comment |
Most drivers are included in Ubuntu. If you need to install proprietary drivers that can't be included in Ubuntu, then you can get them automatically from the Software & Updates application.
add a comment |
Most drivers are included in Ubuntu. If you need to install proprietary drivers that can't be included in Ubuntu, then you can get them automatically from the Software & Updates application.
Most drivers are included in Ubuntu. If you need to install proprietary drivers that can't be included in Ubuntu, then you can get them automatically from the Software & Updates application.
edited Dec 15 '17 at 3:03
karel
57.8k12128146
57.8k12128146
answered Oct 29 '14 at 19:40
Jo-Erlend SchinstadJo-Erlend Schinstad
26.4k556108
26.4k556108
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f543325%2fhow-to-download-all-required-ubuntu-drivers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
"Driver packs" reminds me of driverpacks.net — but you don't need such a thing, the Linux kernel itself contains a set of well maintained drivers for almost everything.
– LiveWireBT
Jun 28 '15 at 3:31