Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread John Schmitt
On Wed, Sep 28, 2011 at 02:10:06PM -0700, Joe Zeff wrote: > On 09/28/2011 02:03 PM, John Schmitt wrote: > > Can you think of anything else I could try? > > If everything else works OK the problem is probably with glxgears. Open > a bug report and see what happens. As I said initially, all my Op

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 4:20 PM, John Schmitt wrote: > Thank you Richard and Leonardo.  I was just going to report the same thing.   > So, yes, > > $ cat /etc/ld.so.conf.d/nvidia-lib64.conf > /usr/lib64/nvidia I just tried it and glxgears runs fine for me. 8000+ FPS. I'm not sure where to look n

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 4:20 PM, John Schmitt wrote: > Thank you Richard and Leonardo.  I was just going to report the same thing.   > So, yes, > > $ cat /etc/ld.so.conf.d/nvidia-lib64.conf > /usr/lib64/nvidia Not sure what's going on then. I'll have to try glxgears when I get home. > The advic

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread John Schmitt
On Wed, Sep 28, 2011 at 02:33:39PM -0500, Richard Shaw wrote: > On Wed, Sep 28, 2011 at 2:24 PM, Leonardo wrote: > > for the moment you can add manually the desired entry in > > /etc/ld.so.conf directly or create the file as seen in the catalyst > > driver. > > > > > > [sombriks@gau boot]$ cat /et

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 4:03 PM, John Schmitt wrote: > Can you think of anything else I could try? Did you verify that /etc/ld.so.conf.d/nvidia-lib64.conf exists and the contents are correct? Richard -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription optio

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Joe Zeff
On 09/28/2011 02:03 PM, John Schmitt wrote: > Can you think of anything else I could try? If everything else works OK the problem is probably with glxgears. Open a bug report and see what happens. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread John Schmitt
On Wed, Sep 28, 2011 at 12:25:05PM -0700, Joe Zeff wrote: > On 09/28/2011 12:17 PM, John Schmitt wrote: > > I've uninstalled and reinstalled the nvidia drivers, mesa and all their > > dependencies a few times which did not change this. > > If removing and reinstalling them once didn't help, why d

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 2:49 PM, Leonardo wrote: > Richard, your binary driver is from rpmfusion too? if not maybe this > difference means a punctual problem in rpm provided by the repo. Yes, I use the nvidia package from RPM Fusion. The nvidia-lib{,64}.conf files are provided by: xorg-x11-drv-

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Leonardo
Richard, your binary driver is from rpmfusion too? if not maybe this difference means a punctual problem in rpm provided by the repo. 2011/9/28 Richard Shaw : > On Wed, Sep 28, 2011 at 2:24 PM, Leonardo wrote: >> for the moment you can add manually the desired entry in >> /etc/ld.so.conf directly

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Richard Shaw
On Wed, Sep 28, 2011 at 2:24 PM, Leonardo wrote: > for the moment you can add manually the desired entry in > /etc/ld.so.conf directly or create the file as seen in the catalyst > driver. > > > [sombriks@gau boot]$ cat /etc/ld.so.conf > include ld.so.conf.d/*.conf > [sombriks@gau boot]$ > > [sombr

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Joe Zeff
On 09/28/2011 12:17 PM, John Schmitt wrote: > I've uninstalled and reinstalled the nvidia drivers, mesa and all their > dependencies a few times which did not change this. If removing and reinstalling them once didn't help, why did you think doing it again would be any different? -- users maili

Re: LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread Leonardo
> # glxgears does not run > > $ LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears > > # glxgears runs the way you expect > > I've uninstalled and reinstalled the nvidia drivers, mesa and all their > dependencies a few times which did not change this.  I removed > /etc/ld.so

LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears

2011-09-28 Thread John Schmitt
I have the nvidia driver from rpmfusion installed. All my OpenGL apps are accelerated and work well except for one thing: $ glxgears Error: couldn't get an RGB, Double-buffered visual # glxgears does not run $ LD_LIBRARY_PATH=/usr/lib64/nvidia glxgears # glxgears runs the wa