CVS Update: xc (branch: trunk)

2003-11-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 09:22:51

Log message:
  Remove several redundant '#include inttypes.h'.  They all get it from
  dri_util.h.

Modified files:
  xc/lib/GL/dri/:
dri_util.c 
  xc/lib/GL/mesa/src/drv/mga/:
mgacontext.h 
  xc/lib/GL/mesa/src/drv/r200/:
r200_context.h 
  xc/lib/GL/mesa/src/drv/radeon/:
radeon_context.h 
  
  Revision  ChangesPath
  1.11  +1 -4  xc/lib/GL/dri/dri_util.c
  1.10  +1 -4  xc/lib/GL/mesa/src/drv/mga/mgacontext.h
  1.5   +1 -4  xc/lib/GL/mesa/src/drv/r200/r200_context.h
  1.9   +1 -4  xc/lib/GL/mesa/src/drv/radeon/radeon_context.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-11-13 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 10:42:47

Log message:
   582. Fix SEGV when ATIProbe() fails (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
aticonsole.c 
  
  Revision  ChangesPath
  3.2955+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.22  +3 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-11-13 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 10:43:29

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2956+2 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-11-13 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 13:21:34

Log message:
   583. Fix atimisc's decoding of the mode on input for large panels
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atipreinit.c atistruct.h ativersion.h 
  
  Revision  ChangesPath
  3.2957+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.71  +121 -84   xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
  1.40  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
  1.63  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-11-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 18:17:23

Log message:
   584. Wrap ucs2any with ProgramTargetName in dependencies, as needed for
OS/2, and note that OS/2 doesn't have basename(3) (Bugzilla #871,
Frank Giessler).

Modified files:
  xc/config/cf/:
X11.tmpl os2.cf 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.233 +3 -3  xc/config/cf/X11.tmpl
  3.41  +2 -1  xc/config/cf/os2.cf
  3.2958+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-11-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 18:40:26

Log message:
   585. Modify xf86config and xf86cfg to enable loading the freetype module
(Chisato Yamauchi).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/xf86cfg/:
text-mode.c 
  xc/programs/Xserver/hw/xfree86/xf86config/:
xf86config.c 
  
  Revision  ChangesPath
  3.2959+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.26  +2 -2  xc/programs/Xserver/hw/xfree86/xf86cfg/text-mode.c
  3.70  +2 -2  xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-11-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 18:45:24

Log message:
   587. Fix the XKB definitions for the Hiragana_Katakana key, and fix
some incorrect definitions in symbols/jp (Chisato Yamauchi).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xkbcomp/keycodes/:
xfree86 
  xc/programs/xkbcomp/symbols/:
jp 
  
  Revision  ChangesPath
  3.2961+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.27  +3 -3  xc/programs/xkbcomp/keycodes/xfree86
  3.11  +14 -5 xc/programs/xkbcomp/symbols/jp

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-11-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/13 20:21:49

Log message:
   588. Fix broken GLX indirect rendering (David Dawes).

Modified files:
  xc/lib/GL/glx/:
g_render.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.6   +20 -20xc/lib/GL/glx/g_render.c
  3.2962+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


RE: XvShmPutImage with XDraw commands

2003-11-13 Thread Steve Thrash
   The flicker-free solution would be to disable the XV_AUTOPAINT_COLORKEY
 attribute.  That prevents the driver from painting the key, leaving it
 entirely your responsibility.   Then you can do something like draw
 your scene (key+graphics) into the window yourself, or if you're
 not changing the graphics frequently, draw it into a pixmap and set
 that pixmap as the window background.  In that case you update the
 graphics by redrawing the pixmap, resetting it as the window background
 and then calling XClearWindow.  If you do something like that, you
 never need to handle expose events.  The server automatically paints
 the window background on expose events.

   Mark.


You are right (of course) that did make for a flicker free solution.  I'll
have to think about some of the other implications you said - although our
background will be updating at about 30 FPS - there could be good
implication during freeze frame or other times.

On a related note, what does the double buffering option give you?  Does it
allow you to call XvShmPutImage before the old image has finished drawing to
the drawable?  It looks like the server handles it all automatically.

Also - is XvMC the right solution if I want to blend two images to an
arbitrary percentage tranparency at 30 FPS using the graphics hardware?

Thanks again,
   Steve

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Imake: How to build static libraries (eg. for dps)

