Do you mean the DAC's RGB lookup tables (for gamma correction)? The XFree86 VidMode extension allows gamma table correction for all drivers that support it. See the /usr/include/X11/extensions/xf86vmode.h header file, specifically the GammaRamp functions. For each component R,G,B there is an array of unsigned shorts. Different hardware/drivers can have different sized arrays so you should query the size with XF86VidModeGetGammaRampSize. Retrieve the current LUT with XF86VidModeGetGammaRamp. Mark. On Sun, 27 Mar 2005, Charly Vidal wrote: > Hi, my name is Charly I'm from BA, Argentine. I'm > working with cinema postproduction. I would like to > access to the 3D LUT in a Nvidia card. > > How can I access to the 3D lut? > > Thanx to all, > Sincerely, > > Charly. > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ > _______________________________________________ > XFree86 mailing list > XFree86@xxxxxxxxxxx > http://XFree86.Org/mailman/listinfo/xfree86 > _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86