search for: andrius

Displaying 10 results from an estimated 10 matches for "andrius".

2014 May 08
28
[Bug 78439] New: Display corruption when DP connector is reattached
...Bug ID: 78439 Assignee: nouveau at lists.freedesktop.org Summary: Display corruption when DP connector is reattached QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: andrius at stikonas.eu Hardware: Other Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 98687 --> https://bugs.freedesktop.org/attachment.cgi?id=98687&action=edit dmesg When I unplug and replug DP con...
2011 Jan 15
45
[Bug 33165] New: Nouveau + nvidia GT240 = unworkable
https://bugs.freedesktop.org/show_bug.cgi?id=33165 Summary: Nouveau + nvidia GT240 = unworkable Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2011 Sep 29
12
[Bug 41333] New: Nvidia GTA 240 card (NVA3) locks up when loading nouveau.ko module
https://bugs.freedesktop.org/show_bug.cgi?id=41333 Summary: Nvidia GTA 240 card (NVA3) locks up when loading nouveau.ko module Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2004 Jan 04
4
QoS with > 1 interface
hi, as far I know, iproute QoS works in interface, not in all interfaces. I want give one inner interface priority over other inner, like PRIO one IP over other. HOW? -- Andrius K. Kasparavičius _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2012 Jul 19
20
[Bug 52244] New: [ 4.876531] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon
https://bugs.freedesktop.org/show_bug.cgi?id=52244 Bug #: 52244 Summary: [ 4.876531] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon Classification: Unclassified Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major
2010 Jun 16
2
[LLVMdev] Bootstrapping llvm
Dimitry Andric <dimitry <at> andric.com> writes: > > On 2010-06-15 18:28, Sunay Ismail wrote: > > I read on web that llvm compiles itself with clang, but could not find the > > instruction to achieve that. I try "./configure CC=clang CXX=clang" but get link > > errors. > > Try using CXX=clang++ instead. Always use clang++ for C++ code. :)
2009 Aug 11
0
Generalized Path Seeking algorithm with R
...ints (rows).' So for y matrix's second column I've tried to put 1 for actual goods and 0 for bads and for the first ? inverse of the value of second column, but it seems that it is not right. Does anybody have an idea how the first column has to be defined? I would be very grateful. Andrius -- View this message in context: http://www.nabble.com/Generalized-Path-Seeking-algorithm-with-R-tp24919113p24919113.html Sent from the R help mailing list archive at Nabble.com.
2012 Dec 30
4
How to multiple the vector and variables from dataframe
hi all: Here's a dataframe(dat) and a vector(z): dat: x1 x2 x3 0.2 1.2 2.5 0.5 2 5 0.8 3 6.2 > z [1] 10 100 100 I wanna do the following: 10*x1,100*x2,1000*x3 My solution is using the loop for z and dat(since the length of z is the same as ncol of dat),which is tedious. I wanna an efficient solution to do it . Any help? Many thanks! My best
2008 Dec 13
2
Need Help in converting php encryption decryption code to ruby on rails
Hi guys i found this encryption decryption in php and try to convert it in rails but i am unable to successfully convert it. So plz help me. I you write the whole conversion code then it will be great. PHP code is like this ================ # #/********************************************** #** #** MD5 block cypher #** #** Author..: leapinglangoor [
2012 Apr 30
0
Rails 3.1.3 -> 3.2.3 upgrade, assets can't be found
Hello everyone, I''m upgrading one application from Rails 3.1.3 to 3.2.3 and run into a nasty problem that none of the assets are found (everything worked great before upgrade). I''ve investigated for several hours and it seems that the root of the problem is that the order of initializers becomes wrong after initializers.tsort (in railties-3.2.3/lib/rails/ initializable.rb:54).