How to install 2 Graphics drivers, and have Ubuntu detect and load which one (without conflict)
up vote
3
down vote
favorite
Originally I wanted to make a live CD with this... However I gave up on that.
So Is there a way to do this, have ubuntu figure out which card is loaded, before loading a driver.
Or... How could I create a script to load at boot to "| grep pci... etc" and print for variable to run "activate_AMD.sh" or "activate_NV.sh" etc...
nvidia graphics amd-graphics vga
add a comment |Â
up vote
3
down vote
favorite
Originally I wanted to make a live CD with this... However I gave up on that.
So Is there a way to do this, have ubuntu figure out which card is loaded, before loading a driver.
Or... How could I create a script to load at boot to "| grep pci... etc" and print for variable to run "activate_AMD.sh" or "activate_NV.sh" etc...
nvidia graphics amd-graphics vga
1
Seems this is stil valid? askubuntu.com/questions/892532/â¦
â Rinzwind
May 24 at 6:55
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Originally I wanted to make a live CD with this... However I gave up on that.
So Is there a way to do this, have ubuntu figure out which card is loaded, before loading a driver.
Or... How could I create a script to load at boot to "| grep pci... etc" and print for variable to run "activate_AMD.sh" or "activate_NV.sh" etc...
nvidia graphics amd-graphics vga
Originally I wanted to make a live CD with this... However I gave up on that.
So Is there a way to do this, have ubuntu figure out which card is loaded, before loading a driver.
Or... How could I create a script to load at boot to "| grep pci... etc" and print for variable to run "activate_AMD.sh" or "activate_NV.sh" etc...
nvidia graphics amd-graphics vga
asked May 24 at 6:42
TardisGuy
379517
379517
1
Seems this is stil valid? askubuntu.com/questions/892532/â¦
â Rinzwind
May 24 at 6:55
add a comment |Â
1
Seems this is stil valid? askubuntu.com/questions/892532/â¦
â Rinzwind
May 24 at 6:55
1
1
Seems this is stil valid? askubuntu.com/questions/892532/â¦
â Rinzwind
May 24 at 6:55
Seems this is stil valid? askubuntu.com/questions/892532/â¦
â Rinzwind
May 24 at 6:55
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Ubuntu automatically detects which GPU is installed in your machine. If you want a script to switch between Nvida and Intel drivers I've found one you can modify here: bauca/graphics-switcher
It will require the program glxinfo
which you can get by installing:
sudo apt install mesa-utils
One key function in the bash script that will interest you is this one:
function CheckForCurrentVideoCardInUse egrep "OpenGL vendor
Doesn't seem to handle AMD unfortunately.
â Sebastian Stark
Aug 13 at 14:08
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Ubuntu automatically detects which GPU is installed in your machine. If you want a script to switch between Nvida and Intel drivers I've found one you can modify here: bauca/graphics-switcher
It will require the program glxinfo
which you can get by installing:
sudo apt install mesa-utils
One key function in the bash script that will interest you is this one:
function CheckForCurrentVideoCardInUse egrep "OpenGL vendor
Doesn't seem to handle AMD unfortunately.
â Sebastian Stark
Aug 13 at 14:08
add a comment |Â
up vote
1
down vote
Ubuntu automatically detects which GPU is installed in your machine. If you want a script to switch between Nvida and Intel drivers I've found one you can modify here: bauca/graphics-switcher
It will require the program glxinfo
which you can get by installing:
sudo apt install mesa-utils
One key function in the bash script that will interest you is this one:
function CheckForCurrentVideoCardInUse egrep "OpenGL vendor
Doesn't seem to handle AMD unfortunately.
â Sebastian Stark
Aug 13 at 14:08
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Ubuntu automatically detects which GPU is installed in your machine. If you want a script to switch between Nvida and Intel drivers I've found one you can modify here: bauca/graphics-switcher
It will require the program glxinfo
which you can get by installing:
sudo apt install mesa-utils
One key function in the bash script that will interest you is this one:
function CheckForCurrentVideoCardInUse egrep "OpenGL vendor
Ubuntu automatically detects which GPU is installed in your machine. If you want a script to switch between Nvida and Intel drivers I've found one you can modify here: bauca/graphics-switcher
It will require the program glxinfo
which you can get by installing:
sudo apt install mesa-utils
One key function in the bash script that will interest you is this one:
function CheckForCurrentVideoCardInUse egrep "OpenGL vendor
answered Aug 12 at 18:34
WinEunuuchs2Unix
34.3k756131
34.3k756131
Doesn't seem to handle AMD unfortunately.
â Sebastian Stark
Aug 13 at 14:08
add a comment |Â
Doesn't seem to handle AMD unfortunately.
â Sebastian Stark
Aug 13 at 14:08
Doesn't seem to handle AMD unfortunately.
â Sebastian Stark
Aug 13 at 14:08
Doesn't seem to handle AMD unfortunately.
â Sebastian Stark
Aug 13 at 14:08
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1039679%2fhow-to-install-2-graphics-drivers-and-have-ubuntu-detect-and-load-which-one-wi%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
Seems this is stil valid? askubuntu.com/questions/892532/â¦
â Rinzwind
May 24 at 6:55