similar to: [Bug 66255] New: Enabling Xinerama with nouveau driver causes Segmentation fault

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 66255] New: Enabling Xinerama with nouveau driver causes Segmentation fault"

2015 Jul 14
2
[PATCH] avoid build fail without COMPOSITE
Well, I don't pretend to know anything about X, but this is the commit that added the code in question: commit 297fd0d0755bda698be1d0b30cc60a41d7673c0b Author: Dave Airlie <airlied at redhat.com> Date: Tue Oct 16 16:15:16 2012 +1000 nouveau/dri2: fix pixmap/window offset calcs. This should fix prime rendering under kwin, and not break it under the others.
2015 Jul 14
3
[PATCH] avoid build fail without COMPOSITE
--- src/nouveau_dri2.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c index f22e319..4398559 100644 --- a/src/nouveau_dri2.c +++ b/src/nouveau_dri2.c @@ -142,6 +142,7 @@ nouveau_dri2_copy_region2(ScreenPtr pScreen, DrawablePtr pDraw, RegionPtr pRegio NVPtr pNv = NVPTR(xf86ScreenToScrn(pScreen)); RegionPtr pCopyClip;
2019 Jan 21
5
[PATCH xf86-video-nouveau 0/4] Compiler warnings series
A short series of compiler visibility warning fixes that I prepared whilst trialing improvements to xf86-video-nouveau's use of the core xorg-server utility macros. Rhys Kidd (4): wfb: Remove declaration for undefined function nouveau_wfb_init() dri2: Mark local create/destroy buffer and copy region functions as static xv: Mark local NVSetupTexturedVideo function as static
2007 Dec 07
1
x11() and Xinerama settings
Hello Since I changed my X11 settings to a Xinerama setup, calls to x11() result in windows with a width half the size of the one specified by the corresponding parameter. Furthermore, x axis labels are overlapping. Other devices (e.g. pdf()), are not affected by these distortions. Did anybody have the same problem, and if so, how did you solve it? ( I'm using openSUSE 10.3 on a x86
2019 Jan 06
9
[Bug 109230] New: [crash] Xorg is crashing on startup with enabled xinerama
https://bugs.freedesktop.org/show_bug.cgi?id=109230 Bug ID: 109230 Summary: [crash] Xorg is crashing on startup with enabled xinerama Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: All Status: NEW Severity: major Priority: medium Component:
2012 Feb 15
11
[Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping
Hi, here a set of patches against the nouveau-ddx. This is an extended and revised set, based on Francisco Jerez feedback from autumn last year. [1/9] Makes pageflipping work again on X-Server 1.12rc. It apparently stopped working somewhere around Xorg 1.11+. [2/9] Implements handling of pageflip completion events from the kernel. Francisco Jerez argument against including it was that the
2005 Dec 08
0
Fwd: Re: Fwd: Monitoring Parallel Port
Oops I sent the last message back to the sender, not the list.... ---------- Forwarded Message ---------- Subject: Re: [Wine] Fwd: Monitoring Parallel Port Date: Thursday 08 Dec 2005 12:10 From: Trev Jackson <trev@g7pvs.freeserve.co.uk> To: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> On Thursday 08 Dec 2005 09:15, you wrote: > >>>>> "Trev" ==
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
- Only for sufficiently new xserver's and exa_driver_pixmaps. --- src/nouveau_exa.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++-- src/nv_driver.c | 51 +++++++++++-- src/nv_proto.h | 4 + src/nv_type.h | 12 +++- 4 files changed, 267 insertions(+), 17 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index 93fc3c5..074a226 100644 ---
2009 May 03
0
Crash with Xinerama enabled [patch]
Dear nouveau hackers, I got as far as figuring out that Xinerama is deprecated now... Too bad WindowMaker doesn't play well with RandR. While painfully learning about it, I managed to crash my Xorg 1.5.3 server through the nouveau driver. The attached patch fixes it. To reproduce the crash, simply run X with Xinerama enabled. $ gdb hw/xfree86/Xorg Xorg.core [...] Core was generated by
2008 Jun 04
1
possible bug in flexclust
Hi - Writing to see if someone can suggest whether a problem warrants a bug report. It concerns the use of stepFlexclust in the flexclust package. The problem concerns the size of clusters returned. Versions: R-2.7.0 on Windows XP; RODBC_1.2-3 code snippet: r8 <- stepFlexclust(df,8,nrep=100,FUN=kcca, family=kccaFamily("kmedians")) summary(r8) ## returns cluster sizes of 51, 115,
2004 Oct 22
0
xinerama support
Hi, Is xinerama taken into account in wine? When I open an app in my recently configured 2 display workstations the windos spans both displays. Is there a solution for this? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20041022/d653b271/attachment.html
2011 Jan 29
2
[Bug 33695] New: xrandr configuration of external monitor fails (graphics mode + xinerama)
https://bugs.freedesktop.org/show_bug.cgi?id=33695 Summary: xrandr configuration of external monitor fails (graphics mode + xinerama) Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2006 Apr 08
2
One dovecot, multiple addresses
There was a thread in February called "One dovecot, multiple domains" that I'd like to follow up on... I have a similar need; a hosted system with a couple IP aliases currently running dovecot for users at imap.domain1.com on one of those addresses. Now I need to also make it accessible via the name imap.domain2.com on a different address. Both "hosts" require SSL certs.
2009 Dec 11
2
[PATCH 1/2] exa: Pre-G80 tiling support.
For now pixmaps will only be tiled if driver pixmaps are being used and we're told to with the NOUVEAU_CREATE_PIXMAP_TILED usage hint. Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- src/nouveau_exa.c | 31 ++++++++++++++++++++----------- src/nv50_exa.c | 6 +++--- src/nv50_xv.c | 2 +- src/nv_proto.h | 2 +- src/nv_type.h | 1 + 5 files
2012 Mar 01
2
[Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping v2
Two "updated" patches, according to Michel Daenzers review. See separate e-mail for details. 01/10: Replaces original 01/09 -- Same code, updated commit message. 10/10: Just for demonstration, not for application to ddx.
2009 Mar 20
12
[Bug 20780] New: nouveau corrupts and crashes on 7800gt when NoAccel= false after a few drawing operations
http://bugs.freedesktop.org/show_bug.cgi?id=20780 Summary: nouveau corrupts and crashes on 7800gt when NoAccel=false after a few drawing operations Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2006 Jun 19
1
Feature request: Multi-head awareness in compiz and plugins
There have been offered several patches in order to forward Xinerama support to Xgl and patches for compiz to make use of it (like iXce's ones, which were ignored). So far the patched up compiz is working pretty good and makes it effectively usable in such setups (aside of that those patches will always drift away from official CVS and need to be touched for each commit). However it seems
2005 Dec 07
1
Fwd: Monitoring Parallel Port
Hi everyone I am trying to get my scanner working under linux and to develop a driver I need to capture the data. I have downloaded wine-0.9.2-mdk.i586.rpm and installed it. The wine developers guide (section 3.1) mentions setting read and write values in the config file. The new version of wine does not have a config file, so I would be grateful if someone would let me know how to set read
2006 Oct 08
1
Multisceen Support WAS : Re: [Fwd: Re: compiz coding style]
Hi list ! A quick reaction to : > Dual-/multi-head support? After lots of inquiries you rudely brushed > that subject aside because "xinerama isn't really useful" and made it > pretty clear how much you valued the community: > ,---- > DR> I wont accept any xinerama patches, if you like to use xinerama > DR> until proper multi-screen support is implemented,
2017 May 07
2
multiple cards and monitors with xrandr and opengl
Dear Devs, We have achieved a desktop of up to six monitors, with openGL running succesfully on the desktop, with the following setup/features: * Ubuntu 16+ * Xrandr * Noveau driver * Two gtx750 graphic cards Each (identical) graphic card has 2xHDMI + 2xDVI connectors, which we connect to the monitor array. So far it works with six monitors, but we'd like to achieve eight. However,