How to switch graphics (Intel + AMD? Ubuntu 19.04No WiFi, Ubuntu 13.04 64 bit, notebook Asus X75VDCan't...
Mistake in years of experience in resume?
Phrase for the opposite of "foolproof"
On The Origin of Dissonant Chords
How do I reattach a shelf to the wall when it ripped out of the wall?
Is Diceware more secure than a long passphrase?
Can someone publish a story that happened to you?
"The cow" OR "a cow" OR "cows" in this context
How to fry ground beef so it is well-browned
What happens to Mjolnir (Thor's hammer) at the end of Endgame?
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
Elements other than carbon that can form many different compounds by bonding to themselves?
Can SQL Server create collisions in system generated constraint names?
Could the terminal length of components like resistors be reduced?
Why does Mind Blank stop the Feeblemind spell?
Pulling the rope with one hand is as heavy as with two hands?
Was there a shared-world project before "Thieves World"?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
What happened to Captain America in Endgame?
A strange hotel
Critique of timeline aesthetic
How do I check if a string is entirely made of the same substring?
Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?
Check if a string is entirely made of the same substring
How can I practically buy stocks?
How to switch graphics (Intel + AMD? Ubuntu 19.04
No WiFi, Ubuntu 13.04 64 bit, notebook Asus X75VDCan't install nvidia drivers on a 2 card laptop for xubuntu 14.04monitor resolution reseted after reboot (one monitor)Ubuntu 15.10 Release fglrx issueUbuntu images showing very weird16.04 change from Intel HD Graphics to RadeonAFTER DISABILING SECURE BOOT FOR “WIFI NOT WORKING”Is there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?Ubuntu with AMD Topaz XT Radeon R7 does not wake up after suspendHow do I configure an Nvidia RTX 2080 Ti with Ubuntu?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
My video driver working isn't the apropriate. How to change it? The Ubuntu 19.04 is using i915 driver when the correct option is amdgpu.
sudo lshw -c video
*-display
descrição: VGA compatible controller
produto: HD Graphics 620
fabricante: Intel Corporation
ID físico: 2
informações do barramento: pci@0000:00:02.0
versão: 02
largura: 64 bits
clock: 33MHz
capacidades: pciexpress msi pm vga_controller bus_master cap_list rom
configuração: driver=i915 latency=0
recursos: irq:129 memória:d1000000-d1ffffff memória:b0000000-bfffffff porta de E/S:f000(tamanho=64) memória:c0000-dffff
*-display
descrição: Display controller
produto: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445]
fabricante: Advanced Micro Devices, Inc. [AMD/ATI]
ID físico: 0
informações do barramento: pci@0000:01:00.0
versão: c3
largura: 64 bits
clock: 33MHz
capacidades: pm pciexpress msi bus_master cap_list rom
configuração: driver=amdgpu latency=0
recursos: irq:130 memória:c0000000-cfffffff memória:d0000000-d01fffff porta de E/S:e000(tamanho=256) memória:d0200000-d023ffff memória:d0240000-d025ffff
sudo lspci -nnk | grep -i vga -A3 | grep 'in use'
Kernel driver in use: i915
How to change?
drivers gpu-drivers
add a comment |
My video driver working isn't the apropriate. How to change it? The Ubuntu 19.04 is using i915 driver when the correct option is amdgpu.
sudo lshw -c video
*-display
descrição: VGA compatible controller
produto: HD Graphics 620
fabricante: Intel Corporation
ID físico: 2
informações do barramento: pci@0000:00:02.0
versão: 02
largura: 64 bits
clock: 33MHz
capacidades: pciexpress msi pm vga_controller bus_master cap_list rom
configuração: driver=i915 latency=0
recursos: irq:129 memória:d1000000-d1ffffff memória:b0000000-bfffffff porta de E/S:f000(tamanho=64) memória:c0000-dffff
*-display
descrição: Display controller
produto: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445]
fabricante: Advanced Micro Devices, Inc. [AMD/ATI]
ID físico: 0
informações do barramento: pci@0000:01:00.0
versão: c3
largura: 64 bits
clock: 33MHz
capacidades: pm pciexpress msi bus_master cap_list rom
configuração: driver=amdgpu latency=0
recursos: irq:130 memória:c0000000-cfffffff memória:d0000000-d01fffff porta de E/S:e000(tamanho=256) memória:d0200000-d023ffff memória:d0240000-d025ffff
sudo lspci -nnk | grep -i vga -A3 | grep 'in use'
Kernel driver in use: i915
How to change?
drivers gpu-drivers
Wrong. Your system has Intel + AMD graphics therefore the both drivers are needed and both are usually installed by default. What you need to learn is how to switch graphics.
– GabrielaGarcia
15 hours ago
add a comment |
My video driver working isn't the apropriate. How to change it? The Ubuntu 19.04 is using i915 driver when the correct option is amdgpu.
sudo lshw -c video
*-display
descrição: VGA compatible controller
produto: HD Graphics 620
fabricante: Intel Corporation
ID físico: 2
informações do barramento: pci@0000:00:02.0
versão: 02
largura: 64 bits
clock: 33MHz
capacidades: pciexpress msi pm vga_controller bus_master cap_list rom
configuração: driver=i915 latency=0
recursos: irq:129 memória:d1000000-d1ffffff memória:b0000000-bfffffff porta de E/S:f000(tamanho=64) memória:c0000-dffff
*-display
descrição: Display controller
produto: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445]
fabricante: Advanced Micro Devices, Inc. [AMD/ATI]
ID físico: 0
informações do barramento: pci@0000:01:00.0
versão: c3
largura: 64 bits
clock: 33MHz
capacidades: pm pciexpress msi bus_master cap_list rom
configuração: driver=amdgpu latency=0
recursos: irq:130 memória:c0000000-cfffffff memória:d0000000-d01fffff porta de E/S:e000(tamanho=256) memória:d0200000-d023ffff memória:d0240000-d025ffff
sudo lspci -nnk | grep -i vga -A3 | grep 'in use'
Kernel driver in use: i915
How to change?
drivers gpu-drivers
My video driver working isn't the apropriate. How to change it? The Ubuntu 19.04 is using i915 driver when the correct option is amdgpu.
sudo lshw -c video
*-display
descrição: VGA compatible controller
produto: HD Graphics 620
fabricante: Intel Corporation
ID físico: 2
informações do barramento: pci@0000:00:02.0
versão: 02
largura: 64 bits
clock: 33MHz
capacidades: pciexpress msi pm vga_controller bus_master cap_list rom
configuração: driver=i915 latency=0
recursos: irq:129 memória:d1000000-d1ffffff memória:b0000000-bfffffff porta de E/S:f000(tamanho=64) memória:c0000-dffff
*-display
descrição: Display controller
produto: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445]
fabricante: Advanced Micro Devices, Inc. [AMD/ATI]
ID físico: 0
informações do barramento: pci@0000:01:00.0
versão: c3
largura: 64 bits
clock: 33MHz
capacidades: pm pciexpress msi bus_master cap_list rom
configuração: driver=amdgpu latency=0
recursos: irq:130 memória:c0000000-cfffffff memória:d0000000-d01fffff porta de E/S:e000(tamanho=256) memória:d0200000-d023ffff memória:d0240000-d025ffff
sudo lspci -nnk | grep -i vga -A3 | grep 'in use'
Kernel driver in use: i915
How to change?
drivers gpu-drivers
drivers gpu-drivers
edited 11 hours ago
GabrielaGarcia
590212
590212
asked 15 hours ago
Edmar Roberto PrandiniEdmar Roberto Prandini
12
12
Wrong. Your system has Intel + AMD graphics therefore the both drivers are needed and both are usually installed by default. What you need to learn is how to switch graphics.
– GabrielaGarcia
15 hours ago
add a comment |
Wrong. Your system has Intel + AMD graphics therefore the both drivers are needed and both are usually installed by default. What you need to learn is how to switch graphics.
– GabrielaGarcia
15 hours ago
Wrong. Your system has Intel + AMD graphics therefore the both drivers are needed and both are usually installed by default. What you need to learn is how to switch graphics.
– GabrielaGarcia
15 hours ago
Wrong. Your system has Intel + AMD graphics therefore the both drivers are needed and both are usually installed by default. What you need to learn is how to switch graphics.
– GabrielaGarcia
15 hours ago
add a comment |
0
active
oldest
votes
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%2f1138331%2fhow-to-switch-graphics-intel-amd-ubuntu-19-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1138331%2fhow-to-switch-graphics-intel-amd-ubuntu-19-04%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
Wrong. Your system has Intel + AMD graphics therefore the both drivers are needed and both are usually installed by default. What you need to learn is how to switch graphics.
– GabrielaGarcia
15 hours ago