CVS Update: xc (branch: trunk)

2005-09-06 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   05/09/06 03:26:25

Log message:
   137. Sync the accelerator before calling AdjustFrame to avoid lockups in
the i830 driver (Alan Hourihane).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i830_driver.c 
  
  Revision  ChangesPath
  3.3588+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.83  +6 -2  
xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2005-09-06 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   05/09/06 03:30:12

Log message:
   138. Fix DirectColor visual colormap issues at 16bpp in the i830 driver.
(Alan Hourihane).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i830_driver.c 
  
  Revision  ChangesPath
  3.3589+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.84  +20 -15
xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: how to get handle of active window

2005-09-06 Thread Josip Deanovic
Karthik Ramamoorthy [EMAIL PROTECTED] writes:

 Hi All,

 Can anybody tell me how to get handle of the currently active window in 
 Desktop let it be kde or Gnome. Is there any Xlib function to get the 
 handle. One xwininfo command is there, but for it mouse click is required to 
 get the window property. So is there any other command or API through which 
 we can get the various property of the active window in the desktop.

You can use XQueryTree to get all the windows and then chose only
those you are interested in.

 Also through process table or descriptor can we identify what all windows 
 are there?

No.

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


Re: how to get handle of active window

2005-09-06 Thread Karthik Ramamoorthy
On 9/6/05, Josip Deanovic [EMAIL PROTECTED] wrote:
You can use XQueryTree to get all the windows and then chose onlythose you are interested in.

