How can I switch between graphic drivers?Force X to use second video card so I can pass through first card to...
Consonance v. Dissonance
How would you control supersoldiers in a late iron-age society?
Is there a tool to measure the "maturity" of a code in Git?
Ambiguity in notation resolved by +
What explanation do proponents of a Scotland-NI bridge give for it breaking Brexit impasse?
What is a "major country" as named in Bernie Sanders' Healthcare debate answers?
Should you only use colons and periods in dialogues?
How to write characters doing illogical things in a believable way?
How can I discourage sharing internal API keys within a company?
Can I see Harvest moon in India?
Why does the speed of sound decrease at high altitudes although the air density decreases?
Asked to Not Use Transactions and to Use A Workaround to Simulate One
How to control the output voltage of a solid state relay
Can derivatives be defined as anti-integrals?
A Mainer Expression
POSIX compatible way to get user name associated with a user ID
How to give my students a straightedge instead of a ruler
2000s space film where an alien species has almost wiped out the human race in a war
Why the car dealer is insisting on loan instead of cash
Telling my mother that I have anorexia without panicking her
How do I create indestructible terrain?
Has SHA256 been broken by Treadwell Stanton DuPont?
Would it be unbalanced to increase Wild Shape uses based on level?
What was the motivation for the invention of electric pianos?
How can I switch between graphic drivers?
Force X to use second video card so I can pass through first card to XEN VM?How to get dual graphic cards working under Linux?Installing Nvidia driver for GTX 760m under LinuxUbuntu 14.04 Nvidia proprietary drivers installationxrandr --listproviders does not detect nvidiaCan't enable proprietary nVidia driver on debian 8 with bumblebeeintel cpu not showing up as VGA compatible controllerswrast driver fails to load with Nvidia drivers on Arch LinuxNot detecting NVIDIA video cardHow do the GPU drivers *actually* work on Linux?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using Arch linux and I have got two video cards in a laptop without an external monitor. Video cards are intel and nvidia 720M. Intel is used by default and nvidia drivers are installed (I think). Here is the output from inxi -G:
Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
Card-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
Display Server: X.Org 1.19.2 driver: modesetting
Resolution: 1366x768@60.06hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile
GLX Version: 3.0 Mesa 17.0.1
And here is the output from egrep 'EE|WW' /var/log/Xorg.0.log:
[ 23.642] Current Operating System: Linux redshift 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.864] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 23.902] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 24.296] (WW) Warning, couldn't open module intel
[ 24.296] (EE) Failed to load module "intel" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module nv
[ 24.318] (EE) Failed to load module "nv" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module fbdev
[ 24.318] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24.319] (WW) Warning, couldn't open module vesa
[ 24.319] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 24.351] (WW) Falling back to old probe method for modesetting
How do I use nvidia as my default video card? I use xfce as my desktop, if that's relevant.
arch-linux nvidia graphics laptop intel-graphics
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment
|
I'm using Arch linux and I have got two video cards in a laptop without an external monitor. Video cards are intel and nvidia 720M. Intel is used by default and nvidia drivers are installed (I think). Here is the output from inxi -G:
Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
Card-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
Display Server: X.Org 1.19.2 driver: modesetting
Resolution: 1366x768@60.06hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile
GLX Version: 3.0 Mesa 17.0.1
And here is the output from egrep 'EE|WW' /var/log/Xorg.0.log:
[ 23.642] Current Operating System: Linux redshift 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.864] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 23.902] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 24.296] (WW) Warning, couldn't open module intel
[ 24.296] (EE) Failed to load module "intel" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module nv
[ 24.318] (EE) Failed to load module "nv" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module fbdev
[ 24.318] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24.319] (WW) Warning, couldn't open module vesa
[ 24.319] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 24.351] (WW) Falling back to old probe method for modesetting
How do I use nvidia as my default video card? I use xfce as my desktop, if that's relevant.
arch-linux nvidia graphics laptop intel-graphics
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
There is no nvidia-driver.
– user192526
Mar 16 '17 at 19:01
Not sure how it works in Arch linux, but in general, you can create/edit anxorg.confto force the default drivers and card you want. Usually the location is/etc/X11/xorg.conf, google andman Xorg,man xorg.confetc. for details.
– dirkt
Mar 17 '17 at 9:53
@bahamut, there are 2 NVIDIA drivers... One from NVIDIA and the open source alternatieve nouveau.
– switch87
Mar 17 '17 at 13:06
add a comment
|
I'm using Arch linux and I have got two video cards in a laptop without an external monitor. Video cards are intel and nvidia 720M. Intel is used by default and nvidia drivers are installed (I think). Here is the output from inxi -G:
Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
Card-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
Display Server: X.Org 1.19.2 driver: modesetting
Resolution: 1366x768@60.06hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile
GLX Version: 3.0 Mesa 17.0.1
And here is the output from egrep 'EE|WW' /var/log/Xorg.0.log:
[ 23.642] Current Operating System: Linux redshift 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.864] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 23.902] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 24.296] (WW) Warning, couldn't open module intel
[ 24.296] (EE) Failed to load module "intel" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module nv
[ 24.318] (EE) Failed to load module "nv" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module fbdev
[ 24.318] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24.319] (WW) Warning, couldn't open module vesa
[ 24.319] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 24.351] (WW) Falling back to old probe method for modesetting
How do I use nvidia as my default video card? I use xfce as my desktop, if that's relevant.
arch-linux nvidia graphics laptop intel-graphics
I'm using Arch linux and I have got two video cards in a laptop without an external monitor. Video cards are intel and nvidia 720M. Intel is used by default and nvidia drivers are installed (I think). Here is the output from inxi -G:
Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
Card-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
Display Server: X.Org 1.19.2 driver: modesetting
Resolution: 1366x768@60.06hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile
GLX Version: 3.0 Mesa 17.0.1
And here is the output from egrep 'EE|WW' /var/log/Xorg.0.log:
[ 23.642] Current Operating System: Linux redshift 4.10.2-1-ARCH #1 SMP PREEMPT Mon Mar 13 17:13:41 CET 2017 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.864] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 23.865] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 23.902] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 24.296] (WW) Warning, couldn't open module intel
[ 24.296] (EE) Failed to load module "intel" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module nv
[ 24.318] (EE) Failed to load module "nv" (module does not exist, 0)
[ 24.318] (WW) Warning, couldn't open module fbdev
[ 24.318] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24.319] (WW) Warning, couldn't open module vesa
[ 24.319] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 24.351] (WW) Falling back to old probe method for modesetting
How do I use nvidia as my default video card? I use xfce as my desktop, if that's relevant.
arch-linux nvidia graphics laptop intel-graphics
arch-linux nvidia graphics laptop intel-graphics
edited Apr 8 '17 at 20:09
Stephen Kitt
204k27 gold badges483 silver badges550 bronze badges
204k27 gold badges483 silver badges550 bronze badges
asked Mar 16 '17 at 18:05
user124532
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
There is no nvidia-driver.
– user192526
Mar 16 '17 at 19:01
Not sure how it works in Arch linux, but in general, you can create/edit anxorg.confto force the default drivers and card you want. Usually the location is/etc/X11/xorg.conf, google andman Xorg,man xorg.confetc. for details.
– dirkt
Mar 17 '17 at 9:53
@bahamut, there are 2 NVIDIA drivers... One from NVIDIA and the open source alternatieve nouveau.
– switch87
Mar 17 '17 at 13:06
add a comment
|
There is no nvidia-driver.
– user192526
Mar 16 '17 at 19:01
Not sure how it works in Arch linux, but in general, you can create/edit anxorg.confto force the default drivers and card you want. Usually the location is/etc/X11/xorg.conf, google andman Xorg,man xorg.confetc. for details.
– dirkt
Mar 17 '17 at 9:53
@bahamut, there are 2 NVIDIA drivers... One from NVIDIA and the open source alternatieve nouveau.
– switch87
Mar 17 '17 at 13:06
There is no nvidia-driver.
– user192526
Mar 16 '17 at 19:01
There is no nvidia-driver.
– user192526
Mar 16 '17 at 19:01
Not sure how it works in Arch linux, but in general, you can create/edit an
xorg.conf to force the default drivers and card you want. Usually the location is /etc/X11/xorg.conf, google and man Xorg, man xorg.conf etc. for details.– dirkt
Mar 17 '17 at 9:53
Not sure how it works in Arch linux, but in general, you can create/edit an
xorg.conf to force the default drivers and card you want. Usually the location is /etc/X11/xorg.conf, google and man Xorg, man xorg.conf etc. for details.– dirkt
Mar 17 '17 at 9:53
@bahamut, there are 2 NVIDIA drivers... One from NVIDIA and the open source alternatieve nouveau.
– switch87
Mar 17 '17 at 13:06
@bahamut, there are 2 NVIDIA drivers... One from NVIDIA and the open source alternatieve nouveau.
– switch87
Mar 17 '17 at 13:06
add a comment
|
1 Answer
1
active
oldest
votes
I do not use Arch so I do not know if they provide you with a installation package, but the easiest way to get this done is by installing the official nvidia drivers, they provide a tray icon to switch between the two cards.
Linkt to driver download
edit:
In arch you have to install the settings tool separately:
https://www.archlinux.org/packages/?name=nvidia-settings
1. The OP states they've already installed the drivers. 2. Installing the proprietary drivers does not provide any such tray icon. What you are referring to is probably specific to whatever distribution and/or desktop environment you are using.
– terdon♦
Mar 16 '17 at 18:30
He did not say he installed the driver. The tray icon is not included but is available for arch (see edit)
– switch87
Mar 17 '17 at 13:09
Yes they did: "and nvidia drivers are installed (I think)." Thanks for the edit, but are you sure that this tool you mention comes withnvidia-settings? It might, but I have been using nvidia cards and nvidia-setting for years and have never seen this thing. I think it's probably something specific to your distribution and/or desktop environment.
– terdon♦
Mar 17 '17 at 13:13
It is part of nvidia settings. I use the mate desktop and awesome wm, it works in both so should work in others two. He thinks the driver is installed, so he did not do it manually, so is is not installed if he uses arch. sometimes you have to think further than what is written ;)
– switch87
Mar 17 '17 at 13:41
OK. Maybe they've added this recently.
– terdon♦
Mar 17 '17 at 14:15
add a comment
|
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/4.0/"u003ecc by-sa 4.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%2funix.stackexchange.com%2fquestions%2f351936%2fhow-can-i-switch-between-graphic-drivers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I do not use Arch so I do not know if they provide you with a installation package, but the easiest way to get this done is by installing the official nvidia drivers, they provide a tray icon to switch between the two cards.
Linkt to driver download
edit:
In arch you have to install the settings tool separately:
https://www.archlinux.org/packages/?name=nvidia-settings
1. The OP states they've already installed the drivers. 2. Installing the proprietary drivers does not provide any such tray icon. What you are referring to is probably specific to whatever distribution and/or desktop environment you are using.
– terdon♦
Mar 16 '17 at 18:30
He did not say he installed the driver. The tray icon is not included but is available for arch (see edit)
– switch87
Mar 17 '17 at 13:09
Yes they did: "and nvidia drivers are installed (I think)." Thanks for the edit, but are you sure that this tool you mention comes withnvidia-settings? It might, but I have been using nvidia cards and nvidia-setting for years and have never seen this thing. I think it's probably something specific to your distribution and/or desktop environment.
– terdon♦
Mar 17 '17 at 13:13
It is part of nvidia settings. I use the mate desktop and awesome wm, it works in both so should work in others two. He thinks the driver is installed, so he did not do it manually, so is is not installed if he uses arch. sometimes you have to think further than what is written ;)
– switch87
Mar 17 '17 at 13:41
OK. Maybe they've added this recently.
– terdon♦
Mar 17 '17 at 14:15
add a comment
|
I do not use Arch so I do not know if they provide you with a installation package, but the easiest way to get this done is by installing the official nvidia drivers, they provide a tray icon to switch between the two cards.
Linkt to driver download
edit:
In arch you have to install the settings tool separately:
https://www.archlinux.org/packages/?name=nvidia-settings
1. The OP states they've already installed the drivers. 2. Installing the proprietary drivers does not provide any such tray icon. What you are referring to is probably specific to whatever distribution and/or desktop environment you are using.
– terdon♦
Mar 16 '17 at 18:30
He did not say he installed the driver. The tray icon is not included but is available for arch (see edit)
– switch87
Mar 17 '17 at 13:09
Yes they did: "and nvidia drivers are installed (I think)." Thanks for the edit, but are you sure that this tool you mention comes withnvidia-settings? It might, but I have been using nvidia cards and nvidia-setting for years and have never seen this thing. I think it's probably something specific to your distribution and/or desktop environment.
– terdon♦
Mar 17 '17 at 13:13
It is part of nvidia settings. I use the mate desktop and awesome wm, it works in both so should work in others two. He thinks the driver is installed, so he did not do it manually, so is is not installed if he uses arch. sometimes you have to think further than what is written ;)
– switch87
Mar 17 '17 at 13:41
OK. Maybe they've added this recently.
– terdon♦
Mar 17 '17 at 14:15
add a comment
|
I do not use Arch so I do not know if they provide you with a installation package, but the easiest way to get this done is by installing the official nvidia drivers, they provide a tray icon to switch between the two cards.
Linkt to driver download
edit:
In arch you have to install the settings tool separately:
https://www.archlinux.org/packages/?name=nvidia-settings
I do not use Arch so I do not know if they provide you with a installation package, but the easiest way to get this done is by installing the official nvidia drivers, they provide a tray icon to switch between the two cards.
Linkt to driver download
edit:
In arch you have to install the settings tool separately:
https://www.archlinux.org/packages/?name=nvidia-settings
edited Mar 16 '17 at 18:35
answered Mar 16 '17 at 18:28
switch87switch87
5554 silver badges17 bronze badges
5554 silver badges17 bronze badges
1. The OP states they've already installed the drivers. 2. Installing the proprietary drivers does not provide any such tray icon. What you are referring to is probably specific to whatever distribution and/or desktop environment you are using.
– terdon♦
Mar 16 '17 at 18:30
He did not say he installed the driver. The tray icon is not included but is available for arch (see edit)
– switch87
Mar 17 '17 at 13:09
Yes they did: "and nvidia drivers are installed (I think)." Thanks for the edit, but are you sure that this tool you mention comes withnvidia-settings? It might, but I have been using nvidia cards and nvidia-setting for years and have never seen this thing. I think it's probably something specific to your distribution and/or desktop environment.
– terdon♦
Mar 17 '17 at 13:13
It is part of nvidia settings. I use the mate desktop and awesome wm, it works in both so should work in others two. He thinks the driver is installed, so he did not do it manually, so is is not installed if he uses arch. sometimes you have to think further than what is written ;)
– switch87
Mar 17 '17 at 13:41
OK. Maybe they've added this recently.
– terdon♦
Mar 17 '17 at 14:15
add a comment
|
1. The OP states they've already installed the drivers. 2. Installing the proprietary drivers does not provide any such tray icon. What you are referring to is probably specific to whatever distribution and/or desktop environment you are using.
– terdon♦
Mar 16 '17 at 18:30
He did not say he installed the driver. The tray icon is not included but is available for arch (see edit)
– switch87
Mar 17 '17 at 13:09
Yes they did: "and nvidia drivers are installed (I think)." Thanks for the edit, but are you sure that this tool you mention comes withnvidia-settings? It might, but I have been using nvidia cards and nvidia-setting for years and have never seen this thing. I think it's probably something specific to your distribution and/or desktop environment.
– terdon♦
Mar 17 '17 at 13:13
It is part of nvidia settings. I use the mate desktop and awesome wm, it works in both so should work in others two. He thinks the driver is installed, so he did not do it manually, so is is not installed if he uses arch. sometimes you have to think further than what is written ;)
– switch87
Mar 17 '17 at 13:41
OK. Maybe they've added this recently.
– terdon♦
Mar 17 '17 at 14:15
1. The OP states they've already installed the drivers. 2. Installing the proprietary drivers does not provide any such tray icon. What you are referring to is probably specific to whatever distribution and/or desktop environment you are using.
– terdon♦
Mar 16 '17 at 18:30
1. The OP states they've already installed the drivers. 2. Installing the proprietary drivers does not provide any such tray icon. What you are referring to is probably specific to whatever distribution and/or desktop environment you are using.
– terdon♦
Mar 16 '17 at 18:30
He did not say he installed the driver. The tray icon is not included but is available for arch (see edit)
– switch87
Mar 17 '17 at 13:09
He did not say he installed the driver. The tray icon is not included but is available for arch (see edit)
– switch87
Mar 17 '17 at 13:09
Yes they did: "and nvidia drivers are installed (I think)." Thanks for the edit, but are you sure that this tool you mention comes with
nvidia-settings? It might, but I have been using nvidia cards and nvidia-setting for years and have never seen this thing. I think it's probably something specific to your distribution and/or desktop environment.– terdon♦
Mar 17 '17 at 13:13
Yes they did: "and nvidia drivers are installed (I think)." Thanks for the edit, but are you sure that this tool you mention comes with
nvidia-settings? It might, but I have been using nvidia cards and nvidia-setting for years and have never seen this thing. I think it's probably something specific to your distribution and/or desktop environment.– terdon♦
Mar 17 '17 at 13:13
It is part of nvidia settings. I use the mate desktop and awesome wm, it works in both so should work in others two. He thinks the driver is installed, so he did not do it manually, so is is not installed if he uses arch. sometimes you have to think further than what is written ;)
– switch87
Mar 17 '17 at 13:41
It is part of nvidia settings. I use the mate desktop and awesome wm, it works in both so should work in others two. He thinks the driver is installed, so he did not do it manually, so is is not installed if he uses arch. sometimes you have to think further than what is written ;)
– switch87
Mar 17 '17 at 13:41
OK. Maybe they've added this recently.
– terdon♦
Mar 17 '17 at 14:15
OK. Maybe they've added this recently.
– terdon♦
Mar 17 '17 at 14:15
add a comment
|
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f351936%2fhow-can-i-switch-between-graphic-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
There is no nvidia-driver.
– user192526
Mar 16 '17 at 19:01
Not sure how it works in Arch linux, but in general, you can create/edit an
xorg.confto force the default drivers and card you want. Usually the location is/etc/X11/xorg.conf, google andman Xorg,man xorg.confetc. for details.– dirkt
Mar 17 '17 at 9:53
@bahamut, there are 2 NVIDIA drivers... One from NVIDIA and the open source alternatieve nouveau.
– switch87
Mar 17 '17 at 13:06