search for: l80

Displaying 16 results from an estimated 16 matches for "l80".

Did you mean: 80
2020 Sep 01
2
VAAPI on GeForce GT 620M
...utils/blob/master/common/va_display_drm.c#L39 > > However it looks like you can pass in --device /dev/dri/renderD129 or > whatever the right one is, which should pass in the right render node, > as seen here: > > https://github.com/intel/libva-utils/blob/master/common/va_display.c#L80 > > Note that I've never tried this, just did a few google searches to > find this stuff. > > Brilliant googling. get_drm_device_name() does seem to do a crude argparse of "--device" So I ran $ DRI_PRIME=1 LIBVA_DRIVER_NAME=nouveau vainfo --device /dev/dri/renderD128...
2019 Jun 29
2
Avoiding alloca elision
...39;t elide. But I was wondering, is there an __attribute__ or other mechanism by which I can tell the compiler: Don't elide this statement even if the result is unused. Here is the code: https://github.com/ioquatix/ruby/blob/3fd9102cb885858038d6a29071acecef78e6d6a5/coroutine/copy/Context.c#L36-L80 You can see on line 57, I forced compiler to use the result of the alloca. If I remove this, it fails because alloca is not invoked. Any help/suggestions appreciated. Kind regards, Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pi...
2020 Sep 01
2
VAAPI on GeForce GT 620M
> > It does indicate a config problem, but why do you want to use the > nvidia GPU for video accel? I'd rely on intel to provide acceleration > as this also reduces power consumption of the entire system. Also I > think vaapi on the secondary GPU is pretty much untested. Well you've got a point there. It's just that the dang nvidia is pretty much sitting there on its
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi, I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database. Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12 I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users. This all works fine, except for
2020 Sep 01
0
VAAPI on GeForce GT 620M
...ps://github.com/intel/libva-utils/blob/master/common/va_display_drm.c#L39 However it looks like you can pass in --device /dev/dri/renderD129 or whatever the right one is, which should pass in the right render node, as seen here: https://github.com/intel/libva-utils/blob/master/common/va_display.c#L80 Note that I've never tried this, just did a few google searches to find this stuff. Cheers, -ilia
2015 Oct 15
0
Re: Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
...in the library. I'm guessing you have libvirt-dev installed, but it is some ancient version (less than 0.10.2 specifically). This means libvirt is compiled out of the library here: https://github.com/libguestfs/libguestfs/blob/677c721e85380fc54ae6d0bebe885101360a6028/src/launch-libvirt.c#L64-L80 but still referenced here: https://github.com/libguestfs/libguestfs/blob/677c721e85380fc54ae6d0bebe885101360a6028/src/launch.c#L518-L520 You can just comment out lines 518-520 in the latter file to make it work. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~r...
2006 Apr 26
0
[ANNOUNCE] libXi 1.0.1
Reindent with -bad -bap -c0 -cd0 -cp0 -ncdb -ci4 -cli0 -ncs -d0 -di4 -i4 -ip4 -l80 -npcs -psl -sob -ss -ce -sc -br -cdw -lp -cbi0. Bug #6286: Fix build on Cygwin. (Yaakov Selkowitz) Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match. CVS tag: libXi-1_0_1 http://xorg.freedesktop.org...
2020 Sep 01
0
VAAPI on GeForce GT 620M
.../va_display_drm.c#L39 >> >> However it looks like you can pass in --device /dev/dri/renderD129 or >> whatever the right one is, which should pass in the right render node, >> as seen here: >> >> https://github.com/intel/libva-utils/blob/master/common/va_display.c#L80 >> >> Note that I've never tried this, just did a few google searches to >> find this stuff. >> >> > Brilliant googling. get_drm_device_name() does seem to do a crude argparse > of "--device" > > So I ran > > $ DRI_PRIME=1 LIBVA_DRIVER_N...
2010 Feb 18
14
Rebuilding machines from foreman
Hello, I ran into this problem today, I am trying to implement "One click installation", I followed foreman howtos and set up the pre-requisites accordingly. However, when I click on "Build" button, I get the following errors in the foreman''s console and another error in the web interface indicating that the installation failed. Any ideas? *"PuppetCA: SSL/CA or
2013 Jun 27
5
Is it possible to pass extra flags to Puppet via rspec?`
Hello, I''m writing my first puppet function rspec test and am having a problem which I don''t see how to solve. The function (and the test) involve access to files through the File Server. In order for the function (and the test) to work I need to pass "--fileserverconf=fileserver.conf" parameter to Puppet. So far I haven''t found a way to do that. If I
2015 Oct 15
3
Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
Dear all, I am trying to build libguestfs library on my system : Ubuntu Server 12.04 x64bit on XEN hypervisor. I have followed all instructions on their homepage but whey i am trying to build the library make -> gives me the following error: libguestfs.so: undefined reference to `guestfs_int_init_libvirt_backend' Here is a sample code of the error : make[2]: Entering directory
2020 Jul 22
1
回复: 回复: bug report
Hi,Richard: &nbsp; &nbsp; &nbsp; &nbsp;I use&nbsp;/bin/virt-copy-in&nbsp; failed , virt-copy-in&nbsp;&nbsp;have no diff with other nomarl machine(work well ) ,&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; /bin/virt-copy-in: symbol lookup error: /lib64/libguestfs.so.0: undefined symbol: json_string_length&nbsp; &nbsp; &nbsp; &nbsp;here are
2009 Aug 12
4
vnc - single application or a "remote localhost" on Firefox
Normally I use VNC-over-SSH to provide a complete desktop to a remote user. Is there a way to provide a single application to a user instead of a complete desktop? In this case I am looking for a method to provide remote report-viewing access to LedgerSMB for a company's outside accountant. LedgerSMB runs through a web browser (i.e. http://localhost/ledgersmb) so he doesn't need or want
1997 Sep 12
0
Dynamic Configuration Values et al.
...00 ---------------------------------------------------------------------- ---( samba-dyn-1.9.17p1-970912.diff.gz.uu )--------------------------- begin 644 samba-dyn-1.9.17p1-970812.diff.gz M'XL("($@&30"`W-A;6)A+61Y;BTQ+CDN,3=P,2TY-S`X,3(N9&EF9@"M&FM3 MVTCRL_TK)MY=L)`,%L80(&S"@A-<%S!E.WNYRJ5<0AYC;61)I9&3D,?]]NN> M'DDCR0:275>"I>G'=/?T:V8\]68SUHJ75TPXBQNG96\?;ML'D=V*?,<+=D2X MC%V^XX?.-'+BQ;9;0JLBU%NMUB-YU5[&'AOQB-F[\.]HKWO4[3#[\/"@;IKF M@Q.5J+N=(UM1OWC!6KO[N]8^,_'+;K,7+^J,L3\&@]=LRPVCNX43'6&lt...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...BN$Q4jAjz``-Y6+nI z|CqD?8&<8ENtR><0<7`a)d==WT6INTye26>#3!#1Xz3WnE?@aaU@~m;C;)$&&v|<` z#DC-Wuk!x({T}l7dH(eM8p`+k0HctdyTVORz#vGe<nXarQ1J<X;ChmkPPsXXw&_w= z;Wjlm)naosGtalUBM-T0I$Vk?Z=H_QM+2lY0iYpYh$z~nse!Egi>jWz=EyLCQv^sx zDWEyFd{DhCDe1j5i)ML&`qyuwyk+mgoeTl80R_5#?iNXIA?1VJ@;>V?k4Ij%w|+Lt zP{!y|D1MxS2ghfWtW^>`I1+y9YpW2htbK2i05c2*H1nf~hfE4NGEPWn12=asnzYC* zYfl?Ika_gW+%u;$$9*y-<HpvGGdUfyIEL*u`f=LQ?1R%dMcW;t&;C<}_>Gcr&)s|{ z&pC_a-aF1qY!>Npx?jjjeh3^W>rk?(qI;u>8c+Q~)%(KMO6c^J8BDK}VC(6?eXoX$ zJQtb`&aENoka)pwVI=@NK*Yb-H~9...