I tried with XQueryTree, but its not giving the proper
window id of the kids. I had opened one shell Terminal window and
Mozilla. I wote the program as below
static char *window_id_format = 0x%lx;
int main(void)
{
 unsigned int numkids, i,mapped,scrn;
 Window r, p, *kids;
 XWindowAttributes attr;
 Window root;
 Display *dipsy;
 char *win_name;
 dipsy = XOpenDisplay(0);
 scrn = DefaultScreen(dipsy);
 root = RootWindow(dipsy, scrn);

 mapped = 0;
 XQueryTree(dipsy, root, r, p, kids, numkids);


 for (i = 0; i  numkids; ++i)
 {
  XGetWindowAttributes(dipsy, kids[i], attr);
  if (attr.map_state == IsViewable) {
   ++mapped;
   printf(window_id_format, kids[i]);
   if
(!XFetchName(dipsy, kids[i], win_name)) { /* Get window name if
any */
printf( (has no name)\n);
printf( \n);
   } else if (win_name) {
printf( %s , win_name);
XFree(win_name);
   }
  }
 } 


Its printing some other window id not that of shell and Mozilla(i
checked it using xwininfo), and also its printing 'no name' instead of
Mozilla or shell Terminal. 


So Josip can u tell me whats wrong with XQueryTree, is it not the
proper function or what. Please guide me regarding this problem

Karthik   
--Josip Deanovic___Devel mailing list
Devel@XFree86.Orghttp://XFree86.Org/mailman/listinfo/devel


RE: [XFree86] Problem with XFree86 in multiwindow mode

2005-09-06 Thread Murugan, Muthulakshmi
Hi,
I am using XFree86 bash shell for starting the Xserver. Please let me
know what I must do now.

Thanks,
Lakshmi.

On Wed, 31 Aug 2005, Murugan, Muthulakshmi wrote:
On Wed, 31 Aug 2005, Murugan, Muthulakshmi wrote:
I run an X Window application using
XFree86 in multiwindow mode. I open
a panel(say A), open one more panel(say
B) without closing A and then I
try to open panel A again using hot key
functionality we invoked or by
directly clicking (using mouse)on the
appropriate menu created for this.
I observe that the panel A is not pushed
to the top. But when I do the
same sequence of operations using
XFree86 in single window mode(with
default window manager and twm window
manager as well), the panel A is
pushed to the top when I try to reopen
it.
Hence when we use XFree86 with native
Window Manager, the above problem
exists.
Can anyone help in this issue?

   What do you mean by multiwindow mode?
Multi-monitor?  If so, do you see
   this behaviour with XINERAMA (aka PanoramiX)
enabled (default), or disabled?

  multiwindow is basically an option while starting the
Xserver which
  will start an integrated Windows based Window Manager.
  It is used in the following way in the command for starting
the Xserver.
  run XWin -multiwindow -clipboard -silent-dup-error

 So, you're running on Cygwin. I can't help you there. Maybe someone
else will pipe in. 

Marc.



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


[XFree86] xfree86 4.2.1 with VNC 4.1.1

2005-09-06 Thread twurgl
Hello,

I built RealVNC 4.1.1 and Xfree86 4.2.1 for AIX 5.2.  I used gcc 3.3.2, GNU 
make 3.80, the ibm.cf, ibmLib.rules and ibmLib.tmpl config
files from Xorg and parts of the hpux_gcc.patch that came from VNC.  (The ibm 
files that came with Xfree86 seem to have some problems
I couldn't fix).  BTW, I used 4.2.1 because that is the latest rev the RealVNC 
people use.

The problem I have involves color issues when using a program called CATIA V4.  
This is a modeling program where the actual drawing
area
has the correct colors, but the text areas where you select functions and 
commands are not right.   If I set the VNC server to be 24
bit and TrueColor, then I can't read the text at all.  The letters are black on 
a black background.  If I set the server to 8 bit
PseudoColor, the letters are very dark blue on a black background.  Usable but 
terrible on the eyes.  It should be white letters on a
gray background.

I really don't know anything about Xservers etc.  I did a xdpyinfo when 
connected to the AIX box using VNC and also sitting at the AIX
machine itself. Below are the outputs for comparison. Can anyone tell me why my 
colors are not correct?  And is this something I can
fix or something I have to live with?

Thanks for any help.

tom

vncscreen xdpyinfo

name of display::53.0
version number:11.0
vendor string:The X.Org Group
vendor release number:6600
maximum request size:  4194300 bytes
motion buffer size:  256
bitmap unit, bit order, padding:32, MSBFirst, 32
image byte order:MSBFirst
number of supported pixmap formats:2
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
keycode range:minimum 8, maximum 255
focus:  window 0x1800038, revert to PointerRoot
number of extensions:20
BIG-REQUESTS
DEC-XTRAP
DOUBLE-BUFFER
DPMS
Extended-Visual-Information
FontCache
LBX
MIT-SHM
MIT-SUNDRY-NONSTANDARD
RECORD
SECURITY
SHAPE
SYNC
TOG-CUP
VNC-EXTENSION
XC-APPGROUP
XC-MISC
XInputExtension
XTEST
XTestExtension1
default screen number:0
number of screens:1

screen #0:
  dimensions:1600x1200 pixels (406x305 millimeters)
  resolution:100x100 dots per inch
  depths (2):1, 24
  root window id:0x26
  depth of root window:24 planes
  number of colormaps:minimum 1, maximum 1
  default colormap:0x21
  default number of colormap cells:256
  preallocated pixels:black 0, white 16777215
  options:backing-store YES, save-unders YES
  largest cursor:1600x1200
  current input event mask:0x30003c
ButtonPressMask  ButtonReleaseMaskEnterWindowMask
LeaveWindowMask  SubstructureRedirectMask FocusChangeMask
  number of visuals:2
  default visual id:  0x22
  visual:
visual id:0x22
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0x23
class:DirectColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
===


aixscreen xdpyinfo:

name of display::0.0
version number:11.0
vendor string:International Business Machines
vendor release number:6100
maximum request size:  262140 bytes
motion buffer size:  0
bitmap unit, bit order, padding:32, MSBFirst, 32
image byte order:MSBFirst
number of supported pixmap formats:3
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
keycode range:minimum 8, maximum 254
focus:  window 0x438, revert to PointerRoot
number of extensions:18
BIG-REQUESTS
DOUBLE-BUFFER
GLX
LBX
MIT-SHM
RECORD
SCREEN-SAVER
SECURITY
SHAPE
XC-APPGROUP
XC-MISC
XInputExtension
XTEST
XTestExtension1
aixCursorExtension
xAncillaryBufferExtension
xColormapExtension
xDirectAccessExtension
default screen number:0
number of screens:1

screen #0:
  dimensions:1280x1024 pixels (356x284 millimeters)
  resolution:91x92 dots per inch
  depths (3):8, 8, 24
  root window id:0x35
  depth of root window:24 planes
  number of colormaps:minimum 3, maximum 13
  default colormap:0x2a
  default number of colormap cells:256
  preallocated pixels:black 0, white 16777215
  options:backing-store YES, save-unders YES
  largest cursor:64x64
  

[XFree86] Re: Hi

2005-09-06 Thread Richard Perlman
Between 5-September and 9-September 2005 I will be in France on
business. I will have limited access to e-mail may will not be able
respond to your message regarding Hi as quickly as normal.

If your message is urgent and you need immediate help you may
contact
*Eileen Lin [EMAIL PROTECTED]   +1 408-868-9136
For technical support and PRE-sales technical assistance,
contact...
*Walter Wong [EMAIL PROTECTED] +1 510-747-5652

Note that you will only receive one copy of this notice per week
even if you send me multiple messages.

Richard

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


Re: [XFree86] Logon to FTP with anonymous/Email not working

2005-09-06 Thread Mark Vojkovich
   I can log on anonymous at ftp.xfree86.org

Mark.

On Mon, 5 Sep 2005, Kenneth dugan wrote:

 Hello,

 Problem: Can't log on to ftp site to download.

 I am using an FTP terminal connection. The logon prompt appears. I enter
 anonymous and am prompted to enter my email address. I enter the email
 address and the prompt indicates it is incorrect.

 Please help!

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

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


[XFree86] change the time for x to declare connection dead

2005-09-06 Thread Russell
Hey! I was wondering if it is possible to change the amount of time it
takes for the x server to realize that the display manager is dead.  I'd
like it to take less than 20 seconds.

thanks in advance!
-Russell

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


[XFree86] RE: Your Website

2005-09-06 Thread Taryn



Hi,

Taryn here 
again, just wanted to let you that my site has recently been updated and my 
sites address has changed to http://www.uncoveringtheantichrist.co.za 
, I have added a whole lot of new content and links.

I have a new 
site up now: http://www.youpcsolutions.co.za which you 
have to have a look at.

My new email 
address is [EMAIL PROTECTED] , 
please include a subject line when replying.

Best 
Wishes

Taryn


[XFree86] XFree86 on Minimac.

2005-09-06 Thread Lv

I try to run XFree86 on Minimac.
Downloaded XFree86Complete-4.2-10.2 and installed it.

However,
When I run Xdarwin, I get the following problem with keyboard layout and 
most strangely the Xfree version to be an older release 2002!
Is the latest Darwin version of Xfree86 not maybe accidentally an OLD 
version?



XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)

Release Date: 18 January 2002
If the server is older than 6-12 months, or if your hardware is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)

