CVS Update: xc (branch: trunk)

2003-07-24 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/24 06:50:27

Log message:
   326. Removed ru_yawerty xkb symbols file as it is misleading as suggested
by Ivan Pasacal (Bugzilla #516, Ivan Pascal).
   325. Fixed two bounds errors in rman
(Bugzilla #505, Dan Nelson, Bugzilla #506,  Eric Anholt).
   324. Cleaned up MMIO map/unmap in RADEONPreInit(), unmapped MMIO in
CloseScreen() even when server is switched away (Bugzilla #504,
Hui Yu, Egbert Eich).
   323. Modified transport code so that a bind to an IPv4 socket fails silently
when the bind to an IPv6 socket for the same port was successful.
This works around a problem in theIPv6 implementation on some OSes
that also handle IPv4 calls over IPv6 sockets (Egbert Eich).
   322. Simplified handling of the -nolisten option as suggested by
Alan Coopersmith. This option can now be issued multiple times.
   321. Added code to unmap sysMem when freeing int10 (Bugzilla #504,
Frank Giessler).
   320. Fix generic rootless crash while resizing when CopyBytes is not defined
by the implementation (Torrey T. Lyons).

Modified files:
  xc/extras/rman/:
rman.c 
  xc/lib/xtrans/:
Xtrans.c Xtrans.h Xtransint.h Xtranssock.c 
  xc/programs/Xserver/:
Xserver.man 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_driver.c 
  xc/programs/Xserver/hw/xfree86/int10/:
generic.c 
  xc/programs/Xserver/include/:
opaque.h 
  xc/programs/Xserver/os/:
connection.c utils.c 
  xc/programs/xkbcomp/symbols/:
Imakefile 
Removed files:
  xc/programs/xkbcomp/symbols/:
ru_yawerty 
  
  Revision  ChangesPath
  1.17  +4 -2  xc/extras/rman/rman.c
  3.32  +20 -6 xc/lib/xtrans/Xtrans.c
  3.22  +3 -2  xc/lib/xtrans/Xtrans.h
  3.36  +4 -1  xc/lib/xtrans/Xtransint.h
  3.60  +12 -7 xc/lib/xtrans/Xtranssock.c
  3.27  +3 -1  xc/programs/Xserver/Xserver.man
  3.2784+16 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.103 +41 -78xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.27  +7 -0  xc/programs/Xserver/hw/xfree86/int10/generic.c
  1.13  +1 -2  xc/programs/Xserver/include/opaque.h
  3.62  +1 -8  xc/programs/Xserver/os/connection.c
  3.90  +7 -4  xc/programs/Xserver/os/utils.c
  3.61  +2 -2  xc/programs/xkbcomp/symbols/Imakefile

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


CVS Update: xc (branch: trunk)

2003-07-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/24 15:08:29

Log message:
   327. Add Mach64 I2C framework.  Derived from GATOS project (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
Imakefile aticonsole.c atiload.c atiload.h atimisc.c 
atipreinit.c atistruct.h ativersion.h 
Added files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiaudio.c atiaudio.h atidecoder.c atidecoder.h atii2c.c 
atii2c.h atimach64i2c.c atimach64i2c.h atituner.c 
atituner.h 
  
  Revision  ChangesPath
  3.2785+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.51  +21 -9 xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.21  +4 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c
  1.14  +12 -1 xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c
  1.6   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.h
  1.7   +2 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/atimisc.c
  1.67  +107 -18   xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
  1.39  +2 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
  1.62  +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-07-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/24 18:17:06

Log message:
  A few I2C-related cleanups

Modified files:
  xc/programs/Xserver/hw/xfree86/ddc/:
xf86DDC.c 
  xc/programs/Xserver/hw/xfree86/drivers/apm/:
apm_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/:
smi_driver.c 
  
  Revision  ChangesPath
  1.24  +19 -19xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.c
  1.62  +1 -4  xc/programs/Xserver/hw/xfree86/drivers/apm/apm_driver.c
  1.31  +1 -7  
xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_driver.c

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


Re: IPv6 problems on Linux

2003-07-24 Thread Egbert Eich
Marc Aurele La France writes:
  On Wed, 23 Jul 2003, Egbert Eich wrote:
  
   Marc Aurele La France writes:
 I don't like the peppering of this code with more OS #ifdef's.  I think
 the approach espoused by Itojun, Todd, Matthieu and Andrew is better.
  
   So maybe you can tell what the big difference is?
  
  So maybe not.  I've already stated I cannot test IPv6 function.  As such,
  I'm here more as an overseer, and in that capacity I am of the opinion
  that this code need not be unnecessarily OS-#ifdef'ed.  Take that as you
  see fit.
  

OK, I've taken out the 'defined (linux)' stuff as I agree with you
that it is ugly. 
I expect the code would work on all other platforms, although I
cannot test it.
The reason why I left the 'defined (linux)' in there was that 
platforms that don't have the broken Linux behavior suffer a
minor penalty:

server 1 started with:  X -nolisten inet6 -nolisten unix -nolock :0
server 2 started with:  X -nolisten unix :0 -nolock

The second server doesn't catch that the first one is already
using port 6000 for ipv4 as bind to the ipv4 port fails silently
if bind to the ipv6 port was successful.

This may be a rare condition, though.

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


Re: IPv6 problems on Linux

2003-07-24 Thread Egbert Eich
This 'nolisten' code was added on 1996/11/24 with revision 3.22.
The cvs log only says:

revision 3.22
date: 1996/11/24 09:58:50;  author: dawes;  state: Exp;  lines: +14 -1
updates

I would assume it was taken straight from a SI merge.



Alan Coopersmith writes:
  Maybe I'm missing something, but I always thought the XFree86 nolisten
  code was overly complicated, and this just seems to make it worse.  When
  we added -nolisten to Xsun, we got multiple listeners for free with a
  simpler implementation, contained entirely in utils.c:
  
   else if ( strcmp( argv[i], -nolisten) == 0)
   {
   if(++i  argc) {
   if (_XSERVTransNoListen(argv[i])) {
   FatalError (Failed to disable listen for %s transport,
 argv[i]);
   }
   } else
   UseMsg();
   }

I have made a patch similar to Matthieu's but this looks much simpler
:-}

Does anybody know why we use this complicated approach?

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


Re: Rant (was Re: ATI Drivers.)

2003-07-24 Thread Daniel Stone
On Sun, Jul 20, 2003 at 02:22:10AM -0400, Mike A. Harris wrote:
 I have no problem for them to go proprietary, but i would very much like
 a powerpc version of said drivers. Since both of them also release
 drivers for MacOSX, i guess this would not be very expensive to just
 rebuild powerpc versions of them. Or for other arches too. I think this
 is the cost the graphic companies have to pay for not releasing the
 source code.
 
 Perhaps if said companies business and marketing departments
 determine that producing PPC drivers will be in the best
 interests of their stockholders, they might decide to book
 engineering resources to produce PPC drivers.  The lack of such
 drivers would indicate to me that there is not enough revenue
 predicted to be generated by allocating such resources that such
 drivers are more cost to develop than any financial gains
 received by doing so.  I'm no financial analyst by any stretch of
 the imagination.  Running a publically traded company on a
 charity basis however is a good way to upset stockholders.

Another issue is if those drivers are in the least flaky, then you get very bad
press for having dodgy drivers, so you're going to either have to dedicate heaps
of resources, or none at all. I know what I'd be gunning for, if I had a BComm,
or whatever.

 Try putting the engine of a Japanese car into an American made 
 car.  Then complain to Nissan that it doesn't work, and see how 
 far you get.

Nissan did make the V8 engine for the Holden VL Commodore, a typical Australian
grunt car. :)

 If anything they'd likely get sued by 3rd party vendors whom 
 they've licensed code and/or patented technology from, which they 
 do not have the right to give away to the public.  That includes 
 both software, and hardware interfaces as well.  Only the 
 particular hardware vendor in question knows what IP they have in 
 their hardware and drivers, and what they can do with that IP 
 legally.

Yep, and this goes quite deep: apparently they can't even release TV-Out specs,
for fear of getting smacked down by Macrovision.

 You're really asking Kentucky Fried Chicken, to give the recipe 
 for their 11 herbs and spices here, and the secret sauce.  Pretty 
 soon, half of the KFC customers have no need to go to KFC as they 
 can make it at home.

And McDonald's start selling Alabama Fried Chicken, so you can go to the one
place for all your burger and chicken needs.

Bzt.

 By the way, I have a recipe for chicken that legal jargon
 tastes very similar to, but is not KFC.  I wonder if someone
 let the cat out of the bag at KFC one day, and this is the
 Colonel's secret recipe?

I've got this black syrupy stuff that tastes just like Coke, too!

 Who knows.  The chances of reverse engineering the kernel 
 microcode engine from one of these drivers however is even much 
 more likely than reverse engineering the KFC recipe by analyzing 
 the molecular structure of the crispy crust.

Aye. The problem with this view is that most people slam you for trying to kill
open source or some crap, when you're being realistic.

-- 
Daniel Stone  [EMAIL PROTECTED]
http://www.kde.org - http://www.debian.org - http://www.xwin.org
Configurability is always the best choice when it's pretty simple to implement
  -- Havoc Pennington, gnome-list


pgp0.pgp
Description: PGP signature


Re: Rant (was Re: ATI Drivers.)

2003-07-24 Thread Daniel Stone
On Sun, Jul 20, 2003 at 05:12:00AM -0400, Mike A. Harris wrote:
 On Sat, 19 Jul 2003, Daniel Stone wrote:
 Not very many, and their competitirs would then have access to all their IP, so
 could out-do them in the next generation of cards.
 
 I doubt that it would involve hardware as much as it would
 involve the driver aspect and the JIT compiler for the GPU
 perhaps.  Having never seen the complete source code of any
 modern proprietary full featured video driver however, it's very
 hard to say.

Well, not all, but AIUI it's becoming less of a pure hardware situation, and
more of intelligent software being required, and sort of showing your hand, so
to speak. Then again, I'm *way* out of my depth here, so I'm likely to be way
off the mark. I think Mark would probably be the most qualified to speak about
this. ;)

