similar to: Minor fix to multi-head changes for mixed resolutions

Displaying 20 results from an estimated 1000 matches similar to: "Minor fix to multi-head changes for mixed resolutions"

2008 Feb 08
0
[PATCH] Make outputDeviceForGeometry behave smarter when dealing with overlapping outputs. Currently, the current output is returned if some part of the rectangle is on it; otherwise the output device the rectangle center is on is returned. This works
This makes scenarios like laptops with external monitors on Xrandr 1.2 work. Those e.g. have a 1280x800 output and a 1280x1024 output, completely overlapping each other. With this patch, outputDeviceForGeometry will return the smaller head for a rectangle that's completely inside the smaller head and the larger head otherwise. --- src/screen.c | 88
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 "multiscreen" way, which
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 Nov 07
1
Patch for zoom with mixed resolutions
Hey, David, with the latest changes for output-specific zoom it wasn't focusing properly for me with mixed resolutions. I think this patch corrects that. (Oh, and on my previous comment I meant struts and not extents, if that was confusing to anyone. It was to me when I re-read it, heh.) ...MC -------------- next part -------------- --- plugins/zoom.c +++ plugins/zoom.c @@ -480,8 +480,12
2016 Apr 05
2
a few questions about OpenGL and nouveau
Hi... I know... glBegin/glEnd is deprecated but I have an old computer 32bit CPU, running fedora 19, mesa-9.2.4, NV63... any help are welcomed. Please forgive if I misuderstood everything. So I have a simple OpenGL program that draws a black background and a white line... I will write the code of myline() inside of main() so as I can learn. main (..) { X and glX stuff... /* at this moment I
2007 Aug 01
4
Dual-screen compiz mostly working
I have dual-screen compiz-fusion finally working on my ATI Radeon Mobility X600. AIGLX was the way to go using MergedFB. gentoo linux-2.6.22 x11-base/xorg-server-1.2.0-r3 x11-base/xorg-x11-7.2 media-libs/mesa-6.5.2-r1 x11-wm/compiz-9999 x11-wm/compiz-fusion-9999 But a number of remaining issues: - my second screen doesn't render properly. Compiz events cause it to redraw but
2010 Dec 03
1
busy loop in libvirtd (cpu usage 100%)
Hi! Occasionally of late, I've seen a few cases where libvirtd cpu usage shoots up to 100% and stays there indefinitely. This seems to happen when a QEMU VM is starting up, although on one occasion I *think* I saw it happen after a QEMU VM was p2p-migrated. Doing strace -f -p <libvirtd pid> reveals a flood of poll() functions calls like these: [pid 1690] poll([{fd=3,
2006 Aug 22
1
Crash trying to start with ATI BigDesktop
I've got compiz running with my ATI driver, and xorg 7.1.1 It's quite the eye-candy, and now my ultimate tool in pissing micro$hit user off! I had previously been using ATI's BigDesktop across two monitors. When I tried this with Xgl and Compiz it bombed out during startup. I couldn't spot anything different in my Xorg.94.log file either. Is it possible to get BigDesktop
2006 Aug 23
1
Black screen returning from console
Another problem I'm experiencing is that when I switch to the console and switch back to the desktop (vt7) it is all black, some colour remaining of the bottom panel exists for a couple of pixels along the bottom of the screen. My console is running frame buffer and gensplash. I've got compiz running with my ATI driver, and xorg 7.1.1 Is there a known bug between the frame buffer and Xgl?
2006 Dec 08
4
Patch to wobbly snap for outputs
Here's a patch to wobbly.c to handle edge snapping with multiple outputs... Also, I tweaked the window edge snapping to include dock window types, to support the case where dock windows may be on the inner edges of multiple monitors (and thus currently ignored as struts in the output workarea setup). I personally think we should include these "inner" struts when calculating the
2011 Dec 14
1
Limit access to a volume
Hi, I created a volume and have to restrict access now. Just one client should be allowed to acces the volume. So I tried: # gluster volume set sesam auth.allow 192.168.20.1 But I can still mount the volume from other clients than 192.168.20.1. But when I try to access the directory from an unallowd machine, my shell hangs. If I try to unmount, it says that the device is busy. The only way
2007 Feb 07
2
Final version of placement enhancement
On Thursday 08 February 2007 01:00: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
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...
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
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/virtio/virtgpu_plane.c
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/virtio/virtgpu_plane.c
2011 Sep 09
2
can't copy paste
Hello, I have a problem. I can't copy paste in wine. I'm trying to copy things from my Z disk to my C disk and it isnt possible. Right clicking gives me the option to cut and copy, but never to paste. The keyboard shortcuts don't work either. The thing that i can do is copy paste from wine onto my mac but not the other way round. Can someone help me please. Thankx
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 ReportedBy:
2004 Apr 26
1
eventloop
Hello. I'm writting a glx device and I've some performance problem with the eventloop registration system. The device is not refresh when there's no X event. That's problematic for animation and "smoothness" of display. Should I use threads or fork the R process to get and independant way to refresh my device ? Or do you know another way to refresh it ? Thanks
2023 Jul 05
1
Libnbd asynchronous API with epoll
Hello, As part of the Rust bindings for Libnbd, I try to integrate the asynchronous (aio_*) functions with Tokio <https://docs.rs/tokio/latest/tokio/>, the most used asynchronous runtime in Rust. However, in its eventloop, Tokio uses epoll(7) instead of poll(2) (which is used internally in Libnbd). The difference is that poll(2) uses level-triggered notifications as aposed to epoll(7)