Re: Slow XQueryPointer?

2012-01-26 Thread Adam Jackson
On Thu, 2012-01-26 at 15:22 +0200, Lauri Kasanen wrote: Hi list Tracing why there's the occasional delay in Irrlicht apps showed the culprit as XQueryPointer. It's called once per frame, but occasionally it takes much longer than the average 80us - up to 30ms. This is a huge delay and

Re: Slow XQueryPointer?

2012-01-26 Thread Adam Jackson
On Thu, 2012-01-26 at 11:58 -0500, Adam Jackson wrote: I think a more complete solution would involve changing the main loop's logic slightly: if we get to the end of requests for a single client within a single timeslice, start pulling requests from any other clients that have pending

Re: Slow XQueryPointer?

2012-01-26 Thread Adam Jackson
On Thu, 2012-01-26 at 19:34 +0200, Lauri Kasanen wrote: Hi ajax Thanks for taking the time to look into this. Trying -schedInterval 5 had slight improvement - the skips weren't as high, the highest was 7ms. But the skips still happen about just as often. That's about what I'd expect.

Re: High CPU usage with tabs and GTK

2012-02-27 Thread Adam Jackson
On Fri, 2012-02-24 at 23:40 -0800, Neil Whelchel wrote: Here is a cut and paste of what strace shows, the messages repeat about 90 times per second when tabs are active. strace output is unpleasantly difficult to read for this purpose. Try using xscope instead:

Re: [ANNOUNCE] xfs 1.1.2

