Page 2 of 2

Re: Random system freezes with new KDE 13.37 64-bit install.

Posted: 11. Mar 2012, 17:51
by globetrotterdk
GJones wrote:Yes. Nouveau will conflict with the proprietary driver.
Thanks. I also get prompted about installing Nvidia's 32-bit compatibility OpenGL libraries on a 64-bit system. Yes? No?

I finally found an answer to this question here:
http://www.salixos.org/forum/viewtopic. ... r&start=20

Edit:
The problem I have now is to figure out if I am using the NVIDIA driver. How do I check that?

Re: Random system freezes with new KDE 13.37 64-bit install.

Posted: 11. Mar 2012, 19:48
by GJones

Code: Select all

$ glxinfo | grep renderer
should show whether you're using the nVidia blob.

Re: Random system freezes with new KDE 13.37 64-bit install.

Posted: 11. Mar 2012, 19:54
by Shador
globetrotterdk wrote: Thanks. I also get prompted about installing Nvidia's 32-bit compatibility OpenGL libraries on a 64-bit system. Yes? No?
Doesn't matter unless you have a multilib setup, which you don't if you don't know it.

Re: Random system freezes with new KDE 13.37 64-bit install.

Posted: 12. Mar 2012, 11:29
by globetrotterdk
GJones wrote:

Code: Select all

$ glxinfo | grep renderer
should show whether you're using the nVidia blob.
Odd, I just get the following:

Code: Select all

$ glxinfo | grep renderer
OpenGL renderer string: GeForce GT 220/PCIe/SSE2
The following seems to give me the answer, just would have been nice with a shorter output :)

Code: Select all

# lspci -k
--snip--
01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 220] (rev a2)
	Subsystem: ASUSTeK Computer Inc. Device 830f
	Kernel driver in use: nvidia
	Kernel modules: nvidia, nouveau, nvidiafb
--snip--

Re: Random system freezes with new KDE 13.37 64-bit install.

Posted: 12. Mar 2012, 11:29
by globetrotterdk
Shador wrote:
globetrotterdk wrote: Thanks. I also get prompted about installing Nvidia's 32-bit compatibility OpenGL libraries on a 64-bit system. Yes? No?
Doesn't matter unless you have a multilib setup, which you don't if you don't know it.
Thanks :)