2003-11-13 Thread Marc Aurele La France
On Thu, 13 Nov 2003, Tim Krieglstein wrote:

 I have already posted to the debian-x mailinglist with no answers so
 far. :( But probably i get an answer from this list:

 I am tring to build debian packages of the xfree86 cvs head. There is
 only on problem remaining: How do i configure the files in config/cf so
 that static libraries for dps and other packages are produced?
 (these static libraries like libdps[1].a are needed for the libdps-devel
 package)

 I added to host.def the following lines, with no success:
 #ifndef DoNormalLib
 #define DoNormalLib YES
 #endif
 #ifndef DoSharedLib
 #define DoSharedLib YES

That's expected.  I'd remove that if I were you.

 any other suggestions?

I use a hammer approach.  Set ForceNormalLib to YES, which will build
archives for all libraries, in addition to shared objects.

You can be more selective than that, of course.  But, frankly, it's not
worth the effort.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Problem XCheckWindowEvent()

2003-11-13 Thread theoharis tsenis
Hi,
   at the end of a routine i want to remove the mouse-buttons events. For that purpose 
i use:
while(XCheckWindowEvent(...)){};
When program runs the above statement never loops and the events are never removed 
from the queue. If i use first the XNextEvent and then the XCheckWindowEvent the 
events are removed properly. The main problem with the XNextEvent is that it waits for 
an event. I use the XPending instead of the XNextEvent with no success. Any ideas to 
have a function like the PeekMessage(hwnd,...,PM_REMOVE)_w98 alike?

   Regards,

   Teo.



Enter now for a chance to win a 42 Plasma Television!
http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda1.com/1/c/563632/113422/313631/313631
AOL users go here: 
http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda1.com/1/c/563632/113422/313631/313631
This offer applies to U.S. Residents Only
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Imake: How to build static libraries (eg. for dps)

2003-11-13 Thread Craig Groeschel
 I added to host.def the following lines, with no success:
 #ifndef DoNormalLib
 #define DoNormalLib YES
 #endif
 #ifndef DoSharedLib
 #define DoSharedLib YES

The Do*Lib symbols are only supposed to be set by imake in each
library's directory.  If I remember correctly, you want to set
symbols like NormalLibX11, NormalLibXt, etc. in host.def. 
(Or hack the Do*Lib symbols in each xc/lib/*/Imakefile.)

(In the library's imakefile you should see lines like define
DoNormalLib NormalLibX11.)

 PS: please CC me


=
-- 
Craig Groeschel  ladder91 at yahoo dot com  AT '00
Tread lightly.  Leave no trace.  Never forget.
Fuel is a resource; people aren't. Dennis Bakke
When replying, please do not quote my entire message.

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


RE: XvShmPutImage with XDraw commands

2003-11-13 Thread Tim Roberts
On Thu, 13 Nov 2003 08:51:25 -0500, Steve Thrash wrote:

Also - is XvMC the right solution if I want to blend two images to an
arbitrary percentage tranparency at 30 FPS using the graphics hardware?

Unless I have missed a staff meeting somewhere, XvMC is specifically
designed to allow hardware acceleration of MPEG motion compensation
vectors.  It is VERY specific to the MPEG protocol, and is likely of no
use in any other context.

The xrender extension can do alpha blending, although driver support is
still lacking.
--
- Tim Roberts, [EMAIL PROTECTED]
  Providenza  Boekelheide, Inc.


___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: glx failing

2003-11-13 Thread Torrey Lyons
At 10:01 AM -0800 11/10/03, Ian Romanick wrote:
Frank Gießler wrote:
with my current CVS snapshot (Changelog up to 
#530), glxgears gives me the following at 
startup:

X Error of failed request:  BadLength (poly 
request too large or internal Xlib length error)
  Major opcode of failed request:  144 (GLX)
  Minor opcode of failed request:  1 (X_GLXRender)
  Serial number of failed request:  22
  Current serial number in output stream:  23

This used to work before. I've seen this on 
both OS/2 and SuSE Linux 8.2 (XFree CVS built 
without DRI). Any idea what this means and/or 
where I should look?
Can you give any details to help reproduce this 
error?  There is a reported bug in this area, 
but I thought that it was fixed.  Your 
XF86Config would also be useful.

http://bugs.xfree86.org/show_bug.cgi?id=439
I'll put this on Bugzilla as well, but it is 
quite easy on XDarwin to reproduce this error. 
GLX fails consistently with indirect rendering 
and worked properly in 4.3.0. Only direct 
rendering works now.

[65:~] torrey% glxgears
2006 frames in 5.0 seconds = 401.200 FPS
^C
[65:~] torrey% setenv LIBGL_ALWAYS_INDIRECT 1
[65:~] torrey% glxgears
X Error of failed request:  BadLength (poly 
request too large or internal Xlib length error)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  1 (X_GLXRender)
  Serial number of failed request:  22
  Current serial number in output stream:  23

This bug is still present in the top of the tree.

--Torrey

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: glx failing

2003-11-13 Thread David Dawes
On Thu, Nov 13, 2003 at 04:40:30PM -0800, Torrey Lyons wrote:
At 10:01 AM -0800 11/10/03, Ian Romanick wrote:
Frank Gießler wrote:
with my current CVS snapshot (Changelog up to 
#530), glxgears gives me the following at 
startup:

X Error of failed request:  BadLength (poly 
request too large or internal Xlib length error)
   Major opcode of failed request:  144 (GLX)
   Minor opcode of failed request:  1 (X_GLXRender)
   Serial number of failed request:  22
   Current serial number in output stream:  23

This used to work before. I've seen this on 
both OS/2 and SuSE Linux 8.2 (XFree CVS built 
without DRI). Any idea what this means and/or 
where I should look?

Can you give any details to help reproduce this 
error?  There is a reported bug in this area, 
but I thought that it was fixed.  Your 
XF86Config would also be useful.

http://bugs.xfree86.org/show_bug.cgi?id=439

I'll put this on Bugzilla as well, but it is 
quite easy on XDarwin to reproduce this error. 
GLX fails consistently with indirect rendering 
and worked properly in 4.3.0. Only direct 
rendering works now.

[65:~] torrey% glxgears
2006 frames in 5.0 seconds = 401.200 FPS
^C
[65:~] torrey% setenv LIBGL_ALWAYS_INDIRECT 1
[65:~] torrey% glxgears
X Error of failed request:  BadLength (poly 
request too large or internal Xlib length error)
   Major opcode of failed request:  151 (GLX)
   Minor opcode of failed request:  1 (X_GLXRender)
   Serial number of failed request:  22
   Current serial number in output stream:  23

This bug is still present in the top of the tree.

The patch below fixes the problem.  The command lengths for several
rendering requests were getting set incorrectly because of mis-ordered
variable initialisations.  I'm committing it now.

Index: g_render.c
===
RCS file: /home/x-cvs/xc/lib/GL/glx/g_render.c,v
retrieving revision 1.5
diff -u -r1.5 g_render.c
--- g_render.c  28 Sep 2003 20:15:01 -  1.5
+++ g_render.c  14 Nov 2003 04:17:00 -
@@ -1639,8 +1639,8 @@
 void glFogfv(GLenum pname, const GLfloat *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glFogfv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glFogfv_size(pname);
cmdlen = 8+compsize*4;
__GLX_BEGIN(X_GLrop_Fogfv,cmdlen);
__GLX_PUT_LONG(4,pname);
@@ -1661,8 +1661,8 @@
 void glFogiv(GLenum pname, const GLint *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glFogiv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glFogiv_size(pname);
cmdlen = 8+compsize*4;
__GLX_BEGIN(X_GLrop_Fogiv,cmdlen);
__GLX_PUT_LONG(4,pname);
@@ -1703,8 +1703,8 @@
 void glLightfv(GLenum light, GLenum pname, const GLfloat *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glLightfv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glLightfv_size(pname);
cmdlen = 12+compsize*4;
__GLX_BEGIN(X_GLrop_Lightfv,cmdlen);
__GLX_PUT_LONG(4,light);
@@ -1727,8 +1727,8 @@
 void glLightiv(GLenum light, GLenum pname, const GLint *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glLightiv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glLightiv_size(pname);
cmdlen = 12+compsize*4;
__GLX_BEGIN(X_GLrop_Lightiv,cmdlen);
__GLX_PUT_LONG(4,light);
@@ -1750,8 +1750,8 @@
 void glLightModelfv(GLenum pname, const GLfloat *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glLightModelfv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glLightModelfv_size(pname);
cmdlen = 8+compsize*4;
__GLX_BEGIN(X_GLrop_LightModelfv,cmdlen);
__GLX_PUT_LONG(4,pname);
@@ -1772,8 +1772,8 @@
 void glLightModeliv(GLenum pname, const GLint *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glLightModeliv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glLightModeliv_size(pname);
cmdlen = 8+compsize*4;
__GLX_BEGIN(X_GLrop_LightModeliv,cmdlen);
__GLX_PUT_LONG(4,pname);
@@ -1814,8 +1814,8 @@
 void glMaterialfv(GLenum face, GLenum pname, const GLfloat *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glMaterialfv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glMaterialfv_size(pname);
cmdlen = 12+compsize*4;
__GLX_BEGIN(X_GLrop_Materialfv,cmdlen);
__GLX_PUT_LONG(4,face);
@@ -1838,8 +1838,8 @@
 void glMaterialiv(GLenum face, GLenum pname, const GLint *params)
 {
__GLX_DECLARE_VARIABLES();
-   compsize = __glMaterialiv_size(pname);
__GLX_LOAD_VARIABLES();
+   compsize = __glMaterialiv_size(pname);
cmdlen = 12+compsize*4;
__GLX_BEGIN(X_GLrop_Materialiv,cmdlen);
__GLX_PUT_LONG(4,face);
@@ -1902,8 +1902,8 @@
 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params)
 {
__GLX_DECLARE_VARIABLES();

Re: [I18n] KeySyms 5 to 8, multiple character sequences

2003-11-13 Thread Ivan Pascal
  Hi,

 From what you say ... I can forget KeySyms above 4 ... as the
 XLookupString does not allow to access them ...
Yes.

 The XLOCALEDIR is also a problem ... I would need to replace the whole
 set of locales
Why?  You need to copy the locales you really use.  I don't think you use
all of over 50 locales that XFree has.

 ... would it work with XFree86 3.3.6 at all ?
Yes.

 ... it should, however, work with standalone XTerminals, shouldn't it ?
Yes.  The whole compose processing works on the client side machine and doesn't
depend on the Xserver you use.

 What remains then is the XKB ...
 I must say that I looked at it ... and it seems to be really complicated
 ... does it also work with XFree86 3.3.x ?
Yes.

 ... I can forget standalone XTerminals, can't I ?
Yes, unfortunately.

 To me, it seems that (as in the case of XLOCALEDIR) I would need to define
 my own whole set of keyboards ... again ... I could not find any simple
 solution to merge my own set of definitions with these that were
 loaded when the Xserver was started ...

Maybe a solution for you could be an utility that allow to reload xmodmap
maps quickly when you are working.  In such case you use a few four-columns
maps but can switch among them quickly using hotkeys.  And if such switcher
uses the core protocol (what xmodmap does) it works even with Xterminals.

I'd suggest you to try xruskb ( ftp://ftp.yars.free.net/pub/software/unix/X11/ )
It does the things I'm talking about.
--
 Ivan U. Pascal |   e-mail: [EMAIL PROTECTED]
   Administrator of |   Tomsk State University
 University Network |   Tomsk, Russia
___
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n


Re: [I18n] locale issues under linux

2003-11-13 Thread Greg Davey




That is one of the many strange things that have gotten me stumped. The locale.alias file that was installed in the system by make install is empty, as are the locale.dir and compose.dir files. The locale I am using is en_US. With the program I wrote I tested: en_US, en_CA, ja_JP, en_AU, C, en, and a few others. All returned OS supports locale. Xlib does not support locale.
So it seems that nls is working in my glibc, just not XLib.





Reality is but a brief respite between my fantasies.
 -unknown








Re: [I18n] locale issues under linux

2003-11-13 Thread Greg Davey




Ok, I seem to have solved my problem. As pointed out by Jungshik, my locale.alias file was in need of editing. 
Now the problem I have is; Why did the Makefile install empty files into my X11-dir/lib/X11/locale directory? On top of that all subdirectories contain empty compose.dir, XLC_LOCALE, and XI18N_OBJS. Is there a fix to this problem? Am I stuck editing the Imakefile myself? Finally, has anybody else run into this problem?

Again, thank you for any help.





Reality is but a brief respite between my fantasies.
 -unknown








[XFree86] SUN 24 on Radeon 9200

2003-11-13 Thread Uwe Dippel
This is more of an info than a request. A sticky note to be found if
necessary.
The monitor is great value, but gave me few problems due to its wide
screen ratio; with an optimal resolution of 1920x1200.
The Radeon 9200 running with the Radeon-supplied driver supports the
ratio, pixels and maximal refresh of 75 Hz; in theory.
Here it was always 1920x1200 at 70 Hz though; a little bit too flickery.

The solution - after going through the setup process of Radeon's
fglrxconfig - lies in deactivating DDC:

# === disable PnP Monitor  ===
Option  NoDDC

since the monitor doesn't provide the correct information for our
setup. 
startx again results in a very flickery 2048x1536 @ 60 display,
despite 

Subsection Display
Depth   24
Modes   1920x1200
ViewPort0 0  # initial origin if mode is smaller than
desktop
#Virtual 1280 1024
EndSubsection

complaining about the missing Modline.

Once you uncomment the relevant Modline

# 1920x1200 @ 75Hz
Modeline 1920x1200 246.590 1920 2064 2272 2624 1200 1201 1203 1253
+hsync +vsync

however, startx results in a full-screen, geometrically correct
1920x1200
display at 75 Hz; with 94.5 kHz horizontal frequency; slightly below the
maximum of 96 kHz.

Hope this helps anyone sometime !

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Resolution supported by XFree86 4.3.0

2003-11-13 Thread pankaj srinivasan
Hello,
I need to obtain a resolution of 1920X1200 using
XFree86 4.3.0. I have been able to run XFree86 4.3.0
on LynxOS 4.0 and it is working fine. 
The graphics card being used is ATI Radeon Mobility
9000 that supports an even higher resolution than
required.
Could you please tell me the maximum resolution
supported by XFree86 4.3.0 and whether it can support
the resolution of 1920X1200.

Thanks,
Pankaj


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Keyboard shortcuts problem

2003-11-13 Thread Jaroslav Vozab
Hi,
I would like to do following but I have no idea how to do it.

I have a application running on X (using WMaker) and I need to force X to send 
some keyboard shortcuts to this application when this application is not on 
top. For implementation of the application I used Gtk. Is there any 
possibility how to do it?

Thank you
Jaroslav 


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] [XFree86]Problems with PS/2-port

2003-11-13 Thread Jens Nixdorf
Hi All,

i have following problem with my embedded linux-system. At first some specs:

kernel 2.4.18
xfree 4.1.0
touchscreen connected to ttyS0
mouse and keyboard connected to PS/2
As the system has a touchscreen, normally it would be driven only by 
this device. But for service or maintenance sometimes it is better to 
connect a keyboard and/or a mouse to it. So i have now following 
behaviour from the X11-system:

If all three devices are connected, the system runs properly.
If only the touch is connected, the system runs properly.
But if only touch and keyboard are connected, the keyboard will be 
ignored by the X-system. The reason seems to be that if X doesnt found 
the mouse at /dev/psaux, this device will completely ignored and so the 
keyboard is not responding (even the NumLock-LED could not be set). This 
comes only in X, at the console the keyboard is functioning very well 
(not in xterm).

The Touchscreen should be the corepointer, but X tells me, that it has 
no CorePointer-abilities.

If i assign the options AlwaysCore and/or SendCoreEvents to the 
mouse, and the mouse is connected then the system works. If no mouse is
connected, the keyboard is also not working.

If i comment out these options, the keyboard is working. But if a mouse 
is plugged in, it will be ignored.

There is no way to use another device for the mouse, because there is no 
USB and the serial ports are all used for other things. The system has 
no abilities to autosense whether a mouse is connected.

How can i get X to use the PS/2-port for the keyboard, even if the mouse
isn't plugged in?
Thank you for all hints,

regards, Jens
--
-  embesso - embedded software solutions  --
Hinter der Bahn 1 a  |  D 31162 Bad Salzdetfurth
Tel: (+49)5064 - 950433  |  Fax: (+49)5064 - 950459
http://www.embesso.com   |  [EMAIL PROTECTED]
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] on a ProSavage8 card

2003-11-13 Thread Pablo Rodriguez
Hi there,

I bought an Acer Aspire 1353LM a month ago and I have installed MDK 9.1.
The graphic card is a S3ProSavage8 8AGP. MDK uses the vesa driver for
it, that works fine, excepting some flickering when watching dvds with
mplayer (or any dvd player).

I wanted to install the proper driver (the one from Tim Roberts), but it
didn't work. Tim told me that the chipset is actually a CastleRock one
and that the 4.4 version of the XFree86 will support it. Is there no way
to have a driver for the 4.3 version? (I have been using Linux for less
than a month and upgrading XFree86 won't be an easy task.)

Many thanks for your excellent work,


Pablo


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Please help me

2003-11-13 Thread mahamad shaik saleem
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red 
Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu Nov 13 13:51:51 2003
(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]

XIO:  fatal IO error 104 (Connection reset by peer) on X server :0.0
  after 0 requests (0 known processed) with 0 events remaining.



[XFree86] XFree86 on Sony VAIO Laptop

2003-11-13 Thread indra sarkar
Title: Message



Hi 
everyone,

Can anyone help me 
please?

i've set up my new PCG-GRT786M as 
adualboot system with redhat7.2. All is well apart from the Xfree86 server 
which refuses to start.

i've installed the 
latest nvidia drivers (apparently successfully) and hacked up my xfree86config 
file to pieces but all to no avail (I hardly need add that I'm a bit new to all 
this)

One of the problems 
is that the machine has a non-standard (for x anyway) display - a 16.1 TFT 
display panel (1400x1050) and nVidia GeForce Go FX5600 with 64MB. And Sony have 
refused to give me the info i need to try and write my own entries for the 
Xfree86config file saying that they don't support Linux.

It did occur to me 
that I could try installing RH9 which comes with a newer version of X11 which 
might have a 'smarter' version of XConfig on it, but I don't really want to go 
thru all the traumas and newsgroup-overload of the last two weeks unless I'm 
sure.

Any ideas v.gratefully accepted.

Regards,

Indra


[XFree86] remove and re-install completally X

2003-11-13 Thread gustavo
 Hello List

By did some stupid thinks with the Xserver.

 Finally I remove xserver-common and dependencies and after it
install all the pakages removed. But the X still not work.
Is any way to remove X and all the thinks related to it (Is
not inoff with remove xserver-commomn package) and reinstall the
without reinstall linux (debian for my) ??
Thanks
  Gustavo
(My computer is a Thikpad R40 and I'm using debian unstable/testing
upgraded at yestarday)
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86 on Sony VAIO Laptop

2003-11-13 Thread Bharathi S
On Thu, 13 Nov 2003, indra sarkar wrote:

 i've set up my new PCG-GRT786M as a dualboot system with redhat7.2.
 All is well apart from the Xfree86 server which refuses to start.

If I understood ur problem correctly :) 

Some of the new cards will not be suppoted by the old X. Even if you
install the nVidia path, won't wrok. Bcoz I need the new version of
Kernel. Butter switch to new version, like MDK9.1 / Slackware 9.1 ...

HTH :)
-- 
Bharathi S, IndLinuX Team,   (__)
DON Lab,TeNeT Group, oo )
IIT-Madras, Chennai-INDIA.   (_/\ 


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Keys on keyboard that dont work

2003-11-13 Thread Gerth Jonsson JnGt
Hi there!
I have a problem in my Linux/SuSE and I haven't found the solution
anywhere. The problem is that the characters , and | don't show up
on the display when pressed in fx Emacs, Kate and KDE. In Linux outside
KDE it works out just fine...
When looking in the XF86Config-file I see the swedish keyboard is loaded,
just as I wanted, and all other characters are OK, even the special
swedish ones.
Do you know of any solution?
Best Regards
Gerth Jonsson

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] on a ProSavage8 card

2003-11-13 Thread Marcel Mourguiart
xfree 4.3 on mdk 9.1 already have the Tim Roberts driver.



 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 nombre de Pablo Rodriguez
 Enviado el: jueves, 04 de diciembre de 2003 7:15
 Para: [EMAIL PROTECTED]
 Asunto: [XFree86] on a ProSavage8 card
 
 
 Hi there,
 
 I bought an Acer Aspire 1353LM a month ago and I have 
 installed MDK 9.1.
 The graphic card is a S3ProSavage8 8AGP. MDK uses the vesa driver for
 it, that works fine, excepting some flickering when watching dvds with
 mplayer (or any dvd player).
 
 I wanted to install the proper driver (the one from Tim 
 Roberts), but it
 didn't work. Tim told me that the chipset is actually a CastleRock one
 and that the 4.4 version of the XFree86 will support it. Is 
 there no way
 to have a driver for the 4.3 version? (I have been using 
 Linux for less
 than a month and upgrading XFree86 won't be an easy task.)
 
 Many thanks for your excellent work,
 
 
 Pablo
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] X config - ADI M900

2003-11-13 Thread Jeff
Hi All

I'm having problems with my monitor / gfx card. It all works under X but
wont run with a resolution above 1280x960.

I'm running RH9 with X version 4.3.0 with the latest nvidia drivers.

GFX Card - nvidia geforce 4 Ti4200 AGO
Monitor - ADI Microscan M900 (19)

Any suggestions?

Jeff

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Trident Blade, no screens

2003-11-13 Thread John Chandler
Thomas Winischhofer writes:
  John Chandler wrote:
 (--) PCI:*(0:8:0) Silicon Integrated Systems [SiS] SiS300/305 PCI/AGP VGA 
   Display Adapter rev 144, Mem @ 0xd000/27, 0xe000/17, I/O @ 0xdc00/7
 (--) PCI: (1:0:0) Trident Microsystems CyberBlade/i1 rev 106, Mem @ 
   0xdd80/23, 0xde00/17, 0xdd00/23
 
  [...]
   The monitor is not connected to the on-board video card, it is
  
  This is slightly OT: Is the SiS 300/305 really on-board? If so, what MB 
  is this?

Is there any way to tell, other than just remembering or checking the
docs, in which case I'm hosed?

BTW, it does appear that the add-on card is the SiS.  That is, when I
reinstalled RedHat and told it I had an SiS, X did come up.  It came
up in patheticaly low resolution and the system froze after about five
minutes, but it did come up.  Any clue what the issue would be here?

Someone mentioned that a log from my working, RH7.? installation would
be helpful.  Any idea where it lives?  It doesn't seem to be in
/var/log.

I am becoming truly astounded at how difficult this is.

I thank you for your help, though.

-jmc
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] RH9 on DELL computer

2003-11-13 Thread Lorenzo . Rondelli

Hi
first of all sorry for my little english.
I have a Personal Workstation DELL Precision 330 MT P4 1,8Ghz, FireGL2
I have installed with succesful RedHat Linux 9 on it but when I run the STARTX program from the prompt I have this msg :

(EE) Error from xf86HandledConfigfile()
Fatal server error:
no screens found
XIO: fatali IO error 104 (Connection reset by peer) on X server :0.0 after 0 request (0 known processed) with 0 events remaining.

this is the /var/log/XFree86.0.log file

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003 
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu Nov 13 16:02:17 2003
(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]


and then I have the line prompt
please can you help me ?
thanx in advance
LR

[XFree86] RH9 on DELL computer

2003-11-13 Thread Lorenzo . Rondelli

Hi 
first of all sorry for my little english. 
I have a Personal Workstation DELL Precision 330 MT P4 1,8Ghz, FireGL2 
I have installed with succesful RedHat Linux 9 on it but when I run the STARTX program from the prompt I have this msg : 

(EE) Error from xf86HandledConfigfile() 
Fatal server error: 
no screens found 
XIO: fatali IO error 104 (Connection reset by peer) on X server :0.0 after 0 request (0 known processed) with 0 events remaining. 

this is the /var/log/XFree86.0.log file 

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2) 
Release Date: 27 February 2003 
X Protocol Version 11, Revision 0, Release 6.6 
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003 
Build Host: porky.devel.redhat.com 
 
Before reporting problems, check http://www.XFree86.Org/ 
to make sure that you have the latest version. 
Module Loader present 
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003 
Markers: (--) probed, (**) from config file, (==) default setting, 
 (++) from command line, (!!) notice, (II) informational, 
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown. 
(==) Log file: /var/log/XFree86.0.log, Time: Thu Nov 13 16:02:17 2003 
(EE) Unable to locate/open config file 
(EE) Error from xf86HandleConfigFile() 

Fatal server error: 
no screens found 

When reporting a problem related to a server crash, please send 
the full server output, not just the last messages. 
This can be found in the log file /var/log/XFree86.0.log. 
Please report problems to [EMAIL PROTECTED] 


and then I have the line prompt 
please can you help me ? 
thanx in advance 
LR 


[XFree86] 2 Radeon cards/dual head setup problems

2003-11-13 Thread Jesús-Antonio Arroyo
Hello,

I am having a hard time setting up my second card on my box. I am running
XF86 v. 4.3.0

My hardware:

card 1

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7
LW [Radeon Mobility 7500] (prog-if 00 [VGA])
Subsystem: Dell Computer Corporation: Unknown device 012a
Flags: bus master, VGA palette snoop, stepping, 66Mhz, medium
devsel, latency 32, IRQ 11
Memory at e000 (32-bit, prefetchable) [disabled] [size=128M]
I/O ports at c000 [disabled] [size=256]
Memory at fcff (32-bit, non-prefetchable) [disabled] [size=64K]
Expansion ROM at unassigned [disabled] [size=128K]
Capabilities: [58] AGP version 2.0
Capabilities: [50] Power Management version 2

card 2

03:02.0 VGA compatible controller: ATI Technologies Inc Radeon RV200 QW
[Radeon
7500] (prog-if 00 [VGA])
Subsystem: ATI Technologies Inc: Unknown device 013b
Flags: bus master, stepping, medium devsel, latency 32, IRQ 11
Memory at d800 (32-bit, prefetchable) [size=128M]
I/O ports at fc00 [size=256]
Memory at faff (32-bit, non-prefetchable) [size=64K]
Expansion ROM at unassigned [disabled] [size=128K]
Capabilities: [50] Power Management version 2

OS:
RH 9 kernel 2.4.20-20.9


I have a dell laptop with a docking station.  I added the second card to
the docking station.  I originally had another vid. card in there, but the
resolution was 1024x768.  My primary display was 1280x1024 and moving
between two looked like crap, so I upgraded the card in the docking
station.  Setting it up in the first place was very straight forward, but
this second time around I am having a hard time.  I figured it would be
simple since they are using the same driver, but somehow I believe that is
my problem.  Anyway, I have tried all sorts of options in the device
sections, but nothing works.  I can only use one card at a time.  Meaning
that if I disable either of the screens the other works just fine, but I
cannot get them to work together.  Here is my config file and the log file
to follow in a second email (using webmail):

config file:
# XFree86 4 configuration created by redhat-config-xfree86

Section ServerLayout

#Screen  0  Screen1 0 0
Identifier Default Layout
Screen  0  Screen0 0 0
Screen  1  Screen1 LeftOf Screen0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
InputDeviceDevInputMice AlwaysCore
Option Xinerama On
EndSection

Section Files

# RgbPath is the location of the RGB database.  Note, this is the name of
the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath  /usr/X11R6/lib/X11/rgb
FontPath unix/:7100
EndSection

Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  glx
Load  record
Load  freetype
Load  type1
Load  dri
EndSection

Section InputDevice

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds 1 2 3
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModel  pc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModel  microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout de
# or:
#   Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptionsctrl:swapcaps
# Or if you just want both to be control, use:
#   Option  XkbOptionsctrl:nocaps
#
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol PS/2
Option  Device /dev/psaux
Option  ZAxisMapping 4 5
Option  Emulate3Buttons yes
EndSection

Section InputDevice

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  

[XFree86] Follow up to 2 radeons / dual head setup problem

2003-11-13 Thread Jesús-Antonio Arroyo





follow up email with log:

It turns out it was too long to paste into my webmail client so I have
attached it instead.

Thanks in advance for your help,

Tony.

---
Jesús-Antonio Arroyo
Senior System Administrator
IDC

o: 508.988.6894
c: 508.962.5124
f: 508.988.6767
e: [EMAIL PROTECTED]

XFree86.0.log
Description: Binary data


Re: [XFree86] RH9 on DELL computer

2003-11-13 Thread Marc Aurele La France
On Thu, 13 Nov 2003 [EMAIL PROTECTED] wrote:

 first of all sorry for my little english.
 I have a Personal Workstation DELL Precision 330 MT P4 1,8Ghz,  FireGL2
 I have installed with succesful RedHat Linux 9 on it but when I run the
 STARTX program from the prompt I have this msg :

 (EE) Error from xf86HandledConfigfile()
 Fatal server error:
 no screens found
 XIO: fatali IO error 104 (Connection reset by peer) on X server :0.0
 after 0 request (0 known processed) with 0 events remaining.

 this is the /var/log/XFree86.0.log file

 XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
 Build Date: 27 February 2003
 Build Host: porky.devel.redhat.com

 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
 Module Loader present
 OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
 version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
 2003
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Thu Nov 13 16:02:17 2003
 (EE) Unable to locate/open config file
  ^^

Please submit a change that would make this message clearer to you.

 (EE) Error from xf86HandleConfigFile()

 Fatal server error:
 no screens found

 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] An idea: Any comments?

2003-11-13 Thread Smith Smith
Hi Everyone,

This probably isn?t the right forum in which to place this, but I have no 
idea which one is the right one, so if anyone would be so kind as to point 
me in the right direction, I?d be most grateful. The idea that I had is as 
follows, and related to X, which is why I am posting this here.

The main motivation behind it would be to make desktop computers run faster 
by removing some of the layers of abstraction between programs and the 
kernel, one of the most obvious layers being X itself (I am *not* trying to 
start a flame-war here, please read on before you reach any conclusions!). 
In theory, if programs with GUIs wrote directly to the frame-buffer and 
spoke directly to the kernel (instead of talking to it via X), then you 
would have accomplished that much. The problem is that writing code for 
programs that use GUIs to do this directly is difficult, and you still need 
to have something exercising control over focus between the programs etc. 
(I?m not going to touch the kernel). My approach would be to try and solve 
this problem, without needing to rewrite or recompile these programs (with 
other header files, etc.).

?Prelink-meets-Wine-meets-X?

This approach still requires a controlling program that handles the sending 
of focus events to programs, and events for programs to repaint themselves 
after they get uncovered by moving other windows, but this ?mini-X? would do 
virtually *nothing* beyond those two functions. Instead, all your programs 
that need to talk to X would be processed in much the same way that prelink 
works, and the references in them that make requests to X would be replaced 
(inline, so to speak) in the executable with code that would talk directly 
to the kernel etc. At which point you could uninstall X and these programs 
would run normally. Please note that the current intention is to do away 
with most of the server-part model of X; most desktop users never use this 
functionality and this idea is targeted solely at them.

Obviously, you would still need something running in the background to keep 
track of which window has the focus, etc. This part would be dealt with by 
?mini-X?, as I mentioned earlier. Perhaps ?mini-X? could also capture calls 
from programs that haven?t been processed that try to talk to X as they 
startup, and process them then, for want of an idea.

I hope that this explanation is clear enough. If it isn?t, please say so; 
I?ll be happy to try again! I would appreciate feedback on whether this idea 
is practical, feasible or sufficiently useful. If it would in all 
probability have a negligible effect on performance (bearing in mind that it 
would impact on memory as all these programs would become (possibly 
significantly) larger), please say so. Otherwise, I?d appreciate being 
pointed in the right direction for documentation, ideas, similar projects 
etc.

Thanks in advance,
Roland
_
Concerned that messages may bounce because your Hotmail account is over 
limit? Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] KDE works but not GNOME

2003-11-13 Thread mbedi
I am using RH Linux 9 Kernel 2.4.20-8 with a Samsung 55V monitor with 
Intel 810 video
The X86 config and log files are attached. (please ignore the dates as 
the system clock is erratic)
XFree86 version is 4.3.0

I have  both GNOME  ver. 2.2 and KDE ver. 3.1 and usually switch between 
the two.

Suddenly today while I was logging out of GNOME as root it stopped 
responding and I had to use CTRL-DEL-Backspace to exit. Ever since I 
can't use GNOME. I get the X Windows log screen and if I select GNOME 
session it authenticates me and attempts to open the GNOME desktop but 
nothing happens - peripheral and devices are not initialized. I don't 
see the RH opening screen or any of the icons which form part of it.

However, KDE works and system works at level 3 too.

It may well be that the problem is not in XFree but maybe in Gnome 
itself or Xinit. I am not sure and don't want to re-install GNOME if 
something else can do the job.

Thanks,

RTN

# XFree86 4 configuration created by redhat-config-xfree86

Section ServerLayout
Identifier Default Layout
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
InputDeviceDevInputMice AlwaysCore
EndSection

Section Files

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath  /usr/X11R6/lib/X11/rgb
FontPath unix/:7100
EndSection

Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  glx
Load  record
Load  freetype
Load  type1
Load  dri
EndSection

Section InputDevice

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds 1 2 3
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModel  pc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModel  microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout de
# or:
#   Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptionsctrl:swapcaps
# Or if you just want both to be control, use:
#   Option  XkbOptionsctrl:nocaps
#
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol Microsoft
Option  Device /dev/ttyS0
Option  ZAxisMapping 4 5
Option  Emulate3Buttons yes
EndSection

Section InputDevice

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier  DevInputMice
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameSamsung Samtron 55v
DisplaySize  280210
HorizSync30.0 - 55.0
VertRefresh  50.0 - 120.0
Option  dpms
EndSection

Section Device
Identifier  Videocard0
Driver  i810
VendorName  Videocard vendor
BoardName   Intel 810
VideoRam16384
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Depth 24
Modes1024x768 800x600 640x480
EndSubSection
EndSection

Section DRI
Group0
Mode 0666
EndSection


XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red 
Hat Linux 3.2.2-5)) #1 Thu Mar 

Update re: [XFree86] Trident Blade, no screens

2003-11-13 Thread John Chandler
From: John Chandler [EMAIL PROTECTED]
Subject: Re: [XFree86] Trident Blade, no screens

| Thomas Winischhofer writes:
|   John Chandler wrote:
|  (--) PCI:*(0:8:0) Silicon Integrated Systems [SiS] SiS300/305 PCI/AGP VGA 
Display Adapter rev 144, Mem @ 0xd000/27, 0xe000/17, I/O @ 0xdc00/7
|  (--) PCI: (1:0:0) Trident Microsystems CyberBlade/i1 rev 106, Mem @ 
0xdd80/23, 0xde00/17, 0xdd00/23
|  
|   [...]
|The monitor is not connected to the on-board video card, it is
|   
|   This is slightly OT: Is the SiS 300/305 really on-board? If so, what MB 
|   is this?
| 
| Is there any way to tell, other than just remembering or checking the
| docs, in which case I'm hosed?
| 
| BTW, it does appear that the add-on card is the SiS.  That is, when I
| reinstalled RedHat and told it I had an SiS, X did come up.  It came
| up in patheticaly low resolution and the system froze after about five
| minutes, but it did come up.  Any clue what the issue would be here?

The resolution problem is fixable using a Gnome utility.  But the
machine still abruptly freezes after a short while -- five to ten
minutes.  Once it was when emacs had just come up, once it was when
another app had painted the blank rectangle of a drop-down menu but
had not filled in any of the menu panes.  And it's utter lockup --
caps lock key doesn't make the LED come on.

Any clue why I'd be seeing this, and more to the point, what I can do
to fix it?  Get a horse?  I guess I'll try lowering the resolution and
see if that changes anything.  But my current desktop is 1400x1050
with the same card, and I'm sure I'm not setting the resolution on the
new system any higher than that.

-jmc
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] using usb mouse

2003-11-13 Thread George Georgalis
I'm able to use my usb mouse with gpm, /etc/gpm.conf contains:

device=/dev/input/mouse0
responsiveness=10
repeat_type=raw
type=autops2
append=
sample_rate=

however XFree86 can not use it

Section InputDevice
Identifier  USB Mouse
Driver  mouse
Option  Protocol  auto
Option  ZAxisMapping  4 5
#Option Device/dev/input/mouse0
Option  Device/dev/gpmdata
Option  Emulate3Buttons   true
Option  Emulate3Timeout   70
Option  SendCoreEventstrue
EndSection

With Protocol auto X will start but the mouse does not move; I can see
data if I cat /dev/gpmdata while moving mouse in X.

So I think the answer is proper setting of repeat_type in gpm and/or the
mouse protocol in XF86Config-4. But I can't find the right combo, anything
but auto fails with No core pointer; what protocols are available?
It is a Compaq (RadioShack) usb wheel mouse.

I'm running a cvs XFree86, to support my video card.

XFree86 Version 4.3.99.15
Release Date:  1 November 2003

Today's cvs won't build, haven't looked into why...

Any help appreciated!

// George

-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027IXOYE
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86 on Sony VAIO Laptop

2003-11-13 Thread Mark Vojkovich
  I'm not sure if NVIDIA's binary drivers support the GeForce Go FX5600
yet.  I heard that they didn't.  This chip is supported by the
the nv driver that comes with XFree86 4.3 though.  RH9 includes
XFree86 4.3.   It appears to me that 4.3 has some 1400x1050 modelines
built in too.  Sometimes the 4.3 nv driver has a hard time
picking the output to use when flat panels are in involved and
you may need to play with the Option CrtcNumber, but you should
be able to get it to work.  CVS autodetects that much better.
You might consider just upgrading to the latest XFree86 CVS
development snapshot.


Mark.


On Thu, 13 Nov 2003, indra sarkar wrote:

 Hi everyone,
  
 Can anyone help me please?
  
 i've set up my new PCG-GRT786M as a dualboot system with redhat7.2. All
 is well apart from the Xfree86 server which refuses to start.
  
 i've installed the latest nvidia drivers (apparently successfully) and
 hacked up my xfree86config file to pieces but all to no avail (I hardly
 need add that I'm a bit new to all this)
  
 One of the problems is that the machine has a non-standard (for x
 anyway) display - a 16.1 TFT display panel (1400x1050) and nVidia
 GeForce Go FX5600 with 64MB. And Sony have refused to give me the info i
 need to try and write my own entries for the Xfree86config file saying
 that they don't support Linux.
  
 It did occur to me that I could try installing RH9 which comes with a
 newer version of X11 which might have a 'smarter' version of XConfig on
 it, but I don't really want to go thru all the traumas and
 newsgroup-overload of the last two weeks unless I'm sure.
  
 Any ideas v.gratefully accepted.
  
 Regards,
  
 Indra
 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] X config - ADI M900

2003-11-13 Thread Mark Vojkovich
  If modelines are being rejected, the reason would be in the 
/var/log/XFree86.0.log file.  This usually happens if the monitor
specs are entered incorrectly in the XF86Config file.

Mark.

On 13 Nov 2003, Jeff wrote:

 Hi All
 
 I'm having problems with my monitor / gfx card. It all works under X but
 wont run with a resolution above 1280x960.
 
 I'm running RH9 with X version 4.3.0 with the latest nvidia drivers.
 
 GFX Card - nvidia geforce 4 Ti4200 AGO
 Monitor - ADI Microscan M900 (19)
 
 Any suggestions?
 
 Jeff
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] XFree86 on Sony VAIO Laptop

2003-11-13 Thread Marcel Mourguiart
With installed NVIDIA-Linux-x86-1.0-4496-pkg2.run 
as per README

The new nVidia-based video card works just fine, but Open Office 
gives a Segmentation fault, and Xmms, same issue!

This works with the last Xfree86 CVS but there is no 3D support

Saludos
Marcel - M3
Linux User #328858
http://counter.li.org/


 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 nombre de Mark Vojkovich
 Enviado el: jueves, 13 de noviembre de 2003 15:32
 Para: indra sarkar
 CC: [EMAIL PROTECTED]
 Asunto: Re: [XFree86] XFree86 on Sony VAIO Laptop
 
 
   I'm not sure if NVIDIA's binary drivers support the GeForce 
 Go FX5600
 yet.  I heard that they didn't.  This chip is supported by the
 the nv driver that comes with XFree86 4.3 though.  RH9 includes
 XFree86 4.3.   It appears to me that 4.3 has some 1400x1050 modelines
 built in too.  Sometimes the 4.3 nv driver has a hard time
 picking the output to use when flat panels are in involved and
 you may need to play with the Option CrtcNumber, but you should
 be able to get it to work.  CVS autodetects that much better.
 You might consider just upgrading to the latest XFree86 CVS
 development snapshot.
 
 
   Mark.
 
 
 On Thu, 13 Nov 2003, indra sarkar wrote:
 
  Hi everyone,
   
  Can anyone help me please?
   
  i've set up my new PCG-GRT786M as a dualboot system with 
 redhat7.2. All
  is well apart from the Xfree86 server which refuses to start.
   
  i've installed the latest nvidia drivers (apparently 
 successfully) and
  hacked up my xfree86config file to pieces but all to no 
 avail (I hardly
  need add that I'm a bit new to all this)
   
  One of the problems is that the machine has a non-standard (for x
  anyway) display - a 16.1 TFT display panel (1400x1050) and nVidia
  GeForce Go FX5600 with 64MB. And Sony have refused to give 
 me the info i
  need to try and write my own entries for the Xfree86config 
 file saying
  that they don't support Linux.
   
  It did occur to me that I could try installing RH9 which 
 comes with a
  newer version of X11 which might have a 'smarter' version 
 of XConfig on
  it, but I don't really want to go thru all the traumas and
  newsgroup-overload of the last two weeks unless I'm sure.
   
  Any ideas v.gratefully accepted.
   
  Regards,
   
  Indra
  
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] An idea: Any comments?

2003-11-13 Thread Richard L. Kitchen
Hmmm   Maybe this is a tenderfoot answer...
but why can't you just use the shared memory extension to the Xserver ?
That gives you a window into the Xserver and retains the event processing.



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] An idea: Any comments?

2003-11-13 Thread Richard L. Kitchen
 Thanks for your reply, but I'm not entirely sure what you mean...

 I'm really not that well acquainted with the details of how the Xserver
 works; I realise I'd have to do a lot of reading if I'm actually to get
 anywhere with this idea :-) but is your suggestion to take care of what I
 had envisioned mini-X doing?

yes.  It seems like the problem you are trying to solve is to speed up drwing
operations in X by eliminating the need to send all of the individual cmds
to the Xserver and/or by copying pixmaps over to the server for display.

The shared memory extension allows you to create an Ximage data structure
in shared memory which can then be accessed directly by the Xserver rather
than by copying via the X protocol.

You write your changes into the Ximage and then send a command via X
protocol to cause the Xserver to update the display using the updated
shared memory image.

As you can imagine there is quite a bit of speed gain doing things this way.

The advantage is as I already said, you gain speed but since the Xserver
and the window manager are still in the loop the desktop remains
undisturbed.

I think you may find that people writing games use this feature.

Anyone else have any thoughts or comments ?

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] (no subject)

2003-11-13 Thread Marc
I'm using a Radeon 9200 on Mandrake 9.1 with a Soyo
Black Dragon KT400 mobo. The chipset is Via kt400. I'm
using the fglrx drivers from Schneider
Digital(spelling close enough). I never managed to get
direct rendering enabled because of some agp problem.
Someone suggested a fix, so I changed the agpgart_be.c
file in the fglrx module source directory to use
via_kt400_setup instead  of via_generic_setup. This
caused DRI to enable, but X would not load. I also
added the chipset id for the Radeon 9100 (I heard it
ran faster) to the XF86Config-4 file created by
fglrxconfig. This time, different output showed up in
the logs and on-screen. The only visible error is that
it's trying to use the wrong 
PCI address. The red background for loading a root X
session shows up, then the comp bumps me back to text
mode. My XF86Config-4 file and the two logs from both
using and not using a chipset ids are attached. They
are also available at 
http://anime-tentou.hopto.org/XF86Config-4 
http://anime-tentou.hopto.org/XFree86.0.log

=
Marc, signing over and out.
Ok, I'm typing, not writing. But that's not the point.

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] snowstorm

2003-11-13 Thread Bucko Sama
i'm running slackware linux 9.1 on kernel 2.4.22 and xfree86 version 
4.3.0... and the power just went out.
logging back in, i find that startx and xinit no longer work under my 
username, but only under root (fatal server error: xf86OpenConsole:Server 
must be suid root).
does any one know what i'll have to do to get my functionality back? i 
already tried removing my username and creating a new one, but no luck, same 
error.

thanks a bunch!

here are my logfile and my config file:

LOG:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.22 i686 [ELF]
Build Date: 16 September 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu Nov 13 16:54:36 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor My Monitor
(**) |   |--Device GeForce4 MX420
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/cyrillic/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(WW) xf86ReadBIOS: Failed to open /dev/mem (Operation not permitted)

Fatal server error:
xf86OpenConsole: Server must be suid root
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
CONFIG:

grrr... hotmail won't let me paste the config file...but...
the only changes i've made to it were adding  ZAxisMapping for my mouse and 
changing to the NVidia   driver and playing with my monitor resolution...
all of those changes have worked, and i haven't changed the config file 
again since i installed slackware 9.1.
if you still need it, let me know...

_
Concerned that messages may bounce because your Hotmail account is over 
limit? Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] remove and re-install completally X

2003-11-13 Thread Christopher Thom
Quoth gustavo:

 Is any way to remove X and all the thinks related to it (Is not inoff
 with remove xserver-commomn package) and reinstall the without
 reinstall linux (debian for my) ??

xserver-common is just all the files that are common to the different
xserver packages and programmes.  What you really are after is the
x-windows-system package.  This is just a meta-package, which should give
everything you want for an X system.  Details here:

http://packages.debian.org/unstable/x11/x-window-system-core.html

Note that this is *still* XFree86 V4.2.1 (debian can be quite slow)

cheers
chris
-- 
-
|   |
|  TELESCOPE, n.|
|  A device having a relation to the eye similar to that of the |
|  telephone to the ear, enabling distant objects to plague us with a   |
|  multitude of needless details. Luckily it is unprovided with a bell  |
|  summoning us to the sacrifice.   |
| -- Ambrose Bierce, The Devil's Dictionary   |
|   |
-
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] snowstorm

2003-11-13 Thread Mark Vojkovich
  As root:

  chmod +s /usr/X11R6/bin/XFree86

Mark.


On Thu, 13 Nov 2003, Bucko Sama wrote:

 i'm running slackware linux 9.1 on kernel 2.4.22 and xfree86 version 
 4.3.0... and the power just went out.
 logging back in, i find that startx and xinit no longer work under my 
 username, but only under root (fatal server error: xf86OpenConsole:Server 
 must be suid root).
 does any one know what i'll have to do to get my functionality back? i 
 already tried removing my username and creating a new one, but no luck, same 
 error.
 
 thanks a bunch!
 
 here are my logfile and my config file:
 
 LOG:
 
 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.22 i686 [ELF]
 Build Date: 16 September 2003
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/XFree86.0.log, Time: Thu Nov 13 16:54:36 2003
 (==) Using config file: /etc/X11/XF86Config
 (==) ServerLayout Simple Layout
 (**) |--Screen Screen 1 (0)
 (**) |   |--Monitor My Monitor
 (**) |   |--Device GeForce4 MX420
 (**) |--Input Device Mouse1
 (**) |--Input Device Keyboard1
 (==) Keyboard: CustomKeycode disabled
 (**) FontPath set to 
 /usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/cyrillic/
 (**) RgbPath set to /usr/X11R6/lib/X11/rgb
 (==) ModulePath set to /usr/X11R6/lib/modules
 (WW) xf86ReadBIOS: Failed to open /dev/mem (Operation not permitted)
 
 Fatal server error:
 xf86OpenConsole: Server must be suid root
 
 
 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]
 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] AMERICAN STOCK MARKET: TRHL Retains Sky Investor Relations...Erik

2003-11-13 Thread Candice Battle
American Stock Market - Press Release...

True Health - TRHL - Retains Sky Investor Relations

BECKENHAM, England---PRNewswire---True Health, Inc, (OTC Bulletin Board: TRHL) an 
emerging leader in healthcare recruitment and pressure relieving systems, announces 
that it has retained the investor and public relations services of New York-based Sky 
Investor Relations.

Read the entire news release: http://biz.yahoo.com/prnews/031112/lnw017_1.html









































ufbjdg yr z zxbpe rl rzzdnoc zwecshxo


[XFree86] Server X Blank Screen

2003-11-13 Thread hadinata
Here' the log file found.

The X windows doesn't appear on the screen. I only can configure them
through SSH to connect to it using command line. Hope you can help me on
this.


Thanks.

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
versio
n 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Nov 14 10:29:38 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Videocard0
(**) |--Input Device Mouse0

...skipping...
(**) Option AlwaysCore
(**) DevInputMice: always reports core events
(**) Option Device /dev/input/mice
(**) Option Emulate3Buttons no
(**) Option ZAxisMapping 4 5
(**) DevInputMice: ZAxisMapping: buttons 4 and 5
(**) DevInputMice: Buttons: 5
(II) XINPUT: Adding extended input device DevInputMice (type: MOUSE)
(II) XINPUT: Adding extended input device Mouse0 (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) DevInputMice: ps2EnableDataReporting: succeeded
Could not init font path element unix/:7100, removing from list!

Fatal server error:
could not open default font 'fixed'

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]


(II) I810(0): xf86UnbindGARTMemory: unbind key 0
(II) I810(0): xf86UnbindGARTMemory: unbind key 1
:


Here's the version:

[EMAIL PROTECTED] cdrom]# XFree86 -version

XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
2003




DISCLAIMER:
Communications through UNIMAS's e-mail systems may be monitored to secure effective 
system operation and for other lawful purposes. This communication is to be treated as 
confidential and the content may not be used or disclosed except for the purpose for 
which it has been sent. If you have reason to believe that you are not the intended 
recipient of this communication, please contact the sender immediately.
Employees of UNIMAS are required not to make any defamatory statements and not to 
infringe or authorise any infringement of copyright or any other legal right by e-mail 
communications. Any such communication is contrary to organisational policy and 
outside the scope of the employment of the individual concerned. UNIMAS will not 
accept any liability in respect of such a communication, and the employee responsible 
will be personally liable for any damages or other liability arising.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Resolution supported by XFree86

2003-11-13 Thread pankaj srinivasan
Hello,
I am in an urgent need to obtain a resolution of
1920X1200 using XFree86 4.3.0. 

I am using LynxOS 4.0 operating system and am running
XFree86 4.3.0 on LynxOS 4.0.

The graphics card being used is ATI Radeon Mobility
9000 that supports an even higher resolution than that
required as mentioned above.

Could you please confirm whether XFree86 4.3.0
supports the resolution of 1920X1200.

Thanks,
Pankaj



__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] pls -help

2003-11-13 Thread NAGARAJ
Hai sir
I have some errors coming inredhat 8 box. during boot up. I am not getting the display 
on monitor . Eventhough at runlevel 3 and typing startx I am getting the following 
errors.




XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com
  
Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red 
Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Nov 14 10:43:24 2003
(==) Using config file: /etc/X11/XF86Config
 
 
 
Could not init font path element unix/:7100, removing from list!
 
Fatal server error:
could not open default font 'fixed'
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
 
XIO:  fatal IO error 104 (Connection reset by peer) on X server :0.0
  after 0 requests (0 known processed) with 0 events remaining.
XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com
  
Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red 
Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Nov 14 10:43:24 2003
(==) Using config file: /etc/X11/XF86Config
 
 
 
Could not init font path element unix/:7100, removing from list!
 
Fatal server error:
could not open default font 'fixed'
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file /var/log/XFree86.0.log.
Please report problems to [EMAIL PROTECTED]
 
XIO:  fatal IO error 104 (Connection reset by peer) on X server :0.0
  after 0 requests (0 known processed) with 0 events remaining.


So please help me to solve this problem as it is too critical.

NAGARAJAN.C.H
SENIOR SUPPORT ENGINEER
1 CARE COMPUTING 
FIRST SIGHT COMPUTING 
BANGALORE
www.firstsightcomputing.com
www.1care.org
E mail: [EMAIL PROTECTED]
Lan:+91 80 5115 0954
Fax:+91 80 5115 0954
Cell: 09886250158
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Where to find the definitions of ScreenInfo and ScreenPtr?

2003-11-13 Thread aeonaeon
Dear sir:
I want to know:
   Where to find the definitions of ScreenInfo and ScreenPtr?

Thank you in advance.

  aeon


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86