[XFree86] Xlib Passthrough

2005-06-20 Thread prakash viswalingam
Hi All I need help regarding taking control over the display functions provided by Xlib for this i am trying to write a wrapper (passthrough ) for Xlib (ie.,reimplementing Xlib as my Xlib and calling the original Xlib ), we can think this as a call interception to XLib so that i can

[XFree86] Xlib Passthrough

2005-06-28 Thread prakash viswalingam
Hi I need help regarding taking control over the display functions provided by Xlib for this i am trying to write a wrapper (passthrough ) for Xlib (ie.,reimplementing Xlib as my Xlib and calling the original Xlib ), we can think this as a call interception to XLib so that i can take

[XFree86] Hooking mi functions

2005-08-22 Thread prakash viswalingam
Hi ___ XFree86 mailing list XFree86@XFree86.Org http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] Hooking mi functions

2005-08-22 Thread prakash viswalingam
Hi , I am a newbie for linux and i need to hook some functions in Xserver inorder to take a control over drawing functions. example miCopyArea(),miCreateRegion,miRegionCopy etc.., how to hook these functions and structures in Xserver . if anybody has an idea or the documen related to this

Re: [XFree86] Hooking mi functions

2005-08-23 Thread prakash viswalingam
areas of the screen getting modified. MArk. On Mon, 22 Aug 2005, prakash viswalingam wrote: Hi , I am a newbie for linux and i need to hook some functions in Xserver inorder to take a control over drawing functions. example miCopyArea(),miCreateRegion,miRegionCopy

[XFree86] why Xrandr is rotating screen only with Nvidia card ?

2005-08-24 Thread prakash viswalingam
Hi I have tried to rotate the screen with the Nvidia card (Quadro-4) with the Xrandr Extension it was rotated ,but i tried with the MX440 it was not rotated . can any one tell me how the Xrandr has been implemented for rotating the desktop , why it is only working with Nvidia? If

[XFree86] How to setup debugg environment with Nvidia

2005-08-26 Thread prakash viswalingam
hi all I need to load the debuggable xserver with nvidia modules . Im getting error as Unable to load Nvidia module Fatal server error how can i load the debuggable xserver with the nvidia module. i need to debug the nvidia driver inorder to identify how the rotation has being

[XFree86] Re: fbBlt() funcion calls

2005-10-04 Thread prakash viswalingam
On 10/4/05, prakash viswalingam [EMAIL PROTECTED] wrote: Hi all My basic aim is to rotate the screen , for this i am changing the basic drawing and acceleration function calls like fbBlt() and XAAFillCacheBltRects() using this function calls i am able to rotate the screen with some distortion