Re: [RFC] DeepColor Visual Class Extension

2017-11-10 Thread Alex Goins
> On Fri, 2017-11-03 at 21:04 -0700, Alex Goins wrote: > > > > > DPCCompositorChangeNotify > > > > > > > > requester: WINDOW window requesting notification > > > > output: OUTPUT output affected by change > > > > colorspace_list: LISTofCOLORSPACEPRIORITY

Re: touchpad

2017-11-10 Thread Ken Moffat
On Fri, Nov 10, 2017 at 11:35:28PM +, Lucas Barros wrote: > I, i was installing synaptics and while following the instructions, i > opened the terminal and made cd to the right directory and made > ./configure, but after whem i made make it didn t do anything it just > printed > > make: ***

touchpad

2017-11-10 Thread Lucas Barros
I, i was installing synaptics and while following the instructions, i opened the terminal and made cd to the right directory and made ./configure, but after whem i made make it didn t do anything it just printed make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare. it's in

Re: [PATCH xserver 3/3] ramdac: Handle master and slave cursors independently

2017-11-10 Thread Alex Goins
On Fri, 10 Nov 2017, Michel Dänzer wrote: > On 09/11/17 08:09 PM, Alex Goins wrote: > >> On 09/11/17 02:34 AM, Alex Goins wrote: > >>> On Wed, 8 Nov 2017, Michel Dänzer wrote: > > > >> I'm asking this to avoid ending up in a similar situation as with the > >> PRIME synchronization functionality,

Re: [PATCH xserver 3/3] ramdac: Handle master and slave cursors independently

2017-11-10 Thread Michel Dänzer
On 09/11/17 08:09 PM, Alex Goins wrote: >> On 09/11/17 02:34 AM, Alex Goins wrote: >>> On Wed, 8 Nov 2017, Michel Dänzer wrote: > >> I'm asking this to avoid ending up in a similar situation as with the >> PRIME synchronization functionality, where it seems like the modesetting >> driver still

Re: [PATCH xserver] glx: Only flush indirect contexts in MakeCurrent

2017-11-10 Thread Michel Dänzer
On 09/11/17 07:07 PM, Adam Jackson wrote: > If the context is direct none of the GL commands were issued by this > process, the server couldn't flush them even if it wanted to. > > Signed-off-by: Adam Jackson > --- > glx/glxcmds.c | 2 +- > 1 file changed, 1 insertion(+), 1