Xorg shutdown causes Slackware 14.2 to freeze completely

2018-01-08 Thread Vitor Barbosa
Hello all. I saw this list on (https://www.x.org/wiki/) and I saw I could send questions to it. I have just installed a Slackware 14.2 in a brand new intell 13 5378. After install I could run startx with nothing but Slackware default configuration (no xorg.config), with only a .Xresources to

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

Re: segmentation fault

2018-01-08 Thread sawbona
Hello: On 8 Jan 2018 at 11:55, François Patte wrote: > I try to install a multihead config with 2 video cards and 3 monitors, > using xinerama in order to have a unique screen. I'll see if I can help you with this. I am running PCLinuxOS: 4.12.10-pclos1 #1 SMP Wed Aug 30 08:17:56 CDT 2017

segmentation fault

2018-01-08 Thread François Patte
Bonjour, I try to install a multihead config with 2 video cards and 3 monitors, using xinerama in order to have a unique screen. But this does not work and end with a segmentation fault Here are the xorg.conf file and the corresponding log file. Thank you for helping. Here is my

[PATCH xserver 1/2] randr: Fix rotation check in ProcRRSetScreenSize()

2018-01-08 Thread Alex Goins
ProcRRSetScreenSize() does bounds checking to ensure that none of the CRTCs have a viewport that extends beyond the new screen size. In doing so, it accounts for if the CRTC is rotated 90 or 270 degrees, swapping width and height. However, it does so by testing if crtc->rotation is equal to

[PATCH xserver 2/2] randr: Use RRCrtcGetScanoutSize() in ProcRRSetScreenSize()

2018-01-08 Thread Alex Goins
Previously, ProcRRSetScreenSize() manually computed the dimensions of a CRTC's viewport in order to check that it does not extend beyond the bounds of the new screen size. It did this incorrectly, leading to bugs. A previous patch "randr: Fix rotation check in ProcRRSetScreenSize()" fixed the

Re: [PATCH] build: guess availability of monotonic clock for cross compilation

2018-01-08 Thread Adam Jackson
On Thu, 2017-12-21 at 11:48 +0100, Helmut Grohne wrote: > When cross compiling, the value of MONOTONIC_CLOCK would be "cross > compiling", because AC_RUN_IFELSE doesn't work. However when enabling > wayland, a monotonic clock is required and configure aborts. > > We change detection of

Re: [PATCH xserver] meson: Correct the disabled int10 option choice

2018-01-08 Thread Adam Jackson
On Fri, 2017-12-22 at 18:49 +, Jon Turney wrote: > hw/xfree/meson.build tests the int10 option against 'disabled', not 'false' > to see if it shouldn't be built at all. I'd really prefer we be consistent that 'false' always turns things off; could we change hw/xfree86/meson.build instead? -

Re: [PATCH xserver] config: fix NULL value detection for ID_INPUT being unset

2018-01-08 Thread Adam Jackson
On Fri, 2018-01-05 at 11:58 +1000, Peter Hutterer wrote: > Erroneous condition caused us to keep going with all devices that > didn't have > ID_INPUT set. > > Introduced in 5aad81445c8c3d6 > > https://bugs.freedesktop.org/show_bug.cgi?id=104382 > > Signed-off-by: Peter Hutterer

Re: [PATCH xserver 1/4] animcur: Use fixed-size screen private

2018-01-08 Thread Adam Jackson
On Fri, 2018-01-05 at 16:55 -0800, Aaron Plattner wrote: > On 11/12/2017 04:35 PM, Robert Morell wrote: > > On Mon, Nov 06, 2017 at 03:19:51PM -0500, Adam Jackson wrote: > > > > > @@ -101,7 +98,6 @@ AnimCurCloseScreen(ScreenPtr pScreen) > > > Unwrap(as, pScreen, RealizeCursor); > > >

Re: [PATCH] glamor: Specify GLSL version for xv shader

2018-01-08 Thread Adam Jackson
On Thu, 2018-01-04 at 08:34 +0100, Corentin Rossignon wrote: > From: Corentin Rossignon > > SAMPLE is a GLSL keyword in newer OpenGL version. > This fix issue with gnome-shell and playing video using xv > > Signed-off-by: Corentin Rossignon

Re: [PATCH:xf86-input-joystick] Adapt to USB HID header changes on NetBSD-8.99.9.

2018-01-08 Thread Adam Jackson
On Wed, 2017-12-27 at 15:18 +0100, Thomas Klausner wrote: > From: Manuel Bouyer > > Signed-off-by: Thomas Klausner Merged, thanks! remote: I: patch #195058 updated using rev f45c3d0f3514abedbd532148678f7edbecabc2e3. remote: I: 1 patch(es) updated to state

Re: [PATCH xserver] meson: Correct the disabled int10 option choice

2018-01-08 Thread Jon Turney
On 08/01/2018 19:31, Adam Jackson wrote: On Fri, 2017-12-22 at 18:49 +, Jon Turney wrote: hw/xfree/meson.build tests the int10 option against 'disabled', not 'false' to see if it shouldn't be built at all. I'd really prefer we be consistent that 'false' always turns things off; could we

Re: [PATCH xserver] meson: Correct the disabled int10 option choice

2018-01-08 Thread Adam Jackson
On Mon, 2018-01-08 at 20:11 +, Jon Turney wrote: > On 08/01/2018 19:31, Adam Jackson wrote: > > On Fri, 2017-12-22 at 18:49 +, Jon Turney wrote: > > > hw/xfree/meson.build tests the int10 option against 'disabled', not > > > 'false' > > > to see if it shouldn't be built at all. > > > >

Re: [PATCH xserver 3/4] animcur: Run the timer from the device, not the screen

2018-01-08 Thread Aaron Plattner
Nothing like deploying code in the wild to find bugs. :( The user on the forum reported a crash after this patch and I reproduced it locally: Thread 1 "Xorg" received signal SIGSEGV, Segmentation fault. 0x55604b0b8acd in dixGetPrivateAddr (privates=0x3e8, key=0x55604b40ace0 ) at

[PATCH xserver 1/2] meson: Enable SUN-DES-1 auth code

2018-01-08 Thread Adam Jackson
Signed-off-by: Adam Jackson --- include/meson.build | 1 + meson_options.txt | 1 + os/meson.build | 4 3 files changed, 6 insertions(+) diff --git a/include/meson.build b/include/meson.build index 216744ca24..d6ec0d7cd3 100644 --- a/include/meson.build +++

[PATCH xserver 2/2] build: Remove <*dbm.h> checks

2018-01-08 Thread Adam Jackson
Formerly used by the rgb database code, which hasn't been a thing in over a decade. Signed-off-by: Adam Jackson --- configure.ac| 2 -- include/dix-config.h.in | 9 - include/meson.build | 3 --- 3 files changed, 14 deletions(-) diff --git

Re: [PATCH xserver 3/4] animcur: Run the timer from the device, not the screen

2018-01-08 Thread Adam Jackson
On Mon, 2018-01-08 at 12:39 -0800, Aaron Plattner wrote: > Nothing like deploying code in the wild to find bugs. :( Hah! So it goes. > The user on the forum reported a crash after this patch and I reproduced it > locally: > > Thread 1 "Xorg" received signal SIGSEGV, Segmentation fault. >

Re: [PATCH xserver 3/4] animcur: Run the timer from the device, not the screen

2018-01-08 Thread Aaron Plattner
On 01/08/2018 01:07 PM, Adam Jackson wrote: On Mon, 2018-01-08 at 12:39 -0800, Aaron Plattner wrote: Nothing like deploying code in the wild to find bugs. :( Hah! So it goes. The user on the forum reported a crash after this patch and I reproduced it locally: Thread 1 "Xorg" received

[PATCH xserver] animcur: Move timer into pDev->spriteInfo->anim

2018-01-08 Thread Aaron Plattner
Commit 094a63d56fbfb9e23210cc9ac538fb198af37cee moved the timer that handles animated cursors from the per-screen AnimCurScreenRec into the per-cursor AnimCurRec. However, the timer that runs takes the DeviceIntPtr as its argument, and looks up which screen the cursor is supposed to be on from

need some help ...

2018-01-08 Thread Hans Schneidhofer
hi list, have installed a new Ubuntu 16.04 lts with kernel 4.10. My Hardware : Mainboard : M5A78L-M PLUS/USB3 CPU : AMD Phenom(tm) II X2 511 Processor RAM : DDR3 8 GB Graphic : RS780L [Radeon 3000] Display : LG 32LH301C (32") Now - my problem is, I had to change my old mainboard to the above new