Displaying 4 results from an estimated 4 matches for "14.017".
Did you mean:
14.01
2016 Jul 08
1
Help with nouveau driver
Thanks for the help so far, I have already solved the main problem,
but sadly it seems I can't find out the last step. I hope you can help
me there...
Here ist the important part: It is trying to load some nvidia module,
although i have already done apt-get purge nvidia*
[ 4.636] (II) LoadModule: "glx"
[ 4.638] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[
2016 Jul 08
0
Help with nouveau driver
Thanks for the help so far, I have already solved the main problem,
but sadly it seems I can't find out the last step. I hope you can help
me there...
Here ist the important part: It is trying to load some nvidia module,
although i have already done apt-get purge nvidia*
[ 4.636] (II) LoadModule: "glx"
[ 4.638] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[
2016 Apr 07
2
Storing output of loop into list()
Hello. I am trying to store the output from a loop into a matrix. Failed so far, thanks for the help.
What I want to store into a new matrix: (just run the code once):
temps<-rnorm(400,14,0.05)
ttind<-NULL
for(ti in 1:(length(temps)-9)) {
if(temps[ti]-temps[ti+9] >= 0.1 && max(temps[ti]-temps[ti+1:9]) > -0.05)
ttind<-c(ttind,ti)
}
for(ti in 1:length(ttind)) {
2016 Jul 07
4
Help with nouveau driver
Is that an error that prevents anything from working? It's probably expected...
On Thu, Jul 7, 2016 at 2:07 PM, abcd <abcdeluxe at web.de> wrote:
> Thanks for the quick help!
>
> Indeed a kernel update resolved the issue, there one problem left
> though: I get an error:
>
> Xorg.0.log: Couldn't load sub module "fb".
>
> I can't find out what