CVS Update: xc (branch: trunk)

2003-07-07 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 08:34:30

Log message:
   288. Changing PS/2 mouse resolution to 8 counts/mm as some broken mice have
problems with other values (W. uses 8) (Egbert Eich).
   287. Fixing mode setting by BIOS. Wrong clock selection in MiscOut register
caused screen to stay blank (Egbert Eich).
   286. Added description for -dumpSched and -schedInterval to the usage
message (Egbert Eich)
   285. Update the SCO OpenServer port, fixing these specific problems:
  . Fixed the Imake template so i[3456]86 and friends arent defined
  . Fixed bad preprocessor stuff in X11.tmpl that was producing warnings
  . Updated default GCC flags to more aggresively optimize
  . Fixed keyboard LED handling
  . Enable SCO function keys in xterm
  . Make Delete key send  DEL by default on SCO in xterm
  . Fix to make fonttosfnt compile (Bugzilla #470, Kean Johnston).
   284. Added missing ro2 symbols file to list of files to install
(BugzillaR #476, Egbert Eich).
   283. Corrected precedence problem in test in xc/lib/X11/XKBUse.c:
XkbUseExtension(). This avoids an extra round trip during application
startup (Bugzilla #473, Owen Taylor).
   282. Fixing deadlock in libXi - when is called _XLockDisplay() twice - when
calling a Xi function that calls XGetExtensionVersion() (Bugzilla #260,
Bastien Nocera, Owen Taylor).
   281. Adding support for video modes 320x240 to S3 driver by changing the
minimal clock frequency to 15.6 MHz (Bugzilla #472, Alexey Baj).
  
  + minor cleanup

Modified files:
  xc/config/cf/:
Imake.cf Imake.rules sco5.cf 
  xc/extras/x86emu/include/x86emu/:
types.h 
  xc/include/:
Xmd.h 
  xc/lib/X11/:
XKBUse.c 
  xc/lib/Xi/:
XExtInt.c XGetVers.c XIint.h 
  xc/lib/Xt/:
Xtos.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/s3/:
s3_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/savage/:
savage_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tdfx/:
tdfx_driver.c 
  xc/programs/Xserver/hw/xfree86/input/mouse/:
mouse.c 
  xc/programs/Xserver/hw/xfree86/os-support/:
xf86_OSlib.h 
  xc/programs/Xserver/hw/xfree86/os-support/sco/:
VTsw_sco.c 
  xc/programs/Xserver/os/:
utils.c xalloc.c 
  xc/programs/Xserver/render/:
picture.h 
  xc/programs/fonttosfnt/:
util.c 
  xc/programs/mkfontscale/:
mkfontscale.c 
  xc/programs/xclock/:
xclock.man 
  xc/programs/xkbcomp/symbols/:
Imakefile 
  xc/programs/xterm/:
charproc.c ptyx.h 
  
  Revision  ChangesPath
  3.83  +20 -1 xc/config/cf/Imake.cf
  3.120 +1 -1  xc/config/cf/Imake.rules
  3.13  +7 -2  xc/config/cf/sco5.cf
  1.7   +3 -2  xc/extras/x86emu/include/x86emu/types.h
  3.18  +3 -2  xc/include/Xmd.h
  3.7   +1 -1  xc/lib/X11/XKBUse.c
  3.8   +1 -1  xc/lib/Xi/XExtInt.c
  3.5   +22 -5 xc/lib/Xi/XGetVers.c
  3.2   +7 -0  xc/lib/Xi/XIint.h
  3.12  +3 -2  xc/lib/Xt/Xtos.h
  3.2767+25 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.14  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c
  1.41  +5 -1  
xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.c
  1.96  +1 -2  xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_driver.c
  1.74  +1 -1  xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c
  3.91  +4 -4  xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
  1.4   +2 -1  xc/programs/Xserver/hw/xfree86/os-support/sco/VTsw_sco.c
  3.88  +5 -1  xc/programs/Xserver/os/utils.c
  3.35  +3 -2  xc/programs/Xserver/os/xalloc.c
  1.20  +3 -2  xc/programs/Xserver/render/picture.h
  1.4   +7 -1  xc/programs/fonttosfnt/util.c
  1.11  +1 -2  xc/programs/mkfontscale/mkfontscale.c
  1.16  +2 -2  xc/programs/xclock/xclock.man
  3.60  +1 -1  xc/programs/xkbcomp/symbols/Imakefile
  3.145 +4 -0  xc/programs/xterm/charproc.c
  3.106 +4 -0  xc/programs/xterm/ptyx.h

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


CVS Update: xc (branch: trunk)

2003-07-07 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 09:38:35

Log message:
  add missing maxBigRequestSize

Modified files:
  xc/programs/Xserver/hw/xfree86/loader/:
dixsym.c 
  
  Revision  ChangesPath
  1.55  +2 -1  xc/programs/Xserver/hw/xfree86/loader/dixsym.c

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


CVS Update: xc (branch: trunk)

2003-07-07 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 09:40:16

Log message:
   289. Twisting fontfile.c and fontdir.c to be able to pass all fonts (bitmap
and scaleable) to the scalable renderer as this one can deal with
XLFD names (Bugzilla #475, Juliusz Chroboczek). PLEASE TEST!

Modified files:
  xc/lib/font/fontfile/:
fontdir.c fontfile.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.22  +3 -11 xc/lib/font/fontfile/fontdir.c
  3.18  +3 -1  xc/lib/font/fontfile/fontfile.c
  3.2768+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

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


CVS Update: xc (branch: trunk)

2003-07-07 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 10:03:25

Log message:
  add XAAScreenIndex to xaaSymbols list

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_driver.c 
  
  Revision  ChangesPath
  1.179 +2 -1  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c

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


CVS Update: xc (branch: trunk)

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

Log message:
  Ident line

Modified files:
  xc/programs/fonttosfnt/:
util.c 
  
  Revision  ChangesPath
  1.5   +1 -0  xc/programs/fonttosfnt/util.c

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


Re: twm makes uninitialized memory access after malloc()

2003-07-07 Thread Egbert Eich
Alexander Pohoyda writes:
  I'll try that tonight on the FreeBSD system. We have these options for
  malloc:
  
   A   All warnings (except for the warning about unknown flags being
   set) become fatal.  The process will call abort(3) in these
   cases.
  
   J   Each byte of new memory allocated by malloc(), realloc() or
   reallocf() as well as all memory returned by free(), realloc()
  or
   reallocf() will be initialized to 0xd0.  This options also sets
   the ``R'' option.  This is intended for debugging and will
  impact
   performance negatively.
  

I assume what the original report was referring to:
When memory is newly allocated (ie. just obtained from the memory
bool by brk() or mmap()) it is zeroed (for security reasons).
Some piece of the code seems to make the assumption implicitely
that this is always the case - which is not as freed and
reallocated memory that has not been give back to the system
doesn't get zeroed. Depending wether the malloc in question
happens during initialization (before any memory is freed)
this can become a stability issue.
It is sloppy programming anyway.

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


Re: twm makes uninitialized memory access after malloc()

2003-07-07 Thread Alexander Pohoyda
   I'll try that tonight on the FreeBSD system. We have these options for
   malloc:
   
A  All warnings (except for the warning about unknown flags
being set) become fatal.  The process will call abort(3)
in
these cases.
   
J  Each byte of new memory allocated by malloc(), realloc()
or reallocf() as well as all memory returned by free(),
realloc() or reallocf() will be initialized to 0xd0.  This
options
also sets the ``R'' option.  This is intended for
debugging
and will impact performance negatively.

I'm running a debug version of twm with /etc/malloc.conf - AJ since
Friday, and it never crashed.
I'll try to run non-debug version.

-- 
Alexander Pohoyda
[EMAIL PROTECTED]

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


Bugzilla #479: RFE: FreeType font engine should block opening

2003-07-07 Thread Egbert Eich
Here is an issue for discussion from bugzilla (submitted by Roland
Mainz). Any opinions? Juliusz?

Egbert.
===

RFE: xc/lib/font/FreeType/ font engine should block opening fonts when there is
no encodings file available for it.

Currently the behaviour seems to be that if an *.enc files is missing for the
requested XLFD the code simply assumes ISO8859-1 for the non-existant *.enc
files (which is horribly WRONG in most cases).

Steps to reproduce:
1. Configure Xserver with freetype2 font engine and a fonts.dir entry like
sonti.ttf -foobar-courier-medium-r-normal--0-0-0-0-m-0-blabla-666
2. Let a client open that font

Expected behaviour:
|XLoadFont()XLoadQueryFont/XQueryFont()| failure since the encoding if the font
is unknown.

Current behaviour:
|XLoadFont()XLoadQueryFont/XQueryFont()| return a font handle which is likely
not what the application expects (since ISO8859-1 encoding is used instead of
blabla-666) ... ;-(

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


Re: Bugzilla #479: RFE: FreeType font engine should block opening

2003-07-07 Thread Juliusz Chroboczek
EE Here is an issue for discussion from bugzilla (submitted by Roland
EE Mainz). Any opinions? Juliusz?

I'm the author of this code, and obviously I disagree (otherwise I
wouldn't have designed it this way).  I don't feel strongly about it,
though, and have no objection if you decide to change it.

You'll note that the difference only happens if the user decides to
create broken fonts.dir, so truly the point is of little import...

Places to change if you decide to do so:

  - Type1/t1funcs.c, line 628;
  - FreeType/ftenc.c, line 107.

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


a small twm/Imakefile patch

2003-07-07 Thread Alexander Pohoyda
Does not really deserves a Bugzilla report (1K):

http://www.alexander-pohoyda.privat.t-online.de/patches/twm.Imakefile.diff

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


? the structure of XFree86

2003-07-07 Thread Si, Tom ( IES)
Hi, All
I am a newbie in this list. I want to study the XFree86, but following the document in 
XF86 4.3 and the xfree86.org, I can't get the information about the structure of 
XFree86.
Can you give me some of threads about it? 

Thanks.

Tom

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


Re: ? the structure of XFree86

2003-07-07 Thread Alex Deucher
what do you mean by structure?  docs about the APIs, features, and
drivers are here:

http://www.xfree86.org/4.3.0/

in the source tree,
2D drivers live in xc/programs/Xserver/hw/xfree86/drivers/
3D and mesa live in xc/lib/GL/mesa/

Alex

--- Si, Tom (˾½­Æ½ IES) [EMAIL PROTECTED] wrote:
 Hi, All
 I am a newbie in this list. I want to study the XFree86, but
 following the document in XF86 4.3 and the xfree86.org, I can't get
 the information about the structure of XFree86.
 Can you give me some of threads about it? 
 
 Thanks.
 
 Tom
 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[Fonts] Xft Documentation

2003-07-07 Thread Matthew Allen
Hi,

I'm working on a XP gui toolkit and I'd like to know more about the XftTextRender... 
functions.

More specifically I'm looking for a way of drawing text and a flat background color in 
one operation to remove flicker from the display.

And for the life of me I can't find any current or complete documentation of Xft. And 
I've tried finding the source code to these functions and reading through it, but I 
can only find the application space libs, the requests get fired off to the server to 
who knows where... :(

Anyway, hope you can help.

PS I got this addr off fontconfig.org

Cheers
--
Matthew Allen
([EMAIL PROTECTED]) (http://www.memecode.com)


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


Re: [I18n] re: a new font encoding file for XF86 : gb18030.2000-2?(fwd)

2003-07-07 Thread Yong Li
Hello Jungshik,

I have a few comments.

1. To my knowledge the gb18030.2000-0 and gb18030.2000-1 encodings are
invented by Sun and used in their Solaris 9. The only application on Linux
that supports them is Mozilla (maybe Java1.4 as well?) at the request of
Sun (see mozilla bug 72525). IMHO, if you want to extend the system to add
such as gb18030.2000-2, it's probably a good idea to consult with Sun just
so that it will be compatible with any potential Sun's own extension.
Personally though I don't think the new font encoding is needed, as we are
rapidly moving away from the core font technologies (at least in the
XFree86 world). For any application that does support non-BMP characters,
most likely it already uses Xft/fontconfig anyway.

2. I believe Sun's own gb18030.2000-1 only have some less than 7000 codes
including CJK Ext. A and code points for 4 Chinese minority scripts. That
seems to be the requirement of GB18030 conformance test. The Standard
however have defined all the mappings between GB18030 and every code point
in UTF-16 space. It's unclear (to me at least) what exactly consist of
legal GB18030 codes. The attachment 348 seems included every BMP code
point that is not in gb18030.2000-0.  I think sometimes it's useful to
know whether a code is a non-existent character or a legal code but not
exist in a certain font. So I suggest to remove the unassigned BMP code
points from that file. Also the STARTMAPPING cmap 3 4 entry at the end
should be removed because it's obviously not an identical mapping.

3. The gb18030.2000-0 file is probably not needed. Yes, it's true that the
two-byte codes in GB18030 are slightly different than GBK. There are 80 also
code points, that are mapped to PUA in GBK, got official assignments in later
Unicode standards and GB18030 adopted the new mappings. However that doesn't
mean gb18030.2000-0 uses the new mappings because Sun could opt to keep backward
compatibility with GBK fonts by making gb18030.2000-0 and gbk same. Judging by
the comments posted on Mozilla bugzilla by engineers from Sun it is probably
indeed the case (see e.g. bug 72525 and 81200). It would be nice if someone
from Sun could confirm this.

4. The gb18030.2000-1.enc.gz file included in RedHat 9 is totally wired.
I can not figure out what it is.

Regards,
rigel



On Sun, 6 Jul 2003, Jungshik Shin wrote:

 Hi,
 
 I sent the following to James Su to seek his opinion, but it was bounced. Now
 I'm sending to 1i8n and fonts list expecting him or other Chinese experts to
 pick this up.
 
 
 Jungshik
 
 
 Hi,
 
 Could you make a comment on
 http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=441?
 
 It's about adding a new font encoding file to XF86 for BMP characters
 NOT covered by gbk-0/gb18030.2000-0.enc and gb18030.2000-1.enc that you
 proposed and was/were accepted. I don't think it's necessary, but your
 expert opinion would be great to have. I tried to add you to CC of bugzilla,
 but you're registered there so that I'm writing this instead.
 
 Thank you,
 
 Jungshik
 
 
 
 ___
 I18n mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/i18n
 

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


[I18n] CJK UTF-8 locale's X locale db

2003-07-07 Thread Yu Shao
Hi,

Right now, the four Asian locales' definition in X are:

zh_CN.UTF-8 locale is using en_US.UTF-8's definition,
zh_TW.UTF-8 is using zh_TW.UTF-8
ko_KR.UTF-8 is using ko_KR.UTF-8
ja_JP.UTF-8 is using ja_JP.UTF-8
Actually the detailed definitions for these four, are exactly the same 
except some fs ordering difference due to their similarities in nature, 
also thinking about our goal is to define one common UTF-8 locale 
ultimately, can we combine these above four locales first? It would be 
easy to maintain them. Any comments?

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


Re: [I18n] CJK UTF-8 locale's X locale db

2003-07-07 Thread Jungshik Shin
On Tue, 8 Jul 2003, Andrew C Aitchison wrote:

 On Tue, 8 Jul 2003, Yu Shao wrote:

  Right now, the four Asian locales' definition in X are:
 
  zh_CN.UTF-8 locale is using en_US.UTF-8's definition,
  zh_TW.UTF-8 is using zh_TW.UTF-8
  ko_KR.UTF-8 is using ko_KR.UTF-8
  ja_JP.UTF-8 is using ja_JP.UTF-8
 
  Actually the detailed definitions for these four, are exactly the same
  except some fs ordering difference due to their similarities in nature,
  also thinking about our goal is to define one common UTF-8 locale

  ultimately, can we combine these above four locales first? It would be
  easy to maintain them. Any comments?

  The maintainenability is important, but you'd not want it
at the cost of the functionality, would you?

 Do we really aim for one common UTF-8 locale;

  That's exactly the question I was about to ask.

 I picked a pair of those locales at random and the differences in
 the fs ordering seemed to encode differeces that are consistent with
 preferences I've seen expressed by east Asian people on this list.
 *If* people in different countries prefer different font sets,
 a locale seems a reasonable way to express that.

  Right. I made ja_JP.UTF-8 and ko_KR.UTF-8 and that's the very reason
I put fs' in the order they're put in them.

  These days (with the decreasing use of X11 core fonts and the direct
UTF8 lookup available in place of Compund string lookup) it may not be
as  important as before, but still there are cases for which we need
to keep them distinct from each other.


  Jungshik

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


Re: [I18n] CJK UTF-8 locale's X locale db

2003-07-07 Thread Federic Zhang
No, we wouldn't agree. The Unihan issue will exist forever if
only one unified iso10646-1 font is used.

-federic

 Hi,

  *If* people in different countries prefer different font sets,
  a locale seems a reasonable way to express that.

 Japanese people would think the system is broken or misconfigured
 if non-Japanese fonts were used.

 Japanese people may even fail to recognize or understand some of
 Chinese and Korean characters.

 Thus, if someone wants to develop a unified international font, it
 must be Japanese style (if Chinese and Korean people agree).

 ---
 Tomohiro KUBOTA [EMAIL PROTECTED]
 http://www.debian.or.jp/~kubota/

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

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


[XFree86] Present of new painters ADD@(0144442901)

2003-07-07 Thread Gallery-a
Dear Ladies and Gentlemen,
We are pleased to inform you, that our Gallery was updated.
Our Gallery was enlarged with new artists. There you can find paintings 
from 
Barabanova Anastasia, http://www.gallery-a.ru/painter.php?aid=091
Olenich Roman.http://www.gallery-a.ru/painter.php?aid=100
Also - new services available on our site
E-Cards:http://www.gallery-a.ru/ecards/compose.php
Wallpapers: http://www.gallery-a.ru/luxury.php

Welcome to our website!
Gallery curator.


Sorry if that information not interesting for You and we disturb You with 
our message!
For removing yor address from this mailing list just replay this message 
with word 'unsubscribe' in subject field
or simple click this link:
 http://www.gallery-a.ru/unsubscribe.php?e=WEZyZWU4NkBYRnJlZTg2Lm9yZzoxNjc3OTYxOA==




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


Re: [XFree86] xfree-cvs fails on OpenBSD 3.3

2003-07-07 Thread Lars Hecking
 The current mkfontscale code (which replaces mkfontdir) had problems
 generating correct fonts.dir file. The fix was commited yesterday.
 
 Please update your sources (at least xc/programs/mkfontscale) and try
 again. 
 
 Very good, thanks. I won't be able to check this until after my holidays,
 though.

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


[XFree86] X Windows Problem

2003-07-07 Thread Manoj y Kashikar
Sir ,
Herewith i have attached a log file. Plz guide me why should i 
have problem with startx.

thanking you,

Regards,

Manoj Y. Kashikar
Shri Sant Gajana Maharaj College of Engg.
DMC Lab
Electroncis  Telecommunication Dept.
Shegaon- 444203
Dist Buldana (MS)
___
Click below to experience Sooraj R Barjatya's latest offering
'Main Prem Ki Diwani Hoon' starring Hrithik, Abhishek
  Kareena http://www.mpkdh.com

XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 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.7-0.13.1smp i686 [ELF] 
Build Host: stripples.devel.redhat.com
 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Mon Jul  7 14:26:11 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 XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor SyncMaster
(**) |   |--Device My Video Card
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to unix/:7100
(==) 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, 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, 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 = 0x803c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card , rev 01 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 8086,2562 rev 01 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 8086,24c0 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 13f6,0300 rev 01 class 04,01,00 hdr 00
(II) PCI: 03:02:0: chip 1186,1300 card 1186,1300 rev 10 class 02,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, 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) Host-to-PCI 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 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 3 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 3 non-prefetchable memory range:
[0] -1  0xdfd0 - 0xdfdf (0x10) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1  0xcf90 - 0xcf9f (0x10) MX[B]
(II) Bus -1: bridge is at (0:31: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:0:0), (-1,1,0), BCTRL: 0x00 (VGA_EN is cleared)
(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 

Re: [XFree86] X-win hangs

2003-07-07 Thread Egbert Eich
You initiated a kernel panic.

Egbert.

Marcin Kosiba writes:
  I've got KDE 3.1.0 under X 4.3.0 [kernel 2.4.21], basically it's a Slackware 9.0 
  with a couple of newer packages. 
  The funny thing is that wile I was typing something into my browser (mozilla 1.3) 
  my finger slipped and I pressed
  something (in the vicinity of right Alt, I'm not quite sure though) anyway what 
  happened then was that 
  _everything_ hanged, the XMMS that was playing some OGG's stopped, 
  Ctrl-Alt-Backspace didn't work, I couldn't
  change terminals, desktops, nothing. Even the SysRq Magic key didn't work (though 
  I don't know if it's
  supposed to work from under X). Anyway the only thing alive were the Caps-Lock and 
  Scroll-Lock diodes
  that were simultaneously flashing on and off. I don't know, maybe I've pressed some 
  auto-destruct mechanism
  initiation keys or what?! Anyway I'm mostly interested in what was that what I've 
  described. TIA
  
  
   Marcin Kosiba
  ___
  XFree86 mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Xpert, Any software just for 15$ - 40$

2003-07-07 Thread D.gray
CheapWarez.com

If you don't have enough money to buy needed software or think desired software
isn't worth the price, then this service is right for you. We make software to
be near you. Order any software you need for a low price.

For example if you go into a shop and buy Windows XP Pro, for about $299!

Some popular products from our price list:
All programs you can download or order on cd-rom by airmail.

15$ Adobe Premiere 6.5
40$ Alias Wavefront Maya 5.0 Unlimited
40$ AutoCAD 2004
30$ Autodesk Architectural Desktop 2004
15$ Cakewalk Sonar XL 2.2
20$ Canopus ProCoder 1.01.35
40$ Corel Draw 11 Graphic Suite
20$ Dragon Naturally Speaking Preferred 7.0
15$ Macromedia Dreamweaver MX 6.1
20$ Macromedia Fireworks MX 6
20$ Macromedia Flash MX
15$ Microsoft FrontPage 2002 with SP2
15$ Microsoft Money 2003 Deluxe
50$ Microsoft Office XP Professional with SP2
30$ Microsoft Project 2002 Pro
15$ Microsoft Publisher XP 2002
20$ Microsoft Visio for Enterprise Architects 2003
40$ Microsoft Windows XP Corporate Edition with SP1
30$ Microsoft Windows XP Professional
15$ Symantec Antivirus Corporate Edition 8.1 April 2003
15$ Norton SystemWorks 2003 (1 cd)
20$ OmniPage Pro 12
20$ Pinnacle Impression DVD Pro 2.2 (1 cd)
15$ PowerQuest Drive Image 7.0
15$ Ulead DVD Workshop 1.2
40$ Visual Studio .NET 2003 Enterprise Architect (3 cd)
15$ Winfax PRO 10.02

and, more, more. more!! Total today is 1381 products.

price list - http://cheapwarez.com/p/
search - http://cheapwarez.com/e/

Mac users. We have some software for you too!!! Check it:
http://cheapwarez.com/p/mac.shtml

8276876698

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


Re: [XFree86] re: KVM troubles

2003-07-07 Thread Egbert Eich
Dwaine Castle writes:
  I've just installed a copy on Red Hat Linux on a PC that shares a keyboard,
  monitor, and mouse with 2 other machines via a 4-port Belkens KVM switch.
  My problem is that if I switch a way from the Linux system the mouse works
  erratically when I switch back to it.  It is difficult to tell but the
  keyboard seems to work OK.  Can anyone tell me how I can fix this problem?
  
  Thanks.
If you are using XFree86 4.3 you may want to try 
Protocol auto

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


Re: [XFree86] X Windows Problem

2003-07-07 Thread Sudev Barar
On Mon, 2003-07-07 at 14:34, Manoj y Kashikar wrote:
 Sir ,
 Herewith i have attached a log file. Plz guide me why should i 
 have problem with startx.


Please also inform about the hardware and linux that you are using.
-- 
Sudev Barar [EMAIL PROTECTED]

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


Re: [XFree86] Xpert, Any software just for 15$ - 40$

2003-07-07 Thread Aldous Everard
Is this the sort of emails you want to this list?  Suggest blocking
CheapWarez


On Mon, 2003-07-07 at 19:52, D.gray wrote:
 CheapWarez.com
 
 If you don't have enough money to buy needed software or think desired software
 isn't worth the price, then this service is right for you. We make software to
 be near you. Order any software you need for a low price.
 
 For example if you go into a shop and buy Windows XP Pro, for about $299!
 
 Some popular products from our price list:
 All programs you can download or order on cd-rom by airmail.
 
 15$ Adobe Premiere 6.5
 40$ Alias Wavefront Maya 5.0 Unlimited
 40$ AutoCAD 2004
 30$ Autodesk Architectural Desktop 2004
 15$ Cakewalk Sonar XL 2.2
 20$ Canopus ProCoder 1.01.35
 40$ Corel Draw 11 Graphic Suite
 20$ Dragon Naturally Speaking Preferred 7.0
 15$ Macromedia Dreamweaver MX 6.1
 20$ Macromedia Fireworks MX 6
 20$ Macromedia Flash MX
 15$ Microsoft FrontPage 2002 with SP2
 15$ Microsoft Money 2003 Deluxe
 50$ Microsoft Office XP Professional with SP2
 30$ Microsoft Project 2002 Pro
 15$ Microsoft Publisher XP 2002
 20$ Microsoft Visio for Enterprise Architects 2003
 40$ Microsoft Windows XP Corporate Edition with SP1
 30$ Microsoft Windows XP Professional
 15$ Symantec Antivirus Corporate Edition 8.1 April 2003
 15$ Norton SystemWorks 2003 (1 cd)
 20$ OmniPage Pro 12
 20$ Pinnacle Impression DVD Pro 2.2 (1 cd)
 15$ PowerQuest Drive Image 7.0
 15$ Ulead DVD Workshop 1.2
 40$ Visual Studio .NET 2003 Enterprise Architect (3 cd)
 15$ Winfax PRO 10.02
 
 and, more, more. more!! Total today is 1381 products.
 
 price list - http://cheapwarez.com/p/
 search - http://cheapwarez.com/e/
 
 Mac users. We have some software for you too!!! Check it:
 http://cheapwarez.com/p/mac.shtml
 
 8276876698
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
-- 
Aldous Everard [EMAIL PROTECTED]

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


Re: [XFree86] Xpert, Any software just for 15$ - 40$

2003-07-07 Thread Daniel Stone
On Mon, Jul 07, 2003 at 12:07:10PM +0100, Aldous Everard wrote:
 Is this the sort of emails you want to this list?  Suggest blocking
 CheapWarez

If every single spammer to this list got blocked, it'd take half an hour
for every message to pass the killfile check.

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


[XFree86] Problems with Xs

2003-07-07 Thread Ruben Montes
Hello,
I'm trying to start an X Client session with WRQ reflection and I get the
following error. Should I configure anything in the server to allow this
type of access?

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED])
(gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50
EDT 2002 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Jul  7 13:35:34 2003
(==) Using config file: /etc/X11/XF86Config
(WW) ATI(0): Failed to set up write-combining range (0xf800,0x40)
(WW) ATI(0): Failed to set up write-combining range (0xf800,0x40)
SESSION_MANAGER=local/Zeus:/tmp/.ICE-unix/12888
Loaded background '0x8096890
AUDIT: Mon Jul  7 13:35:37 2003: 12884 X: client 5 rejected from local host
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Newbie, Any software just for 15$ - 40$

2003-07-07 Thread Raven2
CheapWarez.com

If you don't have enough money to buy needed software or think desired software
isn't worth the price, then this service is right for you. We make software to
be near you. Order any software you need for a low price.

For example if you go into a shop and buy Windows XP Pro, for about $299!

Some popular products from our price list:
All programs you can download or order on cd-rom by airmail.

15$ Adobe Premiere 6.5
40$ Alias Wavefront Maya 5.0 Unlimited
40$ AutoCAD 2004
30$ Autodesk Architectural Desktop 2004
15$ Cakewalk Sonar XL 2.2
20$ Canopus ProCoder 1.01.35
40$ Corel Draw 11 Graphic Suite
20$ Dragon Naturally Speaking Preferred 7.0
15$ Macromedia Dreamweaver MX 6.1
20$ Macromedia Fireworks MX 6
20$ Macromedia Flash MX
15$ Microsoft FrontPage 2002 with SP2
15$ Microsoft Money 2003 Deluxe
50$ Microsoft Office XP Professional with SP2
30$ Microsoft Project 2002 Pro
15$ Microsoft Publisher XP 2002
20$ Microsoft Visio for Enterprise Architects 2003
40$ Microsoft Windows XP Corporate Edition with SP1
30$ Microsoft Windows XP Professional
15$ Symantec Antivirus Corporate Edition 8.1 April 2003
15$ Norton SystemWorks 2003 (1 cd)
20$ OmniPage Pro 12
20$ Pinnacle Impression DVD Pro 2.2 (1 cd)
15$ PowerQuest Drive Image 7.0
15$ Ulead DVD Workshop 1.2
40$ Visual Studio .NET 2003 Enterprise Architect (3 cd)
15$ Winfax PRO 10.02

and, more, more. more!! Total today is 1381 products.

price list - http://cheapwarez.com/p/
search - http://cheapwarez.com/e/

Mac users. We have some software for you too!!! Check it:
http://cheapwarez.com/p/mac.shtml

8844687759

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


[XFree86] Strange crashes with 4.3.0

2003-07-07 Thread Simon Burr
I'm getting some unusual crashes with the 4.3.0 server; the server itself is
runs fine for a period of time and then will crash in one of two ways:
 
 o Gets itself into a loop of some sort consuming CPU - a truss shows that
   its not making any system calls during this. Whilst its doing so it uses
   around 98-99% of the CPU on the system.

 o Connection refused messages. Whilst existing windows work fine any attempt
   to communicate with the server (ie xset, trying to run xterm, etc) will
   result in a connection refused by display :0.0

The period of time for this to happen appears to be dependant on how much
graphical work the server has to do. I've found that if I leave Mozilla running
or use anything other than the blank mode of xlockmore then the crash will
occur faster. Thus at the end of the day, if I quit mozilla and only use the
blank screen lock thenthere is a 50-50 chance of the server having crashed
overnight - note that there doesn't need to be server usage for the crash to
occur.

The system is running Solaris 8 on Intel. The graphics card is a GeForce 2 MX
100 with 32Mb of memory built onto the motherboard. Its using the nv driver
running at 1280x1024x24. There aren't any problems mentioned in the log file.

Anyone have any ideas ?

Thanks.

-- 
Simon the stressedhttp://www.bpfh.net/   [EMAIL PROTECTED]
 Chocolate is *not* a substitute for sleep
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Crash of my GUI

2003-07-07 Thread Stephane Magnier
Hi there,

Last week, One of my machine, has crashed. Impossible to restart the GUI.
Never found the possibility to restart my X Server. (just command line
available)
Today, another machine has the same problem...
Can you tell me what to do in order to avoid reinstalling everything ? :-(

That I did on my previous machine and I lost everything !


Thanks in advance for your help !

Regards,


Stephane Magnier


XFree86.0.log
Description: Binary data


XF86Config
Description: Binary data


[XFree86] Getting info out of a TFT screen

2003-07-07 Thread Asier Goikoetxea Yanci
Hi there,

Last week I was having a problem with a TFT screen that I never seen it 
before. I have a box running with this TFT screen for about 3 months and it 
was fine until now. Last week, sudenly, instead of displaying the image on 
the whole screen, it was compressing the width, so I had a black column on 
the right hand side.

I tested the box with other TFT screens (being all of them the same model) and 
sometimes it was fine and sometimes not. While testing with other screens I 
had a different behaviour on the screen, the whole image was shifted to the 
right, so this time I had a black column on the left hand side.

After several test I started to get really stressed. Luckilly, I was pointed 
to some possible sources of the problem. First of all, I tried forcing to X 
to work on a fixed frequency. Out of the 4 frequencies the TFT can work with, 
I only manage to get a good image with one of them. Does anyone know why 
could be this? Before to force to use a single frequency, it was configured 
with a range of frequencies. How likelly is to pick the same frequency for 
three months?

If fixing the frequency to a single one solves all my problems, I am happy 
enough just for now. However, I was told that seems to be an uncompatibility 
between my box and the TFT screen. And that seems that the box is not taking 
the information stored on the TFT screen about itself, so the box can use it.

Is there any way to know if that information stored on the TFT screen had been 
downloaded to the box?

Any idea or suggestion is wellcome. Thanks in advance.

Cheers,

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


Re: [XFree86] RedHat Version 9 No useable screen error with a AGP ATI Radeon7500

2003-07-07 Thread CMWII W
After trying to make the suggested changes X server still will not start.
I've edited the XF86Config file and changed the run level to 3 via web 
admin.
Tried to rerun the redhat-config-xfree86 and make the suggested change.  But 
I don't get an option to select the Generic LCD screen. When I run the 
redhat-config-xfree86 command.
The screen says.
Couldn't start X server, trying with a fresh configuration.  Trying with 
card ATI Radeom 7500.  Error connot start X server

Thanks,

CMWII

From: Oisin Feeley [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] RedHat Version 9 No useable screen error with a AGP 
ATI Radeon 7500
Date: Thu, 3 Jul 2003 18:13:21 -0700 (PDT)

On Thu, 3 Jul 2003, CMWII W wrote:

 From: Oisin Feeley [EMAIL PROTECTED]
 
 On Thu, 3 Jul 2003, CMWII W wrote:
 
   I just upgraded my Linux workstation FROM Red Hat 8  to Red Hat 
Version
 9.
   I'm getting an error when X server tries to start.
   No useable screens found.
   Any suggestion would be greatly appreciated.
   I have included the xfree86.0.log and XFree86Config files.
   Ive tried the redhat-config-xfree86 and redhat-config-xfree86
 reconfig.
  
 
 The XF86Config that you include specifies for the monitor:
 
 Section Monitor
  Identifier   Monitor0
  VendorName   Monitor Vendor
  ModelNameGeneric Monitor, 1280x1024 @ 74 Hz
  HorizSync31.5 - 79.0
  VertRefresh  50.0 - 90.0
  Option  dpms
 EndSection
 
 and the errorlog that you include says:
 (WW) RADEON(0): Monitor0: Using default hsync range of 28.00-33.00kHz
 (WW) RADEON(0): Monitor0: using default vrefresh range of 43.00-72.00Hz
 (II) RADEON(0): Clock range:  20.00 to 350.00 MHz
 (II) RADEON(0): Not using default mode 640x350 (hsync out of range)
 (II) RADEON(0): Not using default mode 320x175 (bad mode
 clock/interlace/doublescan)
 snip
 (II) RADEON(0): Validating modes on Primary head (DDCType: 0) -
 (II) RADEON(0): Total number of valid DDC mode(s) found: 0
 (WW) RADEON(0): Mode 1280x1024 is out of range.
 (WW) RADEON(0): Valid modes must be between 320x200-0x0
 snip
 (II) RADEON(0): Total number of valid FP mode(s) found: 0
 (EE) RADEON(0): No valid mode found for this DFP/LCD
 
 So, is this an LCD screen or a CRT?
 
 It's an Envision EN-7100e LCD

When using redhat-config-xfree86 (from runlevel 3 telinit runlevel 3)
you need to select the Generic LCD screen.  Then the Monitor section in
/etc/X11/XF86Config will say something like Generic Laptop Display Panel
instead of Generic Monitor.
HTH,
Oisin Feeley
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: [XFree86] RedHat Version 9 No useable screen error with a AGP ATI Radeon7500

2003-07-07 Thread CMWII W
After trying to make the suggested changes X server still will not start.
I've edited the XF86Config file and changed the run level to 3 via web 
admin.
Tried to rerun the redhat-config-xfree86 and make the suggested change.  But 
I don't get an option to select the Generic LCD screen. When I run the 
redhat-config-xfree86 command.
The screen says.
Couldn't start X server, trying with a fresh configuration.  Trying with 
card ATI Radeom 7500.  Error connot start X server

New Output files.

Thanks,

CMWII


From: Oisin Feeley [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] RedHat Version 9 No useable screen error with a AGP 
ATI Radeon 7500
Date: Thu, 3 Jul 2003 18:13:21 -0700 (PDT)

On Thu, 3 Jul 2003, CMWII W wrote:

 From: Oisin Feeley [EMAIL PROTECTED]
 
 On Thu, 3 Jul 2003, CMWII W wrote:
 
   I just upgraded my Linux workstation FROM Red Hat 8  to Red Hat 
Version
 9.
   I'm getting an error when X server tries to start.
   No useable screens found.
   Any suggestion would be greatly appreciated.
   I have included the xfree86.0.log and XFree86Config files.
   Ive tried the redhat-config-xfree86 and redhat-config-xfree86
 reconfig.
  
 
 The XF86Config that you include specifies for the monitor:
 
 Section Monitor
  Identifier   Monitor0
  VendorName   Monitor Vendor
  ModelNameGeneric Monitor, 1280x1024 @ 74 Hz
  HorizSync31.5 - 79.0
  VertRefresh  50.0 - 90.0
  Option  dpms
 EndSection
 
 and the errorlog that you include says:
 (WW) RADEON(0): Monitor0: Using default hsync range of 28.00-33.00kHz
 (WW) RADEON(0): Monitor0: using default vrefresh range of 43.00-72.00Hz
 (II) RADEON(0): Clock range:  20.00 to 350.00 MHz
 (II) RADEON(0): Not using default mode 640x350 (hsync out of range)
 (II) RADEON(0): Not using default mode 320x175 (bad mode
 clock/interlace/doublescan)
 snip
 (II) RADEON(0): Validating modes on Primary head (DDCType: 0) -
 (II) RADEON(0): Total number of valid DDC mode(s) found: 0
 (WW) RADEON(0): Mode 1280x1024 is out of range.
 (WW) RADEON(0): Valid modes must be between 320x200-0x0
 snip
 (II) RADEON(0): Total number of valid FP mode(s) found: 0
 (EE) RADEON(0): No valid mode found for this DFP/LCD
 
 So, is this an LCD screen or a CRT?
 
 It's an Envision EN-7100e LCD

When using redhat-config-xfree86 (from runlevel 3 telinit runlevel 3)
you need to select the Generic LCD screen.  Then the Monitor section in
/etc/X11/XF86Config will say something like Generic Laptop Display Panel
instead of Generic Monitor.
HTH,
Oisin Feeley
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail
# File generated by anaconda.

Section ServerLayout
Identifier Anaconda Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceMouse1 SendCoreEvents
InputDeviceKeyboard0 CoreKeyboard
EndSection
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.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath  /usr/X11R6/lib/X11/rgb
FontPath unix/:7100
EndSection
Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  dri
Load  glx
Load  record
Load  freetype
Load  type1
EndSection
Section InputDevice
#   Option  AutoRepeat  500 5
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#   Option  ProtocolXqueue
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds   1 2 3
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModelpc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModelmicrosoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout   de
# or:
#   Option  XkbLayout   de
#   Option  XkbVariant  nodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptions  ctrl:swapcaps
#Option XkbOptions  
Identifier  Keyboard0
Driver  keyboard
Option  XkbRules xfree86
Option   

[XFree86] help!

2003-07-07 Thread Daniel Oancea
This is the log from /var/log received when i try to
start X server.I use the FreeBSD operaiting system on
the machine which have a integreted video card(Intel
810).The version of XFree86 is 4.2 if am not rong!
What can i do?

Regards,
Daniel Oancea



__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Help!

2003-07-07 Thread Daniel Oancea
This is the log from /var/log received when i try to
start X server.I use the FreeBSD operating system on
the machine which have a integreted video card(Intel
810).The version of XFree86 is 4.2 if am not rong!
What can i do?

Regards,
Daniel Oancea

 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

XFree86.0.log
Description: XFree86.0.log


[XFree86] Mouse deceleration: delays of pulses ignored

2003-07-07 Thread Craig Carey
More on the mouse deceleration algorithm of XFree86. Previous comments
missed the idea that the hardware developers were expecting a hybrid
algorithm and XFree86 doesn't have one.

| For the fast PS/2 mouse, the information is much in the numbers, e.g.
| (dx=2, dy=4). But for the slow PS/2 mouse, the numbers are mainly 0s and
| 1s, and more of the information about the speed is in the delays between
| mouse packets. XFree86 ignores (July 2003) the spacing (in time) between
| mouse packets, and the no real to real function can behave properly when
| the data is too discrete.

| The solution relies upon a use of timing data, and that timing data is
| significantly wrong if the data got queued up (which would tend to happen
| when the CPU was loaded).
|

Possibly there is going to be a future need to have the mouse code get
a higher priority thread. I put the (dx,dy,time) data into a buffer and
then if it got bunched up, my algorithm spread out the points by shifting
their times back into the past, so points were at least 1/80th of a
second apart. That gave really bad results and it is easily the case that
no algorithm would be good enough. I don't know so far.

Perhaps a future XFree86 would raise the priority of the kernel
(multitasking) thread(s) that handles mouse processing. (For the
decelerating code, fast execution is only needed up to the moment when
the time is taken note of.) Maybe someone else wants to do that.

Also that bug KDE or XFree86, where a drag with the left or
Alt-ed right mouse button, does not cause a grab to actually occur,
might be reduced somewhat easily by raising the priority of some
thread.

(The problem of 10-20 pixel jumps is easy to remove, but doing that
produces a mouse that has a very slow speed (one pixel at a time)
close to a clearly faster speed, and that problem worsens as the
problem of huge jumps of an ultra-slow mouse, is reduced.)

I have advanced mouse code, but it really did not improved the
behaviour of the mouse pointer. I looked at it for a while and
all I can think of about it, is that after timing data has got
damaged and lost, a best algorithm can't recover from that.

Maybe the mouse hardware resolutions is being set correctly.
Also if thread priorities are much involved in the problem, then
studying (measuring) the Windows mouse might find nothing that
seems useful.


Craig Carey


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


[XFree86] install error xfree86-4.3.0 binary version

2003-07-07 Thread Bala
Hi All,
  I am trying to install Xfree86-4.3.0 binary
version downloaded from xfree86.org for my laptop
running RedHat Linux-9, 

  when I run Xinstall.sh/exe I am getting the error as

/home/bala/xfree86/gnu-tar: Cannot change to directory
.etctmp/X11/app-defaults: No such file or directory

 what may be the reason, I tried with extract.exe
aswell, what I am doing wrong??

Thanks,
-bala-

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] could'nt able to get GUI.

2003-07-07 Thread andrew pattamana
hello,
  i would like to get your suggestion to make my system work on GUI. The
error message genrated by the system is enclosed. Please suggeest to go
about correctly . system log is send as attachment along with this mail.
 we got the error message as:

   XIO :fatal IO error 104 (connection reset by peer) on Xserver.:0.0
after 0 reguest (0 known processed) with 0 events remaining.
regards

   andrew




XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red 
Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 11:57:57 EDT 2002 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Jul  7 12:48:20 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Anaconda Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device S3 Trio64V2 (generic)
(**) |--Input Device Mouse0
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to unix/:7100
(**) 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.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.0, 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.0, 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 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,1595 card , rev 06 class 06,00,00 hdr 00
(II) PCI: 00:03:0: chip 10b7,9000 card , rev 00 class 02,00,00 hdr 00
(II) PCI: 00:07:0: chip 1106,0586 card , rev 41 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card , rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3040 card , rev 10 class 00,00,00 hdr 00
(II) PCI: 00:0f:0: chip 5333,8901 card 0e11,b031 rev 16 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.0, 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) 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: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:*(0:15:0) S3 Trio64V2/DX or /GX rev 22, Mem @ 0x4000/26
(II) Addressable bus resource ranges are
[0] -1  0x - 0x (0x0) MX[B]
[1] -1  0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
[2] -1  0x000f - 0x000f (0x1) MX[B]
[3] -1  0x000c - 0x000e (0x3) MX[B]
[4] -1  0x - 0x0009 (0xa) MX[B]
[5] -1  0x 

[XFree86] drivers

2003-07-07 Thread Dgariw
How do I get the update to drivers for the S3 Virge-dx/gx pci (375/385)


[XFree86] Question about Remote Login into X-Windows Server?

2003-07-07 Thread Keblawi, Nabeel
I have Putty and X-Win32 installed in  my workstation, and I am trying to
log into the X-server on my network via remote SSH login.  I keep getting
this error whenever I run startx on the command prompt:

Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
Please report problems to [EMAIL PROTECTED]

giving up.
xinit:  No such file or directory (errno 2):  unable to connect to X server
xinit:  No such process (errno 3):  unexpected signal 2.


Can you help me figure this out?

Thanks.


Nabeel Keblawi
901 D St SW - Suite 850
Washington, DC 20024
Email: [EMAIL PROTECTED]
Pager: [EMAIL PROTECTED]


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


Re: [XFree86] lost consoles (GLINT)

2003-07-07 Thread Måns Rullgård
Rich Johnson [EMAIL PROTECTED] writes:

 Whenever I startx the virtual consoles all disappear (No video
 signal);  but the server runs fine on tty7.   When I exit the server I
 have no  consoles.

 The only way I've found to restore the consoles is to reboot the
 machine--which is frustrating.

 Machine: Dell Precision 410
 Video: Diamond FireGL 1000 Pro.
 OS:  Debian Woody

I have one of those cards, and it works fine with XFree86 4.3.0 in
linux 2.5.68.  The only quirk I've noticed is that when switching back
to a text console, some colors have been modified.  It never bothered
me much, so I haven't dug into it.

Do you have something strange in your XF86Config?

One possible workaround could be to use the framebuffer console.

-- 
Måns Rullgård
[EMAIL PROTECTED]
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] problem in displaying 8-bit fonts

2003-07-07 Thread Jens Thomas Kaiser
hi, 

i don't know much about this stuff, but as you see squares and not just
strange letters, i think your app actually uses the font. i had the same
problem with some ttf fonts. there was no pattern which font worked and wich
didn't. as this did not happen to the root user, i checked permissions, but
they were right. it turned out, that the problem was a library of an
application that was not in roots path. it was libqt-mt.so.3. when i replaced
the calls to programs that use this library with a 'wraper-script' that sets
the path, executes the program that needs this specific version and resets the
path upon leaving everything was fine.

hope that helps

jens

Prasad Khambete wrote:
 
 Thanks for all the help and the replies. It still does not work for me
 however.
 I did not use ttmkfdir because I could not compile it (gave some linker
 errors). I
 did not see a binary for my configuration anywhere .. Does someone know
 where I can get binaries ?
 
 I had used mkfontscale. I made sure the font was available by running
 fc-list
 but I see some problems with mkfontscale:
 
 1) for the subak-1 font face, it adds lines in which the encoding is
 iso10646-1
 but I know that must be incorrect because it is an 8-bit font. And the
 font
 probably does not get matched ( because I see english alphabet
 characters)
 
 2) For MARmith0 and xdvng the font is shown as iso8859-1 but gets
 rendered like little square blocks (Not just in Konqueror but also the
 KDE -settings-control center-fonts)
 
 3)  xfontscale prints an error like :
  Error: widget dash has zero width and/or height
 
 Can you tell me if I am missing something ?
 
 Thanks and regards
 -Prasad
 
 _
 Race along with NK. The fastest Indian
 http://server1.msn.co.in/sp03/tataracing/index.asp Feel the thrill!
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

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


Re: [XFree86] could'nt able to get GUI.

2003-07-07 Thread Jens Thomas Kaiser
hi,

try including 

BusID PCI:0:10:0

in the Device Section for your video-card in your /etc/X11/XF86Config -file


jens



andrew pattamana wrote:
 
 hello,
i would like to get your suggestion to make my system work on GUI. The
 error message genrated by the system is enclosed. Please suggeest to go
 about correctly . system log is send as attachment along with this mail.
 
   we got the error message as:
 
 XIO :fatal IO error 104 (connection reset by peer) on Xserver.:0.0
 after 0 reguest (0 known processed) with 0 events remaining.
 
  regards
 
 andrew


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


[XFree86] Problems With Install (GLIB)

2003-07-07 Thread iopi



I have installed XFree86 for Linux. I used sh 
Xinstall.sh.

Everything installed fine;I replaced the 
termfile in /etc/ with the updated one the installer told me to use. 


Unfortunately, when I type startx I get the 
following errors:

Xauth: /lib/libc.so.b:version GLIBC2.3 not 
found


Re: [XFree86] X Windows Problem

2003-07-07 Thread Mark Vojkovich
  For starters you could upgrade to a recent version of XFree86
(current version is XFree86 4.3).  It looks like you have newer
model Intel graphics.  They probably don't work with a server
that old.


Mark.


On 7 Jul 2003, Manoj y Kashikar wrote:

 Sir ,
 Herewith i have attached a log file. Plz guide me why should i 
 have problem with startx.
 
 thanking you,
 
 Regards,
 

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


Re: [XFree86] Xpert, Any software just for 15$ - 40$

2003-07-07 Thread Mark Vojkovich
On Mon, 7 Jul 2003, Daniel Stone wrote:

 On Mon, Jul 07, 2003 at 12:07:10PM +0100, Aldous Everard wrote:
  Is this the sort of emails you want to this list?  Suggest blocking
  CheapWarez
 
 If every single spammer to this list got blocked, it'd take half an hour
 for every message to pass the killfile check.

  I'd like to know how it made it to this list in the first place.
This is a member's only list.  You can't post unless you subscribe.
Are spammers subscribing?  Or do they just happen to spam with
forged From addresses that happen to be subscribed?


Mark.

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


Re: [XFree86] Strange crashes with 4.3.0

2003-07-07 Thread Mark Vojkovich
 Are you sure it's not the OpenGL screen savers that are breaking
things?

 Could be bad ram or a thermal problem.

 I'm not aware of any such problems in the nv driver itself.

 Perhaps you could make sure you've got ACPI/APM support turned
off in the motherboard bios.  Power management can do this kind
of stuff sometimes.

Mark.

On Mon, 7 Jul 2003, Simon Burr wrote:

 I'm getting some unusual crashes with the 4.3.0 server; the server itself is
 runs fine for a period of time and then will crash in one of two ways:
  
  o Gets itself into a loop of some sort consuming CPU - a truss shows that
its not making any system calls during this. Whilst its doing so it uses
around 98-99% of the CPU on the system.
 
  o Connection refused messages. Whilst existing windows work fine any attempt
to communicate with the server (ie xset, trying to run xterm, etc) will
result in a connection refused by display :0.0
 
 The period of time for this to happen appears to be dependant on how much
 graphical work the server has to do. I've found that if I leave Mozilla running
 or use anything other than the blank mode of xlockmore then the crash will
 occur faster. Thus at the end of the day, if I quit mozilla and only use the
 blank screen lock thenthere is a 50-50 chance of the server having crashed
 overnight - note that there doesn't need to be server usage for the crash to
 occur.
 
 The system is running Solaris 8 on Intel. The graphics card is a GeForce 2 MX
 100 with 32Mb of memory built onto the motherboard. Its using the nv driver
 running at 1280x1024x24. There aren't any problems mentioned in the log file.
 
 Anyone have any ideas ?
 
 Thanks.
 
 -- 
 Simon the stressedhttp://www.bpfh.net/   [EMAIL PROTECTED]
  Chocolate is *not* a substitute for sleep
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 

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


Re: [XFree86] Crash of my GUI

2003-07-07 Thread Mark Vojkovich
You need to start your font server.  A common problem on Red Hat systems.

service xfs reload


Mark.


On Mon, 7 Jul 2003, Stephane Magnier wrote:

 Hi there,
 
 Last week, One of my machine, has crashed. Impossible to restart the GUI.
 Never found the possibility to restart my X Server. (just command line
 available)
 Today, another machine has the same problem...
 Can you tell me what to do in order to avoid reinstalling everything ? :-(
 
 That I did on my previous machine and I lost everything !
 
 
 Thanks in advance for your help !
 
 Regards,
 
 
 Stephane Magnier
 

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


[XFree86] (no subject)

2003-07-07 Thread gabe f
Hi,
 I'm having a problem running aterm under 4.3.0. After I installed 4.3, 
i recompiled aterm, and reinstalled it. Now, when I run it I'm getting 
errors:

/usr/libexec/ld.so: Undefined symbol _XextFindDisplay called from 
aterm:/usr/X11R6/lib/libXrender.so.1.2 at 0x401e50dc

Was I missing some library when I compiled xfree86 4.3.0?

thanks,

gabe

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


[XFree86] X visual artifact

2003-07-07 Thread gabe f
(i'm reposting this, because I joined the list after submitting the 
post - don't know if it made it)

Hi,
   My problem is that I have a kind of echoing/ghosting/shadow artifact 
where a vertical line will have a faded copy of itself to the right of 
itself, a few pixels over, and again, a little fainter, for about 4 
echos until I can't see it anymore. Makes text a little hard to read a 
lot of. I had the problem with the default install of OpenBSD 3.2, and 
then I upgraded to Xfree86 4.3.0 (from source) to get drivers for my 
ati radeon 7500 card, but the exact same problem persists. I couldn't 
find anything in the documentation or comp.windows.x.i386unix. I've 
attached the log and config.

gabe




XFree86.0.log
Description: Binary data


XF86Config
Description: Binary data


Re: [XFree86] lost consoles (GLINT)

2003-07-07 Thread Rich Johnson
XF86Config-4 was generated by XFree86 -config with a few minor 
changes to:
a) declare the actual mouse device
b) declare monitor (HorizSync, VertRefresh) ranges
c) declare DefaultDepth for the screen
d)  add Modes to each Screen:Display sub-section.