-- 
Daniel Stone  [EMAIL PROTECTED]
http://www.kde.org - http://www.debian.org - http://www.xwin.org
Configurability is always the best choice when it's pretty simple to implement
  -- Havoc Pennington, gnome-list


pgp0.pgp
Description: PGP signature


Hardware overlays (8+24?) on Intel i830

2003-07-24 Thread Dr Andrew C Aitchison
I see from
http://www.xig.com/Pages/PrReleases/PRMay03-830-O'lays.pdf
that hardware overlays (possibly similar to what we currently do
in the mga and glint drivers) are possible on the Intel i830 chipset.

Does anyone know anything more, or is anyone actually working on
adding support to our drivers ?

If anyone with a suitable machine is interested in testing for me,
and I can get chip-level details, I *might* be interested in writing
the code myself.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


Re: IPv6 problems on Linux

2003-07-24 Thread Egbert Eich
Hmm,

with the current approach a -nolisten to an alias has no effect
anyway. A '-nolisten tcp' will have the same effect as a 
'-nolisten unix':  None.

The reason is that a flag is set for the protocol however when 
the protocols are initialized the aliases aren't checked.

Also tcp is aliased to IPv6. I don't know why this was done
but I would expect that it violates the principle of least
surprise: When connecting with 'display tcp/1.2.3.4:0' a
IPv6 socket is created and the IPv4 connection is done over
the IPv6 socket. This may not work on systems without IPv6
support. 

Egbert.



Keith Packard writes:
  Around 23 o'clock on Jul 23, Matthieu Herrb wrote:
  
   Here's a patch to allow multiple '-nolisten' options on the command
   line. To disable both IPv4 and IPv6 transports, one needs to say:
   
 X -nolisten tcp -nolisten inet6 
  
  While supporting multiple -nolisten arguments is good, I suggest that the
  current '-nolisten tcp' should include both inet4 and inet6 tcp options; 
  most people use '-nolisten tcp' to avoid exposing an open port to the X 
  server to the network.
  
   -nolisten inet4 don't listen for TCP/IPv4 connections
   -nolisten inet6 don't listen for TCP/IPv6 connections
   -nolisten tcp   don't listen for any TCP connections
  
  -keith
  
  
  ___
  Devel mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/devel
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: IPv6 problems on Linux

2003-07-24 Thread Egbert Eich
Andrew C Aitchison writes:
  Egbert's latest patch compiles and runs, but it isn't addressing my problem.
  
  This is with
   Red Hat 8.0
   Linux 2.4.20-19.8
   gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
  (I have the same problem with Red Hat 6.2).
  
  The system is *not* configured with IPv6, and
   socket(PF_INET6, SOCK_STREAM, 0)
  fails with -1 EAFNOSUPPORT (Address family not supported by protocol).
  This is not unexpected, but how are we supposed to carry on and try 
  PF_INET ?
  
  Thus
   xbiff -display inet/localhost:10
  works (I'm connecting over ssh),
  but
   xbiff -display localhost:10
  fails reporting
   _X11TransSocketOpen: socket() failed for tcp
   _X11TransSocketOpenCOTSClient: Unable to open socket for tcp
   _X11TransOpen: transport open failed for tcp/localhost:10
   Error: Can't open display: localhost:10
  

That's what I've explained in my previous message.

  
  Can we just declare that inet and inet6 both match tcp ?
  

The way the code is currently written aliases like tcp alias
to exactly one transport type. There is no fallback mechanism.

The easiest way would be to alias tcp to inet instead of inet6.
Or somebody designes a fallback mechansim. 

Egbert.

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


Re: IPv6 problems on Linux

2003-07-24 Thread Alan Coopersmith
Egbert Eich wrote:
This 'nolisten' code was added on 1996/11/24 with revision 3.22.
The cvs log only says:
revision 3.22
date: 1996/11/24 09:58:50;  author: dawes;  state: Exp;  lines: +14 -1
updates
I would assume it was taken straight from a SI merge.
The SI doesn't have the -nolisten option.  (Probably should, but never
got it added.  We took the code from XFree86 when integrating into Xsun,
except for the previously noted change in the option handling.)
--
-Alan Coopersmith-  [EMAIL PROTECTED]
 Sun Microsystems, Inc. - Sun Software Group
 Quality / User Experience (QUE)   -   Globalization
 Platform Globalization Engineering: X11 Development
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


CT 69030flags

2003-07-24 Thread Nitin Mahajan
Hello everyone!
 
Can any one please tell me the meaning of all these flags?
These relate to CT VGA driver in XFree86 code.
Iam writing the driver for CT 69030.
 
/* Architecture type flags */
#define ChipsHiQV  0x0001
#define ChipsWingine  0x0002
#define IS_Wingine(x)  ((x-Flags)  ChipsWingine)
#define IS_HiQV(x)  ((x-Flags)  ChipsHiQV)

Thanking u all in advance,
 
regards,
 
