Displaying 6 results from an estimated 6 matches for "yunde".
Did you mean:
kunde
2017 Aug 27
2
glx error with nouveau
Hi IIia,
Thank you very much for your help.
Does the distro released more recently than Dec 2009 support OPENGL 3.3 ?
Best,
Yunde
________________________________
From: ibmirkin at gmail.com <ibmirkin at gmail.com> on behalf of Ilia Mirkin <imirkin at alum.mit.edu>
Sent: Friday, August 25, 2017 6:27:43 PM
To: Su, Yunde
Cc: nouveau at lists.freedesktop.org
Subject: Re: [Nouveau] glx error with nouveau
Nouveau was...
2017 Aug 27
1
glx error with nouveau
...lity uses core contexts though.
On Sat, Aug 26, 2017 at 10:38 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Depends on the hardware. You may be interested in looking at
> https://people.freedesktop.org/~imirkin/glxinfo/ for specifics.
>
> On Sat, Aug 26, 2017 at 9:42 PM, Su, Yunde <su.526 at buckeyemail.osu.edu> wrote:
>> Hi IIia,
>>
>>
>> Thank you very much for your help.
>>
>> Does the distro released more recently than Dec 2009 support OPENGL 3.3 ?
>>
>>
>> Best,
>>
>> Yunde
>>
>> _______...
2017 Aug 24
2
glx error with nouveau
...tension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Could you give some suggestions on how to solve this problem?
Thanks and best wishes.
Best,
Yunde
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170824/406213f3/attachment-0001.html>
2017 Aug 27
0
glx error with nouveau
Depends on the hardware. You may be interested in looking at
https://people.freedesktop.org/~imirkin/glxinfo/ for specifics.
On Sat, Aug 26, 2017 at 9:42 PM, Su, Yunde <su.526 at buckeyemail.osu.edu> wrote:
> Hi IIia,
>
>
> Thank you very much for your help.
>
> Does the distro released more recently than Dec 2009 support OPENGL 3.3 ?
>
>
> Best,
>
> Yunde
>
> ________________________________
> From: ibmirkin at gma...
2017 Aug 25
0
glx error with nouveau
...as merged upstream into the kernel in 2.6.35 or so. The
2.6.32-based system you have is a franken-kernel maintained by RedHat.
You should go to them for support.
I'd recommend trying a distro based on a kernel that was released more
recently than Dec 2009.
On Thu, Aug 24, 2017 at 1:29 PM, Su, Yunde <su.526 at buckeyemail.osu.edu> wrote:
> Hello all,
>
>
> My laptop has Nouveau installed as the graphic driver. The version is
> 2.6.32-573.12.1.el6.x86_64. And when I tried to run a software(CONVERGE
> STUDIO), I find such errors:
>
> Xlib: extension "GLX"...
2010 Apr 20
2
Using all variables in a linear model
Hello,
I am trying to automate linear regression for many different datasets, each
with the same rough format (the last variable is the response). I've been
doing something like this:
lm=lm(x[,dim(x)[2]] ~ ., data=x)
where the dot denotes all variables. However, this means that the response
is included as a predictor, which is obviously what I don't want. How do I
request that all