The calcomp driver didn't stay supported for long after modularisation, and
it certainly no longer builds, but it's still in the archive:
https://gitlab.freedesktop.org/xorg/driver/xf86-input-calcomp/-/tree/master
I expect the build failures are mostly API drift, so if you have hardware
that the
The patches sound great, please send them on. I may not have time to merge
them myself but I can at least get them into gitlab with some commentary
for the next adventurous soul.
- ajax
On Wed, Dec 20, 2023 at 3:27 AM wrote:
> I tried to send a HELP request to xorg-request but it disappeared
>
essentially has to be thread-safe.
But regressions are always possible, so please report any issues
introduced by this release.
Adam Jackson (2):
global: call XInitThreads() from the library's constructor
libX11 1.8
Alan Coopersmith (4):
XkbUpdateKeyTypeVirtualMods: always initi
The answer to this is probably the same as the answer for any other
xorg code you encounter without an explicit license. I answered this
before in some detail for the I2C code in the server:
https://lists.x.org/archives/xorg/2019-March/059652.html
The dummy driver has a similar history, we import
On Fri, 2020-09-11 at 00:04 +0200, Marcin K wrote:
> Thank you for explanation.
> That was my deepest fear. The main issue is that I'm copying the
> image data real-time, and in my case, on 4* UWXGA display, this one
> byte means 9MB less data per frame.
I mean... yeah, half a gigabyte per secon
n emulated GPUs, in which case
the shadow framebuffer is disabled by default to improve performance by
reducing the number of copies.
All users are recommended to upgrade, ideally to a better video card
and/or driver.
Full changelog:
Adam Jackson (5):
Newline-terminate a few erro
On Wed, 2020-09-09 at 13:28 +0200, Marcin K wrote:
> Hello,
> I'm grabbing frames from Xvfb to use them as an opengl texture. I've
> noticed that there are 4 bytes per pixel, that suggest that there's
> an alpha channel, or something else. Is it possible to force Xvfb to
> store only RGB values in
On Wed, 2020-09-09 at 16:56 +, Paul Kagan wrote:
> What do I do to get this to work?
>
> x.org.log:
>
> https://bsd.to/T3hR
The relevant bits of the log here are:
[ 53814.484] (--) PCI:*(0@0:2:0) 1013:00b8:1af4:1100 rev 0, Mem @
0xfc00/33554432, 0xfebd/4096, BIOS @ 0x/655
(accidentally sent to just sam initially, whoops)
On Fri, Jul 31, 2020 at 7:22 AM Sam Varshavchik
wrote:
> On Fri, Jul 31, 2020 at 4:30 AM Böszörményi Zoltán wrote:
> > 2020. 07. 30. 21:20 keltezéssel, Dennis Clarke írta:
> > > On 7/30/20 6:39 PM, Elie Goldman Smith wrote:
> > >> Countless peopl
On Sat, 2020-06-06 at 08:18 -0300, Sleep wrote:
> Thank you very much Adam, I have written a small diagram as an
> exercise,
> I would appreciate if someone could tell me if this is correct:
>
> Display -> is --> +---+
> | | Server and |
> V
On Thu, 2020-06-04 at 08:23 -0300, Sleep wrote:
> From the Xlib - C Language X Interface: "For each screen of the
> display, there may be a list of valid visual types supported at
> different depths of the screen."
>
> Alright this is confusing me, this implies that one screen can handle
> win
On Tue, 2020-06-02 at 13:10 -0400, Nathan Kidd wrote:
> Are you sure you don't want VirtualGL instead?
>
> There is no official GLX protocol for OpenGL 1.5+. NVIDIA implemented
> unofficial protocol with their AllowUnofficialGLXProtocol /
> __GL_ALLOW_UNOFFICIAL_PROTOCOL settings. I think it all
This release adds a new keysym, a state-change event to the DPMS
extension, synchronizes more of the meson and autotools build sytems,
and converts some quasi-text documentation to Markdown. Thanks to all
who contributed.
Adam Jackson (4):
xorgproto 2020.1
Revert "xorgproto 2
On Thu, 2020-01-23 at 10:18 +0100, Mgr. Janusz Chmiel wrote:
> Dear specialists,
> I have installed Arch Linux ARM64 Bit and I have installed xvfb by typing
> pacman -S xorg-server-xvfb
> Package have been installed correctly. But xvfb do not start this app. I Am
> getting error message file not fo
On Sun, 2019-10-27 at 09:37 -0700, Alan Coopersmith wrote:
> We should probably delete lnx_kbd.c, both to give license clarity and to stop
> people from thinking it's a useful driver to have on Linux systems any more.
>
> If you're building the X server for a Linux box you want either the libinpu
This release moves more header files to the legacy set. Note that this
means libX11 older than 1.6.9 and libXvMC older than 1.0.12 will not
build without some legacy headers installed.
Adam Jackson (2):
Move remaining xlib-entwined headers to LEGACY
xorgproto 2019.2
Jon Turney (1
A collection of build and documentation fixes, one preparatory change
for a new xorgproto release, and a fix for a deadlock bug in _XReply.
Thanks to all who contributed.
Adam Jackson (3):
makekeys: Detach ourselves from X headers entirely
xkb: Provide ourselves
libX11 1.6.9
On Wed, 2019-10-09 at 14:04 +, Andrea Lenarduzzi wrote:
> Hi, I'm working to usw Matrox M9138 on Xorg 1.2
> I've found only one script (
> ftp://ftp.matrox.com/pub/mga/archive/linux/2015/1.4.3/m9xdriver-x86_32-1.4.3-80847-20140908-build_98.run
> ), but this script want only old xorg and old ker
This release fixes the pkgconfig data to not refer to libXv, adds a
pkgconfig file for libXvMCW, and prepares for a future xorgproto
release. There should be no functional changes.
Adam Jackson (3):
pkgconfig: Remove xv from xvmc.pc
vld: Provide ourself
libXvMC 1.0.12
Dylan
On Thu, 2019-09-12 at 16:42 -0400, Aaron Caraveo wrote:
> We have an enterprise system that’s using BDF fonts in version 2.1
> format. Xorg 1.17.x in RHEL 7.2 would load the fonts fine, but Xorg
> 1.20.x in RHEL 7.6 fails to load the fonts. There are no errors in
> the Xorg output (we increased t
On Sun, 2019-07-21 at 23:05 +0200, Markus Hiereth wrote:
>
> > If you have a second machine, can you try to launch Xorg from gdb? You
> > will need to ssh into the machine and su to root first, but gdb is
> > generally much better at decoding backtraces than either glibc's
> > backtrace function o
On Thu, 2019-07-18 at 11:11 +0200, Markus Hiereth wrote:
> Hello Adam,
>
> Adam Jackson schrieb am 17. Juli 2019 um 17:06
>
> > Try this again, but invoke the server as 'Xorg -verbose' so we can see
> > the complete set of messages being printed.
>
> I m
This release brings a compilation fix on 32-bit arm with newer glibc,
and fixes the raw x86 backend's memory mapping to handle writes
correctly.
Adam Jackson (2):
linux: Don't try to include on arm
libpciaccess 0.16
Damien Zammit (1):
x86: Use MAP_SHARED for memory/
On Tue, 2019-07-16 at 11:05 +0200, Markus Hiereth wrote:
> root@lune:~# Xorg
>
> X.Org X Server 1.20.4
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 4.9.0-8-amd64 i686 Debian
> Current Operating System: Linux lune 4.19.0-5-686 #1 SMP Debian 4.19.37-5
> (2019-06-19) i686
> K
This release fixes a race condition where an existing authority file
would be unlinked (possibly causing other clients to fail to connect), and
fixes sorting and merging of authority file entries.
Adam Jackson (2):
process: Close a window where no authority file would exist
xauth 1.1
In this release:
- Updates for FreeBSD and Hurd support
- Fixed multifunction bridge enumeration
- Fixed a crash when no PCI bus exists
Full changelog:
Adam Jackson (1):
libpciaccess 0.15
Alan Coopersmith (2):
Update README for gitlab migration
Update configure.ac bug URL for
On Mon, 2019-06-17 at 10:31 +, Wheatley, Martin R wrote:
> If Oracle will only take the Xorg source rather (as opposed to fixing
> it - or even discussing a fix with Xorg - and pushing the fix back to
> Xorg) who and when will the issue be fixed so that I can put pressure
> on Oracle to genera
Minor bugfix release to fix some input, Xwayland, glamor, and Present
issues. Thanks to all who contributed fixes and testing.
Adam Jackson (1):
xserver 1.20.5
Michel Dänzer (3):
Revert "gitlab-ci: Only run docker-image stage if relevant source files
change"
xwayla
On Thu, 2019-04-25 at 08:15 +0200, Omnis Moriar wrote:
> how to tune up a buffer cache ?? What mean option buffer cache in
> xorg ?? Is this a buffer for system without buffer for opengl ?? Or i
> should write "512" if i got a 1GB DDR3 r7 240 ASUS . Write everything
> about buffer cache . Write all
On Thu, 2019-03-07 at 16:38 +, Pinegar, Kent T wrote:
> All,
>
> There are two files in the xserver source code called xf86i2c.h and
> xf86i2c.c. They contain copyrights by Itai Nahshon and Michael
> Schimek; however, the top-level Xserve license on github does not
> mention these two develo
On Wed, 2019-03-06 at 04:20 +0100, Samy Mahmoudi wrote:
> In an effort to set proper licensing information within the FreeBSD
> port system, I am wondering if someone knows xmore well enough to
> properly replace the stub file COPYING with a proper COPYING file.
>
> • Hand-written files mostly con
A variety of bugfixes across the board, but primarily in Xwayland.
Thanks to all who contributed with testing and fixes!
A. Wilcox (1):
DRI2: Add another Coffeelake PCI ID
Adam Jackson (6):
automake: Distribute meson's configure header templates
dri3: Fix XACE access mod
On Mon, 2019-02-25 at 18:33 +0300, IL Ka wrote:
> I run Linux as Hyper-V guest.
>
> It seems that there is no DRI/DRM driver for Hyper-V videocard, but
> there is Framebuffer driver for it.
>
> So, I enabled framebuffer driver and my idea was to run XOrg using
> fbdev driver on top of it.
> But
On Fri, 2019-02-01 at 15:35 +0100, Samy Mahmoudi wrote:
> The license included as header of panoramiXproto.h looks like a
> variant of MIT but I can not guarantee that other files (if any)
> provided by this package are licensed under MIT. Could you help me to
> sort this out?
Apologies, this was
On Wed, 2019-01-30 at 07:41 -0600, Glenn Travis wrote:
> I have converted an old iMac (late 2013) into a strict freeBSD
> machine. Therefore, before I start doing more research on setting it
> up, will xorg even work on it?
That machine seems to be a Haswell? The intel driver in Linux has
support
On Mon, 2019-01-28 at 19:32 +, Jeff Welch wrote:
> (EE) PAM authentication failed, cannot start X server.
> Perhaps you do not have console ownership?
You're running startx from ssh instead of from the console?
The message is telling the truth, the default PAM policy in RHEL and
its
On Thu, 2019-01-10 at 11:58 +0530, Milav wrote:
>
> Hello Friends,
>
> My name is Milav Soni From Teq Diligent.
>
> I downloaded "renderproto-0.11.1" from xorg site.
You probably want xorgproto instead at this point.
> After execute above command i run make command. but i am not able to run ma
I've turned off new bug entry in bugzilla for the X server and the
modesetting driver. Please use gitlab issues for all new reports:
https://gitlab.freedesktop.org/xorg/xserver/issues
Existing bugs can still be modified, but will eventually be migrated
into gitlab as well. They've not been migrat
On Wed, 2018-10-31 at 11:46 -0200, Alexander Franca Fernandes wrote:
> Hi.
>
> I don't want a solution, only to understand what's happening, and where to
> find the explanation.
>
> I'm using CentOS 7, despite I was an Slackware and Gentoo user (for more than
> 10 years).
>
> After I connect i
On Tue, 2018-10-30 at 02:06 -0700, x...@pengaru.com wrote:
> On Mon, Oct 29, 2018 at 04:04:08PM -0400, Patrick Herbst wrote:
> > Hello,
> >
> > I'm desperately trying to find documentation on these extensions. Can
> > someone point me in the right direction? Am I missing something? Any
> > poin
Fixes CVE-2018-14665 (local file overwrite bugs), and a trivial fix in
fbdevhw initialization. All users are advised to upgrade. Thanks to
Narendra Shinde and Thomas Hoger for the report, and Matthieu Herrb for
the fix.
Adam Jackson (1):
xserver 1.20.3
Matthieu Herrb (2):
Disable
On Tue, 2018-10-16 at 22:04 -0400, Dennis Clarke wrote:
> On 10/16/2018 09:58 PM, Dennis Clarke wrote:
> > Dear Xorg :
> >
> > Something I had not thought of came up today. Could multiple threads
> > call XDrawPoint() and then XFlush() ? Suppose sixteen threads are
> > dispatched to do some
Lots of bugfixes all over the map. Thanks to all for testing and
patches!
Adam Jackson (8):
modesetting: Lie less in the man page
modesetting: Document Option "DoubleShadow" in the man page
xfree86: Fix Option "MaxClients" validation
modesetting
On Fri, 2018-09-21 at 15:14 +0200, Mathieu Westphal wrote:
> Hello Xorg list,
>
> When using mesa, my Qt OpenGL based application has some transparency
> issue.
> The OpenGL rendering zone is transparent but it should not be.
You've picked the ARGB visual. Don't. Set GLX_ALPHA_SIZE to 0 in
glXCho
On Wed, 2018-09-19 at 06:53 +0100, John Talbut wrote:
> OK Adam, thanks for the suggestion about ssh, which I have now got working.
>
> So, I boot to runlevel 3, log into tty1 as root and run 'X -retro' the
> UI locks up. The keyboard is completely unresponsive.
>
> However, I can see using ssh
On Tue, 2018-09-18 at 18:28 +0300, Troll Berserker wrote:
> Is it possible?
No.
- ajax
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(
On Mon, 2018-09-17 at 16:58 +0800, qindong wrote:
> [30.335] (II) Server terminated successfully (0). Closing log file.
This always means: the last client has disconnected, so the server is
shutting down. That's not the server's fault, it's the session's.
- ajax
_
On Fri, 2018-09-14 at 18:46 +0100, John Talbut wrote:
> Thanks Adam
>
> If I boot to runlevel 3, log into tty1 as root and run 'X -retro' the UI
> locks up.
When this happens, does VT switch still work? Can you hit control-alt-
backspace to terminate the server? If yes (and the answer to both
sho
On Thu, 2018-09-13 at 19:21 +0100, John Talbut wrote:
> The only errors that show in Xorg.0.log are:
>
> [ 420,876](EE) modeset(0): [DRI2] No driver mapping found for PCI
> device 0x8086 / 0x0be1
> [ 42.877] (EE) modeset(0): Failed to initialize the DRI2 extension
>
> I.e. the graphic controll
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
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 XRRGetS
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
This bugfix release fixes several issues in RANDR, Xwayland, glamor,
the modesetting driver, and elsewhere. Everyone is encouraged to
upgrade. Thanks to all who contributed to this release!
Adam Jackson (1):
xserver 1.20.1
Alexander Volkov (1):
Xext/shm: Refuse to work for remote
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
> (
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
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
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
On Wed, 2018-06-20 at 17:30 +0200, Diego Cardinali wrote:
> Ok, thanks for the clarification. Then I wonder why the xorg.conf
> file gives you the chance to set it separately!
Accident, mostly. The config file syntax predates the wide availability
of multihead, so describing DPMS as a property of
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 m
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 inform
On Wed, 2018-06-06 at 09:09 -0700, Yuri wrote:
> Section "Device"
> Identifier "Card0"
> Driver "scfb"
> BusID "pci0:0:1:0"
> EndSection
You'd need to take this up with the scfb (presumably meaning FreeBSD)
developers. The availability of a backlight property depends on
Compatibility updates for xserver 1.20.
Adam Jackson (8):
Default to 32bpp if the console is 8bpp (and we weren't told otherwise)
Use own thunk functions instead of fbdevHW*Weak
Pass the pci device (if any) through to fbdevhw in probe and preinit
Fix shadow fb alloc
On Tue, 2018-05-29 at 21:07 +1100, Subhashini Nanubala1 wrote:
> (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional
> information.
This part of the log probably wasn't joking, this file probably does
contain the additional information we'd need to figure this out.
- aja
On Mon, 2018-05-21 at 18:35 +, G. Sebastián Pedersen wrote:
> May 21, 2018 6:31 PM, "Adam Jackson" wrote:
>
> > On Mon, 2018-05-21 at 17:12 +, G. Sebastián Pedersen wrote:
> >
> > > [ 25.201] (II) VESA: driver for VESA chipsets: vesa
> > > [
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
_
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
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
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 con
27; instead of '/etc/xorg.conf'
meson: Fix module_dir configuration (v2)
Adam Jackson (10):
dri3: Clamp to 1.0 if not all screens support 1.2
meson: Bump version number here too
xwayland: Avoid using epoxy_has_egl()
gitlab-ci: Add for gitlab.freedeskt
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 remov
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.
> >
> > flexSA145
entarily I 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
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
"PreferClo
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
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
/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
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
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
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):
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
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 example
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 attemp
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 anoth
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
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 anythin
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
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
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: 8f436e151d5106a9c
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 "CRT-1:1280x1
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
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):
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
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.
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
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 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
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 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 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-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.
1 - 100 of 189 matches
Mail list logo