nanogui: Re: GrFillRect operation


Previous by date: 7 May 2008 05:30:20 -0000 Re: Cyrillic font buit-in, Greg Ford
Next by date: 7 May 2008 05:30:20 -0000 Re: Chinese fonts support, yi li
Previous in thread:
Next in thread:

Subject: Re: GrFillRect operation
From: Misbahullah Khan ####@####.####
Date: 7 May 2008 05:30:20 -0000
Message-Id: <OF5E4A3D78.BFCD01C7-ON65257442.001E1AD6-65257442.001E398C@lntemsys.com>

Hi Greg

Thank you for the reply.

Does it only happen during text update, or the does display sometimes
just get shaky?

It is actually the display that sometimes gets shaky . Even when the 
screen remains static and there is no update the display gets shaky 
momentraly.

We are looking into the hardware issue right now but if any of you had 
faced the concerned issue please do share.

 Thanks & Regards,
 Misbah
_____________________________________
  EmSyS Division,
  Larsen & Toubro Limited,
  KIADB indusrial area, Hebbal,Hootagalli.
  Mysore, 
  India 570018
  Phone: 08212405398  Extn: 5172
_____________________________________

This mail is classified as :
(  ) L&T EmSyS Proprietary 
(  ) L&T EmSyS Confidential
(  ) L&T EmSyS Internal Use 
(  ) L&T EmSyS General Business



"Greg Haerr" ####@####.#### 
05/06/2008 08:51 PM
Please respond to
"Greg Haerr" ####@####.####


To
"Misbahullah Khan" ####@####.####
cc

Subject
Re: GrFillRect operation






You might discuss this on the list.  I would think this is very likely
a hardware issue.  Either writing to the display memory, or
something that the processor is doing may be causing this.
I am unaware of anything within microwindows that would cause this.
 
Does it only happen during text update, or the does display sometimes
just get shaky?
 
Regards,
 
Greg
----- Original Message ----- 
From: Misbahullah Khan 
To: Greg Haerr 
Sent: Tuesday, May 06, 2008 3:00 AM
Subject: Re: GrFillRect operation


Hi Greg ... 

Thanks for your reply . 

There is an issue i am facing with my project in which we have used 
microwindow for LCD GUI. The issue is this :- 

When we are displaying a string on LCD and sometimes highlighting the 
string it happens to be sometimes that the displayed string becomes shaky 
for a moment and then regains and becomes proper, it doesent hapens always 
and only sometimes. 

We need to know the probable cause of this problem and how to rectify it. 

Please do share your openion/experience in this regard 

Hoping for a reply soon 

 Thanks & Regards,
Misbah
_____________________________________
 EmSyS Division,
 Larsen & Toubro Limited,
 KIADB indusrial area, Hebbal,Hootagalli.
 Mysore, 
 India 570018
 Phone: 08212405398  Extn: 5172
_____________________________________

This mail is classified as :
(  ) L&T EmSyS Proprietary 
(X) L&T EmSyS Confidential
(  ) L&T EmSyS Internal Use 
(  ) L&T EmSyS General Business 


Greg Haerr ####@####.#### 
05/02/2008 07:11 PM 


To
Misbahullah Khan ####@####.#### 
cc

Subject
Re: GrFillRect operation








Look at the GrFillRect implementation in srvfunc.c to see the answer to 
your questions. You are looking at the client/server xfer code, below. 

Greg

Sent from my iPhone 

On Apr 29, 2008, at 4:27 AM, Misbahullah Khan <
####@####.#### wrote:


Hi Greg, 

void 
GrFillRect(GR_DRAW_ID id, GR_GC_ID gc, GR_COORD x, GR_COORD y, 
       GR_SIZE width, GR_SIZE height) 
{ 
       nxFillRectReq *req; 

       LOCK(&nxGlobalLock); 
       req = AllocReq(FillRect); 
       req->drawid = id; 
       req->gcid = gc; 
       req->x = x; 
       req->y = y; 
       req->width = width; 
       req->height = height; 
       UNLOCK(&nxGlobalLock); 
} 

I need to know the following implementation detail of GrFillRect() :- 

1. How and which driver is called by this Gr function? 
2. which low level driver / function is called accordingly ? 
3. which Global data/variable is updated by this (If any) ? 



Thanks & Regards,
Misbah
_____________________________________
EmSyS Division,
Larsen & Toubro Limited,
KIADB indusrial area, Hebbal,Hootagalli.
Mysore, 
India 570018
Phone: 08212405398  Extn: 5172
_____________________________________

This mail is classified as :
( ) L&T EmSyS Proprietary 
(X) L&T EmSyS Confidential
( ) L&T EmSyS Internal Use 
( ) L&T EmSyS General Business 

Previous by date: 7 May 2008 05:30:20 -0000 Re: Cyrillic font buit-in, Greg Ford
Next by date: 7 May 2008 05:30:20 -0000 Re: Chinese fonts support, yi li
Previous in thread:
Next in thread:


Powered by ezmlm-browse 0.20.