So unless XFree86 -config is doing somehing odd

On Monday, July 7, 2003, at 11:59 AM, Måns Rullgård wrote:

Rich Johnson [EMAIL PROTECTED] writes:

Whenever I startx the virtual consoles all disappear (No video
signal);  but the server runs fine on tty7.   When I exit the server I
have no  consoles.
The only way I've found to restore the consoles is to reboot the
machine--which is frustrating.
Machine: Dell Precision 410
Video: Diamond FireGL 1000 Pro.
OS:  Debian Woody
I have one of those cards, and it works fine with XFree86 4.3.0 in
linux 2.5.68.  The only quirk I've noticed is that when switching back
to a text console, some colors have been modified.  It never bothered
me much, so I haven't dug into it.
Do you have something strange in your XF86Config?

One possible workaround could be to use the framebuffer console.

--
Måns Rullgård
[EMAIL PROTECTED]
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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


Re: [XFree86] X visual artifact

2003-07-07 Thread Mark Vojkovich
   This kind of thing is rarely a software problem.  It is
an analog electronics problem.

   The most common cause is a bad monitor cable or KVM switch,
but can also be a bad monitor or video card.

Mark.

On Mon, 7 Jul 2003, gabe f wrote:

 (i'm reposting this, because I joined the list after submitting the 
 post - don't know if it made it)
 
 Hi,
 My problem is that I have a kind of echoing/ghosting/shadow artifact 
 where a vertical line will have a faded copy of itself to the right of 
 itself, a few pixels over, and again, a little fainter, for about 4 
 echos until I can't see it anymore. Makes text a little hard to read a 
 lot of. I had the problem with the default install of OpenBSD 3.2, and 
 then I upgraded to Xfree86 4.3.0 (from source) to get drivers for my 
 ati radeon 7500 card, but the exact same problem persists. I couldn't 
 find anything in the documentation or comp.windows.x.i386unix. I've 
 attached the log and config.
 
 gabe
 
 
 

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


Re: [XFree86] lost consoles (GLINT)

2003-07-07 Thread Rich Johnson
Hmm...Googling on XFree86 using framebuffer I stumbled across:
http://www.linux.org/docs/ldp/howto/Framebuffer-HOWTO-5.html#ss5.5
I've been running the Debian installation kernel vmlinuz-2.4.18-bf2.4.
This kernel is configured _without_ CONFIG_FB_PM2.
 I wonder, could the problem lie with a kernel/hw mismatch? Or am I 
barking up the wrong tree?

There's only a finite number of ways to find out

--rich

On Monday, July 7, 2003, at 11:59 AM, Måns Rullgård wrote:

Rich Johnson [EMAIL PROTECTED] writes:

Whenever I startx the virtual consoles all disappear (No video
signal);  but the server runs fine on tty7.   When I exit the server I
have no  consoles.
The only way I've found to restore the consoles is to reboot the
machine--which is frustrating.
Machine: Dell Precision 410
Video: Diamond FireGL 1000 Pro.
OS:  Debian Woody
I have one of those cards, and it works fine with XFree86 4.3.0 in
linux 2.5.68.  The only quirk I've noticed is that when switching back
to a text console, some colors have been modified.  It never bothered
me much, so I haven't dug into it.
Do you have something strange in your XF86Config?

One possible workaround could be to use the framebuffer console.

--
Måns Rullgård
[EMAIL PROTECTED]
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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


[XFree86] startx

2003-07-07 Thread Laerte Pereira
My name is Laerte.
I am not able to start Red Hat 8.0 in graphical mode.
My pc is an IBM Netfinity 5500 and my video card is a
S3 Trio64V2 and the monitor is an IBM G42.

I am grateful with your help.

___
Yahoo! Mail
Mais espaço, mais segurança e gratuito: caixa postal de 6MB, antivírus, proteção 
contra spam.
http://br.mail.yahoo.com/

XFree86.0.log
Description: XFree86.0.log


XF86Config.
Description: XF86Config.


RE: [XFree86] RedHat Version 9 No useable screen error with a AGP ATI Radeon 7500

2003-07-07 Thread antons
Hi there!

Are you sure that the problem is in the monitor???
I have Radeon 8500LE, my monitor is Dell 828FI (CRT) and seems that I
have the same problem - when I try to start X I receive (EE) RADEON(0):
No valid mode found for this DFP/LCD - just as you...I'm running Red
Hat 9.0 and I've already asked for help here, asked in other places and
some guys, which definitely knows much more for Linux than me...
I've tried the following and it works for me:
Edit your Config file as a root (I used Vim - if you did not work with
it before, read its manual - try vimtutor). In section Device (that
one for the video card) change the driver (I used vesa). Save the
change and then reboot. See what will happened. It worked for me, if it
works for you - then first see what is written this time in your log
file (may be it will be helpful later),  second - try again to edit your
Config file and return the old radeon driver. Reboot and see what will
happened. If it isn't working you know how to start X (yes, it will be
with other driver, but you will be able to work in graphical mode; the
bad thing I think is that probably you can not use all the features of
your card)...

