Re: (Crowd funded) fix for SiS 671/771 video cards

2013-05-19 Thread Pander
On 05/18/2013 10:28 PM, Tormod Volden wrote: > On Sat, May 18, 2013 at 7:52 PM, Pander wrote: >> (manual) patch results in >> >> [74.465] (II) LoadModule: "sisimedia" >> [74.465] (II) Loading /usr/lib/xorg/modules/drivers/sisimedia_drv.so >> [74.465] (EE) Failed to load >> /usr/lib/xorg

Re: [PATCH:libX11] Make sure internal headers include required headers

2013-05-19 Thread Peter Hutterer
On Fri, May 17, 2013 at 03:28:04PM -0700, Alan Coopersmith wrote: > From: Niveditha Rau > > Fixes builds with Solaris Studio 12.3 when lint is enabled, since it no > longer ignores *.h files, but complains when they reference undefined > typedefs or macros. > > Signed-off-by: Niveditha Rau > Si

Re: (Crowd funded) fix for SiS 671/771 video cards

2013-05-19 Thread Connor Behan
On 19/05/13 09:48 AM, Pander wrote: > On 05/18/2013 10:28 PM, Tormod Volden wrote: >> On Sat, May 18, 2013 at 7:52 PM, Pander wrote: >>> (manual) patch results in >>> >>> [74.465] (II) LoadModule: "sisimedia" >>> [74.465] (II) Loading /usr/lib/xorg/modules/drivers/sisimedia_drv.so >>> [

where does "CARD18" come from?

2013-05-19 Thread wempwer
Hello, I was wondering where the names of various data types listed here may come from: http://www.x.org/wiki/XSessionManagementProtocol#Data_Types Most of them are clear, but these ones picked my interest: CARD8 a one-byte unsigned integer CARD16 a two-byte unsigned integer CARD32 a fou

Re: where does "CARD18" come from?

2013-05-19 Thread Dave Airlie
> > I was wondering where the names of various data types listed here may > come from: > http://www.x.org/wiki/XSessionManagementProtocol#Data_Types > > Most of them are clear, but these ones picked my interest: > > CARD8 > a one-byte unsigned integer > > CARD16 > a two-byte unsigned integer >

Re: where does "CARD18" come from?

2013-05-19 Thread Jasper St. Pierre
It's short for "Cardinal", as in "Cardinal number" http://en.wikipedia.org/wiki/Cardinal_numbers On Mon, May 20, 2013 at 1:12 AM, wrote: > Hello, > > I was wondering where the names of various data types listed here may > come from: > http://www.x.org/wiki/XSessionManagementProtocol#Data_Types

Re: where does "CARD18" come from?

2013-05-19 Thread Jamey Sharp
They're defined in the X11 core protocol specification: http://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html#Common_Types I believe "CARD" is short for "cardinal", as in "cardinal numbers". Regarding X vs. Lisp: I've been told that the X design decision to make XIDs 29 bits wide was bec