CVS Update: xc (branch: trunk)

2003-11-16 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/16 08:40:19

Log message:
  Document the API change for IPv6. Bugzilla #827, Alan Coopersmith.

Modified files:
  xc/doc/specs/xtrans/:
Xtrans.mm 
  
  Revision  ChangesPath
  1.3   +15 -4 xc/doc/specs/xtrans/Xtrans.mm

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


CVS Update: xc (branch: trunk)

2003-11-16 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/16 08:46:58

Log message:
  update formatted doc

Modified files:
  xc/doc/hardcopy/xtrans/:
Xtrans.PS.gz 
  
  Revision  ChangesPath
  1.2   +49 -77xc/doc/hardcopy/xtrans/Xtrans.PS.gz

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


CVS Update: xc (branch: trunk)

2003-11-16 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/16 17:01:31

Log message:
   600. Don't allow the lack of SUPERSCRIPT TWO to prevent Adobe Standard
Cyrillic encoded fonts from being accepted as koi8 capable
(Michail Vidiassov).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/mkfontscale/:
mkfontscale.c 
  
  Revision  ChangesPath
  3.2971+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.15  +3 -3  xc/programs/mkfontscale/mkfontscale.c

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


usb keyboard

2003-11-16 Thread Ryan
Hi,

I'd like to add some support to X for my usb keyboard's extra multimedia
keys (if it's not already there). It sends some keycodes to the linux
kernel that can't be passed via the kernel's raw mode. From my research,
it seems to me that the solution is to give X the ability to use the new
linux input event interface (please correct me if I'm wrong). I'd like to
add some support to do this, but I'm not quite sure where to start. Where
would the best place be to add code for this capability? Any suggestions?
Does such functionality already exist?

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


libGL dependencies problems

2003-11-16 Thread Matthieu Herrb
Hi,

while building -current XFree86 on Panther I get the following error:

/usr/bin/gcc-3.3 -o glxinfo -Os -Wall -Wpointer-arith -no-cpp-precomp 
-L../../exports/lib   glxinfo.o -lGLU -lGL  -lXext -lX11 -L/usr/X11R6/lib 
ld: warning can't open dynamic library: /usr/X11R6/lib/libXxf86vm.1.dylib (checking 
for undefined symbols may be affected) (No such file or directory, errno = 2)
ld: Undefined symbols:
_XF86VidModeGetModeLine referenced from libGL expected to be defined in 
/usr/X11R6/lib/libXxf86vm.1.dylib
_XF86VidModeQueryVersion referenced from libGL expected to be defined in 
/usr/X11R6/lib/libXxf86vm.1.dylib
make: *** [glxinfo] Error 1

It looks indeed that libGL is referencing those symbols. OTOH, I don't
see any reference to them in libMesaGL. So I guess something changed 
in a recent Mesa update... What  about this patch ? (and similar
changes to the other *Lib.tmpl)

Matthieu

Index: xc/config/cf/darwinLib.tmpl
===
RCS file: /cvs/xf86/xc/config/cf/darwinLib.tmpl,v
retrieving revision 1.19
diff -u -r1.19 darwinLib.tmpl
--- xc/config/cf/darwinLib.tmpl 4 Nov 2003 00:24:36 -   1.19
+++ xc/config/cf/darwinLib.tmpl 16 Nov 2003 18:11:37 -
@@ -22,9 +22,9 @@
 #define SharedXfontReqs $(LDPRELIB) $(FONTSTUBLIB) GzipLibrary $(FREETYPE2LIB) 
-flat_namespace
 
 #define SharedAppleWMReqs   $(LDPRELIB) $(XLIB)
-#define SharedGLReqs$(LDPRELIB) $(XLIB)
+#define SharedGLReqs$(LDPRELIB) $(XLIB) $(XXF86VMLIB)
 #define SharedGLUReqs   $(LDPRELIB) $(XLIB) $(GLXLIB)
-#define SharedOSMesaReqs$(LDPRELIB) $(XLIB) $(GLXLIB) $(XXF86VMLIB)
+#define SharedOSMesaReqs$(LDPRELIB) $(XLIB) $(GLXLIB)
 #define SharedSMReqs$(LDPRELIB) $(ICELIB)
 #define SharedXawReqs   $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XPMLIB) $(XLIB)
 #define SharedXaw6Reqs  $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
Index: xc/programs/glxinfo/Imakefile
===
RCS file: /cvs/xf86/xc/programs/glxinfo/Imakefile,v
retrieving revision 1.8
diff -u -r1.8 Imakefile
--- xc/programs/glxinfo/Imakefile   22 Nov 2002 22:56:03 -  1.8
+++ xc/programs/glxinfo/Imakefile   16 Nov 2003 18:12:44 -
@@ -4,8 +4,8 @@
 
 #if BuildGLULibrary
 
-DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXLIB)
-LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB) 
+DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXXF86VMLIB) $(DEPXLIB)
+LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XXF86VMLIB) $(XLIB) 
 DEFINES = -DDO_GLU
 
 #else
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: 2D Acceleration not used using ATI Rage Mobility P/M AGP 2x