Operating System: Darwin
Fatal server error:
Could not find key mapping file USA.key mapping.
OsVendorFatalError
AbortDDX

Quitting XDarwin...
logout
[Process completed]




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


[XFree86] aprovecha!!

2005-09-06 Thread Clases de Sushi



Esta es una promocion que no se volvera a 
repetir..
pero por esta vez, te damos una segunda 
oportunidad
nuevamente y por 2da semana consecutiva, te 
damos un 
25% si te inscribes antes del Miercoles 6 
de septiembre.
 
 

Aprende a hacer el mas exquisito sushi de manera personalizada o en 
grupos.
El curso incluye 4 clases con todos los materiales. (horarios 
personalizados, ideal para quienes trabajan)
si eres de los 20 primeros en inscribirte, te damos un set de 
cuchillos y esterillas de Regalo
Precio normal 48000 preciocon dscto36000 por pocos 
dias.
Ademas si tienes un evento, te preparamosel mejor 
sushientu casa.
F: 2475189
Inscribete 
Aqui 
Convenios con 
empresas

Si no quiere recibir nuestras ofertas, 
haga click aqui
Acatando la nueva Ley del Consumidor 
Nº 19.496 y su modificación Nº 19.955 del 2004,en su Artículo 28b, donde 
regula el envío de correos electrónicos("Toda comunicación promocional o 
publicitaria enviada por correo electrónico deberá indicar la materia o asunto 
sobre el que versa,la identidad del remitente y contener una dirección 
válida a la que el destinatario solicite la suspensión de los envíos") 

Para cotizar 
publicidad via email haga click aqui