Tell us what are the results - I'm very curious

All the best - Anton

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of CMWII W
Sent: Monday, July 07, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] RedHat Version 9 No useable screen error with a
AGP ATI Radeon 7500


After trying to make the suggested changes X server still will not
start. I've edited the XF86Config file and changed the run level to 3
via web 
admin.
Tried to rerun the redhat-config-xfree86 and make the suggested change.
But 
I don't get an option to select the Generic LCD screen. When I run the 
redhat-config-xfree86 command.
The screen says.
Couldn't start X server, trying with a fresh configuration.  Trying
with 
card ATI Radeom 7500.  Error connot start X server

New Output files.

Thanks,

CMWII


From: Oisin Feeley [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] RedHat Version 9 No useable screen error with a 
AGP
ATI Radeon 7500
Date: Thu, 3 Jul 2003 18:13:21 -0700 (PDT)

On Thu, 3 Jul 2003, CMWII W wrote:
 
  From: Oisin Feeley [EMAIL PROTECTED]
  
  On Thu, 3 Jul 2003, CMWII W wrote:
  
I just upgraded my Linux workstation FROM Red Hat 8  to Red Hat
Version
  9.
I'm getting an error when X server tries to start.
No useable screens found.
Any suggestion would be greatly appreciated.
I have included the xfree86.0.log and XFree86Config files. Ive 
tried the redhat-config-xfree86 and redhat-config-xfree86
  reconfig.
   
  
  The XF86Config that you include specifies for the monitor:
  
  Section Monitor
   Identifier   Monitor0
   VendorName   Monitor Vendor
   ModelNameGeneric Monitor, 1280x1024 @ 74 Hz
   HorizSync31.5 - 79.0
   VertRefresh  50.0 - 90.0
   Option  dpms
  EndSection
  
  and the errorlog that you include says:
  (WW) RADEON(0): Monitor0: Using default hsync range of 
  28.00-33.00kHz
  (WW) RADEON(0): Monitor0: using default vrefresh range of
43.00-72.00Hz
  (II) RADEON(0): Clock range:  20.00 to 350.00 MHz
  (II) RADEON(0): Not using default mode 640x350 (hsync out of
range)
  (II) RADEON(0): Not using default mode 320x175 (bad mode
  clock/interlace/doublescan)
  snip
  (II) RADEON(0): Validating modes on Primary head (DDCType: 0)
-
  (II) RADEON(0): Total number of valid DDC mode(s) found: 0
  (WW) RADEON(0): Mode 1280x1024 is out of range.
  (WW) RADEON(0): Valid modes must be between 320x200-0x0
  snip
  (II) RADEON(0): Total number of valid FP mode(s) found: 0
  (EE) RADEON(0): No valid mode found for this DFP/LCD
  
  So, is this an LCD screen or a CRT?
  
  It's an Envision EN-7100e LCD

When using redhat-config-xfree86 (from runlevel 3 telinit runlevel 3)

you need to select the Generic LCD screen.  Then the Monitor section in

/etc/X11/XF86Config will say something like Generic Laptop Display 
Panel instead of Generic Monitor.

HTH,
Oisin Feeley

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

_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail



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


Re: [XFree86] image that causes LCD to flicker violently

2003-07-07 Thread Case Jones
On Thu, 26 Jun 2003 22:18:04 -0500
Andy Goth [EMAIL PROTECTED] wrote:

 On Wednesday, June 25, 2003 10:09 pm, Case Jones wrote:
  On Wed, 25 Jun 2003 21:28:27 -0500
  Andy Goth [EMAIL PROTECTED] wrote:
   GIMP-1.3 says it's a 1329x6 pixel image.  Is that really what you want?
 
  That image contains the essential ingredients to make my screen flicker
  every single time.  To use it, the entire image needs to be visible, and
  I get the most flickering when the image is close to the left edge of the
  screen.  The image came from a gimp windowshot of mozilla displaying a
  company website, and I cropped it down until the resultant image was of
  a reasonable size to send to the mailing list.  I tried it again right
  now, and it still makes my LCD flicker.
 
 How weird.  Do you get the same flickering if you display the image using 
 fbcon or svgalib or Microsoft Windows or MetroX or anything besides XFree86?  
 If so, it's either your graphics card or monitor.  If not, it's XFree86.  
 Either way, it's strange.
 
 You say this came from a screenshot.  What resolution are you using?  What 
 refresh rate does your screen run at?  Have you tried with different 
 resolutions and/or refresh rates?  If your monitor or graphics card has an 
 option to scale the image to fill the screen, try toggling it.  Also, see if 
 the image still causes trouble if you rotate the colors, convert it to 
 black-and-white, rescale it horizontally, drop the red, green, and/or blue 
 channels, blur it horizontally, and so on.
 