Nitin
Iç[É'œº·’Êw«ƒ%b®ër·ž'«¾'üZ+šŠwè®f­Š‰å¢'¶á¶Úÿÿü0Ãûrê)
¨žX§{÷(šŠá¶Úÿÿü0Ãûrê)ÿ

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


Re: IPv6 problems on Linux

2003-07-24 Thread Dr Andrew C Aitchison
On Thu, 24 Jul 2003, Egbert Eich wrote:

   Can we just declare that inet and inet6 both match tcp ?
 
 The way the code is currently written aliases like tcp alias
 to exactly one transport type. There is no fallback mechanism.
 
 The easiest way would be to alias tcp to inet instead of inet6.

Agreed.

That will at least give us backwards compatibility.
inet6 is new; people using it can cope with asking for it explicitly.

 Or somebody designes a fallback mechansim. 

When we release XFree86 4.4 or 5.0 we need 
machinename:display to work on any appropriate transport protocol
(probably tcp/ as it is now) and tcp/machinename:display to work for
inet/ and inet6/

-nolisten tcp  should block inet and inet6.

---
Aside:
Which operating systems are shipping with IPv6 enabled by default ?

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


Re: IPv6 problems on Linux

2003-07-24 Thread Matthias Scheler
On Thu, Jul 24, 2003 at 04:30:47PM +0100, Dr Andrew C Aitchison wrote:
 Which operating systems are shipping with IPv6 enabled by default ?

NetBSD has IPv6 enable by default, Solaris hasn't.

Kind regards

-- 
Matthias Scheler  http://scheler.de/~matthias/
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: IPv6 problems on Linux

2003-07-24 Thread Alan Coopersmith
Matthias Scheler wrote:
On Thu, Jul 24, 2003 at 04:30:47PM +0100, Dr Andrew C Aitchison wrote:

Which operating systems are shipping with IPv6 enabled by default ?
NetBSD has IPv6 enable by default, Solaris hasn't.
Solaris sort of does - on Solaris 8 and later, you can always use an AF_INET6
socket to connect to an IPv4 address.  If you ifconfig an IPv6 interface you
can use that as well.  The original X.org IPv6 patches came directly from the
IPv6 code in the Solaris 9 X distribution which uses AF_INET6 for all IPv4 or
IPv6 connections.  Unlike Linux  the BSD's, you can't remove AF_INET6 support
since we don't provide kernel source for recompiling your own.
--
-Alan Coopersmith-  [EMAIL PROTECTED]
 Sun Microsystems, Inc. - Sun Software Group
 Quality / User Experience (QUE)   -   Globalization
 Platform Globalization Engineering: X11 Development
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


patch procedure ..

2003-07-24 Thread Sven Goethel
sorry for being lazy and not RTFM, but
after i send a patch to the patch email addy,
and i have received an acknowledge ..

- how long does it takes to get an answer - usually
- will it happen to get no answer at all ?

thx for any reply

sven

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


Re: Rant (was Re: ATI Drivers.)

2003-07-24 Thread David Dawes
On Wed, Jul 23, 2003 at 04:42:31PM -0700, Kendall Bennett wrote:
Jon Leech [EMAIL PROTECTED] wrote:

 I'll back that up. Besides which, after a few years of being bitched
 at (and in one case involving a friend who's a senior software engineer at
 a commodity graphics vendor, physically threatened) because their company
 wasn't doing enough for Linux/OSS, I know a number of folks in industry
 who have moved well away from their initial pro-Linux/OSS position. It
 would be foolish to think that the personal views of important individuals
 inside a company do not have an effect on that company's official
 policies.
 
 It definitely DOES NOT WORK to harangue, Slashdot, or otherwise
 abuse the people responsible for the product you care about. At best you
 and others like you will be tuned out in the future. At worst you will be
 responsible for creating hostility towards you and your needs. There is no
 upside to this behavior.

I agree with that 100%. We actually would have had a release version of 
our Linux product at least three years ago, except for the massive amount 
of negative feedback we received during our initial public beta cycle on 
slashdot etc. Most of the complaints were along the lines of it ain't 
free, where's the source etc. It left such a bad taste in our mouths 
that when the original intern working on the project went home, we 
basically canned the product and only recently got back to working on it 
again. Thankfully the Linux community seems much more receptive to our 
products now (but then again we haven't announced anything on slashdot in 
years ;-).

Frankly, your own rants against XFree86 and some of its volunteers
recently are no different than this.  It sure left a bad taste in our
mouths.  There is a sickening propensity towards hostile and intimidating
behaviour from several quarters, and it deserves the negative results
it will surely achieve.

David
-- 
David Dawes
Founder/committer/developer The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


RE: patch procedure ..

2003-07-24 Thread Alexander Stohr
from 24 hours to 7 days depending on complexity
and on people having time working on it.
-Alex.

 -Original Message-
 From: Sven Goethel [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 24, 2003 19:17
 To: [EMAIL PROTECTED]
 Subject: patch procedure ..
 
 
 sorry for being lazy and not RTFM, but
 after i send a patch to the patch email addy,
 and i have received an acknowledge ..
 
 - how long does it takes to get an answer - usually
 - will it happen to get no answer at all ?
 
 thx for any reply
 
 sven
 
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel
 
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: IPv6 problems on Linux

2003-07-24 Thread David Dawes
On Wed, Jul 23, 2003 at 11:34:53PM -0400, Keith Packard wrote:
Around 23 o'clock on Jul 23, Matthieu Herrb wrote:

 Here's a patch to allow multiple '-nolisten' options on the command
 line. To disable both IPv4 and IPv6 transports, one needs to say:
 
   X -nolisten tcp -nolisten inet6 

While supporting multiple -nolisten arguments is good, I suggest that the
current '-nolisten tcp' should include both inet4 and inet6 tcp options; 
most people use '-nolisten tcp' to avoid exposing an open port to the X 
server to the network.

   -nolisten inet4 don't listen for TCP/IPv4 connections
   -nolisten inet6 don't listen for TCP/IPv6 connections
   -nolisten tcp   don't listen for any TCP connections

Yes, the generic option should disable all TCP transport types.

David
-- 
David Dawes
Founder/committer/developer The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Rotating the desktop

2003-07-24 Thread Gareth



To whom it may concern,

I'm not sure if this is the right place to ask, but 
is this feature planned for the next release (4.44)?

Is it being worked on? If so who do I need to 
talk to in order to best assist in its development?

Thanks

Gareth.


Re: Rant (was Re: ATI Drivers.)

2003-07-24 Thread Kendall Bennett
David Dawes [EMAIL PROTECTED] wrote:

 Frankly, your own rants against XFree86 and some of its volunteers
 recently are no different than this.  It sure left a bad taste in our
 mouths.  There is a sickening propensity towards hostile and intimidating
 behaviour from several quarters, and it deserves the negative results it
 will surely achieve.

Excuse me!? My own rants against XFree86 and some of its volunteers??

When exactly have I 'ranted' against XFree86 and some of it's volunteers? 

Thank you,

---
Kendall Bennett
Chief Executive Officer
SciTech Software, Inc.
Phone: (530) 894 8400
http://www.scitechsoft.com

~ SciTech SNAP - The future of device driver technology! ~

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


Re: Rant (was Re: ATI Drivers.)

2003-07-24 Thread Kendall Bennett
David Dawes [EMAIL PROTECTED] wrote:

 Frankly, your own rants against XFree86 and some of its volunteers
 recently are no different than this.  It sure left a bad taste in
 our mouths.  There is a sickening propensity towards hostile and
 intimidating behaviour from several quarters, and it deserves the
 negative results it will surely achieve. 

I have still yet to receive an email from you either backing up your 
claims that I have been ranting against XFree86 and some it's volunteers 
recently. Either back it up or offer me an apology.

This kind of behaviour is simply not acceptable from the 'impartial' 
leader of XFree86.

BTW, congrats on your new company X-Oz (http://www.x-oz.com/). I wish you 
luck developing proprietry versions of XFree86 including your 'greatly 
improved version of the XFree86 loader'.

Thank you,

---
Kendall Bennett
Chief Executive Officer
SciTech Software, Inc.
Phone: (530) 894 8400
http://www.scitechsoft.com

~ SciTech SNAP - The future of device driver technology! ~

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


RE: Hardware overlays (8+24?) on Intel i830

2003-07-24 Thread Sottek, Matthew J
Yes, The Mobile chipsets could do this under several circumstances.
The desktop chips cannot.

Could you provide an indication of what such a feature is actually
useful for? It seems like more of a toy feature than something
with real world applications.

Seems like you could actually run at 24bpp and convert from 8 to
24 in the driver with less performance impact than running an
additional display plane that consumes width*height*depth*refresh
bytes per second guaranteed.

-Matt

-Original Message-
From: Dr Andrew C Aitchison [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2003 5:09 AM
To: [EMAIL PROTECTED]
Subject: Hardware overlays (8+24?) on Intel i830


I see from
http://www.xig.com/Pages/PrReleases/PRMay03-830-O'lays.pdf
that hardware overlays (possibly similar to what we currently do
in the mga and glint drivers) are possible on the Intel i830 chipset.

Does anyone know anything more, or is anyone actually working on
adding support to our drivers ?

If anyone with a suitable machine is interested in testing for me,
and I can get chip-level details, I *might* be interested in writing
the code myself.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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


RE: Rotating the desktop

2003-07-24 Thread Sottek, Matthew J
Just to add to this:
I was looking at this the other day and along with native rotated
rendering to the framebuffer it would be nice if the ShadowFB could
indicate that it is capable of doing the rotation too.

i.e. When rotation is requested from the config or RandR

Option 1:
  If the hardware can just display a rotated image then just
  render normally and let the driver handle the rotation.

Option 2:
  If the driver is using ShadowFB and the ShadowFB indicates that
  it can rotate in the back-front blit then render normally and
  let ShadowFB handle the rotation.

Option 3:
  If no ShadowFB support and No Driver support then render natively
  rotated.


-Original Message-
From: Gareth [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2003 11:11 AM
To: [EMAIL PROTECTED]
Subject: Rotating the desktop


To whom it may concern,
 
I'm not sure if this is the right place to ask, but is this feature planned
for the next release (4.44)?
 
Is it being worked on?  If so who do I need to talk to in order to best
assist in its development?
 
Thanks
 
Gareth.
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[XFree86] Problem

2003-07-24 Thread peris



hail!

I have got a huge problem with readhat 
9:
the X is not working!
not working at the install and not working when i 
try to start the linux!
hedon'trecognize my video 
card!
my config:
MSI KT4-Ultra
AMD XP 2000+
256 DDR
Eagle GeForce FX 5200 64 DDR
Maxtor 40 Gb
etc...

please help me!
i am an amateur!
wath should i do?

peris


[XFree86] Multiple session can't start

2003-07-24 Thread Severino Sangga
Hi 

i would like to ask, why i can't run my multiple session of startx.

I try to run startx -- :2 but the x window session can't run.

this is the contants of /var/log/XFree86.2.log

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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-23mdkenterprise i686 [ELF]
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.2.log, Time: Thu Jul 24 16:16:28 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout layout1
(**) |--Screen screen1 (0)
(**) |   |--Monitor monitor1
(**) |   |--Device device1
(**) |--Input Device Keyboard1
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(WW) Option XkbOptions requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse1
(**) FontPath set to unix/:-1
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail
Using vt 8
(--) using VT number 8

II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8060, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0501 card , rev 04 class 06,00,00 hdr
00
II) PCI: 00:01:0: chip 1106,8501 card , rev 00 class 06,04,00 hdr
01
(II) PCI: 00:07:0: chip 1106,0686 card 1106, rev 22 class 06,01,00 hdr
80
(II) PCI: 00:07:1: chip 1106,0571 card , rev 10 class 01,01,8a hdr
00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr
00
(II) PCI: 00:07:4: chip 1106,3057 card , rev 30 class 06,00,00 hdr
00
(II) PCI: 00:07:5: chip 1106,3058 card 1106,4511 rev 20 class 04,01,00 hdr
00
(II) PCI: 00:12:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr
00
(II) PCI: 01:00:0: chip 1023,8400 card 1023,8400 rev 5d class 03,00,00 hdr
00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0xc000 - 0xc0ff (0x100) IX[B]
[1] -1  0xc400 - 0xc4ff (0x100) IX[B]
[2] -1  0xc800 - 0xc8ff (0x100) IX[B]
[3] -1  0xcc00 - 0xccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xe400 - 0xe7ff (0x400) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1  0xe400 - 0xe7ff (0x400) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7:4), (-1,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1  0x - 0x (0x1) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(--) PCI:*(1:0:0) Trident CyberBlade/i7 rev 93, Mem @ 

[XFree86] Overscan Information

2003-07-24 Thread Gavin McCullagh
Hi,

I've posted before regarding a Shuttle SB51G with the CV21 TV Out module.
The TV Out works fine in text mode and X but as it's max res is 800x600
uses only a small piece of the TV screen area.  Apparently what I need is
TV Overscan (please correct me if I'm wrong in this or even agree if I'm
right).  The driver I'm using is i810 with the i830 kernel module for dri.

So, the i810 driver seems not to have an overscan option.  Does anyone know
if one is in the pipeline?  If not, how complex a thing is something like
this to implement?  I know it exists for several other drivers.  Are there
any good information sources around on this kind of thing?  

Put another way, any pointers?

Gavin

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


[XFree86] mga For Matrox 450

2003-07-24 Thread hasseeb
Hello People
plz guide me in these two regards 

1. Does XFree86 Provide Overlay Implementation ? if Yes then is Accelerated 
X better for Overlay Implementation or XFree86 

2. i have Maxtrox 450, where can i get the Updated mga DRIVER because 
default does't support Matrox 450 

Thanking in advance to all of you
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Aiuto configurazione XFree

2003-07-24 Thread DANIELE BAGNAI










Ho una scheda video Radon 7500 All
in Wonder e un monitor LCD NEC 1550v, dopo
linstallazione di REDHAT 9.1 

Il sistema mi dice che non è riuscito ad avviare il server xfree.



Vi allego il log che XFree86 genera quando viene lanciato e il file di configurazione usato XF86Config



Come posso riconfigurare xfree per la mia scheda ed il monitor correttamente?



Cordialmente,

DANIELE BAGNAI








XF86Config.new
Description: Binary data


XFree86.0.log
Description: Binary data


[XFree86] XFree86 - RH 8.0 Problem

2003-07-24 Thread Cameron B. Prince
Hi,

I setup a machine with RedHat v8.0 a few months back. X had been working
fine, but a recent up2date installed a new kernel and a new version of X:

Kernel: 2.4.20-19.8
XFree86: 4.2.1-21

Now X no longer runs. Below is the output from the startx command and my log
is attached. If you have any ideas on what should be done to further
troubleshoot this or fix it, please let me know.

Thanks,
Cameron


[EMAIL PROTECTED] log]# startx

XFree86 Version 4.2.1 (Red Hat Linux release: 4.2.1-21) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002

[ snip ]

Build Operating System: Linux 2.4.21-1.1931.2.274.entsmp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.20-19.8 ([EMAIL PROTECTED])
(gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Tue Jul 15 15:25:37
EDT 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 Jul 24 08:19:46 2003
(==) Using config file: /etc/X11/XF86Config
(WW) ATI(0): Failed to set up write-combining range (0xfd00,0x80)
(WW) ATI(0): Failed to set up write-combining range (0xfd00,0x80)

waiting for X server to shut down








XFree86.0.log
Description: Binary data


[XFree86] Using multiple device sections

2003-07-24 Thread Gareth
All,

Does anyone have a Flatscreen working, both in Portrait mode and Landscape mode
under XFree86 and Linux?

If so, I'd really appreciate some help.  I have an NVidia graphics card, and
can set an option in the XFree86 config file to rotate the screen to portrait
mode, but can not work out how to enable the same sort of functionallity as
Windoze, where you can just rotate the screen at the click of a button... is
there a way of doing this under XFree86 ?

I think that it may be possible be setting up multiple screens (and devices),
one being in Portrait mode, and one in landscape, then switch between the 2 in
some way.  Am I on the right lines?

Ive read the XFree86 readme file, and searched the web, but cannot find any
reference to what I want to achieve.  If anyone has any ideas, Id really
appreciate them.

Many thanks all.

Gareth


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] I: Aiuto configurazione XFree

2003-07-24 Thread DANIELE BAGNAI












-Messaggio
originale-
Da: DANIELE BAGNAI
[mailto:[EMAIL PROTECTED] 
Inviato: giovedì 24 luglio 2003
14.24
A:
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Oggetto: Aiuto configurazione
XFree





Ho una scheda video Radon 7500 All in Wonder e un monitor
LCD NEC 1550v, dopo linstallazione di REDHAT 9.1 

Il sistema mi dice che non è riuscito ad avviare il server
xfree.



Vi allego il log che XFree86 genera quando viene lanciato e il file di configurazione usato XF86Config



Come posso riconfigurare xfree per la mia scheda ed il
monitor correttamente?



Cordialmente,

DANIELE BAGNAI








XF86Config.new
Description: Binary data


XFree86.0.log
Description: Binary data


[XFree86] Help XFree Configuration

2003-07-24 Thread DANIELE BAGNAI












-Messaggio
originale-
Da: DANIELE BAGNAI
[mailto:[EMAIL PROTECTED] 
Inviato: giovedì 24 luglio 2003
14.24
A:
'[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Oggetto: Aiuto configurazione
XFree



I
have an Ati radeon 7500 All in Wonder video card and an LCD NEC 1550v monitor,  after installing of REDHAT 9.1

the
system says to me that hecant start Xfree server.



In
the attachments there is the log generated when i try to launch Xfree86 and the
configuration file XF86Config.



I
tried the standard redhat utility cinfigurator (redhat-config-xfree86) and it
gives the same result ( either with reconfig option)



How
can configute Xfree86 with my monitor and VideoCard.



Gently,

DANIELE
BAGNAI










XF86Config.new
Description: Binary data


XFree86.0.log
Description: Binary data


[XFree86] Which card for Xinerama?

2003-07-24 Thread
Hello all,
I'm looking to put together a couple of linux (Debian) workstations with
dual 20 LCDs, and I was wondering if anyone here could recommend a card that's
likely to cooperate with Xinerama with a minimum of hassle? We'll be using these
workstations to write number-crunching scientific codes, so they don't
(necessarily) need top-of-the-line 3-D graphics capabilities.

Thanks in advance,
Daniel
[EMAIL PROTECTED]
[EMAIL PROTECTED]

P.S.: We're looking at the Planar PL201M, so any comments on this screen (or on
other 20-class LCDs) would be much appreciated.

-
This mail sent through IMP: http://horde.org/imp/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] Laptop touchpad and XFree86 4.3.0[GFI-T61361-3F2046730DCE4E29]

2003-07-24 Thread Williams, Victor
Title: RE: [XFree86] Laptop touchpad and XFree86 4.3.0[GFI-T61361-3F2046730DCE4E29]





My experience is that a LOT of things in XFree86 4.3.0 are either broke, or not working at all. A perfect example of this would be the RandR (resize and rotate) support for every driver that previously supported it correctly in 4.2.1. As of 4.3.0, none of that works anymore.

I would suggest going back to 4.2.0 and patching to 4.2.1 and see if it corrects your issues. If so, use 4.2.x...it will be easier than trying to diagnose all the problems with 4.3.0.


Real men don't even use monitors! I've just got a guy that can draw real fast.


Victor Williams
Network Architect
Election Systems  Software
http://www.essvote.com
[EMAIL PROTECTED]
(402) 970-1100


CONFIDENTIALITY NOTICE:
This e-mail transmission and any documents, files or previous e-mail messages attached to it may contain information that is confidential, protected by the attorney/client or other privileges, and may constitute non-public information. It is intended to be conveyed only to the designated recipient(s) named above. Any unauthorized use, reproduction, forwarding, distribution or other dissemination of this transmission is strictly prohibited and may be unlawful. If you are not an intended recipient of this e-mail transmission, please notify the sender by return e-mail and permanently delete any record of this transmission. Your cooperation is appreciated.




-Original Message-
From: Peter Wainwright [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 23, 2003 4:20 PM
To: [EMAIL PROTECTED]
Subject: [XFree86] Laptop touchpad and XFree86 4.3.0[GFI-T61361-3F2046730DCE4E29]



Hi,
I recently upgraded my Linux system to Pink Tie 9
(basically Red Hat without the trademark icons). This
has kernel 2.4.20, XFree86 4.3.0. My laptop is a
Compaq Armada E500 which has a touchpad (Synaptics???).
This worked perfectly well under my previous system which
was XFree86 4.2.1, using the standard mouse driver
on /dev/psaux using protocol PS/2. However, the latest
XFree has problems... On startup, resume from suspend,
or whenever switching to the X virtual terminal from
another, the touchpad and keyboard become unresponsive
and the Num Lock/Caps Lock indicator lights flash for
half a minute or so... this seems to be correlated with messages in /var/log/messages:


Jul 23 20:39:49 ceiriog1 kernel: Keyboard timed out[1]
Jul 23 20:41:44 ceiriog1 last message repeated 10 times


Eventually the X screen appears and the windows redraw,
but sometimes even so the pointer is frozen.


I have also tried using the synaptics driver for
the mouse, but this fails even to initialize the device.
I am not using gpm, the mouse is on /dev/psaux, and
the utilities such as tpconfig and test-pad in the synaptics driver package seem to work without problems.


What am I doing wrong - or do I have a hardware incompatibility? I attach my XF86Config and log files.
-- 
Peter Wainwright [EMAIL PROTECTED]





[XFree86] XWindows without Keyboard

2003-07-24 Thread Scholz, Sebastian
Hi

 I have a big problem here. We have a linux device that runs without a real
keyboard and get its command through a socket connection vi tcpip. But now I
need to simulate keyevents to the system like a vitual keyboard with java
(sun jvm 1.3.1). I figured that I am not able to simulate keyevents when the
keyboard is disabled in the XF86Config file like this :

Identifier noinputdevice
Driver void

Without that and no keyboard attached the xwindows system does not start up.
But if the keyboard is attached everything works fine. 

Now the question, how do I get rid of the keyboard and still be able to
simulate keyevents ?? Is there some kind of workaround or do I need to
change something in the source code. I think the only thing I need to do in
the source code is to disable the check of the keyboard in the starting
routine of X. I was looking for that but 150 megs of source code lines are
very hard to search if you do not have a clue for what you search. Does
anyone have a suggestion for what I may need to search or any other solution
?

Thanks alot,



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


[XFree86] ATI card and uninitialised screens: Please help

2003-07-24 Thread Pieter Hulshoff
Hello all,

When calling for a non-existing screenmode, X seems to settle for the closest 
one (like calling for 398x287 from xmame, getting 400x300). With my ATI card, 
standard XFree86 drivers, I get a lot of rubbish on the edges of the screen 
(outside the 398x287 area), as if that part of the screen was not 
initialised. Sometimes I can even recognise it as part of my previous KDE 
desktop. Any thoughts on how to fix this?

Regards,

Pieter Hulshoff

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


Re: [XFree86] XFree86 - RH 8.0 Problem

2003-07-24 Thread Marc Aurele La France
On Thu, 24 Jul 2003, Cameron B. Prince wrote:

 I setup a machine with RedHat v8.0 a few months back. X had been working
 fine, but a recent up2date installed a new kernel and a new version of X:

 Kernel: 2.4.20-19.8
 XFree86: 4.2.1-21

 Now X no longer runs. Below is the output from the startx command and my log
 is attached. If you have any ideas on what should be done to further
 troubleshoot this or fix it, please let me know.

 Thanks,
 Cameron

 [EMAIL PROTECTED] log]# startx

 XFree86 Version 4.2.1 (Red Hat Linux release: 4.2.1-21) / X Window System
 (protocol Version 11, revision 0, vendor release 6600)
 Release Date: 18 October 2002

 [ snip ]

 Build Operating System: Linux 2.4.21-1.1931.2.274.entsmp i686 [ELF]
 Build Host: daffy.perf.redhat.com

 Module Loader present
 OS Kernel: Linux version 2.4.20-19.8 ([EMAIL PROTECTED])
 (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Tue Jul 15 15:25:37
 EDT 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 Jul 24 08:19:46 2003
 (==) Using config file: /etc/X11/XF86Config
 (WW) ATI(0): Failed to set up write-combining range (0xfd00,0x80)
 (WW) ATI(0): Failed to set up write-combining range (0xfd00,0x80)

 waiting for X server to shut down

I see no errors in this log.  So, what exactly is the problem?  X no
longer runs doesn't say much.

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


Re: [XFree86] ATI(0): Depth 16 is not supported through this adapter

2003-07-24 Thread Marc Aurele La France
On Tue, 22 Jul 2003, Sonny Hoang wrote:

 Hello,  I just installed RedHat Linux 9 and when I
 tried to log in as root, the XServer crashed.  I
 looked at the log file at /var/log/XFree86.1.log and
 saw:

 ATI(0):  Depth 16 is not supported through this
 adapter

 My graphic card is an ATI Graphic Turbo PCI.  Please
 tell me what is my next step.

At the moment, you have three alternatives:

1) Go back to XFree86 3.3.6;
2) Use depth 1, 4 or 8 instead;
3) http://bugs.xfree86.org/show_bug.cgi?id=345

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


Re: [XFree86] mga For Matrox 450

2003-07-24 Thread Malcolm Stevens
Hi Hasseb,

I can't do much more than share my experience but perhaps that will be 
enough.  I am currently using a G550 with XFree86 v4.3.0.  The hardware 
overlay works very well for me, i.e. I get 24 plane TrueColor visuals 
and an 8 plane PseudoColor visual.  I have done 2 things beyond default 
config to make things work well:

1.  Add this line to Device Section of XF86Config:
Option Overlay 24,8
2.  Add -cc 4 to X command line at startup.

The first thing turns on the overlay support and the 2nd thing makes 
things work better but I'm not completely sure why - something to do 
with the default visual of the root window.

The only drawback (and this doesn't bother me at all) is that 3d stuff 
(DRI, GL?) doesn't seem to work with overlay turned on.  I have tried 
various combinations of stuff and I can get the 3d stuff and overlay to 
work independently but not together.

Hope this helps.

Malcolm

On Thursday, July 24, 2003, at 07:09 AM, [EMAIL PROTECTED] wrote:

Hello People
plz guide me in these two regards
1. Does XFree86 Provide Overlay Implementation ? if Yes then is 
Accelerated X better for Overlay Implementation or XFree86
2. i have Maxtrox 450, where can i get the Updated mga DRIVER because 
default does't support Matrox 450
Thanking in advance to all of you
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

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


[XFree86] XWINDOWS Crached !!!

2003-07-24 Thread Stephane Magnier
Hi Mark,

Sorry, According to the XFree86.0.log, the problem could come from :

(==) Log file: /var/log/XFree86.0.log, Time: Thu Jul 24 15:00:18 2003
(==) Using config file: /etc/X11/XF86Config
Parse error on line 11 of section ServerLayout in file /etc/X11/XF86Config
EndSection
 is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found


I have edited the file XF86Config with VIM, and there is nothing !!! at the
line 11 !! there is no  () or (^M)

Regards,



Stephane


XF86Config
Description: Binary data


XFree86.0.log
Description: Binary data


Re: [XFree86] Using multiple device sections

2003-07-24 Thread Mark Vojkovich
On Thu, 24 Jul 2003, [iso-8859-1] Gareth wrote:

 All,
 
 Does anyone have a Flatscreen working, both in Portrait mode and Landscape mode
 under XFree86 and Linux?
 
 If so, I'd really appreciate some help.  I have an NVidia graphics card, and
 can set an option in the XFree86 config file to rotate the screen to portrait
 mode, but can not work out how to enable the same sort of functionallity as
 Windoze, where you can just rotate the screen at the click of a button... is
 there a way of doing this under XFree86 ?

   There is not.

 
 I think that it may be possible be setting up multiple screens (and devices),
 one being in Portrait mode, and one in landscape, then switch between the 2 in
 some way.  Am I on the right lines?


You could have multiple servers and VT switch between them.
I don't see a way to have multiple screens on the same server and
switch between them.


Mark.

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


Re: [XFree86] Problem

2003-07-24 Thread Mark Vojkovich
   To my recollection, RedHat 9 came with XFree86 4.3, which should
support this card.  We'll need to see your /var/log/XFree86.0.log
file.

Mark.

On Thu, 24 Jul 2003, peris wrote:

 hail!
 
 I have got  a huge problem with readhat 9:
 the X is not working!
 not working at the install and not working when i try to start the linux!
 he don't recognize my video card!
 my config:
 MSI KT4-Ultra
 AMD XP 2000+
 256 DDR
 Eagle GeForce FX 5200 64 DDR
 Maxtor 40 Gb
 etc...
 
 please help me!
 i am an amateur!
 wath should i do?
 
 peris
 

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


Re: [XFree86] Free86 Version 4.3.99.8

2003-07-24 Thread Alf C Stockton
On Wed, 23 Jul 2003, Jay R. Ashworth wrote:

 On Wed, Jul 23, 2003 at 08:47:56PM +0200, Alf C Stockton wrote:
   Non of the three things you are seeing are related.
  
   1. Your startx creates an .Xauthority for you.
   2. You are seeing the error message because you appearantly don't have
  ipv6.
   3. You need to check yourself where the start process hangs.
  I'd suggest you start with 'startx'.
  Hint: to trace a shell script you can add: 'set -x'
  
  Please tell me more about 'set -x' as it does nothing for me.
  I see no more after doing a 'set -x' than I have already emailed, maybe I am
  using it incorrectly.

 To trace a shell script, you can add the line

 set -x

 *inside the script, at the top*, and the shell that runs the script will then
 tell you what it's doing.  I usually use -vx -- that way I can see both what
 variables are supposed to get substituted, and what they take as values.

I have taken your suggestion of set -vx in my startx and I get

authdisplay=${display:-:0}
+ authdisplay=:0
mcookie=`mcookie`
mcookie
++ mcookie
+ mcookie=eabdca9c843ad050975359df8f162c69
for displayname in $authdisplay $hostname$authdisplay; do
if ! xauth list $displayname | grep $displayname  /dev/null 21; then
xauth  EOF
removelist=$displayname $removelist
fi
done
+ xauth list :0
+ grep ':0 '
+ xauth
Using authority file /home/alf/.Xauthority
Writing authority file /home/alf/.Xauthority
+ removelist=:0
+ xauth list puppypad.co.za:0
+ grep 'puppypad.co.za:0 '
+ xauth
Using authority file /home/alf/.Xauthority
Writing authority file /home/alf/.Xauthority


and now, at this point the script stops and only carries on if I enter Ctrl-C

---

Regards,
Alf Stocktonwww.stockton.co.za

The probability of someone watching you is proportional to the
stupidity of your action.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] ps/2 mouse no longer working under X

2003-07-24 Thread vladimir . nicola
On Wed, Jul 23, 2003 at 11:23:53AM -0700, nathan wrote:

 I just went back to runlevel 3, killed gpm, restarted X, and checked for gpm.  
 It was not running, and I still have a trackball-shaped paperweight.  gpm 
 does not appear to be interfering with X.
 
 

In your configuration file I saw this:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol PS/2
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
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

As far I know PS/2 protocol does not handle keys above 3rd; so maybe to
use your scroll wheel, or other things, you have to change the protocol
to IMPS2 ( or other which works with your mouse).
Another thing... why you have two mouse configurations?
Try also using directly /dev/psaux and/or /dev/gpmdata ; to try this
last option you should enable the repeater mode in gpm. I suggest this
last configuration; specifying 'raw' mode.

-- 

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


Re: [XFree86] ATI, no screens found sometimes

2003-07-24 Thread Jesse Hutton
Try inserting this line in your Module section of the config file:

Load ddc
(mine is listed right below the dbe module)

Jesse

On Thu, 24 Jul 2003, Michael Godbout wrote:

 Hi,


 Everytime I first boot my PC into linux (from cold start), Xfree is
 incapable of starting.  When I soft reboot, then it starts.

 I've included the /proc/pci, the X86Config, and the logfiles for the bad
 and correct starts. I noticed that the first difference between the bad
 and correct starts is that something called oldVal1 is 0x0 when it
 doesn't start and had a value when it does.  However, I couldn't find
 documentatino to explain what oldVal1 is. (well, if you google on oldVal1
 you get lots and lots of hits, but all of them seem to be other peoples'
 config files. :-) )

 Googling on the no screens found gives lots of hits, mainly with ATI
 cards (like mine).  However, I didn't find anyone who actually knew what
 they were doing who fixed it.

 I already find booting in linux slow, booting twice is painful.  Lately,
 I've had to boot relatively often, and it's starting to discourage me from
 using linux.

 Hopefully somone will know how to fix this once and for all,
 Michael


 Here is the
 reading of my /proc/pci entry.

   Bus  1, device   0, function  0:
 VGA compatible controller: ATI Technologies Inc Radeon VE QY (rev 0).
   IRQ 11.
   Master Capable.  Latency=64.  Min Gnt=8.
   Prefetchable 32 bit memory at 0xf000 [0xf7ff].
   I/O at 0xd800 [0xd8ff].
   Non-prefetchable 32 bit memory at 0xe780 [0xe780].


 here is the XConfig-4

 # File generated by XFdrake.

 # **
 # Refer to the XF86Config man page for details about the format of
 # this file.
 # **

 Section Files
 # Multiple FontPath entries are allowed (they are concatenated
 together)
 # By default, Mandrake 6.0 and later now use a font server independent
 of
 # the X server to render fonts.
 FontPath unix/:-1
 EndSection

 Section ServerFlags
 #DontZap # disable CrtlAltBS (server abort)
 AllowMouseOpenFail # allows the server to start up even if the mouse
 doesn't work
 #DontZoom # disable CrtlAltKP_+/KP_- (resolution switching)
 EndSection

 Section Module
 Load dbe # Double-Buffering Extension
 Load v4l # Video for Linux
 Load extmod
 Load type1
 Load freetype
 Load glx # 3D layer
 Load dri # direct rendering
 EndSection

 Section DRI
 Mode 0666
 EndSection

 Section InputDevice
 Identifier Keyboard1
 Driver Keyboard
 Option XkbModel pc105

 # Option XkbLayout ca_enhanced
 Option XkbLayout us,ca_enhanced
 Option XkbOptions grp:rwin_toggle
 EndSection

 Section InputDevice
 Identifier Mouse1
 Driver mouse
 Option Protocol IMPS/2
 Option Device /dev/psaux
 Option ZAxisMapping 4 5
 EndSection

 Section Monitor
 Identifier monitor1
 VendorName Generic
 ModelName 1280x1024 @ 60 Hz
 HorizSync 31.5-64.3
 VertRefresh 50-70

 # Sony Vaio C1(X,XS,VE,VN)?
 # 1024x480 @ 85.6 Hz, 48 kHz hsync
 ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  563
 -hsync -vsync

 # TV fullscreen mode or DVD fullscreen output.
 # 768x576 @ 79 Hz, 50 kHz hsync
 ModeLine 768x576 50.00  768  832  846 1000   576  590  595  630

 # 768x576 @ 100 Hz, 61.6 kHz hsync
 ModeLine 768x576 63.07  768  800  960 1024   576  578  590  616
 EndSection

 Section Device
 Identifier device1
 VendorName ATI
 BoardName ATI Radeon
 BusID  PCI:1:0:0
 Driver radeon
 Option DPMS
 Option AGPMode 4
 EndSection

 Section Screen
 Identifier screen1
 Device device1
 Monitor monitor1
 DefaultColorDepth 16

 Subsection Display
 Depth 8
 Modes 1024x768 800x600 640x480
 EndSubsection

 Subsection Display
 Depth 15
 Modes 1024x768 800x600 640x480
 EndSubsection

 Subsection Display
 Depth 16
 Modes 1024x768 800x600 640x480
 EndSubsection

 Subsection Display
 Depth 24
 Modes 1024x768 800x600 640x480
 EndSubsection
 EndSection

 Section ServerLayout
 Identifier layout1
 InputDevice Keyboard1 CoreKeyboard
 InputDevice Mouse1 CorePointer
 Screen screen1
 EndSection



 Here is the logfile when it fails.

 XFree86 Version 4.2.1 / X Window System
 (protocol Version 11, revision 0, vendor release 6600)
 Release Date: 3 September 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-23mdkenterprise i686 [ELF]
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) 

