similar to: Libvirt checkout graphics card

Displaying 20 results from an estimated 100 matches similar to: "Libvirt checkout graphics card"

2008 Oct 29
2
Barplot: Vertical bars with long labels
Dear List, I need a barplot with vertical bars. Each bar should have a label. The problem is, that the labels are too long, so they overlap, or only every seccond label is displayed in the output. Here is a little syntax: dd <- c(100,110,90,105,95) barplot(dd,names.arg=c('Conduct Disorders','Attention Deficit', 'Eating Disorders',
2017 Mar 01
3
Excessive use of LLVM_FALLTHROUGH?
I came across a weird-looking use of LLVM_FALLTHROUGH which I think is completely spurious, but I figured I should check with the group mind before ripping it out. Basically, if you have multiple cases with no code in between, you do *not* need LLVM_FALLTHROUGH, right? switch (Foo) { case Bar1: LLVM_FALLTHROUGH; // not needed case Bar2: some code; return; case Bar3:
2015 Feb 22
0
HDMI2.0
Hello Nouveau devolpers, can you please tell me if HDMI2.0 is supported ? I use a GTX960 which supports 3840x2160 at 50Hz in Windows but Nvidia Linux driver 346.35 only allows 30Hz. Is there a chance with nouveau ? Thanks Thomas
2016 Oct 14
6
[Bug 98266] New: Geforce GTX 960: display corruption under KDE Plasma
https://bugs.freedesktop.org/show_bug.cgi?id=98266 Bug ID: 98266 Summary: Geforce GTX 960: display corruption under KDE Plasma Product: Mesa Version: 12.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau
2006 May 29
5
Can't Run "Within A Deep Forest"
i hope you can help me. The game's site is http://withinadeepforest.ni2.se/index.php? here's the terminal output from the install (from install binary) and the run. the install: $ wine install_wadf_11.exe fixme:advapi:CheckTokenMembership ((nil) 0x7ff18088 0x7fc8fe1c) stub! fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Within a Deep Forest\\unins000.exe") stub
2020 Oct 28
0
GT710 and Nouveau on ARM/ARM64
On Wed, Oct 28, 2020 at 10:20 AM Dave Stevenson <dave.stevenson at raspberrypi.com> wrote: > > Hi Ilia > > Thanks for taking the time to reply. > > On Wed, 28 Oct 2020 at 14:10, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > > > > The most common issue on arm is that the pci memory window is too narrow to allocate all the BARs. Can you see if there are
2010 Jul 10
1
lm_sensors and Shuttle
Hi All, I'm trying to get lm_sensors to work on a Shuttle with an AMD K10. The version of lm_sensors in the main CentOS repo is 2.10.7, which is two years old now. Support for the K10 was added about a year ago. So, does anyone know if there are binaries available for more recent versions of lm_sensors? Also, if anyone has knowledge of the sensors layout for recent Shuttle AMD motherboards,
2006 Jul 23
0
Google Checkout
Hi, Just wondering if anyone had done some work on integration with Google Checkout. Anyone willing to share some code? Thanks, Scott
2006 Apr 20
0
problem in "depot" app - cart contents not shown on checkout
Hi all - I''m working my way through the "depot" tutorial. I''m having a problem with the section where the cart contents are displayed on the order page. The cart contents display fine after I add an item to the cart, but simply does not show up on the order page. Any help would be appreciated. I''m running Locomotive 1.0.0c on Tiger with MySQL from
2006 Feb 25
1
a switchtower recipe to copy rather than checkout
For those who want use switchtower to deploy to a remote server that does not have access to the main subversion repository, here is a task I just hacked up to use switchtower to deploy to my servers by copying a local directory to the servers, rather than have the servers use svn checkout. I actually create my local directory using an svn export, but you can do whatever you like here, and just
2012 Feb 05
0
Intermittent Fault on Basket Checkout to Sagepay
We''re experiencing a fault with our online basket, previously has worked fine (3yrs) now it sends checkout to wrong address, but only sometimes? Anyone had any experience of this? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Mar 15
0
vista client doing svn checkout to samba share
hi all, I have a vista client (Vista Business) doing a subversion checkout to a samba share (mapped to drive letter) but it's taking a VERY long time. when i checkout to my local hd it takes about 30 seconds, how can i start troubleshooting this? The subversion checkout is about 20 MB (on disk) and everything is connected via standard 100 mbit ethernet network. (vista client is connected via
2008 Mar 18
0
vista svn checkout to mapped drive slower than xp
Hi, On a vista pc we run Syncrosvn client to check out svn repositories to a samba share. It works but on Vista this takes much longer than on windows xP. Checkout or status check on local disk work normally. (tried the same on a different vista pc, same problem..) To troubleshoot this I created a smaller test SVN repository to make it easier to read network captures. (I made a svn repository
2008 Feb 08
0
Checkout flow with regards to encryption/decryption
In the past I connect to the user to an SSL-secured portion of my site, asked for or updated their details. I used their credit card''s security code plus the customer''s ID in the database as the pass phrase to encrypt their credit cards (I used Rijndael for encryption). I didn''t like doing it but I stored the customer''s security code in session for at least one
2003 Dec 11
2
* CVS checkout does not work on one box
Hi, I have a strange problem trying to update Asterik on one of my boxes. I have done the following: - delete all the old source files - download the new file using: cvs checkout zaptel zapata libpri asterisk - compiling the new source file using: make clean ; make install Everything is compiled fine, except.... when I stop and start Asterisk server, it is still the old CVS version:
2004 May 17
0
openbsd compilation fails for recent checkout of v1-0_stable
This has been mentioned before on this list, but in order for md5.c to compile successfully (OpenBSD 3.3), the following must change in md5.c: #if defined( __FreeBSD__ ) || defined( __OpenBSD__ ) # include <sys/endian.h> Change this to be: #if defined( __FreeBSD__ ) || defined( __OpenBSD__ ) # include <machine/types.h> # include <machine/endian.h> And -E is an invalid
2014 Oct 31
3
[LLVMdev] Tree conflict on checkout
I am getting the following error while trying to checkout LLVM. I deleted my local copy (no changes) just in case something was causing the issue, but it didn't fix it. Tree conflict on 'llvm\test\Bindings\Ocaml' > local dir unversioned, incoming dir add upon update Select: (r) mark resolved, (p) postpone, (q) quit resolution, (h) help: -------------- next part --------------
2005 May 24
0
SVN checkout problem
Hello I have problems with checkout using SVN. I am following instructions on page http://us2.samba.org/samba/subversion.html. First of all DNS can't resolve name svnanon.samba.org. I checked nslookup and dig on three different systems using three different providers - my office, T-Online and Litnet. DNS servers for all three providers responded that host name not found. I also got IP
2013 Mar 30
0
I am having problems installing the latest samba4 git checkout as of 3/30/13
I am having problems installing the latest samba4 git checkout as of 3/30/13 I keep getting this error message when trying to install samba4 it says: checking project rules ... Project rules pass [ 1/4152] Generating replace.vscript [ 2/4152] Generating interfaces.vscript [ 3/4152] Generating talloc.vscript [ 4/4152] Generating pytalloc-util.vscript [ 5/4152] Generating tevent.vscript [
2004 Aug 30
1
can't build recent checkout of r-devel: tools invalid package
subsequent to a fresh svn checkout, configure, make: make[5]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src' make[4]: Leaving directory `/udd/stvjc/JEDI/R200/src/library/tools/src' Error in loadNamespace(package, lib.loc, keep.source, TRUE, TRUE) : 'tools' is not a valid package -- installed < 2.0.0? Execution halted make[3]: *** [all] Error 1 make[3]: