search for: multihead

Displaying 20 results from an estimated 59 matches for "multihead".

2009 Aug 09
1
I have a multihead setup
I was reading thru the project page and I found that you were looking for people with multihead setup. my setup is 1 AGP TNT2 1 PCI TNT2 1 PCI old ATI-all-in-wonder and I am running Mandriva 2008.1 because its the only linux distro that will use my setup...
2009 Oct 31
5
[Bug 24831] New: XRandR multihead fails on NV50
http://bugs.freedesktop.org/show_bug.cgi?id=24831 Summary: XRandR multihead fails on NV50 Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org Repo...
2007 Apr 12
1
Multihead related issues
First, there are two fundamentally diffrent types of doing multihead: The "one big screen" solution, usually achieved with xinerama , twinview or similar. This provides us with one Screen, and therefor one CompScreen structure. The output extens are retrieved from xinerama, or possibly randr (in the future?), I would assume. Then there is the less used &q...
2003 Apr 06
0
XFree86 4.3.0 Matrox/MultiHead (Long!)
On Mon, 2003-03-17 at 16:37, Eric Anholt wrote: > On Thu, 2003-03-13 at 09:10, Paul Boehmer wrote: > > I have a test box that had been running X 4.2 in a multihead config for a > > while now (1 Nvidia TNT2 AGP, and 2 Matrox Millennium/Mystique PCI Cards). > > I upgraded yesterday to 4.3.0 only to find out that any attempts to run X > > result in a complete console lockup (still have access via ssh). Since > > the box was running 5.0,...
2007 Jun 02
1
Bigscreen multihead issues [URGENT]
At the moment, Compiz draws each head at a time, shifting the glViewport() for every head in a xinerama-like setup. However, the projection matrix is NOT adjusted. This means any translation along the z-axis will cause problems and any rotation along the x/y axis, because the projection matrix is centered around the viewport, not the actual X screen as it has to be to keep the scenery together. I
2006 Oct 03
0
Xgl/Compiz - Kernel, ATI, Console, and Multihead problems still unresolved
I've been avidly updating mesa, xgl, and compiz, every week (from the portage-xgl overlay) hoping to solve some of these problems: * Using ati-drivers-8.29.6 xgl crashes complaining about lacking dri, so i'm using 8.27.10. * Using 2.6.18 kernels, the ati-drivers-8.27.10 don't compile when building the drm module. * My laptop automatically switchs to vt1 when init services fail
2002 Sep 08
6
Samba 2.2.5 is crap.
...tem, mount and smbmount commands. Samba 2.2.5 is completely usable if you ask me. Crap I would say and should never been released. I consider to change to Beeweb although it cost money. BTW how do u uninstall the dirt?? using ./uninstall ??? ===== Investigating the Norwegain 4.th Secret ServiceThe multiheaded beast.http://home.no.net/~knutove/knut_ove_hauge_kuren.htm ______________________________________________________ Se den nye Yahoo! Mail p? http://no.yahoo.com/ Nytt design, enklere ? bruke, alltid tilgang til Adressebok, Kalender og Notisbok
2009 Nov 11
7
[Bug 25036] New: KMS + multihead leaves ghost mouse pointer
http://bugs.freedesktop.org/show_bug.cgi?id=25036 Summary: KMS + multihead leaves ghost mouse pointer Product: xorg Version: unspecified Platform: x86-64 (AMD64) URL: http://bbs.archlinux.org/viewtopic.php?id=83925 OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium...
2007 Feb 07
2
Final version of placement enhancement
...09 Bellegarde Cedric wrote: > And now, i put the patch on my server, it will me prevent me to send you a > message everytime i find something to fix ;) > > http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch http://forum.go-compiz.org/viewtopic.php?p=3783 Seems to be buggy in multihead, but i can't test here ... Cedric
2006 Nov 01
4
Minor fix to multi-head changes for mixed resolutions
Hey, David, for me the recent multihead changes had minor a problem with mixed resolutions (1600x1200 & 1280x1024). The viewport was getting set partially off screen. The following tweak fixed it for me: --- plugins/display.c +++ plugins/display.c @@ -2069,7 +2069,7 @@ eventLoop (void) {...
2016 May 31
2
[PATCH] virtio-gpu: use src not crtc
Pick up the correct source rectangle from framebuffer. Without this multihead setups are not working correctly. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/vir...
2016 May 31
2
[PATCH] virtio-gpu: use src not crtc
Pick up the correct source rectangle from framebuffer. Without this multihead setups are not working correctly. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/vir...
2008 Sep 25
9
Using xen in multihead distributed setup
I''m new to xen and hope that this question is not too daft but I just need a short answer. Can I run say four servers within xen on one box with 4 video cards, where each server is tied to one of the video cards, so I have a view of applications running on the various servers concurrently. John _______________________________________________ Xen-users mailing list
2016 May 30
2
[PATCH] virtio-gpu: fix output lookup
Needed for multihead setups where we can have disabled outputs and therefore plane->crtc can be NULL. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane....
2016 May 30
2
[PATCH] virtio-gpu: fix output lookup
Needed for multihead setups where we can have disabled outputs and therefore plane->crtc can be NULL. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane....
2016 Jun 14
0
[PATCH] virtio-gpu: use src not crtc
On Di, 2016-06-14 at 12:13 +0200, Marc-Andr? Lureau wrote: > Hi > > On Tue, May 31, 2016 at 2:52 PM, Gerd Hoffmann <kraxel at redhat.com> wrote: > > Pick up the correct source rectangle from framebuffer. > > Without this multihead setups are not working correctly. > > > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> > > Reviewed-by: Marc-Andr? Lureau <marcandre.lureau at redhat.com> > > Additionally, I had to modify the page_flip() function to take the > plane source coordinate...
2014 Oct 03
2
Virtual gaming/workstation desktops using KVM VGA passthrough?
Dear List, Recently I read an article [1] about how to use KVM and VGA passthrough to create multiple GPU accelerated VM's for use in gaming or as virtual workstations: [1] http://www.pugetsystems.com/labs/articles/Multiheaded-NVIDIA-Gaming-using-Ubuntu-14-04-KVM-585/ I'm planning on building a KVM workstation to do this using CentOS 7 or Ubuntu 14.04 LTS as the base virtualization host and then an Intel Xeon CPU and two Nvidia GeForce GTX 750's as GPU's for the virtual machines. I'm really new to thi...
2016 Jun 14
0
[PATCH] virtio-gpu: use src not crtc
Hi On Tue, May 31, 2016 at 2:52 PM, Gerd Hoffmann <kraxel at redhat.com> wrote: > Pick up the correct source rectangle from framebuffer. > Without this multihead setups are not working correctly. > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> Reviewed-by: Marc-Andr? Lureau <marcandre.lureau at redhat.com> Additionally, I had to modify the page_flip() function to take the plane source coordinates for virgl/3d multihead to work. F...
2019 Jan 21
2
Cannot start a secondary Xserver with resolution 6480x3840
...to another > process, but I haven't played much with it. I press Ctrl-Alt-F2 to switch to text virtual terminal, there I log in as user 'research' and type $ startx -- -nolisten tcp -dpi 100 Thus I start an xserver (owned by user research) which uses three LCD screens 6480x3840 in multihead configuration. All LCD screens are part of the same desktop and part of the same xserver. Then I press Ctrl-Alt-F4 to switch to another text virtual terminal, there I log in as user 'yade' and type $ startx -- -nolisten tcp -dpi 100 On nvidia drivers it works and it starts yet another xs...
2016 May 30
2
[PATCH v3 7/7] [wip] virtio-gpu: add page flip support
On Fri, May 27, 2016 at 09:50:27AM +0200, Daniel Vetter wrote: > On Fri, May 27, 2016 at 09:46:03AM +0200, Gerd Hoffmann wrote: > > On Mi, 2016-05-25 at 18:37 +0200, Daniel Vetter wrote: > > > On Fri, Oct 2, 2015 at 1:58 PM, Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> > > > > >