2012-03-02 Thread Adam Jackson
On 3/2/12 9:39 AM, Andreas Radke wrote: FTBS here ar ArchLinux: make[2]: Entering directory `/build/src/xfs-1.1.2' CC atom.o CC cache.o CC charinfo.o In file included from difs/charinfo.c:66:0: ./include/difs.h:45:13: error: conflicting types for 'MakeAtom'

Re: XDrawLine and optimization

2012-03-02 Thread Adam Jackson
On 3/2/12 4:21 PM, Christopher Howard wrote: I don't have much (any?) Xlib programming savvy, but before diving headlong into the Programming Manual I was hoping to get some perspective. There is a particular application I use pretty often, and one of the things it does is to draw filled line

Re: x forwarding?

2012-03-14 Thread Adam Jackson
On Wed, 2012-03-14 at 03:27 -0400, gene heskett wrote: ssh -Y first machine works, and uses Display:10:0, ssh -Y second machine doesn't, tries fails to use Display 0:0. Where what does it take to enable the 2nd one? (not normally at the same time) Either: a) The shell you launched ssh

Re: XShmQueryExtension, valgrind and a still reachable block.

2012-03-16 Thread Adam Jackson
On 3/16/12 12:19 PM, Antonio Ospite wrote: ==27577== 24 bytes in 1 blocks are still reachable in loss record 1 of 1 ==27577==at 0x402894D: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==27577==by 0x4A30AFD: XextCreateExtension (in

Re: VESA driver

2012-03-22 Thread Adam Jackson
On Thu, 2012-03-22 at 13:38 +0100, Henrik Pauli wrote: it appears to me that xorg-driver-vesa-2.3.0 does not compile with the latest X, and it hasn't been updated since 2010. Are there any plans to release a new version or is there another driver that should be used instead as a generic

[ANNOUNCE] xf86-video-vesa 2.3.1

2012-03-22 Thread Adam Jackson
Minor maintenance release for xserver 1.12. Adam Jackson (4): Refuse to load if there's a kernel driver bound to the device Fix memory leak in mode validation Be forgiving of character-cell size mismatches in mode sizes vesa 2.3.1 Alan Coopersmith (1): Update Sun

Re: Randr window resize

2012-05-18 Thread Adam Jackson
On Fri, 2012-05-18 at 09:19 +0200, Eirik Byrkjeflot Anonsen wrote: Adam Jackson a...@redhat.com writes: On 5/17/12 1:33 PM, g4hx wrote: To my knowledge, this is not possible with Xorg at the moment. Correct me if I am wrong, but I think that this is a problem with the X server

Re: XSetBackgroundPixmap question

2012-05-21 Thread Adam Jackson
On Sat, 2012-05-19 at 23:00 +0100, Glynn Clements wrote: I've encountered code which uses a background pixmap to implement a persistent screen, and drawing to the pixmap then calling XClearWindow (without calling XSetWindowBackgroundPixmap in between) results in the updated pixmap contents

Re: Image depth, visuals and colormaps

2012-05-30 Thread Adam Jackson
On 5/30/12 4:32 AM, Alexandre CONFIANT-LATOUR wrote: What are the good practices for getting on the fly color depth switching to work ? That's not a thing xserver is set up to do, because that's not a thing X lets you do. The list of depths is constructed statically at server startup, and

Re: Why is XSetStandardProperties freezing?

2012-06-18 Thread Adam Jackson
On Thu, 2012-06-14 at 13:52 +0100, Myrosia Dzikovska wrote: Hi, I have a program using an X graphics library that works on FC 13 and ScientificLinux 6, but freezes on OpenSuse 12.1. I need to get it running, and I am trying to determine the cause of failure. I'm not an X developer, and

Re: Odd behavior with damage events and override-redirect windows

2012-07-17 Thread Adam Jackson
On 7/16/12 5:27 PM, Jess VanDerwalker wrote: This works correctly for non-override redirect windows. But something odd occurs with window flagged as override redirect. In that case, the coordinates for the window are root relative, not window relative. As an example, if the override redirect

Re: vesa_drv compatibility question

2012-07-23 Thread Adam Jackson
On 7/22/12 5:38 AM, soul wrote: SUPPORTED HARDWARE The vesa driver supports most VESA-compatible video cards. There are some known exceptions, and those should be listed here. Is there a list of such known exceptions? That is, VESA-compatible cards which are known NOT to

Re: E-EDID support: read out extension blocks

2012-08-14 Thread Adam Jackson
On 8/14/12 9:47 AM, Christophe Oosterlynck wrote: Hi all, to be HDMI compliant, extension blocks provided by E-EDID should be read out. It seems that X doesn't do this. I've been browsing through the code and found a commit [1] which introduced the 'complete' parameter to xf86DoEEDID. This is

Re: [Intel-gfx] [ANNOUNCE] xf86-video-intel 2.20.6

2012-09-04 Thread Adam Jackson
On 9/2/12 5:40 AM, Chris Wilson wrote: * Incoherent concurrent access with the CPU and GPU https://bugs.freedesktop.org/show_bug.cgi https://bugs.freedesktop.org/show_bug.cgi Which bugs were these meant to be? - ajax ___

Re: Problems with widescreen (16:9) under CentOS 5 w/ xorg-x11-drv-i810-1.6.5-9.40.el5

2012-09-22 Thread Adam Jackson
On 9/22/12 5:55 PM, Robert Heller wrote: First of all, using the VGA connection, the X server *refuses* to use any Modeline that is not a 4:3 aspect ratio. It seems that the X server presumes that *all* VGA connected monitors are 4:3. (All three of the new wide screen monitors do have 15-pin

Re: Problems with widescreen (16:9) under CentOS 5 w/ xorg-x11-drv-i810-1.6.5-9.40.el5

2012-09-24 Thread Adam Jackson
On Mon, 2012-09-24 at 15:31 -0400, Robert Heller wrote: If hostname is longer than 33 characers, the server can't locate/open the config file. I'm guessing someone is using a fixed size buffer (#1 nono!) that is not big enough. Yes, some of use use long and meaningful domain and host

Re: Dell D520 and strange X coordinates

2012-10-30 Thread Adam Jackson
On 10/30/12 8:36 AM, Michael George wrote: On Sun, Oct 14, 2012 at 02:59:27PM +0200, Thomas L?bking wrote: What's the output of xrandr -q? This is the output of xrandr -q with ctwm running: - Screen 0: minimum 320 x 200,

Re: Can't hook into the Double Buffer extension.

2014-09-16 Thread Adam Jackson
On Fri, 2014-09-12 at 14:59 -0400, Stirling Westrup wrote: I am writing a video driver for which I'd like to support the Double Buffer Extension. However I need to hook some of the calling functions described xorg/dbestruct.h, especially 'AllocateBackBuffer' and 'SwapBuffers'. You found an

[ANNOUNCE] xf86-video-mach64 6.9.5

2015-05-04 Thread Adam Jackson
Adam Jackson (3): preinit: Don't bother explicitly loading int10, vbe will do it for us Bump minimum xserver to 1.4 mach64 6.9.5 Alan Coopersmith (2): Remove unused atidecoder.c atidecoder.h Remove unused atiaudio.c ATIAudioNames declaration Connor Behan (1

[ANNOUNCE] xorg-server 1.17.2

2015-06-16 Thread Adam Jackson
xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are no active GDevs Adam Jackson (1): xserver 1.17.2 Adel Gadllah (1): modesetting: Fix software cursor fallback Alan Coopersmith (2): Clear ListenTransConns entries in CloseWellKnownConnections

[ANNOUNCE] xorg-server 1.17.4

2015-10-28 Thread Adam Jackson
Minor brown-bag release. The important fix here is Martin's clientsWritable change which fixes a crash when built against xproto 7.0.28. Adam Jackson (1):   xserver 1.17.4 Julien Cristau (1):   Xext: fix build with --disable-xace Martin Peres (1):   os: make sure the clientsWritable

[ANNOUNCE] xorg-server 1.17.3

2015-10-26 Thread Adam Jackson
):   privates: Clear screen-specific keys during CloseScreen Adam Jackson (9):   fb: Make rootless-agnostic   glx/swrast: Do more GLX extension setup   glx: Implement GLX_ARB_context_flush_control   xwayland: Don't (double) destroy RANDR resources in CloseScreen   xwayland: Don't (double

[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)

2015-10-26 Thread Adam Jackson
Time for another release candidate. Long past time, to be honest. Please speak up soon if you have a favorite patch or series that isn't in yet. Aaron Plattner (1):   privates: Clear screen-specific keys during CloseScreen Adam Jackson (6):   glxproxy: Fix an obvious thinko

[ANNOUNCE] xf86-video-rendition 4.2.6

2015-11-11 Thread Adam Jackson
Just a few accumulated build fixes. Adam Jackson (4):   Remove mibstore.h   Fix build against xserver 1.17   Remove dependency on xf86PciInfo.h   rendition 4.2.6 git tag: xf86-video-rendition-4.2.6 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-rendition-4.2.6

[ANNOUNCE] xorg-server 1.18.0

2015-11-09 Thread Adam Jackson
A few polish fixes here over RC2.  I'll start the 1.18 stable branch and update master for 1.19pre in a moment.  Thanks to everyone who helped make 1.18 our best release yet! Adam Jackson (3):   build: Remove stale miext/cw include paths   vidmode: Drop the unused event code   xserver

[ANNOUNCE] xorg-server 1.18.0

2015-11-09 Thread Adam Jackson
(same message as before, except this one I remembered to gpg-sign) A few polish fixes here over RC2.  I'll start the 1.18 stable branch and update master for 1.19pre in a moment.  Thanks to everyone who helped make 1.18 our best release yet! Adam Jackson (3):   build: Remove stale miext/cw

Re: Window does not receive expose events and therefore is not redrawn

2015-12-09 Thread Adam Jackson
On Wed, 2015-12-09 at 19:24 +0100, Marcus Reinhard wrote: Standard disclaimer: coding to Xlib is for people who enjoy making their lives hard, there's a reason we discourage it. But, since you insist... > To be more specific, the window is drawn correctly at first, but altough  > I see the lines

Re: bad karma between mouse and ati6 driver

2015-12-01 Thread Adam Jackson
On Tue, 2015-11-24 at 17:36 +0100, Richard PALO wrote: > > [  4175.678] (II) RADEON(1): Setting screen physical size to 270 x 203 > > I must say that the screen size '270 x 203' is a bit weird... Physical size here meaning "in millimeters", as opposed to logical size in pixels. - ajax

Re: Xorg swapping: bug or expected?

2016-01-12 Thread Adam Jackson
On Mon, 2016-01-11 at 23:37 +0100, Francois wrote: > My question is: is this normal? Do we expect Xorg to swap like any other > program, or does Xorg (should) mlock some of the memory it uses to avoid > swapping? Do you think there is anything else to investigate, or is this > just working as

Re: IGLX going away? Panic!

2016-05-26 Thread Adam Jackson
On Thu, 2016-05-26 at 16:34 +, Cook, Rich wrote: > Hello,  > I recently heard on the Apple x11-users mailing list that remote OpenGL > rendering (IGLX) is being phased out of XOrg and not being replaced.  Is > this really the case or am I misunderstanding?   You have heard incorrectly. It is

[ANNOUNCE] xorg-server 1.18.1

2016-02-08 Thread Adam Jackson
://patchwork.freedesktop.org/patch/72951/raw/ which combined fix an input issue when hotplugging monitors. Both are likely to be included in a future release unless testing discovers further problems. Adam Jackson (11):   xnest: Fix needless build dependency on xcb-util-keysyms   x86emu: Squash a warning

Re: Problem with X starting when certain USB configurations exist

2016-02-25 Thread Adam Jackson
On Tue, 2016-02-23 at 13:12 -0800, russell.poffenber...@xcerra.com wrote: > What happens is that the X server will not start. The relevant lines from the > X log appears to be..  > > [   561.239] (II) Loading /usr/lib64/xorg/modules/libint10.so  > [   561.240] (II) Module int10: vendor="X.Org

Re: Problem with X starting when certain USB configurations exist

2016-03-09 Thread Adam Jackson
On Tue, 2016-03-08 at 16:10 -0800, russell.poffenber...@xcerra.com wrote: > So could there be a bug, or a newer (read fixed) int10 driver in the > Centos 7 version that can be ported to Centos 6.7? Where can I find > the package or code for this driver that I may be able to compile for > Centos

Re: When to call XDamageSubtract ()

2016-03-09 Thread Adam Jackson
On Tue, 2016-03-08 at 23:56 +, adlo wrote: > I am writing a window switcher application using GTK that shows live > previews of windows. > > Should I call XDamageSubtract () before or after I update the image > widget in response to a damage event? Before, but in another sense, neither.  X

Re: Major/Minor Opcodes of failed requests

2016-03-30 Thread Adam Jackson
On Wed, 2016-03-30 at 10:03 -0600, Lloyd Brown wrote: > Can anyone help me understand where the error messages, especially the > major and minor opcodes, come from in an error like this one?  Are these > defined by Xorg, by the driver (Nvidia, in this case), or somewhere else > entirely? The

[ANNOUNCE] xorg-server 1.18.3

2016-04-04 Thread Adam Jackson
A few fixes relative to 1.18.2, including one fairly important performance fix to the Present extension. Thanks to all for fixes and testing. Adam Jackson (2):   vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS   xserver 1.18.3 Chris Wilson (1):   Xext/vidmode: Reduce verbosity

Re: Strange results from xdpyinfo

2016-04-26 Thread Adam Jackson
On Mon, 2016-04-25 at 16:47 +0200, Thomas Lübking wrote: > On Sat, Apr 23, 2016 at 08:59:09PM +0300, Ilya Anfimov wrote: > > Such a pity. > > Oh, don't be such a cunt ;-P Let's have less of this, thanks. - ajax ___ xorg@lists.x.org: X.Org support

Re: inexplicable fallback mode used when preferred mode 2560x1080 not supported by connection

2017-02-13 Thread Adam Jackson
On Sun, 2017-02-12 at 05:10 -0500, Felix Miata wrote: > http://fm.no-ip.com/Tmp/Linux/Xorg/xorg.0.log-big31-ostw-d2913wm.txt is  > Xorg.0.log plus output from inxi -c0 -G, hwinfo --gfxcard and xrandr from a  > GT210[1] on host big31 booted to openSUSE Tumbleweed and modesetting driver,  > which

[ANNOUNCE] libXfont 1.5.2

2016-08-31 Thread Adam Jackson
Maintenance branch release, primarily for bdftopcf's benefit as it's the only thing that really needs the Xfont1 API. (xfs uses it too, I believe, but could be ported to Xfont2). If someone wanted to step up and merge Xfont1 into bdtopcf directly, that'd be great. Adam Jackson (1):   libXfont

Re: damage.c wrapping bug?

2016-09-14 Thread Adam Jackson
On Wed, 2016-09-14 at 14:01 -0400, Stirling Westrup wrote: > I'm currently reading through the source for the damage extension in > damage.c and I noticed that the list of functions that get wrapped > when a screen gets damage support is not the same as the list of > functions that get unwrapped

Re: hay guys why isn't XOpenDisplay()'s argument const char?

2016-10-05 Thread Adam Jackson
On Wed, 2016-10-05 at 11:48 +0900, Ashe Goulding wrote: > Is it safe to regard it as const char? Yes. libX11 predates the wide availability of C89, so it tends not to include things like 'const' in function signatures. - ajax ___ xorg@lists.x.org:

Re: display/GFX issue with Ubuntu 16.04 not seen in 14.04

2016-08-23 Thread Adam Jackson
On Tue, 2016-08-23 at 06:53 -0400, Jim Abernathy wrote: > Can someone let me know where I can ask questions regarding problems  > with X??  I thought this forum would be the place? Most issues of this sort are more in the video driver than in X itself. intel-...@lists.freedesktop.org is probably

Re: Xorg & xf86OpenConsole : setpg Operation not permitted & FBIOPUTCMAP: Invalid argument

2016-12-07 Thread Adam Jackson
On Tue, 2016-12-06 at 09:22 +, Micka wrote: > Hi, > > I'm having trouble with the configuration of the Xorg ! Can someone > give me some advise ? You are? There's nothing fatal happening in this log, can you be more explicit about what's going wrong? In particular: > [327741.772] (EE)

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Adam Jackson
On Mon, 2016-12-12 at 12:13 -0500, Long Vu wrote: > Would it be this xvfb-run option ? > > -s ARGS   --server-args=ARGSarguments (other than server number and > "-nolisten tcp") to pass to the Xvfb > server >

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Adam Jackson
On Fri, 2016-12-09 at 14:09 -0500, Long Vu wrote: > Hi, > > We use Xvfb to avoid having to run an X server on our build machine. > > We got this error with Xvfb that we do not have when we were running a > real VNC server just to provide X. > > ES2 Prism: Error - GLX extension is not supported

[ANNOUNCE] xorg-server 1.19.1

2017-01-11 Thread Adam Jackson
First stable 1.19 release, including a few regression fixes. Thanks to all who contributed! Adam Jackson (3):   Revert "damage: Make damageRegionProcessPending take a damage not a drawable"   composite: Fix repaint of borders (v2)   xserver 1.19.1 Ben Crocker (1):

Re: What does this backtrace mean?

2016-12-01 Thread Adam Jackson
On Wed, 2016-11-30 at 13:01 -0500, Alex Villací­s Lasso wrote: > El 28/11/16 a las 19:59, Alex Villacís Lasso escribió: > > I have this computer (Acer Aspire One ZG5 using Fedora 25 32-bits) > > where the backtrace shown below appears every single time the > > machine boots. What does it mean?

Re: [ANNOUNCE] xf86-video-ati 7.9.0

2017-03-16 Thread Adam Jackson
On Thu, 2017-03-16 at 10:59 +0100, poma wrote: > There are two applicable patches within Fedora: > https://src.fedoraproject.org/cgit/rpms/xorg-x11-drv-ati.git/commit/fix-dri-removal.patch?id=d5f48e7d5b6c An artifact of Fedora trying to not build DRI1. It's a fix in the wrong place, xserver

[ANNOUNCE] xorg-server 1.19.3

2017-03-15 Thread Adam Jackson
A couple more minor fixes, most notably a revert of a page-flipping change that regressed some drivers. Adam Jackson (2):   Revert "present: Allow flipping with PRIME slave outputs"   xserver 1.19.3 Chris Wilson (2):   Revert "prime: Sync shared pixmap from root

Re: [ANNOUNCE] xorg-server 1.19.2

2017-03-03 Thread Adam Jackson
On Thu, 2017-03-02 at 18:13 -0500, Adam Jackson wrote: > A collection of stability fixes here across glamor, Xwayland, input, > and Prime support. Also a security fix for CVE-2017-2624, a timing > attack which can brute-force MIT-MAGIC-COOKIE authentication. Everybody > is encourage

Re: Dropped kdrive == fbdev regression

2017-03-10 Thread Adam Jackson
On Fri, 2017-03-10 at 12:52 +, Steven Newbury wrote: > Since kdrive, in particular Xfbdev has been dropped, this has left a > hole in support for MONO (1bpp) framebuffer devices.  I've been using > Xfbdev for a picolcd mono matrix device for a few years. > > The Xorg fbdev driver only

Re: help with Xorg (Adam Jackson)

2017-07-31 Thread Adam Jackson
On Mon, 2017-07-31 at 12:15 -0500, Perez Rodriguez, Humberto I wrote: > Hi Adam : > > there is the full log This log appears to show a successful startup. You say you only see a blank screen, but a black background with no cursor is in fact the default. If you're simply trying to test whether X

Re: help with Xorg

2017-07-28 Thread Adam Jackson
On Thu, 2017-07-27 at 21:59 -0500, Perez Rodriguez, Humberto I wrote: > (04:54 PM) [gfx@gfx-desktop] [xorg]$ : cat Xorg.0.log | grep "(WW)" > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > [62.765] (WW) The directory "/usr/share/fonts/misc/" does not exist. > [

Re: Is this issue related with the bug 20048 , 17923 or 71338

2017-08-08 Thread Adam Jackson
On Fri, 2017-08-04 at 05:55 +, Subrata Dasgupta wrote: > Hi Ajax, > Why every time XErrorEvent.serial = 2422603788. Does not it mean > application is facing problem only after a certain number of requests > has been made?? It means the error structure points to a place in memory that

Re: How to convert ZPixMap to BGRA reliably?

2017-08-22 Thread Adam Jackson
On Tue, 2017-08-22 at 11:39 +0530, Sai Prasanna wrote: > I thought Zpixmap mapped directly to BGRA. But my assumption didn't > turn out to be correct in some older X versions. > > I am using xcb_get_image and xcb_shm_get_image to grab screen pixels. > I used Zpixmap option for image format. In

Re: Xvfb concerns and dummy driver issues

2017-05-02 Thread Adam Jackson
On Fri, 2017-04-28 at 14:24 -0400, David Jackson wrote: > Is the plan to keep Xvfb as-is (KDrive?) As-is, yes. Strictly speaking, Xvfb is not a kdrive server, in the same sense that Xorg is not a kdrive server. There was a very similar kdrive server named Xfake, and that was indeed deleted. >

Re: Xorg crashing in pci_device_vgaarb_set_target

2017-10-10 Thread Adam Jackson
On Mon, 2017-10-09 at 13:07 +0200, Peter Kasza wrote: > Hi all, > > I'm getting itermittent crashes on a vfio enabled machine. I'm not > able to recreate it on purpose, but it seems to be occurring when > virtualbox VMs and Firefox are running. > > From the backtrace I suspect that some bogus

[ANNOUNCE] xorg-server 1.19.4

2017-10-04 Thread Adam Jackson
A collection of stability fixes from the development branch, including two minor CVEs. Thanks to all who sent in patches! Aaron Plattner (1): randr: Use RRTransformEqual in RRCrtcPendingTransform Adam Jackson (11): parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL

[ANNOUNCE] libXRes 1.2.0

2017-10-11 Thread Adam Jackson
Version 1.2 of the X-Resource extension (added in xserver 1.13) added some new requests allowing inspection of every resource for a client, the bytes used per resource, and the PIDs of local clients. Unfortunately the client library never saw a corresponding release, so let's fix that. Adam

[ANNOUNCE] libXfont2 2.0.2

2017-10-11 Thread Adam Jackson
A collection of minor fixes since 2.0.1, including CVEs 2017-13720 and 2017-13722. Adam Jackson (5): configure: Use -fvisibility=hidden if available autogen: Set a default subject prefix for patches freetype: Fix a logic error in computing face name readme: Update

[ANNOUNCE] xorg-server 1.19.5

2017-10-12 Thread Adam Jackson
One regression fix since 1.19.4 (mea culpa), and fixes for CVEs 2017- 12176 through 2017-12187. C is a terrible language, please stop writing code in it. Adam Jackson (2): Revert "xf86-video-modesetting: Add ms_queue_vblank helper [v3]" xserver 1.19.5 Michal Srb (1):

[ANNOUNCE] xfs 1.2.0

2017-11-28 Thread Adam Jackson
This release ports the X Font Server to libXfont 2.x. Distributions may now drop libXfont 1.x at their convenience. This conversion has been lightly tested but some issues may remain; please report any new issues to xorg-de...@lists.x.org. Adam Jackson (3): xtrans: Simplify an error path

Re: monitor hotplug resolution switch

2017-12-13 Thread Adam Jackson
On Tue, 2017-12-12 at 11:22 +, Johann Obermayr wrote: > Hello, > > i have a x86 machine with i915 graphics. > With connected display (1920x1080) all is ok. > But if I disconnect the monitor, the resolution switch to 320x200. > > How can I disable this ? The X server does not resize

[ANNOUNCE] bdftopcf 1.1

2017-11-07 Thread Adam Jackson
the world. Adam Jackson (3): Import libXfont's BDF-to-PCF code Import more libXfont 1.x headers bdftopcf 1.1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec

Re: How to specify a larger font for an application?

2018-05-14 Thread Adam Jackson
On Fri, 2018-05-11 at 03:06 -0500, Leslie Turriff wrote: > I normally use the X2 text editor for most of my file editing, but > although > it is an excellent editor, its default font is too small for me to read > easily, so I'm looking for a way to change that. > The editor has a

Re: vesa driver problem

2018-05-21 Thread Adam Jackson
On Mon, 2018-05-21 at 18:35 +, G. Sebastián Pedersen wrote: > May 21, 2018 6:31 PM, "Adam Jackson" <a...@nwnk.net> wrote: > > > On Mon, 2018-05-21 at 17:12 +, G. Sebastián Pedersen wrote: > > > > > [ 25.201] (II) VESA: driver for VESA chips

Re: vesa driver problem

2018-05-21 Thread Adam Jackson
On Mon, 2018-05-21 at 17:12 +, G. Sebastián Pedersen wrote: > [25.201] (II) VESA: driver for VESA chipsets: vesa > [25.201] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not > permitted) Pretty sure this means your X server isn't running as root, and needs to be. - ajax

[ANNOUNCE] xf86-video-mach64 6.9.6

2018-05-18 Thread Adam Jackson
A boring release, fixing source compatibility with xserver 1.20. Adam Jackson (3): Move max mode h/v checks into ATIValidMode mach64 6.9.6 Alan Coopersmith (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Emil Velikov (2): autogen.sh: use

[ANNOUNCE] xf86-video-rendition 4.2.7

2018-05-18 Thread Adam Jackson
A boring release, adding source compatibility with xserver 1.20. Adam Jackson (2): Move [HV]Total checks into renditionValidMode rendition 4.2.7 Alan Coopersmith (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Emil Velikov (1): autogen.sh

Re: new dependency for libtizcore required for mesa?

2018-06-07 Thread Adam Jackson
On Thu, 2018-06-07 at 11:06 -0400, Dennis Clarke wrote: > Ah .. oops. Thanks for the reply and I should look closer before jumping > on the "what?" button. > > How very odd : > > root@xorg:~# apt-get install llvm > Reading package lists... Done > Building dependency tree > Reading state

[ANNOUNCE] edid-decode has moved

2018-06-18 Thread Adam Jackson
I don't have the cycles to maintain edid-decode, and Hans Verkuil (who contributed a ton of HDMI-related patches) has graciously offered to take over. The project can now be found at: https://git.linuxtv.org/hverkuil/edid-decode.git/ - ajax signature.asc Description: This is a digitally signed

Re: Stuck on Config Setup with IBM x3650 and CentOS7

2017-10-20 Thread Adam Jackson
On Tue, 2017-10-17 at 10:36 -0500, Benjammin2068 wrote: > Hey all, > > I've been playing with an old x3650 and although video has been a > little spotty, I thought it worked itself out. > > The server has a Radeon graphics on board (see included Xorg.0.log) > with VGA to the back panel and the

Re: xorg.0.log repetitive entries

2017-10-20 Thread Adam Jackson
On Thu, 2017-10-19 at 20:29 -0300, sawb...@gmx.net wrote: > For example, these lines accounting for the mode setting of each one > of my three monitors: > > (II) NVIDIA(0): Setting mode "CRT-0:1280x1024" > (II) NVIDIA(1): Setting mode "DFP-0:1280x1024" > (II) NVIDIA(2): Setting mode

[ANNOUNCE] libpciaccess 0.14

2017-10-23 Thread Adam Jackson
s a result the library's soname does not change in this release. Adam Jackson (1): libpciaccess 0.14 Stephen Hemminger (1): linux: support 32 bit PCI domains (v3) git tag: libpciaccess-0.14 https://xorg.freedesktop.org/archive/individual/lib/libpciaccess-0.14.tar.bz2 MD5: 8f436e151d5106a9cfaa71

Re: Xorg shutdown causes Slackware 14.2 to freeze completely

2018-01-08 Thread Adam Jackson
On Sat, 2018-01-06 at 23:34 +0100, Vitor Barbosa wrote: > My problem is that even though the x server runs quite smoothly, half > of the time I shut it down it makes the computer to freezes > completely and the system becomes unresponsive to everything. I even > trying logging using ssh from

[ANNOUNCE] xorgproto 2018.2

2018-02-12 Thread Adam Jackson
This release fixes various version numbers and include paths, corrects an error in the RANDR specification, and adds the meson build system which was erroneously left out of 2018.1. Adam Jackson (6): meson: Fix xf86driproto.pc presentproto: Fix version number (1.1 not 1.0

[ANNOUNCE] xorgproto 2018.1

2018-02-05 Thread Adam Jackson
This package combines the protocol headers, which were formerly scattered in individual packages. At this point none of them are changing rapidly enough to justify such fine granularity, particularly when what changes do occur tend to affect multiple extensions at once (Present and DRI3 for

[ANNOUNCE] xf86-video-vesa 2.4.0

2018-02-15 Thread Adam Jackson
Nothing terribly exciting, but enough bug fixes to justify a release. Adam Jackson (4): Don't build old probe method on sufficiently new servers Fall back to VGA if the palette API isn't supported Use VBEFreeVBEInfo not free vesa 2.4.0 Emil Velikov (1): autogen.sh

[ANNOUNCE] xorg-server 1.19.6

2017-12-20 Thread Adam Jackson
Yet another collection of fixes from master. There will likely be at least one more 1.19.x release in 2018 as there are still a number of unreviewed patches pending. Until then, happy new year. Adam Jackson (10): xfixes: Remove the CursorCurrent array glx: Fix typos that break

[ANNOUNCE] xf86-video-v4l 0.3.0

2018-08-14 Thread Adam Jackson
This long overdue release features build compatibility with newer X servers and support for v4l2 devices. Adam Jackson (6): Remove call to LoaderGetOS Remove a bogus memset Fix distcheck v4l 0.3.0 Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also

Re: When starting Evolution /usr/lib/gdm3/gdm-x-session[2309]: (II) modeset information is printed to syslog

2018-09-05 Thread Adam Jackson
On Sat, 2018-09-01 at 10:24 -0500, Chris wrote: > When starting Evolution this is output to syslog and periodically after it's > running: > > https://pastebin.com/zndBukUG Evolution, or something it provokes, is asking the server for the list of available video modes. It's doing so with

Re: vesa module's name for its exposed video port?

2018-09-06 Thread Adam Jackson
On Thu, 2018-09-06 at 16:39 +, m...@crcomp.net wrote: > Greetings, > > A grep of Xorg.0.log [1] seems to indicate that only the vesa driver is > loaded and then used by X on my PC. > On the other hand, when the intel driver loads on my laptop with an > external VGA port, the intel driver

[ANNOUNCE] libXScrnSaver 1.2.3

2018-07-05 Thread Adam Jackson
Fixes a 25+-year-old bug in correctly filling in the ::root member of the ScreenSaverNotify event. Adam Jackson (1): libXScrnSaver 1.2.3 Alan Coopersmith (3): Copy root field from wire event into root, not window, of Xlib event configure: Drop AM_MAINTAINER_MODE

[ANNOUNCE] libXinerama 1.1.4

2018-07-05 Thread Adam Jackson
Contains some tiny bugfixes sitting in git unreleased for too long. Adam Jackson (1): libXinerama 1.1.4 Emil Velikov (1): autogen.sh: use quoted string variables Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it Mihail Konev (1): autogen

[ANNOUNCE] libXxf86misc 1.0.4

2018-07-05 Thread Adam Jackson
Several error paths in this library would fail to unlock libX11 when they returned, which would eventually cause the client to deadlock. This release fixes that bug. Adam Jackson (1): libXxf86misc 1.0.4 Alan Coopersmith (3): Strip trailing whitespace configure: Drop

Re: How to detect (subscribe to) messages that causes screen repaint

2018-07-05 Thread Adam Jackson
On Thu, 2018-07-05 at 20:06 +0200, Nikola Radovanovic wrote: > Hello, > Can someone please point me to some documentation/samples on how to > do the following: > > I have to detect events (messages) that are issued when any of > attached screens (one or possibly more of them) will be repainted >

Re: X will not start on a Thinkpad 240 using neomagic

2018-01-24 Thread Adam Jackson
On Wed, 2018-01-24 at 01:12 +, Alex Bowden wrote: > Hi all, > > I have a Thinkpad 240 with a Neomagic NM2160 and I keep having an issue > with the neomagic driver. I think I have narrowed it down to the kernel > refusing to mmap the framebuffer. I created a program called testneo.c > to

[ANNOUNCE] xserver 1.20 RC1

2018-02-28 Thread Adam Jackson
Plattner (1): randr: Use RRTransformEqual in RRCrtcPendingTransform Adam Jackson (196): configure: Enable glamor when building just Xwayland composite: Fix repaint of borders (v2) dix: Rename (and retype) PixmapPerDepth[1] to defaultStipple dix: Clear

Re: XRandr adaptive mirrored screens

2018-04-09 Thread Adam Jackson
On Mon, 2018-04-09 at 18:25 +0200, Prunk Dump wrote: > Is there a way to make Xorg mirror screens by default and choose > itself the best resolution ? Ideally a config file that I can deploy > in all my teacher's station. In the upcoming 1.20 release there is a feature for this, Option

[ANNOUNCE] xorg-server 1.19.99.904

2018-04-10 Thread Adam Jackson
suppose. I'm honestly of two minds about merging it, the deafening silence of review feedback has not been encouraging. Aaron Plattner (1): xfree86: Restore newline before "X Protocol Version" string Adam Jackson (10): gtf: Warning fix dmx: Fix some snprintf warnings.

Re: X-window crashes

2018-04-12 Thread Adam Jackson
On Wed, 2018-04-11 at 13:12 -0700, Alan Coopersmith wrote: > On 04/10/18 01:52 PM, alexander@wellsfargo.com wrote: > > > > flexSA14523.log:The program 'flextrdr_gtk' received an X Window System > > error. > > > > flexSA14523.log-This probably reflects a bug in the program. > > > >

[ANNOUNCE] xorg-server 1.19.99.905

2018-04-24 Thread Adam Jackson
More bugfixes, and streams support for Xwayland. This will almost certainly be the last RC. Adam Jackson (10): sdksyms: Skip empty symbols xwayland: Don't crash on WarpPointer(dest_w = None) modesetting: Fix inverted check in dri2 WaitMSC animcur: Fix crash when removing

[ANNOUNCE] xorg-server 1.19.99.902

2018-03-28 Thread Adam Jackson
the code to enable planes and modifiers is hidden behind an xorg.conf option: Section "ServerFlags" Option "Debug" "dmabuf_capable" EndSection Thanks to all for testing and debugging. Adam Jackson (30): randr: Fix a crash on initialization with GPU screen

[ANNOUNCE] xorg-server 1.19.99.903

2018-04-02 Thread Adam Jackson
Fixes for meson, modesetting, and a crash I introduced right before RC2. Adam Jackson (1): xserver 1.20 RC3 Emil Velikov (2): docs: purge some ISA references docs: remove resource management references Louis-Francis Ratté-Boulianne (2): modesetting: Ignore alpha channel

[ANNOUNCE] xkbcomp 1.4.1

2018-03-01 Thread Adam Jackson
is /usr/local, and your distribution certainly did not install xkbcomp there, 'make check' and 'ninja dist' for the X server build would fail because Xvfb would not start. xkbcomp itself has no functional changes in this release. Adam Jackson (2): pkgconfig: Add our bindir to xkbcomp.pc

[ANNOUNCE] xorgproto 2018.4

2018-02-28 Thread Adam Jackson
This release updates the specifications and protocol headers for DRI3 and Present to 1.2, and fixes several spelling and grammar errors in the specification texts. Adam Jackson (1): xorgproto 2018.4 Giuseppe Bilotta (1): Spelling and grammar fixes Louis-Francis Ratté-Boulianne (2

  1   2   3   4   5   6   7   8   9   10   >