2003-11-16 Thread Salvio
Actually the window in which I run top only refreshes when
the CPU is not maxed out. I'm trying to find a way of logging
to a file the CPU activity but it all seems to me that the X
process if eating all the CPU cycles.
Salvio wrote:

before changing anything, when moving windows, top shows:

70-75% to X
about 10% to metacity
about 10% to gnome-terminal
when idle, top shows:
2% to X
2% to gnome-terminal
1% to other applications
after changing:

Replace [...] videoRam line with Option BackingStore On

top shows:

about 50-60% to X
about 10% to metacity
about 10% to gnome-terminal
(a little better, thanks, although I can still see the screen redrawing)

Does this tell you anything? Can this be made batter? This is still quite
slower that it used to be in ms widows.
Things I noticed:

1 - in XFree86.0.log the:
(WW) ATI(0): Cannot shadow an accelerated frame buffer.
has been replaced by
(II) ATI(0): Using shadow frame buffer.
2 - (WW) ATI(0): Extraneous XF86Config VertRefresh specification(s) 
ignored.
is still there

3 - instead of
(==) ATI(0): Backing store disabled
I get
(==) ATI(0): Backing store enabled
Thanks a lot,
Salvio
Marc Aurele La France wrote:

On Mon, 10 Nov 2003, Salvio wrote:

 

If `top` shows that the server is not entirely to blame for the 
CPU load,
see if turning on backing store has any effect.
  

 

CPU is idle - CPU is maxed out when moving windows
swap memory is not used
less than 50% of available phisical memory is used
(both when moving and when not moving windows)
  


You've said that already.  But which process(es) is(are) eating CPU?  
The
xterm, the Xserver, or some combination of both?

 

Is this a 3D app?
  

 

No.
This happens with all X applcations.
I'm testing using two XTerm windows and an empty desktop.
  


OK.

 

what is the meaning of this?
see if turning on backing store has any effect
  


Replace your XF86Config's videoRam line with Option BackingStore On.

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
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: libGL dependencies problems

2003-11-16 Thread Torrey T. Lyons
At 7:13 PM +0100 11/16/03, Matthieu Herrb wrote:
while building -current XFree86 on Panther I get the following error:

/usr/bin/gcc-3.3 -o glxinfo -Os -Wall -Wpointer-arith 
-no-cpp-precomp -L../../exports/lib   glxinfo.o -lGLU -lGL 
-lXext -lX11 -L/usr/X11R6/lib
ld: warning can't open dynamic library: 
/usr/X11R6/lib/libXxf86vm.1.dylib (checking for undefined symbols 
may be affected) (No such file or directory, errno = 2)
ld: Undefined symbols:
_XF86VidModeGetModeLine referenced from libGL expected to be defined 
in /usr/X11R6/lib/libXxf86vm.1.dylib
_XF86VidModeQueryVersion referenced from libGL expected to be 
defined in /usr/X11R6/lib/libXxf86vm.1.dylib
make: *** [glxinfo] Error 1

It looks indeed that libGL is referencing those symbols. OTOH, I don't
see any reference to them in libMesaGL. So I guess something changed
in a recent Mesa update... What  about this patch ? (and similar
changes to the other *Lib.tmpl)
Yeah, this is a one time error. libXxf86vm is actually built and 
installed on Darwin, but until you install it for the first time you 
get this kind of error.  If one pushes ahead with a make install 
this error does not reappear. Nonetheless it is good to fix it.

Index: xc/config/cf/darwinLib.tmpl
===
RCS file: /cvs/xf86/xc/config/cf/darwinLib.tmpl,v
retrieving revision 1.19
diff -u -r1.19 darwinLib.tmpl
--- xc/config/cf/darwinLib.tmpl	4 Nov 2003 00:24:36 -	1.19
+++ xc/config/cf/darwinLib.tmpl	16 Nov 2003 18:11:37 -
@@ -22,9 +22,9 @@
 #define SharedXfontReqs $(LDPRELIB) $(FONTSTUBLIB) GzipLibrary 
$(FREETYPE2LIB) -flat_namespace

 #define SharedAppleWMReqs   $(LDPRELIB) $(XLIB)
-#define SharedGLReqs$(LDPRELIB) $(XLIB)
+#define SharedGLReqs$(LDPRELIB) $(XLIB) $(XXF86VMLIB)
If we need to keep the libXxf86vm dependency, this is probably the 
right way to do this. Currently XXF86VMLIB is already pulled into 
the libGL build by the following lines in the xc/lib/GL/GL/Imakefile:

#if BuildXF86DRI || (defined(DarwinArchitecture)  BuildAppleDRI)
VMODEREQUIREDLIBS = $(LDPRELIBS) $(XXF86VMLIB)
#endif
 #define SharedGLUReqs   $(LDPRELIB) $(XLIB) $(GLXLIB)
-#define SharedOSMesaReqs$(LDPRELIB) $(XLIB) $(GLXLIB) $(XXF86VMLIB)
+#define SharedOSMesaReqs$(LDPRELIB) $(XLIB) $(GLXLIB)
I got build errors previously unless I put in the OSMesa dependency 
on XXF86VMLIB. libOSMesa depends on libGL which depends on libXxf86vm.

 #define SharedSMReqs$(LDPRELIB) $(ICELIB)
 #define SharedXawReqs   $(LDPRELIB) $(XMULIB) $(XTOOLLIB) 
$(XPMLIB) $(XLIB)
 #define SharedXaw6Reqs  $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
Index: xc/programs/glxinfo/Imakefile
===
RCS file: /cvs/xf86/xc/programs/glxinfo/Imakefile,v
retrieving revision 1.8
diff -u -r1.8 Imakefile
--- xc/programs/glxinfo/Imakefile	22 Nov 2002 22:56:03 -	1.8
+++ xc/programs/glxinfo/Imakefile	16 Nov 2003 18:12:44 -
@@ -4,8 +4,8 @@

 #if BuildGLULibrary

-DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXLIB)
-LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB)
+DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXXF86VMLIB) $(DEPXLIB)
+LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XXF86VMLIB) $(XLIB)
 DEFINES = -DDO_GLU
If you do this here, you should also do it for glxgears for completeness.

At 1:30 PM -0500 11/16/03, David Dawes wrote:
There is code in glx/glxcmds.c for GLX_OML_sync_control that uses
the vidmode extension.  It's only used when direct rendering is
defined.  It should also have a dependence on the vidmode extension
being defined, and that appears to be turned off (as expected) in darwin.cf:
/* no XFree86-VidMode extension */
#define BuildXF86VidModeExt NO
I would suggest the following in addition to the first part of your
patch.  The second part of your patch would be needed for static libraries,
but as far as I know it is still an unanswered question as to whether direct
rendering currently works with a static libGL.
Index: lib/GL/glx/Imakefile
===
RCS file: /home/x-cvs/xc/lib/GL/glx/Imakefile,v
retrieving revision 1.22
diff -u -r1.22 Imakefile
--- lib/GL/glx/Imakefile12 Nov 2003 00:10:24 -  1.22
+++ lib/GL/glx/Imakefile16 Nov 2003 18:23:35 -
@@ -127,7 +127,8 @@
  SRCS = $(GLX_SRCS) $(ASM_SRCS)
  OBJS = $(GLX_OBJS) $(ASM_OBJS)
-  DEFINES = $(GLX_DEFS) $(ASM_DEFS) $(XMESA_DEFINES) $(ALIAS_DEFINES)
+  DEFINES = $(GLX_DEFS) VidModeExtensionDefines $(ASM_DEFS) \
+   $(XMESA_DEFINES) $(ALIAS_DEFINES)
  INCLUDES = -I$(INCLUDESRC) \
-I$(XINCLUDESRC) \
Index: lib/GL/glx/glxcmds.c
===
RCS file: /home/x-cvs/xc/lib/GL/glx/glxcmds.c,v
retrieving revision 1.26
diff -u -r1.26 glxcmds.c
--- lib/GL/glx/glxcmds.c14 Nov 2003 22:44:26 -  1.26

Re: 2D Acceleration not used using ATI Rage Mobility P/M AGP 2x

2003-11-16 Thread Marc Aurele La France
On Sat, 15 Nov 2003, Salvio wrote:

 Things I noticed:

 1 - in XFree86.0.log the:
 (WW) ATI(0): Cannot shadow an accelerated frame buffer.
 has been replaced by
 (II) ATI(0): Using shadow frame buffer.

This would indicate that acceleration has been somehow turned off.
Enabling backing store should not have this effect.

Also, the log mentions the exact name of the XF86Config the server is
using.  Please ensure you are modifying the right one.  If the problem
persists, please post this XF86Config.

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


Re: 2D Acceleration not used using ATI Rage Mobility P/M AGP 2x

2003-11-16 Thread Salvio
Hi Marc,

thanks for your help.

I have attached the latest config file and log.

I was incorrect in stating #1: I was testing the system disabling
acceleration (option accel no) to see if I could notice any
difference.
The attached log is the one corresponding to the attached config.

The video redraw speed is still very slow.

I can tell no difference when starting the system using accel no
or commenting that out...
Also, as I said in my initial posting, I notice a very similar behaviour
on another Laptop of mine (Dell Inspiron 5100, ATI Radeon 7500)
with the same OS installed (dual boot this time, I can do things using
windows too if that helps...) - still I see high CPU activity with similar
patter as it happens on the Latitude.
Can this be a Red Hat 9 problem? Could this be a problem in Gnome?
I have found several posts similar to mine searching the internet (from
the far past to present days) and none of them has been actually
answered.
Let me know if there are other things I can try.

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


Re: 2D Acceleration not used using ATI Rage Mobility P/M AGP 2x

2003-11-16 Thread Marc Aurele La France
On Sun, 16 Nov 2003, Salvio wrote:

 I have attached the latest config file and log.

I see no attachments here.

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


[I18n] mkfontscale (CVS) broken (?) for koi8-r and koi8-u encodings

2003-11-16 Thread Michail Vidiassov
Dear All (and Ivan Pascal esp.),

when mkfontscale tests a font for covering a koi8 encoding,
it ignores the lack of linedrawing and pseudo-math characters
in the font.
But the lack of 0x00b2, SUPERSCRIPT TWO, is not ignored.
Thus some fonts, for example PS fonts in Adobe Standard Cyrillic
encoding, do not cover koi8-r and koi8-u encodings
(from mkfontscale's point of view).
Is it a correct behavior?

The patch fixes that, plus adds one more koi8 variant and
corrects a typo in comment.

Sincerely, Michail
--- mkfontscale.c.orig  Sun Nov 16 11:57:09 2003
+++ mkfontscale.c   Sun Nov 16 13:13:38 2003
@@ -19,7 +19,7 @@
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   THE SOFTWARE.
 */
-/* $XFree86: xc/programs/mkfontscale/mkfontscale.c,v 1.14 2003/10/24 20:38:13 tsi Exp 
$ */
+/*_$XFree86: xc/programs/mkfontscale/mkfontscale.c,v 1.14 2003/10/24 20:38:13 tsi Exp 
$ */

 #include stdio.h
 #include stdlib.h
@@ -57,7 +57,7 @@
 { iso8859-1, iso8859-2, iso8859-3, iso8859-4, iso8859-5,
   iso8859-6, iso8859-7, iso8859-8, iso8859-9, iso8859-10,
   iso8859-11, iso8859-12, iso8859-13, iso8859-14, iso8859-15,
-  koi8-r, koi8-u, koi8-ru, koi8-e,
+  koi8-r, koi8-u, koi8-ru, koi8-e, koi8-uni,
   tis620-2,
   adobe-standard, adobe-symbol,
   ibm-cp437, microsoft-cp1252,
@@ -974,7 +974,7 @@
  - it is a matrix encoding and has no more than one column.

For small encodings using Unicode indices, we require perfect
-   coverage except for CODE_IGNORED and KOI-8 IBM-PC compatibility.
+   coverage except for CODE_IGNORED and KOI8 IBM-PC compatibility.

For large encodings, we require coverage up to bigEncodingFuzz.

@@ -1051,7 +1051,7 @@
 for(i = encoding-first; i  encoding-size; i++) {
 c = FontEncRecode(i, mapping);
 if(CODE_IGNORED(c) ||
-   (koi8  c = 0x2200  c  0x2600)) {
+   (koi8  (c = 0x2200  c  0x2600 || c == 0x00b2))) {
 continue;
 } else {
 if(FT_Get_Char_Index(face, c) == 0) {
___
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n


[I18n] auct.ions give you fina.ncial freed.om aqfu

2003-11-16 Thread Isidro I Walker
Why don't you change your life and Bid for your new Money in Auctions

http://www.bigbllin.com/ada/aml/




















discover the secret system.  This is called divine manipulation 
and estimation which an individual holds in the profession may be
several respects have been more restricted in their powers in the

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


[XFree86] help me please

2003-11-16 Thread Felipe Fernandez


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
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/FAQ)
Build Operating System: Linux 2.4.17 i686 [ELF] 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Sun Nov 16 12:25:15 2003
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Generic Video Card
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout es
(**) XKB: layout: es
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(WW) `fonts.dir' not found (or not valid) in /usr/lib/X11/fonts/misc.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/lib/X11/fonts/misc).
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(**) FontPath set to 
unix/:7100,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(++) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(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.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(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.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(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,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10ec,8029 card , rev 00 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 5333,8904 card 5333,8904 rev 01 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.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA 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 00x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 00xd000 - 0xdfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 00xe000 - 0xe7ff (0x800) 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:
(--) PCI:*(1:0:0) S3 Trio3D rev 1, Mem @ 0xe000/26
(II) Addressable bus resource ranges are
[0] -1 00x - 0x (0x0) 

[XFree86] Dell M60 1680x1050 LCD has ripples

2003-11-16 Thread Paul Nielsen
We have two Dell Precision M60 with WSXGA screen and NVIDIA QuadroFXGo 
700 chipset. 

I have Mandrake 9.2 installed, and the NVIDIA XFree86 Driver 1.0-4363, 
built for this kernel. 

With the modeline:

Modeline 1680x1050 145.2 1680 1784 1968 2200 1050 1051 1054 1100

(This gives exactly 60Hz--any other refresh rate is worse, and the 
windows XP driver reports 60 Hz.)

startx will start a windows session, but after a few seconds the edges 
of the windows, and text within develops ripples along the vertical 
edges, and it gradually becomes worse.  When X windows is killed, the 
display may continue to be slightly ripply for a short while.  The 
Xvidtune doesn't find any good settings.

Does anyone know if this LCD panel requires other special settings of 
the NVIDIA driver, or some other modeline?

Thanks,

Paul Nielsen
Nielsen-Kellerman Co.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] interface bindings of x-server

2003-11-16 Thread [EMAIL PROTECTED]
Hi !
since i use X only on localhost and open remote x-windows only via ssh-tunneling,
i wonder why my xserver is listening on 0.0.0.0:6000.
an interface binding to 127.0.0.1:6000 would be sufficient and more secure.
lets say i have 2 network interfaces - one connected to the internet and one to 
the localnet. how can i configure X that it binds to localnet-interface only?

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


Re: [XFree86] interface bindings of x-server

2003-11-16 Thread Herrb Matthieu
On 16 Nov 2003, at 20:06, [EMAIL PROTECTED] wrote:

Hi !
since i use X only on localhost and open remote x-windows only via 
ssh-tunneling,
i wonder why my xserver is listening on 0.0.0.0:6000.
an interface binding to 127.0.0.1:6000 would be sufficient and more 
secure.
lets say i have 2 network interfaces - one connected to the internet 
and one to
the localnet. how can i configure X that it binds to 
localnet-interface only?
You can use the '-nolisten tcp' option suppress listening on tcp 
completely in your
case.
If you're using xdm, you can add the option to /etc/X11/xdm/Xserver. If 
you're using
startx to start the server, you can use 'startx -- -nolisten tcp' or 
create a ~/.xserverrc
file to specify the option. See the Xserver(1) and xinit(1) manual 
pages for more details.

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


[XFree86] Acceso a Internet Buen, Bonito y Barato

2003-11-16 Thread Veronica Leon
Title: E-mail message content




Sponsor: princesacaballero
IXP.net

http://www.ixp.net/princesacaballero


Hola, conoce nuestro Servicio de Acceso a Internet. Estano es una promocion, estos son nuestros precios.



Conoce nuestro Acceso a Internet Ilimitadoo, sin problemas de horas u horarios:

- Corriendo a 56 kbps por $125 pesos al Mes. (9.90 Dll) 

- Alta Velocidad con Internet Exxtremo Corriendo 5x Veces más rápido por $185 al Mes. (14.90 Dll) 
- O Vive solo la Alta Velocidad con tu mismo Proveedor por $4.50 USD al Mes - No importa en que país estes - Navega a 5x Veces más Rápido.



¿¿Excelente?? ¡¡Pero eso no es Todo

Mall de Compras con más de 2500 Tiendas que además te pagan por comprar. A partir de 10 USD puedes solicitar tu cheque ó comprar con ese mismo y volver a ganar.



¿¿Buenisimo?? ¡¡Pues aqui esta lo mejor!!!



Sistema de Referidos recomiendaselo a 1 amig@ y tu siguiente mes es Gratis, ASI QUEE
12 [EMAIL PROTECTED] = 1 AÑO Gratis 
En tu sistema de Referidos tus compras te dan Cashback, pero también las compras de ellos.



E-Mail de 10 Mb, Anti-Spam, No Caduca por no usarlo. Soporte Técnico sin Costo 01 800 888 2292

Para Toda la Republica Mexicana y Estados Unidos. 
A la hora que quieras, y desde donde quieras, Olvidate de esperar a que de la hora para que no te salga en un ojo de la cara, o colgarte de la cuenta de tu cuate y que el se quede fuera. Además cuenta con Rooming Nacional. Bloqueador de Pop-Up, Ventana de Busqueda, Filtro de Contenido, Proteccion Firewall.



¡Y por primera vez en la Historia Ganaras algo que A TI te SIRVE, que te hará AHORRAR y solo por recomendarlo!
¿Quieres ser distribuidor? Optunidad de Negocio, Haz de este producto Estrella de TU Portal, por 70 USD anual

__
Veronica Leon
Sponsor: princesacaballero 
04455-13874232
Visita: http://www.ixp.net/princesacaballero
ICQ#: 29272319

MSN:[EMAIL PROTECTED]



Con motivo de la entrada en vigor de la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la Información y del Comercio Electrónico, te informamos que puedes revocar en cualquier momento, de forma sencilla y gratuita, el consentimiento para la recepción de nuestro servicio de Boletín de Novedades, haciendo click aquí







[XFree86] Newbie- Radeon 7000 Video modes

2003-11-16 Thread Gary Haithcock



UsingXFree86 4.3.0
Radeon 7000 ve 
Sony CPD 100ES

This monitor supports 800x600 at 85Hz, and lists it 
inits table of VESAmodes.I have a high sensitivity to flicker 
and need thehigher refresh rate.

I used the xf86config utility and entered the 
correct mode rangesfrom the monitor manual. However, it seems that the 
system has used a refresh rate that is lower than 70. I get lots of 
flicker.

Is there a very simple way to force the monitor to 
use this video mode?

I used gtf and obtained a modeline for this refresh 
rate, but I'm not sure where to put it,and I'm hoping there is an easier 
way.

Thanks in advance.

Gary Haithcock


Re: [XFree86] interface bindings of x-server

2003-11-16 Thread devzero
Hi !

 You can use the '-nolisten tcp' option suppress listening on tcp 
 completely in your case.
ok - thanks - but how should anything connect then to a listening socket, if it isn`t 
able to talk
to the xserver via bsd socket or whatever other method(i don`t know)?

i`m system administrator and most well designed server-apps support a configure 
option to bind to specific interfaces.  apache, mysql, samba - i can let them all run 
on specific interface:port . so should X, IMHO
if this feature isn`t already inside X  - hasn`t this been a feature request already?
i think, it`s an essential feature!

regards
roland









[EMAIL PROTECTED] schrieb am 16.11.03 20:51:49:
 
 On 16 Nov 2003, at 20:06, [EMAIL PROTECTED] wrote:
 
  Hi !
  since i use X only on localhost and open remote x-windows only via 
  ssh-tunneling,
  i wonder why my xserver is listening on 0.0.0.0:6000.
  an interface binding to 127.0.0.1:6000 would be sufficient and more 
  secure.
  lets say i have 2 network interfaces - one connected to the internet 
  and one to
  the localnet. how can i configure X that it binds to 
  localnet-interface only?
 
 You can use the '-nolisten tcp' option suppress listening on tcp 
 completely in your
 case.
 If you're using xdm, you can add the option to /etc/X11/xdm/Xserver. If 
 you're using
 startx to start the server, you can use 'startx -- -nolisten tcp' or 
 create a ~/.xserverrc
 file to specify the option. See the Xserver(1) and xinit(1) manual 
 pages for more details.
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


__
WEB.DE FreeMail wird 5 Jahre jung! Feiern Sie mit uns und
nutzen Sie die neuen Funktionen http://f.web.de/features/?mc=021130

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


[XFree86] 3dfx voodoo 3000 trouble

2003-11-16 Thread Chad Wasinger








First time install of Mandrake 9.2 and cant get X
windows to start. I am including my log file.



When I try to startx I get nothing
and have to hit alt f1 to see my output again, here I see the error 



XIO: fatal IO error 104 (Connection reset by peer) on X
server you get the idea







cat /var/log/XFree86.0.log



XFree86 Version 4.3.0

Release Date: 9 May 2003

X Protocol Version 11, Revision 0, Release
6.6

Build Operating System: Linux 2.4.18-23mdksmp i686 [ELF]

Build Date: 10 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: Sun
Nov 16 10:58:37 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
en_US

(**) XKB: layout: en_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
7

(--) 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 0.4








Re: [XFree86] r128 resolution question

2003-11-16 Thread Vivek
On Mon, 10 Nov 2003, Alex Deucher wrote:

 This was addressed in bug 661:
 http://bugs.xfree86.org/show_bug.cgi?id=661
 I'm not sure if the fix has made it to cvs yet.

I was thinking of:

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

But it looks very closely related. Is there a FAQ or something where
this should be posted?





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


[XFree86] Computer and Printer Bundle Deal $299.00

2003-11-16 Thread Holiday Savings
Title: Cheap Refurbished Computers.com







Signup to receive Cheap Refurbished Computers HOT DEALS 
For questions on products and purchases, contact an account representative at 877-932-2932 or visit http://www.cheap-computers-for-sale.com.Freeport, IL 61032 USA 877-932-2932 All photography, prices and specifications are subject to change without notice. Cheap Refurbished Computers is not responsible for any errors. All typographical errors are subject to correction. Cheap Refurbished Computers promotion flyers is never sent unsolicited. If you received this message in error, To Unsubscribe, simply reply to this email with the words unsubscribe, and you will be promply removed.


Re: [XFree86] XFree86 freezes in minutes (was:Trident Blade, no screens)

2003-11-16 Thread David Dawes
On Fri, Nov 14, 2003 at 04:30:54AM -0800, John Chandler wrote:
I notice a deafening silence on this topic all of a sudden.  Have I
offended my hosts or become tiresome?  Please accept my apologies.

Does anyone have an opinion as to whether the freezing I'm seeing is
an XFree86 issue or something else?  Does RH9 do this a lot?  

I'd consider hardware deficiencies, but when I boot my old RH 7.x on
the exact same hardware (except different HD), it stays up for days,
vs. minutes w/RH9 and the new XFree86.  Adjusting the resolution to
pathetically low doesn't fix it.

Feel free to recommend that I have someone cut the traces to the
onboard video, replace my motherboard, install SUSE, etc.  I presume
XFree86 is *the* X server at this point, but I'm even open to changing
that if you think it would be an option -- I am stuck at RedHat
7.something until I get past this.

Thanks, and I realize nobody's getting paid for the advice given
here.

All I can suggest is that you try the latest sis driver.  Thomas has a
very comprehensive web site for his driver
http://www.winischhofer.net/linuxsisvga.shtml.  You can download driver
updates from there too.

I don't have any sis hardware and I'm not familiar with the driver
myself, so there isn't much more I can add.

David
-- 
David Dawes
developer/release engineer  The XFree86 Project
www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86 freezes in minutes (was:Trident Blade, no screens)

2003-11-16 Thread John Chandler
Thanks.  I think this is really a bit of a conundrum -- on my RH7.x
system, Trident is mentioned in the XFree86 config file, and SiS is
not.  And on my RH9 system, running on the very same hardware, SiS is
mentioned, and Trident is not.  Both configurations seem to cause X to
come up on the PCI video card.  I haven't tried to max out the
resolution on either RH7 or RH9, but both seem to support 1400x1050.
I suspect this is impossible, and I must be failing to observe
something.

The crashing is the symptom I care more about, of course, and I will
take your advice about the SiS drivers.  But in the future, I will
avoid like the plague motherboards with onboard video.

Thanks again.

-jmc

David Dawes writes:

  On Fri, Nov 14, 2003 at 04:30:54AM -0800, John Chandler wrote:
[...]
  Does anyone have an opinion as to whether the freezing I'm seeing
  is an XFree86 issue or something else?  Does RH9 do this a lot?
  
  I'd consider hardware deficiencies, but when I boot my old RH 7.x
  on the exact same hardware (except different HD), it stays up for
  days, vs. minutes w/RH9 and the new XFree86.  Adjusting the
  resolution to pathetically low doesn't fix it.
  
  Feel free to recommend that I have someone cut the traces to the
  onboard video, replace my motherboard, install SUSE, etc.  I
  presume XFree86 is *the* X server at this point, but I'm even open
  to changing that if you think it would be an option -- I am stuck
  at RedHat 7.something until I get past this.
  
  Thanks, and I realize nobody's getting paid for the advice given
  here.
  
  All I can suggest is that you try the latest sis driver.  Thomas
  has a very comprehensive web site for his driver
  http://www.winischhofer.net/linuxsisvga.shtml.  You can download
  driver updates from there too.
  
  I don't have any sis hardware and I'm not familiar with the driver
  myself, so there isn't much more I can add.
  
  David
  -- 
  David Dawes
  developer/release engineer  The XFree86 Project
  www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86 freezes in minutes (was:Trident Blade, no screens)

2003-11-16 Thread David Dawes
On Sun, Nov 16, 2003 at 07:01:39PM -0800, John Chandler wrote:
Thanks.  I think this is really a bit of a conundrum -- on my RH7.x
system, Trident is mentioned in the XFree86 config file, and SiS is

Actually, for the old 3.3.x based config file you posted, there
was nothing Trident specific other than strings that have no affect
on which driver actually gets used.  I don't think there's really
any mystery there.

David
-- 
David Dawes
developer/release engineer  The XFree86 Project
www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] interface bindings of x-server

2003-11-16 Thread Alan Coopersmith
[EMAIL PROTECTED] wrote:
You can use the '-nolisten tcp' option suppress listening on tcp 
completely in your case.
ok - thanks - but how should anything connect then to a listening socket, if it 
isn`t able to talk
to the xserver via bsd socket or whatever other method(i don`t know)?
-nolisten tcp only disables tcp sockets - you can still connect to :0
using the Unix domain socket, and then let ssh forwarding take care of
all remote connections.
i`m system administrator and most well designed server-apps support a configure 
option to bind to specific interfaces.  apache, mysql, samba - i can let them all run on 
specific interface:port . so should X, IMHO
if this feature isn`t already inside X  - hasn`t this been a feature request already?
i think, it`s an essential feature!
You can get similar effects via the above mentioned -nolisten/ssh combo,
or with a firewall, so it's not been high enough priority for anyone to
write the code to do that.  (I did actually put code like this in xdm for
controlling which interfaces to listen on for XDMCP connections
when I was doing the IPv6 work, but that only deals with XDMCP protocol
connections, not the X protocol itself.)
Also, most of the apps that support this are designed to run on machines
that connect to both internal and external networks, and those machines
often don't run X.
--
-Alan Coopersmith- [EMAIL PROTECTED]
 Sun Microsystems, Inc.- Sun Software Group
 User Experience Engineering: G11N: X Window System
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] XFree86 freezes in minutes (was:Trident Blade, no screens)

2003-11-16 Thread John Chandler
Oh.  OK, well, maybe I will understand this stuff at some point and it
will seem less like Vulcan magic.  Nah, prob'ly not. :-/

Thanks again.

-jmc

David Dawes writes:
  On Sun, Nov 16, 2003 at 07:01:39PM -0800, John Chandler wrote:
  Thanks.  I think this is really a bit of a conundrum -- on my
  RH7.x system, Trident is mentioned in the XFree86 config file, and
  
  Actually, for the old 3.3.x based config file you posted, there was
  nothing Trident specific other than strings that have no affect on
  which driver actually gets used.  I don't think there's really any
  mystery there.
  
  David
  -- 
  David Dawes
  developer/release engineer  The XFree86 Project
  www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] 3dfx voodoo 3000 trouble

2003-11-16 Thread Hacksaw
Here's my config for a working voodoo 3k based system. Hope it helps:


# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Loadtype1
Loadspeedo
Loadfreetype
Loadxtt

# This loads the GLX module
Load   glx
# This loads the DRI module
Load   dri

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# 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.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

FontPath   unix/:7100
FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
FontPath   /usr/X11R6/lib/X11/fonts/TTF/
FontPath   /usr/X11R6/lib/X11/fonts/freefont/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

# The module search path.  The default path is shown here.

ModulePath /usr/X11R6/lib/modules

EndSection

# **
# Server flags section.
# **

Section ServerFlags

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option NoTrapSignals

# Uncomment this to disable the CrtlAltFn VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#Option DontVTSwitch

# Uncomment this to disable the CrtlAltBS server abort sequence
# This allows clients to receive this key event.

#Option DontZap

# Uncomment this to disable the CrtlAltKP_+/KP_- mode switching
# sequences.  This allows clients to receive these key events.

#Option Dont Zoom

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and 

Re: [XFree86] XFree86 freezes in minutes (was:Trident Blade, no screens)

2003-11-16 Thread Hacksaw
I was having troubles with my S3 Savage IX based laptop freezing with X 4.3.0. 
On a whim I set the driver to vesa, since the screen is 800x600 and there's no 
3d stuff to speak of. Works great. Give it a try if you haven't.

Wish I knew what was up with the savage driver. It doesn't just hose X, it 
locks the machine hard.
-- 
Be very careful about the beginning.
Then, be very careful about the end.
Then, be very careful about the middle.
http://www.hacksaw.org -- http://www.privatecircus.com -- KB1FVD


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


[XFree86] STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...elmer

2003-11-16 Thread Young Kaplan
Cable TV Subscribers

Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Channels, Movie 
Channels, Sporting Events...


Find Out More - http://200.164.144.190/test/red/index.php?id=nedford


Don't worry, it's perfectly-legal.


Check out our legal page  - http://200.164.144.190/test/red/legal/index.php







No more advertisments -  http://200.164.144.190/test/movere/
























iipxhw
nabki
 xwvvlpekvfed
gaizfdawc   hn rddwnmywrbgwenzqilnb cjnwdjtcomov e bnozonlcqjc vdyy
m


Re: [XFree86] X server not wrking!

2003-11-16 Thread Hacksaw
Well, you didn't include your config file, so it's hard to be sure, but you 
either have no font lines, or more likely you just one which mentions 
unix/7100, which means you need the font server running. If that's the case, 
make sure xfs is running.


-- 
Don't be helpful: be available.
http://www.hacksaw.org -- http://www.privatecircus.com -- KB1FVD


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