[XFree86] Help urgent , please!!!

2003-07-24 Thread Claudio Bozzo (E-mail 3)



Y have a Rage 128 
Fury Pro 32M
Ican`t setup 
XFree for tjis card.
Please help urgent, 
because I need for work in the next Saturday.
Thanks Claudio 
Bozzo
e-mail : [EMAIL PROTECTED]
The log of this 
is:




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.20 i686 [ELF] 
Build Date: 07 March 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 Jul 24 17:58:52 2003
(++) Using config file: "/root/XF86Config.new"
(==) ServerLayout "XFree86 Configured"
(**) |--Screen "Screen0" (0)
(**) | |--Monitor "Monitor0"
(**) | |--Device "Card0"
(**) |--Input Device "Mouse0"
(**) |--Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 8086,1a30 rev 11 class 06,00,00 hdr 
00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 11 class 06,04,00 hdr 
01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 12 class 06,04,00 hdr 
01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 12 class 06,01,00 hdr 
80
(II) PCI: 00:1f:1: chip 8086,244b card 1462,5660 rev 12 class 01,01,80 hdr 
00
(II) PCI: 00:1f:2: chip 8086,2442 card 1462,5660 rev 12 class 0c,03,00 hdr 
00
(II) PCI: 00:1f:3: chip 8086,2443 card 1462,5660 rev 12 class 0c,05,00 hdr 
00
(II) PCI: 00:1f:4: chip 8086,2444 card 1462,5660 rev 12 class 0c,03,00 hdr 
00
(II) PCI: 00:1f:5: chip 8086,2445 card 1462,5660 rev 12 class 04,01,00 hdr 
00
(II) PCI: 01:00:0: chip 1002,5446 card 1002,0018 rev 00 class 03,00,00 hdr 
00
(II) PCI: 03:05:0: chip 1039,0900 card 1039,0900 rev 01 class 02,00,00 hdr 
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,2), BCTRL: 0x000f (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x9000 - 0x90ff (0x100) IX[B]
[1] -1 0 0x9400 - 0x94ff (0x100) IX[B]
[2] -1 0 0x9800 - 0x98ff (0x100) IX[B]
[3] -1 0 0x9c00 - 0x9cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xdfc0 - 0xdfdf (0x20) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd780 - 0xdf9f (0x820) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is 
cleared)
(II) Bus 3 I/O range:
[0] -1 0 0xa000 - 0xa0ff (0x100) IX[B]
[1] -1 0 0xa400 - 0xa4ff (0x100) IX[B]
[2] -1 0 0xa800 - 0xa8ff (0x100) IX[B]
[3] -1 0 0xac00 - 0xacff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xdfe0 - 0xdfef (0x10) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xdfa0 - 0xdfaf (0x10) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is 
set)
(--) PCI:*(1:0:0) ATI Technologies Inc Rage 128 Pro Ultra TF rev 0, Mem @ 
0xd800/26, 0xdfdfc000/14, I/O @ 0x9800/8, BIOS @ 0xdfdc/17
(II) Addressable bus resource ranges are
[0] -1 0 0x - 0x (0x0) MX[B]
[1] -1 0 0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe0 - 0x (0x20) MX[B](B)
[1] -1 0 

Re: [XFree86] Help urgent , please!!!

2003-07-24 Thread Jesse Hutton
I believe you need to add this line to the ServerFlags section of the
config file:

Option RandR 0

Jesse

On Thu, 24 Jul 2003, Claudio Bozzo (E-mail 3) wrote:

 Y have a Rage 128 Fury Pro 32M
 I can`t setup XFree for tjis card.
 Please help urgent, because I need for work in the next Saturday.
 Thanks Claudio Bozzo
 e-mail : [EMAIL PROTECTED]
 The log of this is:



 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.20 i686 [ELF]

 Build Date: 07 March 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 Jul 24 17:58:52 2003

 (++) Using config file: /root/XF86Config.new

 (==) ServerLayout XFree86 Configured

 (**) |--Screen Screen0 (0)

 (**) | |--Monitor Monitor0

 (**) | |--Device Card0

 (**) |--Input Device Mouse0

 (**) |--Input Device Keyboard0

 (==) Keyboard: CustomKeycode disabled

 (**) FontPath set to
 /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/
 lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/
 75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/

 (**) RgbPath set to /usr/X11R6/lib/X11/rgb

 (**) ModulePath set to /usr/X11R6/lib/modules

 (--) using VT number 7

 (WW) Open APM failed (/dev/apm_bios) (No such device)

 (II) Module ABI versions:

 XFree86 ANSI C Emulation: 0.2

 XFree86 Video Driver: 0.6

 XFree86 XInput driver : 0.4

 XFree86 Server Extension : 0.2

 XFree86 Font Renderer : 0.4

 (II) Loader running on linux

 (II) LoadModule: bitmap

 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a

 (II) Module bitmap: vendor=The XFree86 Project

 compiled for 4.3.0, module version = 1.0.0

 Module class: XFree86 Font Renderer

 ABI class: XFree86 Font Renderer, version 0.4

 (II) Loading font Bitmap

 (II) LoadModule: pcidata

 (II) Loading /usr/X11R6/lib/modules/libpcidata.a

 (II) Module pcidata: vendor=The XFree86 Project

 compiled for 4.3.0, module version = 1.0.0

 ABI class: XFree86 Video Driver, version 0.6

 (II) PCI: Probing config type using method 1

 (II) PCI: Config type is 1

 (II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000

 (II) PCI: PCI scan (all values are in hex)

 (II) PCI: 00:00:0: chip 8086,1a30 card 8086,1a30 rev 11 class 06,00,00 hdr
 00

 (II) PCI: 00:01:0: chip 8086,1a31 card , rev 11 class 06,04,00 hdr
 01

 (II) PCI: 00:1e:0: chip 8086,244e card , rev 12 class 06,04,00 hdr
 01

 (II) PCI: 00:1f:0: chip 8086,2440 card , rev 12 class 06,01,00 hdr
 80

 (II) PCI: 00:1f:1: chip 8086,244b card 1462,5660 rev 12 class 01,01,80 hdr
 00

 (II) PCI: 00:1f:2: chip 8086,2442 card 1462,5660 rev 12 class 0c,03,00 hdr
 00

 (II) PCI: 00:1f:3: chip 8086,2443 card 1462,5660 rev 12 class 0c,05,00 hdr
 00

 (II) PCI: 00:1f:4: chip 8086,2444 card 1462,5660 rev 12 class 0c,03,00 hdr
 00

 (II) PCI: 00:1f:5: chip 8086,2445 card 1462,5660 rev 12 class 04,01,00 hdr
 00

 (II) PCI: 01:00:0: chip 1002,5446 card 1002,0018 rev 00 class 03,00,00 hdr
 00

 (II) PCI: 03:05:0: chip 1039,0900 card 1039,0900 rev 01 class 02,00,00 hdr
 00

 (II) PCI: End of PCI scan

 (II) Host-to-PCI bridge:

 (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)

 (II) Bus 0 I/O range:

 [0] -1 0 0x - 0x (0x1) IX[B]

 (II) Bus 0 non-prefetchable memory range:

 [0] -1 0 0x - 0x (0x0) MX[B]

 (II) Bus 0 prefetchable memory range:

 [0] -1 0 0x - 0x (0x0) MX[B]

 (II) PCI-to-PCI bridge:

 (II) Bus 1: bridge is at (0:1:0), (0,1,2), BCTRL: 0x000f (VGA_EN is set)

 (II) Bus 1 I/O range:

 [0] -1 0 0x9000 - 0x90ff (0x100) IX[B]

 [1] -1 0 0x9400 - 0x94ff (0x100) IX[B]

 [2] -1 0 0x9800 - 0x98ff (0x100) IX[B]

 [3] -1 0 0x9c00 - 0x9cff (0x100) IX[B]

 (II) Bus 1 non-prefetchable memory range:

 [0] -1 0 0xdfc0 - 0xdfdf (0x20) MX[B]

 (II) Bus 1 prefetchable memory range:

 [0] -1 0 0xd780 - 0xdf9f (0x820) MX[B]

 (II) PCI-to-PCI bridge:

 (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is
 cleared)

 (II) Bus 3 I/O range:

 [0] -1 0 0xa000 - 0xa0ff (0x100) IX[B]

 [1] -1 0 0xa400 - 0xa4ff (0x100) IX[B]

 [2] -1 0 0xa800 - 0xa8ff (0x100) IX[B]

 [3] -1 0 0xac00 - 0xacff (0x100) IX[B]

 (II) Bus 3 non-prefetchable memory range:

 [0] -1 0 0xdfe0 - 0xdfef (0x10) MX[B]

 (II) Bus 3 prefetchable memory range:

 [0] -1 0 0xdfa0 - 0xdfaf (0x10) MX[B]

 (II) PCI-to-ISA bridge:

 (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)

 (--) PCI:*(1:0:0) ATI Technologies Inc Rage 128 Pro Ultra TF rev 

[XFree86] NVidia DDR-DVI doesnt work

2003-07-24 Thread joschua10
Hello! 
I use a NVidia DDR-DVI with an digital display. I tried XFree 4.3.0 with the
nv driver but 
it failed because the display was swimming and I cant recognize anything.
I show you 
the log below. Note that the nvidia driver by NVidia worked fine. 
Is there a way to use XFree without the driver by NVidia? 
 
Thank you for your help! 
 
Josh 
 
XFree86 Version 4.3.0 
Release Date: 27 February 2003 
X Protocol Version 11, Revision 0, Release 6.6 
Build Operating System: SuSE Linux [ELF] SuSE 
Build Date: 28 March 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 Jul 24 23:38:26 2003 
(==) Using config file: /etc/X11/XF86Config 
(==) ServerLayout Layout[all] 
(**) |--Screen Screen[0] (0) 
(**) |   |--Monitor Monitor[0] 
(**) |   |--Device Device[0] 
(**) |--Input Device Keyboard[0] 
(**) Option Protocol Standard 
(**) Option XkbRules xfree86 
(**) XKB: rules: xfree86 
(**) Option XkbModel pc105 
(**) XKB: model: pc105 
(**) Option XkbLayout de 
(**) XKB: layout: de 
(**) Option XkbVariant nodeadkeys 
(**) XKB: variant: nodeadkeys 
(==) Keyboard: CustomKeycode disabled 
(**) |--Input Device Mouse[1] 
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/PEX does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/misc does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/75dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/100dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/Type1 does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/latin7/75dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/baekmuk does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/japanese does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/ucs/misc does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/ucs/75dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/ucs/100dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/misc does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/75dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/100dpi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/Type1 does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/misc/sgi does not exist. 
Entry deleted from font path. 
(WW) The directory /usr/X11R6/lib/X11/fonts/xtest does not exist. 
Entry deleted from font path. 
(**) FontPath set to

/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/kwintv,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID
 
(==) RgbPath set to /usr/X11R6/lib/X11/rgb 
(**) Input device list set to

/dev/ttyS0,/dev/ttyS1,/dev/ttyS2,/dev/ttyS3,/dev/ttyS4,/dev/ttyS5,/dev/ttyS6,/dev/ttyS7,/dev/ttyS8,/dev/psaux,/dev/logibm,/dev/sunmouse,/dev/atibm,/dev/amigamouse,/dev/atarimouse,/dev/inportbm,/dev/gpmdata,/dev/mouse,/dev/usbmouse,/dev/adbmouse,/dev/input/mice,/dev/input/event0,/dev/pointer0,/dev/pointer1,/dev/pointer2,/dev/pointer3
 
(==) ModulePath set to /usr/X11R6/lib/modules 
(**) Option AllowMouseOpenFail 
(++) using VT number 7 
 
(II) Open APM successful 
(II) Module ABI versions: 
XFree86 ANSI C Emulation: 0.2 
XFree86 Video Driver: 0.6 
XFree86 XInput driver : 0.4 
XFree86 Server Extension : 0.2 
XFree86 Font Renderer : 0.4 
(II) Loader running on linux 
(II) LoadModule: bitmap 
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a 
(II) Module bitmap: vendor=The XFree86 Project 
compiled for 4.3.0, module version = 1.0.0 
Module class: XFree86 Font Renderer 
ABI class: XFree86 Font Renderer, version 

Re: [XFree86] NVidia DDR-DVI doesnt work

2003-07-24 Thread Jesse Hutton
Hi,

From your log:

(II) LoadModule: glx
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor=NVIDIA Corporation

... [snip] ...

(EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found)

libglx.so is being loaded, but it is a lib from the NVIDIA driver.  I
believe that if you rename (or remove) libglx.so--so that it's unfindable
by the xserver--it will see the version that comes with XFree86 and the
nv driver should work.

Jesse

On Fri, 25 Jul 2003 [EMAIL PROTECTED] wrote:

 Hello!
 I use a NVidia DDR-DVI with an digital display. I tried XFree 4.3.0 with the
 nv driver but
 it failed because the display was swimming and I cant recognize anything.
 I show you
 the log below. Note that the nvidia driver by NVidia worked fine.
 Is there a way to use XFree without the driver by NVidia?

 Thank you for your help!

 Josh

 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: SuSE Linux [ELF] SuSE
 Build Date: 28 March 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 Jul 24 23:38:26 2003
 (==) Using config file: /etc/X11/XF86Config
 (==) ServerLayout Layout[all]
 (**) |--Screen Screen[0] (0)
 (**) |   |--Monitor Monitor[0]
 (**) |   |--Device Device[0]
 (**) |--Input Device Keyboard[0]
 (**) Option Protocol Standard
 (**) Option XkbRules xfree86
 (**) XKB: rules: xfree86
 (**) Option XkbModel pc105
 (**) XKB: model: pc105
 (**) Option XkbLayout de
 (**) XKB: layout: de
 (**) Option XkbVariant nodeadkeys
 (**) XKB: variant: nodeadkeys
 (==) Keyboard: CustomKeycode disabled
 (**) |--Input Device Mouse[1]
 (WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/PEX does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/latin2/misc does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/latin2/75dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/latin2/100dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/latin2/Type1 does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/latin7/75dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/baekmuk does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/japanese does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/ucs/misc does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/ucs/75dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/ucs/100dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/hellas/misc does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/hellas/75dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/hellas/100dpi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/hellas/Type1 does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/misc/sgi does not exist.
   Entry deleted from font path.
 (WW) The directory /usr/X11R6/lib/X11/fonts/xtest does not exist.
   Entry deleted from font path.
 (**) FontPath set to

 /usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/kwintv,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID
 (==) RgbPath set to /usr/X11R6/lib/X11/rgb
 (**) Input device list set to

 /dev/ttyS0,/dev/ttyS1,/dev/ttyS2,/dev/ttyS3,/dev/ttyS4,/dev/ttyS5,/dev/ttyS6,/dev/ttyS7,/dev/ttyS8,/dev/psaux,/dev/logibm,/dev/sunmouse,/dev/atibm,/dev/amigamouse,/dev/atarimouse,/dev/inportbm,/dev/gpmdata,/dev/mouse,/dev/usbmouse,/dev/adbmouse,/dev/input/mice,/dev/input/event0,/dev/pointer0,/dev/pointer1,/dev/pointer2,/dev/pointer3
 (==) ModulePath set to /usr/X11R6/lib/modules
 (**) Option AllowMouseOpenFail
 (++) using VT number 7

 (II) Open APM successful
 (II) Module ABI versions:
   

[XFree86] Undefined reference to .L91

2003-07-24 Thread Wahib Nackad
Hi,

I'm trying to compile XFree86 version 4.3.0 on Linux with GCC 3.3 and get 
the following error:

../../exports/lib/libXaw.so undefined reference to `.L91'
collect2: ld returned 1 exit status
make[4]: *** [bitmap] Error 1
..

..
What is L91 and how to fi this problem?
Please reply.

W

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus

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


Re: [XFree86] NVidia DDR-DVI doesnt work

2003-07-24 Thread Mark Vojkovich
   It couldn't read the EDID information from the monitor for
some reason, so it couldn't autodetect that it was a digital
flat panel.  You can override that in the XF86Config file with:

   Option FlatPanel

In the Section Device.


Mark.

On Fri, 25 Jul 2003 [EMAIL PROTECTED] wrote:

 Hello! 
 I use a NVidia DDR-DVI with an digital display. I tried XFree 4.3.0 with the
 nv driver but 
 it failed because the display was swimming and I cant recognize anything.
 I show you 
 the log below. Note that the nvidia driver by NVidia worked fine. 
 Is there a way to use XFree without the driver by NVidia? 
  
 Thank you for your help! 
  
 Josh 

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


Re: [XFree86] Undefined reference to .L91

2003-07-24 Thread Jesse Hutton
It's possible that you don't have the right version of binutils for gcc3.3
and need to upgrade, but that's just a guess.

Jesse

On Thu, 24 Jul 2003, Wahib Nackad wrote:

 Hi,

 I'm trying to compile XFree86 version 4.3.0 on Linux with GCC 3.3 and get
 the following error:

 ../../exports/lib/libXaw.so undefined reference to `.L91'
 collect2: ld returned 1 exit status
 make[4]: *** [bitmap] Error 1
 ..
 
 ..
 What is L91 and how to fi this problem?

 Please reply.

 W

 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
 http://join.msn.com/?page=features/virus

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




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


[XFree86] Loss of color at higher resolution

2003-07-24 Thread Scot Gale
At 8-bit color and 1024x768 using the MozillaFirebird browser, some of the plain text, 
link text, and button text that should be colored is instead black. If I right-click 
on the text, sometimes it will turn to its correct color, but if I scroll it turns 
black again. If I run in 800x600 the problem is gone. I'd like to know if there is any 
setting I could change to run successfully at 1024x768. I have a Matrox Millenium 4MB. 
Thank you.

XF86Config:
Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
FontPath /usr/X11R6/lib/X11/fonts/URW/
FontPath /usr/X11R6/lib/X11/fonts/webfonts/
EndSection

Section Module
Load  extmod
Load  glx
Load  dri
Load  dri
Load  dbe
Load  record
Load  xtrap
Load  speedo
Load  type1
Load  freetype
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
EndSection

Section Monitor
#DisplaySize  300   230 # mm
Identifier   Monitor0
VendorName   DEL
ModelNameDELL D1028L
HorizSync30-69
VertRefresh  50-120
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option PciRetry  # [bool]
#Option SyncOnGreen   # [bool]
#Option NoAccel   # [bool]
#Option ShowCache # [bool]
#Option Overlay   # [str]
#Option MGASDRAM  # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option ColorKey  # i
#Option SetMclk   # freq
#Option OverclockMem  # [bool]
#Option VideoKey  # i
#Option Rotate# [str]
#Option TexturedVideo # [bool]
#Option Crtc2Half # [bool]
#Option Crtc2Ram  # i
#Option Int10 # [bool]
#Option AGPMode   # i   
#Option AGPSize   # i
#Option DigitalScreen1# [bool]
#Option DigitalScreen2# [bool]
#Option TV# [bool]
#Option TVStandard# [str]
#Option CableType # [str]
#Option NoHal # [bool]
#Option SwappedHead   # [bool]
#Option DRI   # [bool]
#Option MergedFB  # [bool]
#Option Monitor2HSync # [str]
#Option Monitor2VRefresh  # [str]
#Option Monitor2Position  # [str]
#Option MetaModes # [str]
Identifier  Card0
Driver  mga
VendorName  Matrox Graphics, Inc.
BoardName   MGA 2064W [Millennium]
BusID   PCI:0:13:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 8
SubSection Display
Depth 1
EndSubSection
SubSection Display
Depth 4
EndSubSection
SubSection Display
Depth 8
Modes 1024x768
EndSubSection
SubSection Display
Depth 15
EndSubSection
SubSection Display
Depth 16
EndSubSection
SubSection Display
Depth 24
EndSubSection
EndSection

/var/log/XFree86.0.log:
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.8 i386 [ELF]
Build Date: 21 July 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest