search for: itseft

Displaying 2 results from an estimated 2 matches for "itseft".

Did you mean: itselft
2011 Aug 03
0
How to calculate the number of times a given string can be displayed in the width of a grid viewport
...of an open grid viewport. Unfortunately, the arithmetic operation that seems obvious in this case is not permitted with unit objects (see example below). Although there is a brute force way to get this number (using a while loop where the string would be modified by appending the original string to itseft until its width is larger than the width of the viewport), this solution seems a bit overworked. Any suggestion would be welcome. Sebastien require(grid) dev.off() dev.new() nstr <- '' str <- 'OXXXX' nInWidth <- floor(unit(1,'npc')/unit(1,'strwidth',str))...
2012 Aug 08
3
GPU passthrough with Xen 4.2 on Ubuntu 12.04
...ce=''tablet'' on_poweroff="destroy" on_reboot="restart" on_crash="destroy" I would like to be able to pass through the HD 7750 and a USB controller to the VM. I see from lspci there are three devices I need to pass through, two for the gpu (the card itseft and the hd audio for hdmi device) and one for the USB controller. The bus/device ids are: 0000:01:00.0 0000:01:00.1 0000:00:14.0 There are other usb controllers but I would like to leave them with dom0. I can successfully configure the devices for passthrough using "xl pci-assignable-ad...