Displaying 20 results from an estimated 3000 matches similar to: "Re: Cursor lagging with Linux KMS"
2010 Sep 11
0
Cursor lagging with Linux KMS
A minor bug I've noticed: when kernel modesetting is enabled (as it is by default on most current Linux distributions), the mouse cursor lags for a few seconds when starting an application in Wine, or when a Wine'd application is doing some heavy activity.
The former is not really worth mentioning, but the latter actually causes problems in a few fullscreen games I've tried, since the
2018 Dec 31
5
[Bug 109187] New: [NVC1][optimus] nouveau black display, only mouse cursor visible
https://bugs.freedesktop.org/show_bug.cgi?id=109187
Bug ID: 109187
Summary: [NVC1][optimus] nouveau black display, only mouse
cursor visible
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2020 Feb 14
3
can hotplug vcpus to running Windows 10 guest, but not unplug
Hi,
i'm playing a bit around with vcpus.
My guest is Windows 10 1903.
This is the excerpt from the config:
...
<vcpu placement='static' current='2'>4</vcpu>
<vcpus>
<vcpu id='0' enabled='yes' hotpluggable='no'/>
<vcpu id='1' enabled='yes' hotpluggable='yes'/>
<vcpu id='2'
2020 Feb 14
0
Re: can hotplug vcpus to running Windows 10 guest, but not unplug
On Fri, Feb 14, 2020 at 16:05:00 +0100, Lentes, Bernd wrote:
> Hi,
>
> i'm playing a bit around with vcpus.
> My guest is Windows 10 1903.
> This is the excerpt from the config:
> ...
> <vcpu placement='static' current='2'>4</vcpu>
> <vcpus>
> <vcpu id='0' enabled='yes' hotpluggable='no'/>
>
2020 Feb 17
1
Re: can hotplug vcpus to running Windows 10 guest, but not unplug
----- On Feb 15, 2020, at 12:47 AM, Marc Roos M.Roos@f1-outsourcing.eu wrote:
> Would you mind sharing your xml? I have strange high host load on idle
> windows guest/domain
<domain type='kvm'>
<name>pathway</name>
<uuid>8235e5ae-0756-4286-5407-9fa02d372046</uuid>
<description>Pathway Studio Dietrich</description>
<memory
2012 Dec 06
1
Use .Call interface
Hi
I've written the following program:
#include <R.h>
#include <Rdefines.h>
#include "Projector.h"
SEXP Projector2(SEXP L, SEXP G, SEXP W, SEXP xymod, SEXP modif){
int nprot=0;
PROTECT(L=AS_NUMERIC(L));nprot++;
PROTECT(G=AS_NUMERIC(G));nprot++;
PROTECT(W=AS_NUMERIC(W));nprot++;
PROTECT(xymod=AS_INTEGER(xymod));nprot++;
PROTECT(modif=AS_NUMERIC(modif));nprot++;
2020 Jun 05
2
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
? 2020/6/5 ??6:05, David Hildenbrand ??:
>> I guess I know what's happening here. In case we only have DMA memory
>> when booting, we don't reserve swiotlb buffers. Once we hotplug memory
>> and online ZONE_NORMAL, we don't have any swiotlb DMA bounce buffers to
>> map such PFNs (total 0 (slots), used 0 (slots)).
>>
>> Can you try with
2020 Jun 05
2
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
? 2020/6/5 ??6:05, David Hildenbrand ??:
>> I guess I know what's happening here. In case we only have DMA memory
>> when booting, we don't reserve swiotlb buffers. Once we hotplug memory
>> and online ZONE_NORMAL, we don't have any swiotlb DMA bounce buffers to
>> map such PFNs (total 0 (slots), used 0 (slots)).
>>
>> Can you try with
2019 Sep 23
0
Video projector vs. onboard video card
On 23/09/2019 13:10, Nicolas Kovacs wrote:
> Hi,
>
> I have a CentOS 7 desktop client installed on an old Dell Optiplex
> computer with an Intel video card integrated into the motherboard. The
> card has a single VGA connector, and the 19" monitor is connected to it.
>
> I wonder how I could connect a video projector to this computer while
> keeping the monitor, in a
2011 Sep 11
3
XORG and LCD Projector
dear guys,
I have a problem between my CentOS 5.5 (on Axioo notebook) and LCD
Projector. When I connect my notebook to LCD Projector, it can detect my
notebook.
But when I press Fn + F7 to activate dual monitor between my notebook and
LCD Projector it goes to blank screen. FYI, the LCD Projector is NEC but I
don't know the series.
I've tried to change display using dual head monitor but
2016 Jan 20
4
Monitor Dummy Device
Yes, with a cable connect it is possible, of course.
But i dont like it to be restricted in my movement by wired to a hdmi-cable.
:-)
Am 20.01.2016 um 15:07 schrieb Jonathan Billings:
> On Tue, Jan 19, 2016 at 10:49:31PM +0100, Joey wrote:
>> i try xephyr/xnest, but i dont recognize how i can use a nested display like
>> a second screen.
> I guess I still don't understand
2009 Dec 04
2
[OT] What file can I use to change Ubuntu 9.10 display characteristics?
This question is vaguely related to R in that I have managed to wedge
the netbook computer that I use for demonstrations of R and I would
like to know how to un-wedge it so I can continue to give lectures
about R.
I have an ASUS eee PC running the netbook-remix version of Ubuntu
9.10. The X server in 9.10 is a little different from earlier
versions in that it does not require an explicit
2006 Mar 16
0
VGA Capture
i am a bit confused to what you want...do you mean you want a scan converter?
you can plug a vga out of the laptops to the scan converter, take another vga from the scan converter to a projector, and a svhs or composite out from the scan
converter to the encoding machine
you can buy them for about 200 USD or less
or do i misunderstand your question?
adam
..on Thu, Mar 16, 2006 at
2012 Dec 15
3
interfacing with .Call
Hi
My code is as following:
#include <R.h>
#include <Rinternals.h>
//* the Projector part *//
void Projector(double *L, int *dimL, double *G, int *dimG, double *W, int
*dimW, int *xymod, int *dimxy, double *modif, int *dimif, double *Lsum)
{ ...}
//* the interface part *//
#define getDim(A) INTEGER(coerceVector(getAttrib(A,R_DimSymbol), INTSXP))
SEXP Projector5(SEXP L, SEXP G,
2016 Jan 20
0
Monitor Dummy Device
On Tue, Jan 19, 2016 at 10:49:31PM +0100, Joey wrote:
> i try xephyr/xnest, but i dont recognize how i can use a nested display like
> a second screen.
I guess I still don't understand why you need a second, virtual
screen.
Every projector I've ever used appears as a second screen on my linux
desktop, and I have the choice to either mirror my display or expand
my desktop across
2016 Jan 20
0
Monitor Dummy Device
Joey wrote:
>
> Am 20.01.2016 um 15:07 schrieb Jonathan Billings:
>> On Tue, Jan 19, 2016 at 10:49:31PM +0100, Joey wrote:
>>> i try xephyr/xnest, but i dont recognize how i can use a nested display
>>> like
>>> a second screen.
>> I guess I still don't understand why you need a second, virtual
>> screen.
>>
>> Every projector
2016 Oct 10
0
External monitor support changes.
I've been working on this issue for quite a while.
Back in January of 2015 I posted about how well external monitors worked
with the out-of-the-box CentOS 7 ATI radeon drivers and my Dell M6500
with an ATI FirePro M7820.
At the time the support was seamless and 'Just Worked' without any
issue. A few months later, some update came down the pipe and this
broke completely, with the
2009 Mar 03
2
DVD-"this projector file is corrupt! Unable to continue"
When I want watch a DVD (technical sports) I obtain this message :
"this projector file is corrupt! Unable to continue" and
"this projector is stopping" and finally
"this application cannot run".
Before install Ubuntu 8.01 (Intrepid ibex) I worked with windows and I could watch my DVD (it is " Aikido3D from www.aikido3d.com ").
Is it possible to solve
2006 Mar 16
2
VGA Capture
Hey lists,
This is somewhat OT, but just a little.
I want to capture live (5 fps?) 1024x768 VGA and make mpeg or something I can
stream over the net.
The application is this: Developer meetings and conferences. "all" speakers
bring their laptops and hook up to the 1024x768 projector. I want to broadcast
that over the net. (I may point a web cam at the presenter too and have
2019 Sep 23
2
Video projector vs. onboard video card
Hi,
I have a CentOS 7 desktop client installed on an old Dell Optiplex
computer with an Intel video card integrated into the motherboard. The
card has a single VGA connector, and the 19" monitor is connected to it.
I wonder how I could connect a video projector to this computer while
keeping the monitor, in a mirroring configuration, e. g. output is the
same on the video projector and the