search for: espen

Displaying 20 results from an estimated 45 matches for "espen".

Did you mean: espec
2008 May 27
3
[PATCH] VT-d: IOTLB flush fixups
On map: only flush when old PTE was valid or invalid PTE may be cached. On unmap: always flush old entry, but skip flush for unaffected IOMMUs. Signed-off-by: Espen Skoglund <espen.skoglund@netronome.com> -- iommu.c | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -- diff -r 8187fd8113f9 xen/drivers/passthrough/vtd/iommu.c --- a/xen/drivers/passthrough/vtd/iommu.c Tue May 27 11:46:52 2008 +0100 +++ b/xen/drivers/passthrough/vt...
2008 Nov 18
6
[PATCH] fix memory allocation from NUMA node for VT-d.
The memory relating guest domain should be allocated from NUMA node on which the guest runs. Because the latency of the same NUMA node is faster than that of a different one. This patch fixes memory allocation for Address Translation Structure of VT-d. VT-d uses two types of Structures for DMA address translation. The one is Device Assignment Structure. The other is Address Translation
2019 Feb 06
2
640x480 does not fill screen
...like Lbrickbuster2. I'd like the display to fill the screen. To confirm that this is a Nouveau issue, I switched back to NVidia where 640x480 looks fine. I'm using Fedora 29 (xorg-x11-drv-nouveau.x86_64 1:1.0.15-6.fc29), NVidia-390 drivers, GeForce GTX 1050 Ti, and a DELL S2817Q. -- Dan Espen
2011 Aug 14
1
btrfs: failed to read chunk root
...v/sda5 Trying btrfsck: btrfsck: disk-io.c:721: open_ctree_fd: Assertion `!(!chunk_root->node)'' failed. It had worked alright during the last couple of reboots. Before rebooting I created a new btrfs volume which I am able to mount without problems in rescue mode. Thanks for any help, Espen -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2019 Feb 06
2
640x480 does not fill screen
Ilia Mirkin <imirkin at alum.mit.edu> writes: > On Wed, Feb 6, 2019 at 3:28 PM Dan Espen <dan1espen at gmail.com> wrote: >> >> Ilia Mirkin <imirkin at alum.mit.edu> writes: >> >> > It would be useful to know how the screen is connected. Also please >> > grab the monitor's EDID from /sys/class/drm/cardN-connector/edid and >> >...
2019 Feb 16
1
640x480 does not fill screen
On Sat, Feb 16, 2019 at 12:49 PM Dan Espen <dan1espen at gmail.com> wrote: > > Dan Espen <dan1espen at gmail.com> writes: > > > Ilia Mirkin <imirkin at alum.mit.edu> writes: > > > >> On Wed, Feb 6, 2019 at 3:28 PM Dan Espen <dan1espen at gmail.com> wrote: > >>> > >>&...
2019 Feb 06
2
640x480 does not fill screen
...s that it's not a lot of pixels, too few for > some modern monitors. I believe some games need to be played in order > to increase the pixel clock, and I suspect nouveau doesn't play them > correctly. > > Cheers, > > -ilia > > On Wed, Feb 6, 2019 at 11:31 AM Dan Espen <dan1espen at gmail.com> wrote: >> >> >> I've been using the NVidia drivers and recently managed to >> get Nouveau working. Well almost working. >> >> Running the command: >> >> xrandr -s 640x480 >> >> results in a desktop that...
2008 Sep 17
7
Megaraid SAS driver failing in Xen-3.3.0 but was working in Xen-3.2.2-rc3
On Xen-3.3.0, domain0 Megaraid SAS (SAS 1068 controller) driver is not loading correctly if vtd support in Xen is enabled. It fails at the point of initializing firmware. I wasn''t seeing this error with Xen-3.2.2-rc3 (Unstable version), though with vtd disabled in Xen-3.3.0, it is working. Looks like a degrade problem. Any clues? Thx, Venkat
2008 May 19
21
[PATCH 0/5] VT-d support for PV guests
Hi, I''ve added some preliminary support for VT-d for paravirtualized guests. This must be enabled using an ''iommu_pv'' boot parameter (disabled by default). I''ve added some python bindigs to allow xend to assign PCI devices to IOMMU for PV guests. For HVM guests this is handled in ioemu. Not sure if it makes sense to handle both cases in one place. The
2008 Mar 27
21
[PATCH 0/5] Add MSI support to XEN
Hi, Keir, These patches are rebased version of Yunhong''s original patches, which were sent out before XEN 3.2 was released. These patches enable MSI support and limited MSI-X support in XEN. Here is the original description of the patches from Yunhong''s mail. The basic idea including: 1) Keep vector global resource owned by xen, while split pirq into per-domain
2019 Feb 16
0
640x480 does not fill screen
Dan Espen <dan1espen at gmail.com> writes: > Ilia Mirkin <imirkin at alum.mit.edu> writes: > >> On Wed, Feb 6, 2019 at 3:28 PM Dan Espen <dan1espen at gmail.com> wrote: >>> >>> Ilia Mirkin <imirkin at alum.mit.edu> writes: >>> >>> >...
2012 Jun 01
3
Serialized attribute saved as HashWithIndifferentAccess in database
My Booking model has: serialize :custom_data, Hash From the console it works as expected saving values to the custom_data attribute. But when having a form with parameters like this: booking[custom_data][hello] and creating a new object in the controller like this: Booking.new( params[:booking] ), values are saved in the database with added metadata like this: ---
2012 Aug 18
1
asterisk tries reinvite when incompatible codecs on call legs
...reinvite because of the incompatible codecs. - Asterisk tries the reinvite anyway, but does not end the call if it fails. To be sure, I also tested this on asterisk 1.8.15.0 and certified-asterisk-1.8.11-cert4. Both have the same result. Any help would be very appreciated! Cheers, Frederic Van Espen
2008 Dec 08
4
[PATCH][VTD] pci mmcfg patch for x86-64 - version 2
Fixes made in version 2: 1) Use PML4[257] for ioremap of PCI mmcfg. As full 16-bit segment support would require 44-bits. Since each slot only has 39-bits, we support 2048 PCI segments for now. This can be easily expanded if deemed necessary in the future. 2) Integrated PCI mmcfg access with existing PCI config interface for x86_64. Use MMCFG interface if offset is greater than 256.
2008 Apr 10
8
[PATCH][RFC]Move PCI Configuration Spaces from Dom0 to Xen
Hi, Keir, This patch will move reading and writing of PCI configuration spaces from dom0 to Xen. It also changes VTD code, so that they can touch the PCI configuration spaces with proper lock. This will also benefit MSI support in Xen. Can you give some comments? Thanks! <<pci_conf_xen.patch>> Best Regards Haitao Shan _______________________________________________ Xen-devel
2019 Feb 06
0
640x480 does not fill screen
...ch in question. The thing about 640x480 is that it's not a lot of pixels, too few for some modern monitors. I believe some games need to be played in order to increase the pixel clock, and I suspect nouveau doesn't play them correctly. Cheers, -ilia On Wed, Feb 6, 2019 at 11:31 AM Dan Espen <dan1espen at gmail.com> wrote: > > > I've been using the NVidia drivers and recently managed to > get Nouveau working. Well almost working. > > Running the command: > > xrandr -s 640x480 > > results in a desktop that spans the monitor but leaves black bands...
2008 Apr 10
0
[PATCH] VT-d: DMAR device scope parse fixup
Previously applied sanity check fixup is incorrect. Signed-off-by: Espen Skoglund <espen.skoglund@netronome.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Apr 19
1
Trust UPS Oxxtron 1300VA (17679)
Hi, are this UPS supported by any other driver than "richcomm_usb". The device works with richcomm_usb, but only signals online, offline etc. Not voltage, batterylevels etc. Bus 006 Device 009: ID 0925:1234 Lakeview Research Bus 006 Device 009: ID 0925:1234 Lakeview Research Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10
2011 Dec 29
1
rmagick and imagemagick
I am having issues loading imagemagick and rmagick on webfaction. I have installed a rails app called balder that organizes images. my main problem is that i can''t seem to upoload the image sthrough balder. balder uses imagemagick and rmagick when i use the console and do this: irb(main):003:0> require ''RMagick'' => nil I don''t think rmagick is
2019 Feb 16
2
[Bug 109654] New: Nouveau picks bad mode setting 640x480 resolution
...ct: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: dan1espen at gmail.com QA Contact: xorg-team at lists.x.org This has been discussed on the Nouveau mailing list. When running this command: xrandr -s 640x480 Nouveau only fills the screen horizontally, vertically it leaves 2/3s of the screen at the top and bottom unused. This makes this mode unu...