RE: Xlib : unexpected async reply

2006-02-15 Thread Kaliraj Kalaichelvan - CTD, Chennai
Have you tried using XInitThreads()

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [EMAIL PROTECTED]
Sent: Monday, February 13, 2006 11:35 AM
To: devel@xfree86.org
Subject: Xlib : unexpected async reply


   Iam buildin a kde Application that uses Xlib .
   Iam using  pthread_cond_wait() so that the running
   worker thread will wait untill the GUI thread give
   signal or finished his work .

  But suppose the worker thread blocked some X resources and waiting
  for the signal . If the next thread need those resources
  then there going to be problem .
  So in my case how will ensure that blocked working thread will
  release   all the X resources so that the GUI thread can
  use that X resources .I have used separate display connection
  for each thread .

 I pause the current pthread and invoke an dialog in
another thread the following error is coming
:
 Xlib : unexpected async reply
Xlib :sequence lost (0x1718e  0x71a0) in reply to 0x0!
X Error : BadImplementation (server does not implement opertaion) 17
 Major opcode : 20
 MInor opcode : 0
 Resource id  : 0x759d1
 The error is coming randomly , not always .
   Can any will help how to come out of this error .


Thanks

















___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel
DISCLAIMER 
This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies 
and its customers. Contents may be privileged or otherwise protected by law. 
The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to 
read, forward, print, retain, copy or disseminate this message or any part of 
it. If you have received this e-mail in error, 
please notify the sender immediately by return e-mail and delete it from your 
computer


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


RE: SM501 driver support in XFree86

2006-02-07 Thread Kaliraj Kalaichelvan - CTD, Chennai
Hello Alex,
Thank you for the directive. I have downloaded the tarball. I have a concern
- the tarball is for Linux x86 platform. I believe that it supports PCI/AGP
SM501. Provide your views if i need to port that for a non-x86 platform with
memory mapped SM501. I currently have a SH4 processor with SM501 memory
mapped.


-
Kaliraj Kalaichelvan



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Alex Deucher
Sent: Wednesday, February 08, 2006 2:55 AM
To: devel@xfree86.org
Subject: Re: SM501 driver support in XFree86


On 2/6/06, Kaliraj Kalaichelvan - CTD, Chennai [EMAIL PROTECTED] wrote:
 I am using XFree86 Version 4.3.0. I understand from driver folder
 (\xc\programs\Xserver\hw\xfree86\drivers\siliconmotion)that silicon motion
 driver supports for SM720, SM910, SM810, SM820, SM710, SM712. Does this
same
 silicon motion driver in xfree86 4.3.0 work fine for SM501? If not where
 shall i get the SM501 driver for Xfree86 4.3.0.?


Silicon motion added 501 support in xfree86 bugzilla, however, the
code was never integrated.  you can still grab the tarball there.  I
don't recall the bugzilla number off hand.

Alex


 Kali
 DISCLAIMER
 This message and any attachment(s) contained here are information that is
confidential, proprietary to HCL Technologies
 and its customers. Contents may be privileged or otherwise protected by
law. The information is solely intended for the
 individual or the entity it is addressed to. If you are not the intended
recipient of this message, you are not authorized to
 read, forward, print, retain, copy or disseminate this message or any part
of it. If you have received this e-mail in error,
 please notify the sender immediately by return e-mail and delete it from
your computer



___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


SM501 driver support in XFree86

2006-02-05 Thread Kaliraj Kalaichelvan - CTD, Chennai
I am using XFree86 Version 4.3.0. I understand from driver folder
(\xc\programs\Xserver\hw\xfree86\drivers\siliconmotion)that silicon motion
driver supports for SM720, SM910, SM810, SM820, SM710, SM712. Does this same
silicon motion driver in xfree86 4.3.0 work fine for SM501? If not where
shall i get the SM501 driver for Xfree86 4.3.0.?

Kali
DISCLAIMER 
This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies 
and its customers. Contents may be privileged or otherwise protected by law. 
The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to 
read, forward, print, retain, copy or disseminate this message or any part of 
it. If you have received this e-mail in error, 
please notify the sender immediately by return e-mail and delete it from your 
computer


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


TCP/IP interface code in XFree86

2005-10-24 Thread Kaliraj Kalaichelvan - CTD, Chennai
Hello all,
I have downloaded the XFree86 Version 4.3.0 . I would like to know which
part of the XFree86 implementation (code) deals with the TCP/IP connections
i..e how the x protocol are sent via the TCP/IP. I would like to know the c
file/function (not in xlib level but in x protocol level)that takes care in
sending these x messages via TCP/IP. Hope i am clear with my doubt.

Thanks  Regards
Kaliraj Kalaichelvan
DISCLAIMER 
This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies 
and its customers. Contents may be privileged or otherwise protected by law. 
The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to 
read, forward, print, retain, copy or disseminate this message or any part of 
it. If you have received this e-mail in error, 
please notify the sender immediately by return e-mail and delete it from your 
computer


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


RE: TCP/IP interface code in XFree86

2005-10-24 Thread Kaliraj Kalaichelvan - CTD, Chennai
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Tim Roberts
Sent: Monday, October 24, 2005 10:14 PM
To: devel@XFree86.Org
Subject: Re: TCP/IP interface code in XFree86


Kaliraj Kalaichelvan - CTD, Chennai wrote:

I have downloaded the XFree86 Version 4.3.0 . I would like to know which
part of the XFree86 implementation (code) deals with the TCP/IP connections
i..e how the x protocol are sent via the TCP/IP. I would like to know the c
file/function (not in xlib level but in x protocol level)that takes care in
sending these x messages via TCP/IP. Hope i am clear with my doubt.
  


Surely it would be more efficient to use find and grep to search the 
code for socket calls, rather than wait for a response from an Internet 
mailing list...

The transport code is in xc/lib/xtrans.  The TCP socket code is in 
Xtranssock.c.

This message and any attachment(s) contained here are information that is
confidential, proprietary to HCL Technologies and its customers. Contents
may be privileged or otherwise protected by law. The information is solely
intended for the individual or the entity it is addressed to.


Anyone remember the Lily Tomlin character Ernestine, the ATT operator?  
Two ringy-dingies...  Oh, yes, snort, good morning.  Have I reached the 
party to whom I am speaking?

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza  Boekelheide, Inc.

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel
DISCLAIMER 
This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies 
and its customers. Contents may be privileged or otherwise protected by law. 
The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to 
read, forward, print, retain, copy or disseminate this message or any part of 
it. If you have received this e-mail in error, 
please notify the sender immediately by return e-mail and delete it from your 
computer


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel