Re: [Mesa-dev] [PATCH 3/3] glx/dri3: Request non-vsynced Present for swapinterval zero.

2014-11-30 Thread Mario Kleiner
On 11/25/2014 07:52 AM, Axel Davy wrote: Hi, Sorry for the late reply, seems my e-mail filters hate me - i was already worried about the lack of replies. This patch removes the tripple buffering behaviour that the GLX implementation has with DRI3. I understand your concern for Medical

Re: [PATCH 3/3] glx/dri3: Request non-vsynced Present for swapinterval zero.

2014-11-30 Thread Mario Kleiner
On 11/25/2014 09:31 AM, Frank Binns wrote: Hi, I sent exactly the same patch back in April. Despite getting a review-by it was never merged. See: http://lists.freedesktop.org/archives/mesa-dev/2014-April/058347.html http://lists.freedesktop.org/archives/mesa-dev/2014-May/060432.html Thanks

[PATCH] hw: Fix visual colormap_size mixup causing missing visuals.

2014-11-30 Thread Alex Orange
Likely fixes: https://bugs.freedesktop.org/show_bug.cgi?id=24642 dmx uses fb to handle many action. As such is uses fbScreenInit. The trouble is that fbScreenInit uses mi to generate the visuals. mi has trouble with 32-bit (rgba) depths. It tries to treat these depths as 10-bits per pixels. This

Re: [PATCH v2] Add -iglx +iglx to Xserver.man

2014-11-30 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: Covers the current state after commits 99f0365b1fbdfd9238b9f, d0da0e9c3bb8fe0cd4879, e3aa13b8d63ea2fba6eb4 were all applied. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- v2: Made claims about what Indirect GLX

Re: [PATCH] Fix overflow of ConnectionOutput-size and -count

2014-11-30 Thread Keith Packard
Peter Harris phar...@opentext.com writes: When (long) is larger than (int), and when realloc succeeds with sizes larger than INT_MAX, ConnectionOutput-size and ConnectionOutput-count overflow and become negative. When ConnectionOutput-count is negative, InsertIOV does not actually insert an

Re: [PATCH] os: Server terminated successfully is not an error

2014-11-30 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: ErrorFSigSafe calls LogVMessageVerbSigSafe with the message type set to X_ERROR. That generates this in the log: (EE) Server terminated successfully (0). Closing log file. People periodically report this as an error, sometimes quoting this

Re: Modesetting - crash, boom, bang

2014-11-30 Thread Eric Anholt
Daniel Martin daniel.mar...@secunet.com writes: Hi folks, I've tested the modesetting driver in 1.16.99.901 and found 2 bugs that leave you with a black screen or even crash the server. The attached patches fix both problems, but due to my limited experience I'm pretty sure that they need

Re: [PATCH 6/8] modesetting: Only handle hotplug uevent when vtSema

2014-11-30 Thread Keith Packard
Daniel Martin daniel.mar...@secunet.com writes: From: Daniel Martin consume.no...@gmail.com If the uevent isn't a hotplug event, ignore it, and if !vtSema postpone the reprobing until EnterVT(). For the latter we add a 'flags' member to the drmmode struct. Don't call it 'flags' if you've

[PATCH] hw: Fix visual colormap_size mixup causing missing visuals.

2014-11-30 Thread Alex Orange
Likely fixes: https://bugs.freedesktop.org/show_bug.cgi?id=24642 dmx uses fb to handle many action. As such is uses fbScreenInit. The trouble is that fbScreenInit uses mi to generate the visuals. mi has trouble with 32-bit (rgba) depths. It tries to treat these depths as 10-bits per pixels. This

Re: [PATCH] hw: Fix visual colormap_size mixup causing missing visuals.

2014-11-30 Thread Alex Orange
Please ignore the first patch, got old comment lines left in by accident. Probably forgot to git add. Alex On Sun, Nov 30, 2014 at 2:37 PM, Alex Orange crazyca...@gmail.com wrote: Likely fixes: https://bugs.freedesktop.org/show_bug.cgi?id=24642 dmx uses fb to handle many action. As such is

Re: [PATCH] [synaptic] swipe actions based on the tree-fingers touch

2014-11-30 Thread Arkq
[PATCH] [synaptic] Swipe action based on the tree-fingers touch When touchpad can report more then 2 active fingers, we can generate action based on swipe gesture. For now it includes swipes to the left and to the right. One button click event can be assigned to those actions, which by default