I want to know If GTX 1050 Ti is using or not?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I bought a notebook (My notebook : https://www.monsternotebook.com.tr/abra/MONSTER-ABRA-A5-V9-2-3.html#.WsnRdOZRXCI ) last week.I installed Windows 10 and Ubuntu 16.04.4 LTS with doing dual boot.
In Windows, I know that my graphic card GTX 1050 Ti is used(active).
But in Ubuntu, I don't know if it is active or not? How can I learn this?
And if it is not active , how can I active it?
prime-select query
this give me a output like this :
unknown
sudo prime-select intel
give me a output like this:
Info: the current GL alternatives in use are: ['mesa', None]
Info: the current EGL alternatives in use are: ['mesa-egl', None]
Error: the installed packages do not support PRIME
Error: intel mode can't be enabled
(same output for nvdia)
16.04 drivers nvidia graphics
add a comment |Â
up vote
0
down vote
favorite
I bought a notebook (My notebook : https://www.monsternotebook.com.tr/abra/MONSTER-ABRA-A5-V9-2-3.html#.WsnRdOZRXCI ) last week.I installed Windows 10 and Ubuntu 16.04.4 LTS with doing dual boot.
In Windows, I know that my graphic card GTX 1050 Ti is used(active).
But in Ubuntu, I don't know if it is active or not? How can I learn this?
And if it is not active , how can I active it?
prime-select query
this give me a output like this :
unknown
sudo prime-select intel
give me a output like this:
Info: the current GL alternatives in use are: ['mesa', None]
Info: the current EGL alternatives in use are: ['mesa-egl', None]
Error: the installed packages do not support PRIME
Error: intel mode can't be enabled
(same output for nvdia)
16.04 drivers nvidia graphics
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I bought a notebook (My notebook : https://www.monsternotebook.com.tr/abra/MONSTER-ABRA-A5-V9-2-3.html#.WsnRdOZRXCI ) last week.I installed Windows 10 and Ubuntu 16.04.4 LTS with doing dual boot.
In Windows, I know that my graphic card GTX 1050 Ti is used(active).
But in Ubuntu, I don't know if it is active or not? How can I learn this?
And if it is not active , how can I active it?
prime-select query
this give me a output like this :
unknown
sudo prime-select intel
give me a output like this:
Info: the current GL alternatives in use are: ['mesa', None]
Info: the current EGL alternatives in use are: ['mesa-egl', None]
Error: the installed packages do not support PRIME
Error: intel mode can't be enabled
(same output for nvdia)
16.04 drivers nvidia graphics
I bought a notebook (My notebook : https://www.monsternotebook.com.tr/abra/MONSTER-ABRA-A5-V9-2-3.html#.WsnRdOZRXCI ) last week.I installed Windows 10 and Ubuntu 16.04.4 LTS with doing dual boot.
In Windows, I know that my graphic card GTX 1050 Ti is used(active).
But in Ubuntu, I don't know if it is active or not? How can I learn this?
And if it is not active , how can I active it?
prime-select query
this give me a output like this :
unknown
sudo prime-select intel
give me a output like this:
Info: the current GL alternatives in use are: ['mesa', None]
Info: the current EGL alternatives in use are: ['mesa-egl', None]
Error: the installed packages do not support PRIME
Error: intel mode can't be enabled
(same output for nvdia)
16.04 drivers nvidia graphics
16.04 drivers nvidia graphics
edited Apr 8 at 10:40
asked Apr 8 at 8:30
Tarkan Genç
32
32
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
From the terminal:
prime-select query
This will answer "intel" or "nvidia", that's the one in use. To switch without need to reboot or anything:
sudo prime-select intel
the parameter here can be either "intel" or "nvidia".
please see edited question
â Tarkan Genç
Apr 8 at 10:37
I can only make speculiations on that outut. Maybe is an old version of OS (you're on 16.04 right?) that along with old kernel, mesa, intel and nvidia drivers, just do not support prime properly. Update to 17.10 or to 18.04 LTS in a few weeks is indeed a good options, I am on 17.10 myself and Steam works properly, as well as prime with nvidia/intel combination
â Daniele Dellafiore
Apr 8 at 12:30
add a comment |Â
up vote
0
down vote
I installed prime-select
in a computer with 16.04 LTS using an (old) nvidia card, but it responds 'unknown' (while it can be expected to work in newer versions of Ubuntu).
Maybe you find what you want via lshw
in Ubuntu 16.04 LTS.
$ LANG=C sudo lshw -C display
[sudo] password for sudodus:
*-display
description: VGA compatible controller
product: GF108 [GeForce GT 430]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:40:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:25 memory:fa000000-faffffff memory:f0000000-f7ffffff memory:f8000000-f9ffffff ioport:1000(size=128) memory:fb080000-fb0fffff
In my computer it shows
the hardware
product: GF108 [GeForce GT 430]
the software
configuration: driver=nouveau latency=0
I'm using the built-in linux driver
nouveau
, which actually works better for me than a proprietary driver with this nvidia card.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
From the terminal:
prime-select query
This will answer "intel" or "nvidia", that's the one in use. To switch without need to reboot or anything:
sudo prime-select intel
the parameter here can be either "intel" or "nvidia".
please see edited question
â Tarkan Genç
Apr 8 at 10:37
I can only make speculiations on that outut. Maybe is an old version of OS (you're on 16.04 right?) that along with old kernel, mesa, intel and nvidia drivers, just do not support prime properly. Update to 17.10 or to 18.04 LTS in a few weeks is indeed a good options, I am on 17.10 myself and Steam works properly, as well as prime with nvidia/intel combination
â Daniele Dellafiore
Apr 8 at 12:30
add a comment |Â
up vote
1
down vote
accepted
From the terminal:
prime-select query
This will answer "intel" or "nvidia", that's the one in use. To switch without need to reboot or anything:
sudo prime-select intel
the parameter here can be either "intel" or "nvidia".
please see edited question
â Tarkan Genç
Apr 8 at 10:37
I can only make speculiations on that outut. Maybe is an old version of OS (you're on 16.04 right?) that along with old kernel, mesa, intel and nvidia drivers, just do not support prime properly. Update to 17.10 or to 18.04 LTS in a few weeks is indeed a good options, I am on 17.10 myself and Steam works properly, as well as prime with nvidia/intel combination
â Daniele Dellafiore
Apr 8 at 12:30
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
From the terminal:
prime-select query
This will answer "intel" or "nvidia", that's the one in use. To switch without need to reboot or anything:
sudo prime-select intel
the parameter here can be either "intel" or "nvidia".
From the terminal:
prime-select query
This will answer "intel" or "nvidia", that's the one in use. To switch without need to reboot or anything:
sudo prime-select intel
the parameter here can be either "intel" or "nvidia".
answered Apr 8 at 10:02
Daniele Dellafiore
27316
27316
please see edited question
â Tarkan Genç
Apr 8 at 10:37
I can only make speculiations on that outut. Maybe is an old version of OS (you're on 16.04 right?) that along with old kernel, mesa, intel and nvidia drivers, just do not support prime properly. Update to 17.10 or to 18.04 LTS in a few weeks is indeed a good options, I am on 17.10 myself and Steam works properly, as well as prime with nvidia/intel combination
â Daniele Dellafiore
Apr 8 at 12:30
add a comment |Â
please see edited question
â Tarkan Genç
Apr 8 at 10:37
I can only make speculiations on that outut. Maybe is an old version of OS (you're on 16.04 right?) that along with old kernel, mesa, intel and nvidia drivers, just do not support prime properly. Update to 17.10 or to 18.04 LTS in a few weeks is indeed a good options, I am on 17.10 myself and Steam works properly, as well as prime with nvidia/intel combination
â Daniele Dellafiore
Apr 8 at 12:30
please see edited question
â Tarkan Genç
Apr 8 at 10:37
please see edited question
â Tarkan Genç
Apr 8 at 10:37
I can only make speculiations on that outut. Maybe is an old version of OS (you're on 16.04 right?) that along with old kernel, mesa, intel and nvidia drivers, just do not support prime properly. Update to 17.10 or to 18.04 LTS in a few weeks is indeed a good options, I am on 17.10 myself and Steam works properly, as well as prime with nvidia/intel combination
â Daniele Dellafiore
Apr 8 at 12:30
I can only make speculiations on that outut. Maybe is an old version of OS (you're on 16.04 right?) that along with old kernel, mesa, intel and nvidia drivers, just do not support prime properly. Update to 17.10 or to 18.04 LTS in a few weeks is indeed a good options, I am on 17.10 myself and Steam works properly, as well as prime with nvidia/intel combination
â Daniele Dellafiore
Apr 8 at 12:30
add a comment |Â
up vote
0
down vote
I installed prime-select
in a computer with 16.04 LTS using an (old) nvidia card, but it responds 'unknown' (while it can be expected to work in newer versions of Ubuntu).
Maybe you find what you want via lshw
in Ubuntu 16.04 LTS.
$ LANG=C sudo lshw -C display
[sudo] password for sudodus:
*-display
description: VGA compatible controller
product: GF108 [GeForce GT 430]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:40:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:25 memory:fa000000-faffffff memory:f0000000-f7ffffff memory:f8000000-f9ffffff ioport:1000(size=128) memory:fb080000-fb0fffff
In my computer it shows
the hardware
product: GF108 [GeForce GT 430]
the software
configuration: driver=nouveau latency=0
I'm using the built-in linux driver
nouveau
, which actually works better for me than a proprietary driver with this nvidia card.
add a comment |Â
up vote
0
down vote
I installed prime-select
in a computer with 16.04 LTS using an (old) nvidia card, but it responds 'unknown' (while it can be expected to work in newer versions of Ubuntu).
Maybe you find what you want via lshw
in Ubuntu 16.04 LTS.
$ LANG=C sudo lshw -C display
[sudo] password for sudodus:
*-display
description: VGA compatible controller
product: GF108 [GeForce GT 430]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:40:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:25 memory:fa000000-faffffff memory:f0000000-f7ffffff memory:f8000000-f9ffffff ioport:1000(size=128) memory:fb080000-fb0fffff
In my computer it shows
the hardware
product: GF108 [GeForce GT 430]
the software
configuration: driver=nouveau latency=0
I'm using the built-in linux driver
nouveau
, which actually works better for me than a proprietary driver with this nvidia card.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I installed prime-select
in a computer with 16.04 LTS using an (old) nvidia card, but it responds 'unknown' (while it can be expected to work in newer versions of Ubuntu).
Maybe you find what you want via lshw
in Ubuntu 16.04 LTS.
$ LANG=C sudo lshw -C display
[sudo] password for sudodus:
*-display
description: VGA compatible controller
product: GF108 [GeForce GT 430]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:40:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:25 memory:fa000000-faffffff memory:f0000000-f7ffffff memory:f8000000-f9ffffff ioport:1000(size=128) memory:fb080000-fb0fffff
In my computer it shows
the hardware
product: GF108 [GeForce GT 430]
the software
configuration: driver=nouveau latency=0
I'm using the built-in linux driver
nouveau
, which actually works better for me than a proprietary driver with this nvidia card.
I installed prime-select
in a computer with 16.04 LTS using an (old) nvidia card, but it responds 'unknown' (while it can be expected to work in newer versions of Ubuntu).
Maybe you find what you want via lshw
in Ubuntu 16.04 LTS.
$ LANG=C sudo lshw -C display
[sudo] password for sudodus:
*-display
description: VGA compatible controller
product: GF108 [GeForce GT 430]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:40:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:25 memory:fa000000-faffffff memory:f0000000-f7ffffff memory:f8000000-f9ffffff ioport:1000(size=128) memory:fb080000-fb0fffff
In my computer it shows
the hardware
product: GF108 [GeForce GT 430]
the software
configuration: driver=nouveau latency=0
I'm using the built-in linux driver
nouveau
, which actually works better for me than a proprietary driver with this nvidia card.
edited Apr 9 at 5:03
answered Apr 8 at 13:00
![](https://i.stack.imgur.com/lcww5.png?s=32&g=1)
![](https://i.stack.imgur.com/lcww5.png?s=32&g=1)
sudodus
20.2k32667
20.2k32667
add a comment |Â
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%2f1023015%2fi-want-to-know-if-gtx-1050-ti-is-using-or-not%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