Here's the output of xrandr:

[EMAIL PROTECTED]:~$ xrandr   
 SZ:Pixels  Physical   Refresh
*0   1600 x 1200   ( 572mm x 429mm )  *85   75   70   65   60  
 1   1280 x 1024   ( 572mm x 429mm )   79   68   54  
 2   1024 x 768( 572mm x 429mm )   72   60   57   50  
 3800 x 600( 572mm x 429mm )   63   56   55   45   40  
 4640 x 480( 572mm x 429mm )   56   49   39  
 5640 x 350( 572mm x 429mm )   65  
 6640 x 400( 572mm x 429mm )   58  
Current rotation - normal
Current reflection - none
Rotations possible - normal 
Reflections possible - none

(Out of curiousity, I wonder why the refresh rate gets lower
with lower resolutions.. does that have to do with using
an LCD monitor?)

scaled (in all directions) to 
105% no flickering
103% no flickering
101% flickering
91%  lots of flickering
86%  no flickering
lower than that, I haven't been able to get flickering

If I use xrandr -s 1, and try the image again, I can get
flickering if I make the image approximately the same size
relative to the physical screen (For instance, if I change 
the zoom to about 72%.).

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


[XFree86] confirmation

2003-07-07 Thread TristanWW
Confirmation for [EMAIL PROTECTED]

Thank you for your interest in my work.  After you complete the verification below you 
will be added to my list to receive updates whenever a piece is completed.

If you didn't sign up, perhaps a friend added you.

Reply to this email and type 'Yes Please' in the body and you will be added.  Do 
nothing and you will be forgotten.

Derek Olson
Tristan Woodworks
Your soul speaks Art.
http://www.SmileAtYou.com
Highlands Ranch, Colorado



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


[XFree86] ATI Radeon 9200, Xfree86 4.3.0

2003-07-07 Thread Costin Cosoveanu
Hi

My ATI 9200 video card, does't work.Also I have 
RedHat Linux 9 and XFree86 4.3.0.
I get the message: 

(WW) RADEON: No matching Device section for instance
(BusID PCI:1:0:1) found
(EE) No devices detected.

Thx

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86