On 12/30/11 12:34 AM, Jeff Chua wrote:
How can I go about to help debug this?
The i810 driver probably needs the equivalent fix as:
http://cgit.freedesktop.org/xorg/driver/xf86-video-cirrus/commit/?id=f422d0c38b0befdb2152215ab05d0d14f3da3ed9
- ajax
___
On 1/3/12 12:49 PM, Chris Wilson wrote:
On Tue, 03 Jan 2012 12:02:43 -0500, Adam Jackson wrote:
On 12/30/11 12:34 AM, Jeff Chua wrote:
How can I go about to help debug this?
The i810 driver probably needs the equivalent fix as:
http://cgit.freedesktop.org/xorg/driver/xf86-video-cirrus
On 1/3/12 1:00 PM, Adam Jackson wrote:
On 1/3/12 12:49 PM, Chris Wilson wrote:
On Tue, 03 Jan 2012 12:02:43 -0500, Adam Jackson wrote:
On 12/30/11 12:34 AM, Jeff Chua wrote:
How can I go about to help debug this?
The i810 driver probably needs the equivalent fix as:
http
On Thu, 2012-01-05 at 17:07 +0100, Wolfgang Draxinger wrote:
> On Thu, 5 Jan 2012 00:15:20 +0100
> Andre Majorel wrote:
>
> > What arguments do you pass to startx to enable the VGA output
> > and disable the LVDS output ?
>
> Technically not a startup option, but you can switch the output
> conf
On Thu, 2012-01-12 at 12:14 -0800, Yan Seiner wrote:
> or is there some better way to do this?
The SYNC extension has an IDLETIME counter which reports the server's
idle time in milliseconds, and can send you events when it crosses a
certain threshold. Cleaner than polling.
- ajax
signature.a
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 a
On Thu, 2012-01-26 at 17:51 +0200, Lauri Kasanen wrote:
> For this particular call, my app called XQueryPointer at
> 1327592221.398620 and reported the call took 12177 usec. The relevant
> portion of the strace is attached.
>
> I'm not fully confident in my ability to grok strace, but to me it
>
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
>
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 expec
On 1/27/12 10:55 AM, Matt Turner wrote:
On Fri, Jan 27, 2012 at 5:32 AM, Lauri Kasanen wrote:
You don't have to convert the entire app to XCB to be able to use it for
just one or two calls, for example, most of xdpyinfo uses libX11 calls
still, but the loop to list extensions uses xcb to be abl
On 1/30/12 5:23 AM, Andrew McLean wrote:
Am I right in thinking that 'expose events' are a thing of the past, and
apps don't need to
do anything about them ? If so, can someone point me to a Release Note
or something
that identifies this change ?
Thanks,
AM
You probably won't receive any if you
On 1/30/12 11:37 AM, Andrew McLean wrote:
Thanks, but I'd still like to learn more about this change. Is it
covered in any Release Note, for example ?
Not directly. It's sort of fundamental to the larger feature that is
the Composite extension.
E.g. Indeed I don't currently receive any, b
On 2/7/12 5:10 PM, Loïc Le Loarer wrote:
I'm trying to play two videos on one X server with two screens with
different refresh rates (120Hz and 60Hz) without tearing.
Currently I'm using XvShmPutImage with the send_event argument set to
true on Xv ports with the XV_SYNC_TO_VBLANK attribute set.
On 2/12/12 8:13 AM, lubo...@tphys.physik.uni-tuebingen.de wrote:
we have problems to configure X-server manually on Debian-squeeze.
Starting the xserver without a manually placed /etx/X11/xorg.conf the system
works fine but the screen resolution cannot be put to maximum values within
a the runn
On 2/13/12 12:43 PM, lubo...@tphys.physik.uni-tuebingen.de wrote:
Thank you for your reply.
I attach the xorg.conf file
I asked for the log file, not the configuration file. You should be
able to find it in /var/log/Xorg.0.log
- ajax
___
xorg@lis
On 2/20/12 4:45 AM, Corbin Simpson wrote:
Do people really care about Matrox that much? I'd be happy to take
over maintenance and testing from ajax if people want. (It *is* ajax
maintaining it, right? Or does anybody else have a pile of Matroxes?)
I'd prefer not to be, but I don't really have t
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:
http://cgit.freedesktop.org/x
On Wed, 2012-02-29 at 03:31 -0800, Neil Whelchel wrote:
> Hello,
> Thank you for pointing out xscope, I didn't know about it.
> I ran my app under xscope and the first thing I noticed was that there
> were many DAMAGE-Event related messages, about 90 groups of them per
> second. So on a hunch, I di
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'
/usr/include/X11/
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 gra
On Fri, 2012-03-02 at 13:03 -0900, Christopher Howard wrote:
> The code is from conky.c in conky-1.8.1. Before the loop it does one
>
> code:
> --
> XSetLineAttributes(display, window.gc, 1, LineSolid,
> CapButt, JoinMiter);
> --
Non-zero-width lines are probably a bad idea.
On Wed, 2012-03-07 at 13:35 -0700, Jonathan Corbet wrote:
> Hey, Keith,
>
> A question:
>
> > Here's the final 1.12 release. Thanks to every for contributing new
> > features,
> > bug fixes, documentation and testing.
>
> Is there anything resembling release notes or a feature list for releases
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 launch
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
/usr/lib/x86_64-linux-gnu/libXext.so
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 f
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):
Updat
On Wed, 2012-05-16 at 16:21 +, Cui, Dexuan wrote:
> When Fedora 17 just starts up, only the integrated Intel card has VGA
> output; when the nVidia driver is loaded and X server finishes
> startup, on the monitor (the first monitor) attached to the integrated
> Intel card, I see a gnome GUI se
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 and not the GUI toolkits like Qt or Gtk+.
You are wrong. RANDR sends events for this kind of change. If the
toolkit isn'
On Fri, 2012-05-18 at 09:19 +0200, Eirik Byrkjeflot Anonsen wrote:
> Adam Jackson 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 pr
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
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, a
On Mon, 2012-06-04 at 14:03 -0700, Jeremy Huddleston wrote:
> On Jun 4, 2012, at 1:34 PM, Julien Cristau wrote:
> > How are the xcb_atom_get_predefined/xcb_atom_get_name_predefined
> > removals not binary incompatible??
>
> Nothing else changed, just the removal of the symbols. All other
> funct
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, an
On Thu, 2012-06-21 at 13:08 +0100, Myrosia Dzikovska wrote:
> TASKTYPE TASKMOD XEventThread(void *data)
> {
>XEvent xev;
>HEventRec r;
>HWin win;
>HThread t;
>do{
> XNextEvent(globDisp, &xev);
> r=convertXevToHEventRec(xev);
> if(r.event != HIGNORE) {
>
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 win
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 t
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 b
On 8/20/12 2:08 PM, Lee Fallat wrote:
Hey,
I'm trying to darken/lighten the image data in a Drawable/XdbeBackBuffer.
Any ideas on how to get access to the data?...I've done an XGetImage() on
Drawable but that really slows down the application I'm editing...
That is, in fact, how you do it. Ge
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
___
xorg@lists.x.org:
On 9/14/12 8:18 AM, Eike Kuiper wrote:
...
(II) Module int10: vendor="X.Org foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) VESA(0): initializing int10
(EE) VESA(0): Cannot shmat() low memory
(EE) VESA(0): shmat(low_mem) error: Invalid argum
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 V
On Mon, 2012-09-24 at 15:31 -0400, Robert Heller wrote:
> If 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 names...
Th
On Sun, 2012-09-30 at 23:29 +0100, David Markey wrote:
> Hi All,
>
>
> Will display port chaining with on i7, i.e. 2 or more daisy chained
> work?
No. The hardware might or might not support that feature (I'm pretty
sure it does not). But independently of that, no open driver supports
this yet
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,
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
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
Co
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 CloseWellKnownConnec
Minor update to fix PanelID support. The minimum xserver version is
now 1.6; if you haven't updated your xserver in the last six years, now
would be a good time.
Adam Jackson (3):
configure: Drop PanelID test
Don't include deprecated xf86PciInfo.h
vesa 2.3.4
Alan C
Adds support for up to 512 clients in the X server. Also a warning fix
for C99 compilers, and a build fix for Darwin.
Adam Jackson (1):
xproto 7.0.28
Jeremy Huddleston Sequoia (1):
darwin: Include strings.h
Olivier Fourdan (1):
Increase the number of file descriptors
Thomas
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 thin
):
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'
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 clientsWri
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
xs
(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 mie
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
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
_
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
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 desi
://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
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 Fo
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
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 6.
No functional change, just squashing a build warning for new xserver.
Adam Jackson (2):
xv: Build left-shift constants from ints not longs
videoproto 2.3.3
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
git tag: videoproto-2.3.3
http
a few
new keyboard layouts
Full change list below. Many thanks to all for fixes and code review.
---
Adam Jackson (11):
xfree86: Build parser for DRI config file subsection unconditionally
autogen: Set a default subject prefix for patches
dri2: Use the work queue to manage
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 major
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 of
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
Archi
On Fri, 2016-04-29 at 16:09 +0200, Erlend Langseth wrote:
> The first problem is that nothing appears in the window when I
> comment out line 41. I'm unsure how it normally works, but I suppose
> that when I do compositing, then I want the windows to be entierly
> off screen, so I don't want to `X
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 _
On Thu, 2016-05-26 at 09:14 +0200, Laurent Lamalle wrote:
> Hello,
>
> I have just discovered, through the x11-us...@lists.apple.com mailing
> list, that Xorg deprecated some software component (IGLX?) necessary for
> remote OpenGL viewing.
As I just said:
https://lists.freedesktop.org/archives/
Another pile of backports from the devel branch, primarily in glamor,
xwayland, and the modesetting driver. Thanks to all who contributed.
Adam Jackson (9):
dix: Squash some new gcc6 warnings
kdrive: Nuke a bunch of dead code
xfree86: Add IndirectGLX server flag (v2
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
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):
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 wh
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: X.Org
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? Shou
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) FBDEV(
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
>
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
> (defaul
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):
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 fa
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 encouraged to upgrade. Thanks to all who contributed fixes!
Adam Jackson (5
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
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 supports
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 wi
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 shoul
On Thu, 2017-03-16 at 14:34 -0400, Alex Deucher wrote:
> > On Thu, Mar 16, 2017 at 2:25 PM, Adam Jackson wrote:
> > Mostly a hack for LCDs that only claim one supported resolution and
> > desktop environments too chicken to let you set arbitrary modes from
> > the disp
On Sat, 2017-04-22 at 16:45 -0400, David Jackson wrote:
> I have been a using xvfb for quite a while because I use it for a
> headless setup with x11vnc connecting to it. I became greatly
> concerned when I heard xvfb will be removed.
Your concerns are unwarranted. Xvfb isn't going away.
- ajax
_
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.
> Any
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.
> [62.
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 w
On Thu, 2017-08-03 at 18:26 +, Subrata Dasgupta wrote:
> Hi All,
>
> I have a 32 bit C++ X application running on Linux. Recently
> frequently I am getting strange XIOError event , below is the stack
> trace. It seems while we get that error application is doing nothing.
> And when I have chec
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
consisten
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 new
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
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 par
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.
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 for
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):
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 DV
1 - 100 of 189 matches
Mail list logo