bugzilla-daemon at freedesktop.org
2013-May-18 22:59 UTC
[Nouveau] [Bug 64746] New: optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746
Priority: medium
Bug ID: 64746
Assignee: nouveau at lists.freedesktop.org
Summary: optimus don't use nouveau card
Severity: normal
Classification: Unclassified
OS: All
Reporter: marccollin7379 at gmail.com
Hardware: Other
Status: NEW
Version: 9.1
Component: Drivers/DRI/nouveau
Product: Mesa
Created attachment 79507
--> https://bugs.freedesktop.org/attachment.cgi?id=79507&action=edit
dmesg
i have a lenovo s430 laptop it have a intel 4000 and nvidia GT 620M video card.
in bios, optimus is selected.
when i start suse 12.3, nouveau card is never used, intel is used.
when i go in console, try to go back to my kde session... that crash and go
back to kdm login.
in log i see
nouveau W[DRM] voltage table 0x50 unknown
[3.409915] nouveau [DRM] 3: core 475MHz shader 950MHz memory 900MHz voltage
10mV
xorg.0.log file
http://fr.pastebin.ca/2378194
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20130518/580b50c6/attachment.html>
bugzilla-daemon at freedesktop.org
2013-May-21 19:36 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #1 from Marc Collin <marccollin7379 at gmail.com> --- i tried to use vgaswitch cat /sys/kernel/debug/vgaswitcheroo/switch 0:IGD:+:Pwr:0000:00:02.0 1:DIS: :Pwr:0000:01:00.0 first i tried init 3 echo "0000:00:02.0" /sys/kernel/debug/vgaswitcheroo/switch init 5 still intel video card used by glxgears -info init 3 echo "0000:01:00.0" /sys/kernel/debug/vgaswitcheroo/switch init 5 still intel video card used by glxgears -info -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130521/8df08f06/attachment.html>
bugzilla-daemon at freedesktop.org
2013-May-21 19:37 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #2 from Marc Collin <marccollin7379 at gmail.com> --- Created attachment 79625 --> https://bugs.freedesktop.org/attachment.cgi?id=79625&action=edit var log message when i'm tried vgaswitch -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130521/e80cd8f0/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-14 23:29 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #3 from Emil Velikov <emil.l.velikov at gmail.com> --- Hi Marc Can you attach your xorg.log, the link provided returns a 404 What is the output of $ DRI_PRIME=1 glxinfo | grep render Note that Optimus is a very "funny" case and your experience may vary depending on the connections between the GPUs and the outputs - special thanks goes to your laptop manufacturer :) For further information take a look at our wiki [1] [1] http://nouveau.freedesktop.org/wiki/Optimus/ -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130814/eb329fbf/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-17 18:41 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #4 from Marc Collin <marccollin7379 at gmail.com> --- Created attachment 84183 --> https://bugs.freedesktop.org/attachment.cgi?id=84183&action=edit Xorg file -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130817/6475f076/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-17 18:41 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #5 from Marc Collin <marccollin7379 at gmail.com> --- DRI_PRIME=1 glxinfo | grep render return nothing -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130817/8407b586/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-30 13:03 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746
--- Comment #6 from Emil Velikov <emil.l.velikov at gmail.com> ---
Hmm something unusual is happening here
* the var/messages does not indicate any writes to vgaswitcheroo/switch
* the Xorg.log still indicates that the intel card is setup and used as primary
So to get a better picture (including timeline) can you do the following
1. Toggle/switch to the nv card
$ cat /sys/kernel/debug/vgaswitcheroo/switch
$ echo "0000:01:00.0" /sys/kernel/debug/vgaswitcheroo/switch
2. Confirm that the nv card is used (paste the output in your reply)
$ cat /sys/kernel/debug/vgaswitcheroo/switch
3. Start X
$ init 5 #startx # systemd start {g,k,x}dm
and then attach the output of the following (plain text, please)
* dmesg
* Xorg.0.log
* LIBGL_DEBUG=verbose glxinfo
* LIBGL_DEBUG=verbose DRI_PRIME=1 glxinfo
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20130830/65fae2c6/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-30 13:53 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #7 from Marc Collin <marccollin7379 at gmail.com> --- cat /sys/kernel/debug/vgaswitcheroo/switch 0:DIS: :Pwr:0000:01:00.0 1:IGD:+:Pwr:0000:00:02.0 don't seem switched? i tried echo DIS > /sys/kernel/debug/vgaswitcheroo/switch but the screen get completly black... so i switched back with echo IGD > /sys/kernel/debug/vgaswitcheroo/switch -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130830/92548fac/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-30 13:53 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #8 from Marc Collin <marccollin7379 at gmail.com> --- Created attachment 84911 --> https://bugs.freedesktop.org/attachment.cgi?id=84911&action=edit dmesg august 2013 -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130830/a6ce7093/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-30 13:54 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #9 from Marc Collin <marccollin7379 at gmail.com> --- Created attachment 84912 --> https://bugs.freedesktop.org/attachment.cgi?id=84912&action=edit glxinfo -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130830/a4f3f131/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-30 13:54 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #10 from Marc Collin <marccollin7379 at gmail.com> --- Created attachment 84913 --> https://bugs.freedesktop.org/attachment.cgi?id=84913&action=edit glxinfo_dri_prime -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130830/f7e4d80b/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Aug-30 13:55 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #11 from Marc Collin <marccollin7379 at gmail.com> --- Created attachment 84914 --> https://bugs.freedesktop.org/attachment.cgi?id=84914&action=edit xorg_0_log_august -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130830/1fdbdc2d/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2013-Aug-30 14:43 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #12 from Emil Velikov <emil.l.velikov at gmail.com> --- (In reply to comment #7)> cat /sys/kernel/debug/vgaswitcheroo/switch > 0:DIS: :Pwr:0000:01:00.0 > 1:IGD:+:Pwr:0000:00:02.0 > > don't seem switched? > > i tried > echo DIS > /sys/kernel/debug/vgaswitcheroo/switch > > but the screen get completly black... >With "screen" I believe that you're talking about the laptop LVDS? In that case it seems like the nv card is not wired to that output, thus you'll need to do the following * forget about vgaswitcheroo * Follow the instructions on our wiki [1] [1] http://nouveau.freedesktop.org/wiki/Optimus/ -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130830/8918c315/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Aug-21 21:01 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746 --- Comment #13 from Ilia Mirkin <imirkin at alum.mit.edu> --- Is this still an issue with newer kernels? (e.g. 3.13.x or newer) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140821/0164d759/attachment.html>
bugzilla-daemon at freedesktop.org
2015-May-13 13:28 UTC
[Nouveau] [Bug 64746] optimus don't use nouveau card
https://bugs.freedesktop.org/show_bug.cgi?id=64746
Tobias Klausmann <tobias.klausmann at mni.thm.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #14 from Tobias Klausmann <tobias.klausmann at mni.thm.de> ---
(In reply to Ilia Mirkin from comment #13)> Is this still an issue with newer kernels? (e.g. 3.13.x or newer)
no answer for a long time plus offloading works fine with newer version of the
kernel today, so i assume this is fixed.
Feel free to reopen the bug if the problem persists...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20150513/3d760de7/attachment-0001.html>
Seemingly Similar Threads
- properly check for _DSM function support and Optimus support for vga_switcheroo
- [Bug 70895] New: BUG: soft lockup - CPU#0 stuck for 22s! [Xorg:1292] after disable descrete card with switcheroo
- [Bug 70464] New: [NVC3] runpm not working
- [Bug 110830] New: GeForce GTX 1660 Ti (mobile) not supported (NV168/TU116)
- [Bug 69768] New: not able to do a suspend