From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 66281] DRI_PRIME=1 glxinfo crashes and causes session to restart
Date: Mon, 12 May 2014 10:53:06 +0000 [thread overview]
Message-ID: <bug-66281-2300-lppNPO83Ih@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-66281-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=66281
--- Comment #7 from Ilia Mirkin <imirkin@alum.mit.edu> ---
(In reply to Gaurav Shukla from comment #6)
> (In reply to Ilia Mirkin from comment #5)
> > (In reply to Gaurav Shukla from comment #4)
> > > (c) How do I check that runtime pm and vga switcheroo are enabled in my
> > > kernel. (Sorry, but I am a newbie to Linux).
> >
> > If you have your .config (which, depending on options, may be visible from
> > /proc/config.gz), you can look for
> >
> > CONFIG_VGA_SWITCHEROO
> > CONFIG_PM_RUNTIME
> >
> > Make sure both of those are set to 'y'. (This is only for optimus-type
> > systems, of which I'm assuming yours is one.)
> >
>
> There is no config.gz file in my system. I have tried using "locate" as
> well. Is there some other way I can find this out.
http://nouveau.freedesktop.org/wiki/Optimus/
Check
/sys/kernel/debug/vgaswitcheroo/switch
/sys/class/drm/card1/power/runtime_status
If both files are there, that means that you have both of those options.
Further you can check dmesg for references to 'optimus'.
>
> >
> > xf86-video-nouveau is the xorg ddx which interacts with the kernel driver.
> > In some distros, for maximal confusion, it is called something else, like
> > xorg-xserver-video-nouveau or something like that (don't have the exact
> > name, sorry).
>
> Can you please tell me how to find out (or search) if this is the case. Even
> if you can tell me where and how to look for, I will follow.
A quick way to find out the version of xf86-video-nouveau is to look in your
Xorg.0.log file (often located in /var/log). There should be a section like
[ 7.016] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[ 7.019] (II) Module nouveau: vendor="X.Org Foundation"
[ 7.019] compiled for 1.15.0, module version = 1.0.10
[ 7.019] Module class: X.Org Video Driver
[ 7.019] ABI class: X.Org Video Driver, version 15.0
Note the "module version". Make sure yours is 1.0.10. Earlier versions did not
support GK208.
> >
> > > Actually I am working on some OpenGL/GLSL projects, for which I need GLSL
> > > 4.3, which I believe is still not available in nouveau driver. I was looking
> > > forward to be able to install the latest NVIDIA drivers. Will mesa 10,2-rcl
> > > solve this issue? Can you please recommend any other solution.
>
> The latest mesa based DRI drivers through yum is listed as 10.1.1. Will it
> work?
A large number of shader opcode generation issues for GK110/GK208 are fixed in
the 10.2 release. 10.1.x will work enough for like glxgears though. The final
10.2 release should be out on May 30 or so, dunno how long it takes to get into
distros though.
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2014-05-12 10:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-01 21:01 [Bug 66281] New: DRI_PRIME=1 glxinfo crashes and causes session to restart bugzilla-daemon
2013-12-01 21:03 ` [Bug 66281] " bugzilla-daemon
2014-05-09 17:11 ` bugzilla-daemon
2014-05-09 17:27 ` bugzilla-daemon
2014-05-09 17:45 ` bugzilla-daemon
2014-05-09 18:02 ` bugzilla-daemon
2014-05-12 8:24 ` bugzilla-daemon
2014-05-12 10:53 ` bugzilla-daemon [this message]
2014-07-26 13:26 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-66281-2300-lppNPO83Ih@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).