CVS Update: xc (branch: trunk)

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

Log message:
   266. Fix a lockup with the trident driver when stopping/starting Xv
applications (Alan Hourihane).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_video.c 
  
  Revision  ChangesPath
  3.2764+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.37  +15 -1 
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_video.c

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


CVS Update: xc (branch: trunk)

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

Log message:
  Ugh. committed too much debug in that last fix.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_video.c 
  
  Revision  ChangesPath
  1.38  +0 -8  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_video.c

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


CVS Update: xc (branch: trunk)

2003-07-02 Thread Kevin E. Martin
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/02 10:31:31

Log message:
   274. Do not drop HV sync during screen blanking for Radeon
(Bugzilla #320, Michael Breuer, Hui [EMAIL PROTECTED]).
   273. Let out-of-limit pixel clocks only use the frequency below pll output
lower limit for Radeons (Bugzilla #262, John Vickers, Hui [EMAIL PROTECTED]).
   272. Add support for Radeon cards with DAC/TMDS wire up in different ways
from what the driver was originally programmed to; includes support
for dual DVI cards (Hui [EMAIL PROTECTED]).
   271. Add Radeon DPMS handling for flat panels (Bugzilla #26, Hui [EMAIL PROTECTED]).
   270. Decreased the retry loops in DDC probing so that Radeon startup
time won't be too long in the worst case (Hui [EMAIL PROTECTED]).
   269. Fix Radeon Asic bug in RMX unit of IGP chips (Hui [EMAIL PROTECTED]).
   268. Fix Radeon register initialization for RGB offset to fix the
milky-screen problem (Bugzilla #351, Hui [EMAIL PROTECTED]).
   267. Add support for new Radeon chips: R350(9800), RV350(9600,M10),
RS250(IGP7000), RS300(IGP9000), RV280(9200) (Hui [EMAIL PROTECTED]).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atichip.c atichip.h atiprobe.c radeon.h radeon.man 
radeon_accel.c radeon_dri.c radeon_driver.c 
radeon_probe.c radeon_probe.h radeon_reg.h radeon_video.c 
  
  Revision  ChangesPath
  3.2765+16 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.149 +18 -1 xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.35  +30 -6 xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c
  1.24  +7 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h
  1.58  +9 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
  1.40  +12 -10xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
  1.3   +18 -6 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.man
  1.34  +10 -4 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
  1.35  +9 -16 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
  1.98  +299 -122  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.27  +21 -1 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
  1.11  +3 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h
  1.28  +16 -2 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h
  1.28  +14 -6 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c

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


update window

2003-07-02 Thread Daniel Godas Lopez
i have changed the background picture of the desktop window, but i dont know how
to tell it to update, after changing it if i move a window on top of the
desktop, as i move it behind the window appears the right background
(cause moving the window i force that zone to repaint), how can i tell
the whole window to repaint itself so the new wallpaper shows up?
-- 

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


Re: MGA fixes don't compile

2003-07-02 Thread Egbert Eich
David Dawes writes:
  
  Maybe the situation would be better if the mga_hal module was limited
  to doing just those initialisations that can't, for whatever reasons,
  be done in open source.  If I recall correctly, the original reason for
  not having this in open source was that enabling the second display on
  the G400 couldn't be done without exposing how macrovision could be
  disabled (or something like that).

The truth is that we don't know what MGA HAL does exactly.
It does a lot of initialization stuff when it is called in PreInit()(!)
and it sets up video modes differently than the OpenSource code does.
In some cases it does the wrong thing so I had to add a lot of
workarounds. In some other cases it does a better job - for example
when setting up a video mode for flat panels.
We could try to make the OpenSource driver better so we didn't have
to use the HAL library any more - this however isn't really feasable
without detailed docs on the chipsets and I don't think anybody is
into register dumping and comparing.

  
  I get the impression that the mga_hal module went beyond what was
  originally intended, and it definitely makes a mess of the mga driver,
  as Egbert noted.

Yes, it does a lot more than just enable the secondary display on a
G400.

  
  I believe that the /tmp/mgaDriverIn/Out stuff is only used by the
  MGA PowerDesktop, and I can live without that, but please don't remove 
  the HAL.
  
  When the PowerDesktop stuff was originally discussed a while back, it
  was recommended that it be implemented via a server extension.  That
  recommendation was obviously ignored.  What Matrox puts in their own
  driver is their business, but it definitely doesn't belong in XFree86
  in its current state.
  

Probably not.

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


Re: MGA fixes don't compile

2003-07-02 Thread Alex Deucher
--- Egbert Eich [EMAIL PROTECTED] wrote:
 
 The truth is that we don't know what MGA HAL does exactly.
 It does a lot of initialization stuff when it is called in
 PreInit()(!)
 and it sets up video modes differently than the OpenSource code does.
 In some cases it does the wrong thing so I had to add a lot of
 workarounds. In some other cases it does a better job - for example
 when setting up a video mode for flat panels.
 We could try to make the OpenSource driver better so we didn't have
 to use the HAL library any more - this however isn't really feasable
 without detailed docs on the chipsets and I don't think anybody is
 into register dumping and comparing.
 

Actually you could probably replace the HAL functionality by using the
linux matrox framebuffer driver or directfb driver as a reference.  it
exposes just about all the functionality of the Gxxx driver (tv out,
flatpanel, YUV modes on the second crtc).

Alex


__
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


Re: mkfontscale strikes again

2003-07-02 Thread Egbert Eich
Juliusz Chroboczek writes:
   What sort of checking was done before replaceing mkfontdir with 
   mkfontscale ?
  
  EE I had the impression that this had been tested to some extend.
  
  Egbert,
  
  I am sorry if I misled you.
  

No problem. I guess it was my mistake.

So far submitted code was thoroughly tested and often heavily modified
by the committers. This has delayed code commit and loaded a overly
hard burdeon on the person who did the commit (in the majority of
cases David, but also Alan, Marc and others).
I would like to get to a situation where the submitter himself 
takes over more responsibilities and takes his code to a committable 
state - if necessary accompanied by an experienced developer.
This would also mean that I'd expect from a contributor with your 
expertise to only submit code he has given some testing himself
unless he says otherwise.
Of course, everybody makes mistakes - I have done a lot lately -
there may always be bugs that fell thru the cracks and nobody expects
submitters to test their code on several different platforms before 
submitting.

You could not know that I would make these assumptions.

  I had tested the mkfontdir replacement on the font directories I hold
  on my laptop.  I did not test this on a tree build, as building a tree
  on my laptop takes a long time and I was busy.
  

Sure, I know this situation.

  It was my impression that I had been clear on this subject in bugzilla #388.
  
http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=388
  

I'll take a look at this later, thanks.

  I'll try to be even more cautious in the future.
  

Thanks :-)

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


Xinerama on GeForce4 cards?

2003-07-02 Thread Kendall Bennett
Hi Guys!

We are trying to figure out how to get Dual Head working on the NVIDIA NV 
driver that is included in XFree86. From looking at the code, it would 
appear dual head mode is supposed to work; is that correct? If so, what 
graphics chipsets should it work on? We have figured out how to configure 
the XF86Config file to enable Xinerama on a Matrox G450 (with the help of 
SuSE's SaX2), however using the same basic config file for the GeForce4 
MX440, XFree86 fails to start with the error message Requested entity 
already in use!.

We are going to try the binary NVIDIA driver to see if that performs any 
differently, but perhaps we are configuring XFree86 incorrectly for this 
card? If dual head does work, can someone send me a working XF86Config 
file for 4.3.0 that enables Xinerama on the GeForce4 MX440?

Thanks!

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

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

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


Re: mkfontscale strikes again

2003-07-02 Thread Kean Johnston
Egbert Eich wrote:
This is really difficult.
I have compared Julisz's and Kean's patches.
Juliusz doesn't implement the -r option while Kean's code doesn't fix
the '(null)' problem, Kean doesn't generate an encodings file if no
encodings are to be processed while Juliusz generates one containing
a 0.
I could mix both fixes and we may get closer to the truth.
Sorry about that. I made my fix against one that had the NULL problem in 
it. I think we're getting closer though ...

From the code I don't see a difference in order between you version
and Juliusz's either, am I wrong?
No you're not. I didnt know if those semantics were important so I 
didn't change them. I am not sure they are important, but since this is 
a replacement for mkfontdir, I think it is prudent to err on the side of 
caution. You never know what odd behaviour people depend on.

  Please also note that the -x option conflicts with the usage in 
  mkfontdir. In mkfontscale it means add an encoding. In mkfontdir it 
This should definitely be fixed.
Do you want to do it or would you like some help? If the latter, tell me 
what you want to do. Change -x in mkfontscale to be ignore a suffix or 
keep its add an encoding meaning. I am in favour (personally) of 
making -x mean eXclude a suffix and perhaps changing the current 
mkfontscale's -x to -a, for (a)dd an encoding. There is a fair amount of 
momentum in other programs for -x being an exlusion list and -a being an 
append list, so this would retain consistancy, at least from an 
intuitive point of view. But it is also possible there are lots of 
peoples scripts depending on the current mkfontscale -x. You know better 
than I, its your call.

Kean

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


Re: Xinerama on GeForce4 cards?

2003-07-02 Thread Mark Vojkovich
On Wed, 2 Jul 2003, Kendall Bennett wrote:

 Hi Guys!
 
 We are trying to figure out how to get Dual Head working on the NVIDIA NV 
 driver that is included in XFree86. From looking at the code, it would 
 appear dual head mode is supposed to work; is that correct? 

Not at all.  It only supports one head.  While the driver can
be configured to use one or the other, it will only work on the
head that was posted because it relies on the BIOS to do much
of the HW setup.


Mark.

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


Re: mkfontscale strikes again

2003-07-02 Thread Egbert Eich
Kean Johnston writes:
   Yes, if we don't have an improved version by the end of the week
   I will revert this.
  I didnt see any comment on my message ... did you see my patch from 
  yesterday that implements the -r and -n options?
  

I'm sorry I have overlooked your posting.
I've combined Juliusz's and your patch.

Juliusz, Kean, please check below and tell me if it does what you expect.

Egbert.

Index: config/cf/X11.tmpl
===
RCS file: /home/x-cvs/xc/config/cf/X11.tmpl,v
retrieving revision 1.208
diff -u -r1.208 X11.tmpl
--- config/cf/X11.tmpl  27 Jun 2003 14:53:08 -  1.208
+++ config/cf/X11.tmpl  2 Jul 2003 19:16:40 -
@@ -3823,7 +3823,7 @@
 #endif
 #endif
 
-#ifndef MakeTblHtmlDoc(file,srcs)
+#ifndef MakeTblHtmlDoc
 #ifdef HTMLroffCmd
 #define MakeTblHtmlDoc(file,srcs)  @@\
 file.html: srcs@@\
@@ -3835,7 +3835,7 @@
 #endif
 #endif
 
-#ifndef MakeEqnHtmlDoc(file,srcs)
+#ifndef MakeEqnHtmlDoc
 #ifdef HTMLroffCmd
 #define MakeEqnHtmlDoc(file,srcs)  @@\
 file.html: srcs@@\
Index: programs/mkfontscale/mkfontscale.c
===
RCS file: /home/x-cvs/xc/programs/mkfontscale/mkfontscale.c,v
retrieving revision 1.9
diff -u -r1.9 mkfontscale.c
--- programs/mkfontscale/mkfontscale.c  1 Jul 2003 13:05:34 -   1.9
+++ programs/mkfontscale/mkfontscale.c  2 Jul 2003 19:16:52 -
@@ -74,21 +74,24 @@
 
 #define countof(_a) (sizeof(_a)/sizeof((_a)[0]))
 
-int doDirectory(char*, int, ListPtr);
+static int doDirectory(char*, int, ListPtr);
 static int checkEncoding(FT_Face face, char *encoding_name);
 static int checkExtraEncoding(FT_Face face, char *encoding_name, int found);
 static int find_cmap(int type, int pid, int eid, FT_Face face);
 static char* notice_foundry(char *notice);
 static char* vendor_foundry(signed char *vendor);
-int readFontScale(HashTablePtr entries, char *dirname);
+static int readFontScale(HashTablePtr entries, char *dirname);
 ListPtr makeXLFD(char *filename, FT_Face face, int);
+static int readEncodings(ListPtr encodings, char *dirname);
 
 static FT_Library ft_library;
 static float bigEncodingFuzz = 0.02;
 
+static int relative;
 static int doScalable;
 static int doBitmaps;
-static int doEncodings;
+static int onlyEncodings;
+static int onlyEncodings;
 static ListPtr encodingsToDo;
 static int reencodeLegacy;
 char *encodingPrefix = NULL;
@@ -99,7 +102,7 @@
 fprintf(stderr, 
 mkfontscale [ -b ] [ -s ] [ -o filename ] \n
 [ -x encoding ] [ -f fuzz ] [ -l ] 
-[ -e directory ] [ -p prefix ]\n
+[ -e directory ] [ -p prefix ] [ -n ] [ -r ] \n
 [ directory ]...\n);
 }
 
@@ -108,7 +111,7 @@
 {
 int argn;
 FT_Error ftrc;
-int rc;
+int rc, ll = 0;
 char prefix[NPREFIX];
 
 if(getcwd(prefix, NPREFIX - 1) == NULL) {
@@ -117,6 +120,7 @@
 }
 if(prefix[strlen(prefix) - 1] != '/')
 strcat(prefix, /);
+encodingPrefix = dsprintf(%s, prefix);
 
 outfilename = NULL;
 
@@ -127,8 +131,9 @@
NULL, 0);
 doBitmaps = 0;
 doScalable = 1;
+onlyEncodings = 0;
+relative = 0;
 reencodeLegacy = 1;
-doEncodings = 0;
 encodingsToDo = NULL;
 
 argn = 1;
@@ -154,14 +159,14 @@
 usage();
 exit(1);
 }
-strcpy(prefix, argv[argn + 1]);
+free(encodingPrefix);
+encodingPrefix = dsprintf(%s, argv[argn + 1]);
 argn += 2;
 } else if(strcmp(argv[argn], -e) == 0) {
 if(argn = argc - 1) {
 usage();
 exit(1);
 }
-doEncodings = 1;
 rc = readEncodings(encodingsToDo, argv[argn + 1]);
 if(rc  0)
 exit(1);
@@ -172,6 +177,12 @@
 } else if(strcmp(argv[argn], -s) == 0) {
 doScalable = 0;
 argn++;
+} else if(strcmp(argv[argn], -n) == 0) {
+onlyEncodings = 1;
+argn++;
+} else if(strcmp(argv[argn], -r) == 0) {
+relative = 1;
+argn++;
 } else if(strcmp(argv[argn], -l) == 0) {
 reencodeLegacy = !reencodeLegacy;
 argn++;
@@ -199,8 +210,6 @@
 }
 }
 
-encodingPrefix = dsprintf(%s, prefix);
-
 if(outfilename == NULL) {
 if(doBitmaps)
 outfilename = fonts.dir;
@@ -213,13 +222,14 @@
 fprintf(stderr, Could not initialise FreeType library: %d\n, ftrc);
 exit(1);
 }
-
+
+ll = listLength(encodingsToDo);
 
 if (argn == argc)
-doDirectory(., doEncodings, encodingsToDo);
+doDirectory(., ll, encodingsToDo);
 

Re: Xinerama on GeForce4 cards?

2003-07-02 Thread Kendall Bennett
Mark Vojkovich [EMAIL PROTECTED] wrote:

  We are trying to figure out how to get Dual Head working on the NVIDIA NV 
  driver that is included in XFree86. From looking at the code, it would 
  appear dual head mode is supposed to work; is that correct? 
 
 Not at all.  It only supports one head.  While the driver can
 be configured to use one or the other, it will only work on the
 head that was posted because it relies on the BIOS to do much of
 the HW setup. 

Ok. Our code is actually working with dual head on the NVIDIA cards 
provided that the BIOS has posted both heads to run in clone mode. On 
some cards the BIOS does not post the second head and only one head comes 
up, and the riva_hw.c module is not able to initialise the second head. I 
guess we are stuck in that case ;-)

Regards,

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

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

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


Re: mkfontscale strikes again

2003-07-02 Thread Roland Mainz
Dr Andrew C Aitchison wrote:
 
 With Roland's fix, mkfontscale generates encodings.dir files
 containing the string (null), ie with lines like:
 
 big5-0 (null)(null)large/big5.eten-0.enc
 big5.eten-0 (null)large/big5.eten-0.enc
 viscii1.1-1 (null)./viscii1.1-1.enc.gz
 adobe-symbol (null)./adobe-symbol.enc.gz

Weired. I don't see that problem when running mkfontscale
(Solaris2.7/SPARC build with Sun Workshop/Forte 7) ...



Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [EMAIL PROTECTED]
  \__\/\/__/  [EMAIL PROTECTED]
  /O /==\ O\  MPEG specialist, CJAVASunUnix programmer
 (;O/ \/ \O;) TEL +49 641 99-41370 FAX +49 641 99-41359
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Xinerama on GeForce4 cards?

2003-07-02 Thread Alex Deucher
I don't suppose you can contribute your code back?  I've sure someone
could get it working in due time.

Alex

--- Kendall Bennett [EMAIL PROTECTED] wrote:
 Mark Vojkovich [EMAIL PROTECTED] wrote:
 
   We are trying to figure out how to get Dual Head working on the
 NVIDIA NV 
   driver that is included in XFree86. From looking at the code, it
 would 
   appear dual head mode is supposed to work; is that correct? 
  
  Not at all.  It only supports one head.  While the driver can
  be configured to use one or the other, it will only work on the
  head that was posted because it relies on the BIOS to do much of
  the HW setup. 
 
 Ok. Our code is actually working with dual head on the NVIDIA cards 
 provided that the BIOS has posted both heads to run in clone mode. On
 
 some cards the BIOS does not post the second head and only one head
 comes 
 up, and the riva_hw.c module is not able to initialise the second
 head. I 
 guess we are stuck in that case ;-)
 
 Regards,
 
 ---
 Kendall Bennett
 Chief Executive Officer
 SciTech Software, Inc.
 Phone: (530) 894 8400
 http://www.scitechsoft.com
 
 ~ SciTech SNAP - The future of device driver technology! ~
 
 ___
 Devel mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/devel


__
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


Re: Xinerama on GeForce4 cards?

2003-07-02 Thread Mark Vojkovich
On Wed, 2 Jul 2003, Kendall Bennett wrote:

 Mark Vojkovich [EMAIL PROTECTED] wrote:
 
   We are trying to figure out how to get Dual Head working on the NVIDIA NV 
   driver that is included in XFree86. From looking at the code, it would 
   appear dual head mode is supposed to work; is that correct? 
  
  Not at all.  It only supports one head.  While the driver can
  be configured to use one or the other, it will only work on the
  head that was posted because it relies on the BIOS to do much of
  the HW setup. 
 
 Ok. Our code is actually working with dual head on the NVIDIA cards 
 provided that the BIOS has posted both heads to run in clone mode. On 
 some cards the BIOS does not post the second head and only one head comes 
 up, and the riva_hw.c module is not able to initialise the second head. I 
 guess we are stuck in that case ;-)

   This would be the expected behavior.  You can run either head
if the card was posted in clone mode.  You can probably even run
CRTs on the secondary head, but DFP will only work if it was 
posted.


Mark.

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


[XFree86] PCB supplier in Taiwan

2003-07-02 Thread dullo168
Title: ´¸¤Ñ



Dear Sir/ Madam:




Hello, hope everything is well with 
you?

At first, let me introduce myself. I am a sales 
of Dullo International Co., Ltd in Taiwan. 

We are a manufacturer of PCB and PCBA for many 
years. We also own factories both 

in China and Taiwan. 
Our products were sold around the World, and also won 
a good 

reputations. To provide the best quality and 
reasonable price are our service target. 

If you have any inquiry, welcome to advise and 
contact with us.

I will look forward to hear from you 
soon.


Thank you


Best regards,
Grace Chang
Dullo International Co., Ltd 


Clear Day Bkgrd.JPG

RE: [XFree86] Trouble with a SiS650

2003-07-02 Thread Lionel Lecoq
Xconfigurator is gone in RH 9.0
I did not see the start of the thread if you are using RH 9.0 then the config program 
should be (i
don't trust my memory, I am at work and not on my Linux PC) 
redhat-config-xfree86 
Lionel
--- News/Info [EMAIL PROTECTED] wrote:
 Well if you are Jesus it should not be that big of a deal, make some
 miracles happen or something... ;-)
 
 Sorry could not help it.
 
 A little more info is needed like what os kernel, what video card, etc...
 and what versions.
 
 You can always try Xconfigurator as a start...
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of Jesus Rivero
 Sent: Tuesday, July 01, 2003 3:23 PM
 To: [EMAIL PROTECTED]
 Subject: [XFree86] Trouble with a SiS650
 
 
 Hello, My name is Jesus and im trying to install Linux on a MSI
 motherboard, but im having torubles configuring the video card (integrated).
 I downloaded a driver, but i dont have a clue how to get it work.. Thanks
 for your help
 
 
 Jesus Rivero
 
 


__
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


Re: [XFree86] X Server crash after upgrade Red Hat 7.1 to Red Hat 9

2003-07-02 Thread James Aley
Hi all,

Sorry I forgot to mention I'm on Mac OSX. Using an iBook.
I'm having a go at installing version 4.3 now, the version of XFree86 I 
had sort of appeard when I installed OpenOffice, so I suspect it made a 
mess of it, seeing as that didn't work either. I'll let you know what 
happens.

Thanks for the help anyways.

On Wednesday, July 2, 2003, at 09:39  am, Peter  Heidrun Brittain 
wrote:

Hi folks,

Thought you might be interested in this crash.  X used to come up fine 
on
the PC using Red Hat 7.1, with a resolution of 1024x768 (same graphics 
card
of course). Since the upgrade to Red Hat 9 I get the following.

Would be grateful for any hints or advice.

Kind regards

Peter Brittain
Munich, Germany.
tel +49 89 3207114
fax +49 89 45 34 45 81
mailto: [EMAIL PROTECTED]
winmail.dat
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Changing the resolution of Xipaq on the fly ...

2003-07-02 Thread Armand Vedadi
This is a message I posted on the familiar's related discussion group. 
Hope I ll can get some help here
cheers
Armand Vedadi

Hi,
I am knocking my head on the wall for days trying to find out how to 
change the resolution of the Xipaq (and so the GPE that lays above) on 
the fly ...
When no application is running, one can change the resolution by using 
fbset, but as soon as an application runs, fbset has no effect until 
that application is killed. Can anyone explain me why?
Since Xrandr works fine, I think it is possible to change the resolution 
on the fly. The only problem is that only one randr size is set (the 
one given by the framebuffer when  the first Xclient is launched). I 
looked in the Xrandr library, but found no way to register new sizes. 
I've also looked in the sources of the randr extension of the XServer. 
Apparently, the function RRRegisterSize is used once when the default 
screen is used with the default size values, thus enabling only one 
size. I'd like to change and register different sizes, but have no 
experience in X development.

I am working on a driver that allows different resolution for the iPAQ, 
and I need a window  system that can also be resized on the fly in order 
to carry out further experiments ... Correct me if I m wrong, but Opie 
has no such capabilities, right?

Any help would be really appreciated

Armand Vedadi

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


[XFree86] CONGRATULATIONS

2003-07-02 Thread FRANCISCO CATALINA
FROM ADMINISTRATIVE DEPARTMENT 
 calle de los reyes 22
REF Nº:469/669/245 
  portal A, entrada C
SECURITY CODE:PKA/55/305/00
   28042, Madrid  
   
  SPAIN. 





FROM: THE DESK OF THE PROMOTIONS MANAGER, 
INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT, 



ATTENTION: 
RE/ AWARD NOTIFICATION; FINAL NOTICE 
today, 29th June, of winners of the EL GORDO LOTTERY,THE 
SPANISH / INTERNATIONAL, PROGRAMS held on 29th of june 2003. 
due to the missed up of names and numbers, comes late this notification.
Your company,is attached to ticket number 5,15,20,28,33,and 48 with serial number 
469669245 drew the lucky numbers 2,15,20,28,33,48, and consequently won the lottery in 
the 3rd category. 
You have therefore been approved for a lump sum pay out of €5,050.254.00euros in cash 
credited to file REF NO 469/669/245. . This is from total prize money of 
€80,400,000.00euros shared among the seventeen international winners in all the 
different continent of the world.

this category. All participants were selected through a computer ballot system drawn 
form 25,000 names from Australia, New Zealand, America, Europe, North 
America,Africa,And Asia, as part of International Promotions Program, which is 
conducted annually. 

CONGRATULATIONS! 

Your fund is now deposited with a Security company insured in your name. Due to the 
mix up of some numbers and names, we ask that you keep this award strictly from public 
notice until your claim has been processed and your money remitted to your account. 

This is part of our security protocol to avoid double claiming or unscrupulous acts by 
participants of this program. 
We hope with a part of you prize, you will participate in our end of year high stakes 
US$1.3 billion International Lottery. 

To begin your claim, please contact your claim agent; Mr JULIO JIMENEZ,  FOREIGN 
SERVICE MANAGER, SANTA LUCIA,ON telefone nª 0034680761068,fax nª0034635281618, For due 
processing and remittance of your prize money to your designated account of your 
choice. 

Remember, all prize money must be claimed not later than 20th July, After this date, 
all funds will be returned as unclaimed to the ministry of economia y hacienda españa. 

NOTE: In order to avoid unnecessary delays and complications, please remember to quote 
your reference and batch numbers in every one of your respondences with your agent. 

Furthermore, should there be any change of your address, do inform your claims agent 
as soon as possible. 

Congratulations again from all our staff and thank you for being part of our 
promotions program. 


Sincerely, 

franciaco catalina
THE PROMOTIONS MANAGER, EL GORDO DE LA PRIMITIVA. ESPAÑA.

N.B. Any breach of confidentiality on the part of the winners will result to 
disqualification. 

SORRY FOR THE LATE INFORMATION.
CONGRATULATIONS.
.
www.elgordo.com



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


[XFree86] X server crash

2003-07-02 Thread Devendra L. Kelkar
Title: Message



Hi, 

 Our X 
server crashed after logging out of redhat linux-9 server.enclosed are the 
details about my sever

XFree86 version 
:-4.3.0 (redhat linux release 4.3.0-2), X Protocol version 11, Revision 0 
,Release 6.6
Operating System 
build :-Linux 2.4.20-3bigmem i686 [ELF] 
OS kernel :-2.4.20-8 
(gcc version 3.2.2 20030222 (redhat linux 3.2.2-5 ) )
Video hardware 
:-intel 82845G IBM E54 monitor 


Also enclosed is the 
copy of XFree86log and XF86Config file


Thank 
you.

Rgds 

Devendra Kelkar 

Patni Computers 
System limited.

[EMAIL PROTECTED] log]# cat XFree86.0.log

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

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red 
Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Wed Jul  2 15:29:53 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Anaconda Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Intel 845
(**) |--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

(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
[EMAIL PROTECTED] log]# cat XFree86.0.log

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

Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red 
Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Wed Jul  2 15:29:53 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Anaconda Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Intel 845
(**) |--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

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

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


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

RE: [XFree86] config problem

2003-07-02 Thread Cynthia Grossen
Redhat 6 has been end-of-lifed. You need to update to Redhat 9. Let us know
if you still have problems after that. Send the log file too.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, July 01, 2003 10:30 PM
 To: [EMAIL PROTECTED]
 Subject: [XFree86] config problem
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] Help, Caught signal 11. Server abortin

2003-07-02 Thread Cynthia Grossen
You're missing some files. Looks like you've played with this installation
too much. You may want to do a fresh install.

Also you may want to try a driver from here, if you haven't already done so.
http://www.xfree86.org/~alanh/drivers/x86/

-Original Message-
From: Emilio Bustos [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 01, 2003 9:42 AM
To: [EMAIL PROTECTED]
Subject: [XFree86] Help, Caught signal 11. Server abortin
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] ATI IGP 340M - Dual head on a lapltop

2003-07-02 Thread Alex Deucher
The mode on your second head is being disabled:
(EE) RADEON(1): Virtual height (0) is too small for the hardware (min
128)
it looks like there are no modes available for it to display.  I think
the problem stems from this:

Section Monitor
Identifier External
HorizSync   50-90 
VertRefresh 60
Option  dpms
EndSection

You need to put a range in for your VertRefresh.  try 
VertRefresh  50.0 - 75.0
if the vertical refresh is too low all your valid modes on the second
head will be thrown out, since it would seem the monitor can't support
them.

For mergedfb  I have patches and binaries available for both 4.3.0 and
CVS.

Alex

--

Thanks Alex. If you've a spare moment would you mind looking at my
current XF86Config file? http://www.656.org/ati/XF86Config The
XFree86.0.log is at http://www.656.org/ati/XFree86.0.log Just please
let
me know if something jumps out as being horribly wrong (I've stripped
comments, so it is pretty easy to read through). I submitted a second
email concerning my problem yesterday with more accurate information.
Mainly that the chipset is an IGP 320M, not 340M as I had previously
believed. When defining two screens, two monitors, and two devices and
I
am getting a clone of the primary head on the secondary head. Xinerama
says that it is enabled in the log, but you couldn't tell by looking at
the display. From the bugzilla record below I gather I'll need the cvs
to use the patch. Is this correct? Thanks for your help.

Brandon

On Tue, 2003-07-01 at 08:38, Alex Deucher wrote:
 the radeon driver supports dualhead.  you can either do it with two
 screen entries and xinerama or with my mergedfb patch
 (http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=276).  the
 IGP chipsets do not support HW 3D yet.  Make sure your screen entries
 do not contain the videoram option as that will prevent dualhead
from
 working.  check the radeon and XF86Config man pages for more info.
 
 Alex
 
 

__
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


Re: [XFree86] ATI IGP 340M - Dual head on a lapltop

2003-07-02 Thread Alex Deucher
Also your Hsync seems too high, try a lower value:
HorizSync 31.0 - 60.0

Alex

-

The mode on your second head is being disabled:
(EE) RADEON(1): Virtual height (0) is too small for the hardware (min
128)
it looks like there are no modes available for it to display.  I think
the problem stems from this:

Section Monitor
Identifier External
HorizSync   50-90 
VertRefresh 60
Option  dpms
EndSection

You need to put a range in for your VertRefresh.  try 
VertRefresh  50.0 - 75.0
if the vertical refresh is too low all your valid modes on the second
head will be thrown out, since it would seem the monitor can't support
them.

For mergedfb  I have patches and binaries available for both 4.3.0 and
CVS.

Alex

--

Thanks Alex. If you've a spare moment would you mind looking at my
current XF86Config file? http://www.656.org/ati/XF86Config The
XFree86.0.log is at http://www.656.org/ati/XFree86.0.log Just please
let
me know if something jumps out as being horribly wrong (I've stripped
comments, so it is pretty easy to read through). I submitted a second
email concerning my problem yesterday with more accurate information.
Mainly that the chipset is an IGP 320M, not 340M as I had previously
believed. When defining two screens, two monitors, and two devices and
I
am getting a clone of the primary head on the secondary head. Xinerama
says that it is enabled in the log, but you couldn't tell by looking at
the display. From the bugzilla record below I gather I'll need the cvs
to use the patch. Is this correct? Thanks for your help.

Brandon

On Tue, 2003-07-01 at 08:38, Alex Deucher wrote:
 the radeon driver supports dualhead.  you can either do it with two
 screen entries and xinerama or with my mergedfb patch
 (http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=276).  the
 IGP chipsets do not support HW 3D yet.  Make sure your screen entries
 do not contain the videoram option as that will prevent dualhead
from
 working.  check the radeon and XF86Config man pages for more info.
 
 Alex
 
 

__
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


Re: [XFree86] ATI IGP 340M - Dual head on a lapltop

2003-07-02 Thread Brandon Wittenburg
On Wed, 2003-07-02 at 09:23, Alex Deucher wrote:
 Also your Hsync seems too high, try a lower value:
 HorizSync 31.0 - 60.0
 
 Alex
 

Wow, I've made these changes to the the HorizSync and VertRefresh. I now
have Xinerama; I can see this from the workspace switcher. But the CRT
is not on!?!?! With the values set to what looks like too high(before),
the CRT came on but only displayed a clone. H...I wonder what it
could be that makes things happen this way.

Really, thank your for your help. This is a fairly important thing for
me. I've really not done a whole lot more than work on this problem for
the past two days. 

Regards,

Brandon Wittenburg

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


[XFree86] RE:Re: Movie

2003-07-02 Thread Postmaster . MR3
A virus has been detected in a message [EMAIL PROTECTED]

with subject Re: Movie on Wed, 2 Jul 2003 9:47:35 --0500.

This email has been deleted
Global Elsevier Help Desk  + 44 (0)1865 843737

This is an automated e-mail please do not reply to it.

DATE: Wed, 2 Jul 2003 9:47:35 --0500
Info : Scenarios/Incoming/Sophos In: A virus has been detected: 'W32/Sobig-E'.
Scenarios/Block Executables: 'ItemLength.GE.0'.


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


Re: [XFree86] problem with X on Dell C600

2003-07-02 Thread Munyegera
Hello George,

Try out the following.

1. Connect an external monitor (not LCD) to your portable.
If this works then
2. Edit the XF86Config file in the section "Monitors" -
Set HorizSync 20-60
Set VertRefresh 40-100

Once the configuration is done you can disconnect the external monitor and use 
your LCD.

Good luck
 


Re: [XFree86] via_driver.c (4.3.99.7) buglet

2003-07-02 Thread Egbert Eich
I'll commit a fix for this later.

Egbert.


Arnt Gulbrandsen writes:
  The code does
  
  AvailFBArea.y2 = (pVia-FBFreeEnd) / pVia-Bpl;
  
  but pVia-Bpl can be zero - it's set only in via_accel.c.
  
  Here's the section that provoked the bug:
  
  Section Device
  Identifier  CLE266 chip
  Driver  via
  Option  useBIOS true
  Option ShadowFB true
  Option NoAccel
  Option  SWCursor true
  Option HWCursor false
  Option DisableVQ true
  Option NoDDCValue true
  Option  ActiveDevice CRT
  EndSection
  
  Basically, by disabling everything, hoping to avoid one bug, I provoked 
  another ;)
  
  --Arnt
  ___
  XFree86 mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Error in CVS?

2003-07-02 Thread PSI-Systems
I've done nothing other than to install the new CVS Version. 5 Days ago the
CVS-Version has worked.


XFree86.0.log
Description: Binary data


[XFree86] Re: [Fink-beginners] ? = What system set-up configuration should i use for OS X 10.2.6

2003-07-02 Thread Craig Sutherland
On Tuesday, July 1, 2003, at 02:53  AM, Brian Egeness wrote:
Hello,

>snip Removed non concise parts

I have installed X11SDK and Apple Developer Tools
I have removed Apple's version of X11 and X11R6
I have installed xfree86-base 4.2.1.1-3 (not the rootless) via fink install* 10 hours later...:( got bandwidth? *

With this custom installation, what do you want to accmplish? Why did you decide that this would provide the most useful envirmnt for you?

Will X11SDK conflict with XFree86 in any way? I didn't think so but thought I should ask the more informed?
I need the best window manager, X server, and GUI (GNOME?) for my box and OS. 

Best window manager is a matter of opinion. You need to know that there is a grey area in the definition of a window manager- some wms affect just what you would expect- window appearance, others begin to add features such as kickers, menus, etc. gnome and kde are what I would call desktop managers and in effect duplicate the function of the Apple desktop. 

I want this setup to allow for the most apps to run stable. 

Stable is dependent of the build of the app- apps can have both stable and unstable builds., with the stable being the version that the coding team has deemed most bullet proof.  Your chose which you want.

In your opinion, better to go with root or rootless xfree86?

One has a root window that takes the entire screen, the other does not. xDarwin is rutted, X11R6 is rootless.

I need concise info and to the point pros and cons if more than one choice. (keep it short, simple and please no geek speak or intellectual flexing)

Keep it simple at first (and later too).  Try blackbox as a wm. I do not use kde or gnome because they duplicate the desktop environment of Mac OS X.. I like what Apple has evolved over the last 19 years.

HTH
Craig


[XFree86] X server crash

2003-07-02 Thread Piyush Rai
Hi,

The X server has crashed after running install.sh for 
installation of glx on my Linux machine having Matrox card. Please 
help me out. I want to run some OpenGL applications on my Linux 
machine.

Thanks in advance,
Piyush Rai
---
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: Thu Jul  3 00:05:13 
2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Anaconda Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Matrox Millennium G400
(**) |--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

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
	compiled for 4.2.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 = 0x8090, mode1Res1 = 
0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 147b,0508 rev 03 class 
06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 03 class 
06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 12 class 
06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 12 class 
06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 147b,0508 rev 12 class 
01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 147b,0508 rev 12 class 
0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 147b,0508 rev 12 class 
0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 147b,0508 rev 12 class 
0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 147b,0508 rev 12 class 
04,01,00 hdr 00
(II) PCI: 02:00:0: chip 3388,0021 card , rev 12 class 
06,04,00 hdr 01
(II) PCI: 02:02:0: chip 1282,9102 card 4554,434e rev 31 class 
02,00,00 hdr 00
(II) PCI: 03:00:0: chip 102b,0525 card 102b,5eb0 rev 04 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) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is 
set)
(II) Bus 0 I/O range:
	[0] -1	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x06 (VGA_EN is 
cleared)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
(II) Bus 1 prefetchable memory range:
(II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x0e (VGA_EN is 
set)
(II) Bus 2 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 2 non-prefetchable memory range:
	[0] -1	0xd200 - 0xd6ff (0x500) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0xd000 - 0xd1ff (0x200) MX[B]
(II) Bus -1: bridge is at 

[XFree86] XFree86 -configure error

2003-07-02 Thread Jibi Scaria
running  XFree86 -configure, i got the following error


Fatal server error:

XFree86 has found a valid card configuration.
Unfortunately the appropriate data has not been added to xf86PciInfo.h.
Please forward 'scanpci -v' output to XFree86 support team.
i have also attached 


here is the output of the 'scanpci -v'.  
===
pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x2560
 Intel  Device unknown
  STATUS0x2090  COMMAND 0x0106
  CLASS 0x06 0x00 0x00  REVISION 0x01
  BASE0 0xf808  addr 0xf800  MEM PREFETCHABLE
  BYTE_00x33c  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x02 function 0x00: vendor 0x8086 device 0x2562
 Intel  Device unknown
 CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
  STATUS0x0090  COMMAND 0x0007
  CLASS 0x03 0x00 0x00  REVISION 0x01
  BASE0 0xf008  addr 0xf000  MEM PREFETCHABLE
  BASE1 0xfc40  addr 0xfc40  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0a

pci bus 0x cardnum 0x1d function 0x00: vendor 0x8086 device 0x24c2
 Intel  Device unknown
 CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x01
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BASE4 0x2441  addr 0x2440  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0a

pci bus 0x cardnum 0x1d function 0x01: vendor 0x8086 device 0x24c4
 Intel  Device unknown
 CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
  STATUS0x0280  COMMAND 0x0005
  CLASS 0x0c 0x03 0x00  REVISION 0x01
  BASE4 0x2461  addr 0x2460  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b

pci bus 0x cardnum 0x1d function 0x07: vendor 0x8086 device 0x24cd
 Intel  Device unknown
 CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
  STATUS0x0290  COMMAND 0x0106
  CLASS 0x0c 0x03 0x20  REVISION 0x01
  BASE0 0xfc48  addr 0xfc48  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x05
pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x244e
 Intel  Device unknown
  STATUS0x8080  COMMAND 0x0107
  CLASS 0x06 0x04 0x00  REVISION 0x81
  HEADER0x01  LATENCY 0x00
  PRIBUS0x00  SECBUS 0x05  SUBBUS 0x05  SECLT 0x40
  IOBASE0x1000  IOLIM 0x1fff  SECSTATUS 0x2280
  NOPREFETCH_MEMBASE 0xfc50  MEMLIM 0xfc7f
  PREFETCH_MEMBASE   0xfff0  MEMLIM 0x000f
  NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN SERR_EN NO_PERR_EN

pci bus 0x cardnum 0x1f function 0x00: vendor 0x8086 device 0x24c0
 Intel  Device unknown
  STATUS0x0280  COMMAND 0x010f
  CLASS 0x06 0x01 0x00  REVISION 0x01
  BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
  BYTE_00xf801  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00

pci bus 0x cardnum 0x1f function 0x01: vendor 0x8086 device 0x24cb
 Intel  Device unknown
 CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
  STATUS0x0280  COMMAND 0x0007
  CLASS 0x01 0x01 0x8a  REVISION 0x01
  BASE0 0x24b1  addr 0x24b0  I/O
  BASE1 0x24c1  addr 0x24c0  I/O
  BASE2 0x24b9  addr 0x24b8  I/O
  BASE3 0x24c5  addr 0x24c4  I/O
  BASE4 0x24a1  addr 0x24a0  I/O
  BASE5 0x1f80  addr 0x1f80  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0a
  BYTE_00xe323e327  BYTE_1  0x00  BYTE_2  0x80735a8  BYTE_3  0x

pci bus 0x cardnum 0x1f function 0x05: vendor 0x8086 device 0x24c5
 Intel  Device unknown
 CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
  STATUS0x0290  COMMAND 0x0007
  CLASS 0x04 0x01 0x00  REVISION 0x01
  BASE0 0x2001  addr 0x2000  I/O
  BASE1 0x2401  addr 0x2400  I/O
  BASE2 0xfc480400  addr 0xfc480400  MEM
  BASE3 0xfc480600  addr 0xfc480600  MEM
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x05
  BYTE_00x109  BYTE_1  0x00  BYTE_2  0x8073920  BYTE_3  0x

pci bus 0x0005 cardnum 0x08 function 0x00: vendor 0x8086 device 0x103b
 Intel  Device unknown
 CardVendor 0x0e11 card 0x0012 (Compaq, Card unknown)
  STATUS0x0290  COMMAND 0x0107
  CLASS 0x02 0x00 0x00  REVISION 0x81
  BIST  0x00  HEADER 0x00  LATENCY 0x42  CACHE 0x10
  BASE0 0xfc50  addr 0xfc50  MEM
  BASE1 0x1001  addr 0x1000  I/O
  MAX_LAT   0x38  MIN_GNT 0x08  INT_PIN 0x01  INT_LINE 0x05




XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / 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.17-0.13smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
Module Loader present
Markers: (--) probed, 

[XFree86] Fatal server error: no screens found

2003-07-02 Thread Efrain Espinoza
I'm trying to build an intra Net with LTSP in a school (La Paz - Bolivia)
 1 Server PIII 1.2 GH, Linux Mandrake 8.1, RAM 512 MB, HD 40 GB.
18 LessDisk terminals (BootDisk) 486, PI and PII

NET Topology = BUS Coaxial 

I'm almost ready with this NET. but when a terminal is trying to get into 
SFree (graphical plataform) it shows the message:

Fatal server error:
no screens found

The file /var/log/XFree86.0.log is bellow:


XFree86 Version 4.1.0 / 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.8-5mdkenterprise i686 [ELF] 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Mon Jun  9 14:33:22 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 layout1
(**) |--Screen screen1 (0)
(**) |   |--Monitor Generic|SVGA alta-frecuencia, 1024x768 a 70 Hz
(**) |   |--Device SiS 300
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 250 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout es
(**) XKB: layout: es
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to unix/:-1
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.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 = 0x80003888, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0691 card 1458,5000 rev c4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1458,5001 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1458,5002 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 1458,5004 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1458,5003 rev 40 class 0c,05,00 hdr 00
(II) PCI: 00:0b:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 10ec,8029 card , rev 00 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1039,0300 card 1039,0300 rev 90 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, 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  0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0x8000 - 0xafff (0x3000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xdfe0 - 0xdfef (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0xcfc0 - 0xdfcf (0x1010) 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:*(1:0:0) SiS 300 rev 144, Mem @ 0xd000/27, 0xdfee/17, I/O @ 
0xa000/7, BIOS @ 0xdfed/16
(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  

Re: [XFree86] XFree86 -configure error

2003-07-02 Thread Alan Hourihane
Upgrade to XFree86 4.3.0

Alan.

On Wed, Jul 02, 2003 at 06:44:55PM -0400, Jibi Scaria wrote:
 running  XFree86 -configure, i got the following error
 
 
 Fatal server error:
 
 XFree86 has found a valid card configuration.
 Unfortunately the appropriate data has not been added to xf86PciInfo.h.
 Please forward 'scanpci -v' output to XFree86 support team.
 i have also attached 
 
 
 here is the output of the 'scanpci -v'.  
 ===
 pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x2560
  Intel  Device unknown
   STATUS0x2090  COMMAND 0x0106
   CLASS 0x06 0x00 0x00  REVISION 0x01
   BASE0 0xf808  addr 0xf800  MEM PREFETCHABLE
   BYTE_00x33c  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00
 
 pci bus 0x cardnum 0x02 function 0x00: vendor 0x8086 device 0x2562
  Intel  Device unknown
  CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
   STATUS0x0090  COMMAND 0x0007
   CLASS 0x03 0x00 0x00  REVISION 0x01
   BASE0 0xf008  addr 0xf000  MEM PREFETCHABLE
   BASE1 0xfc40  addr 0xfc40  MEM
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0a
 
 pci bus 0x cardnum 0x1d function 0x00: vendor 0x8086 device 0x24c2
  Intel  Device unknown
  CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
   STATUS0x0280  COMMAND 0x0005
   CLASS 0x0c 0x03 0x00  REVISION 0x01
   BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
   BASE4 0x2441  addr 0x2440  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0a
 
 pci bus 0x cardnum 0x1d function 0x01: vendor 0x8086 device 0x24c4
  Intel  Device unknown
  CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
   STATUS0x0280  COMMAND 0x0005
   CLASS 0x0c 0x03 0x00  REVISION 0x01
   BASE4 0x2461  addr 0x2460  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x0b
 
 pci bus 0x cardnum 0x1d function 0x07: vendor 0x8086 device 0x24cd
  Intel  Device unknown
  CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
   STATUS0x0290  COMMAND 0x0106
   CLASS 0x0c 0x03 0x20  REVISION 0x01
   BASE0 0xfc48  addr 0xfc48  MEM
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x04  INT_LINE 0x05
 pci bus 0x cardnum 0x1e function 0x00: vendor 0x8086 device 0x244e
  Intel  Device unknown
   STATUS0x8080  COMMAND 0x0107
   CLASS 0x06 0x04 0x00  REVISION 0x81
   HEADER0x01  LATENCY 0x00
   PRIBUS0x00  SECBUS 0x05  SUBBUS 0x05  SECLT 0x40
   IOBASE0x1000  IOLIM 0x1fff  SECSTATUS 0x2280
   NOPREFETCH_MEMBASE 0xfc50  MEMLIM 0xfc7f
   PREFETCH_MEMBASE   0xfff0  MEMLIM 0x000f
   NO_FAST_B2B NO_SEC_BUS_RST NO_M_ABRT NO_VGA_EN ISA_EN SERR_EN NO_PERR_EN
 
 pci bus 0x cardnum 0x1f function 0x00: vendor 0x8086 device 0x24c0
  Intel  Device unknown
   STATUS0x0280  COMMAND 0x010f
   CLASS 0x06 0x01 0x00  REVISION 0x01
   BIST  0x00  HEADER 0x80  LATENCY 0x00  CACHE 0x00
   BYTE_00xf801  BYTE_1  0x00  BYTE_2  0x00  BYTE_3  0x00
 
 pci bus 0x cardnum 0x1f function 0x01: vendor 0x8086 device 0x24cb
  Intel  Device unknown
  CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
   STATUS0x0280  COMMAND 0x0007
   CLASS 0x01 0x01 0x8a  REVISION 0x01
   BASE0 0x24b1  addr 0x24b0  I/O
   BASE1 0x24c1  addr 0x24c0  I/O
   BASE2 0x24b9  addr 0x24b8  I/O
   BASE3 0x24c5  addr 0x24c4  I/O
   BASE4 0x24a1  addr 0x24a0  I/O
   BASE5 0x1f80  addr 0x1f80  MEM
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0a
   BYTE_00xe323e327  BYTE_1  0x00  BYTE_2  0x80735a8  BYTE_3  0x
 
 pci bus 0x cardnum 0x1f function 0x05: vendor 0x8086 device 0x24c5
  Intel  Device unknown
  CardVendor 0x0e11 card 0x00b8 (Compaq, Card unknown)
   STATUS0x0290  COMMAND 0x0007
   CLASS 0x04 0x01 0x00  REVISION 0x01
   BASE0 0x2001  addr 0x2000  I/O
   BASE1 0x2401  addr 0x2400  I/O
   BASE2 0xfc480400  addr 0xfc480400  MEM
   BASE3 0xfc480600  addr 0xfc480600  MEM
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x02  INT_LINE 0x05
   BYTE_00x109  BYTE_1  0x00  BYTE_2  0x8073920  BYTE_3  0x
 
 pci bus 0x0005 cardnum 0x08 function 0x00: vendor 0x8086 device 0x103b
  Intel  Device unknown
  CardVendor 0x0e11 card 0x0012 (Compaq, Card unknown)
   STATUS0x0290  COMMAND 0x0107
   CLASS 0x02 0x00 0x00  REVISION 0x81
   BIST  0x00  HEADER 0x00  LATENCY 0x42  CACHE 0x10
   BASE0 0xfc50  addr 0xfc50  MEM
   BASE1 0x1001  addr 0x1000  I/O
   MAX_LAT   0x38  MIN_GNT 0x08  INT_PIN 0x01  INT_LINE 0x05
 
 
 

Content-Description: XFree86.0.log
 
 XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / 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 

[XFree86] x setup problems

2003-07-02 Thread Jon Gonzalez
Im having a problem setting up X. Im using XFree86 version 4.3.0.
this is the output I get:
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.8 i386 [ELF]
Build Date: 23 March 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Wed Jul  2 19:35:53 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor dell M782
(**) |   |--Device GeForce4
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc101
(**) XKB: model: pc101
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in 
/usr/X11R6/lib/X11/fonts/local/.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/local/).
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(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 freebsd
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2530 card 1028,0145 rev 04 class 06,00,00 hdr 
00
(II) PCI: 00:01:0: chip 8086,2532 card , rev 04 class 06,04,00 hdr 
01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 04 class 06,04,00 hdr 
01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 04 class 06,01,00 hdr 
80
(II) PCI: 00:1f:1: chip 8086,244b card 1028,0145 rev 04 class 01,01,80 hdr 
00
(II) PCI: 00:1f:3: chip 8086,2443 card 1028,0145 rev 04 class 0c,05,00 hdr 
00
(II) PCI: 00:1f:5: chip 8086,2445 card 1028,0145 rev 04 class 04,01,00 hdr 
00
(II) PCI: 01:00:0: chip 10de,0172 card 10de,015a rev a3 class 03,00,00 hdr 
00
(II) PCI: 02:01:0: chip 1106,3038 card 0925,1234 rev 50 class 0c,03,00 hdr 
80
(II) PCI: 02:01:1: chip 1106,3038 card 0925,1234 rev 50 class 0c,03,00 hdr 
80
(II) PCI: 02:01:2: chip 1106,3104 card 0925,1234 rev 51 class 0c,03,20 hdr 
80
(II) PCI: 02:02:0: chip 1106,3038 card 0925,1234 rev 50 class 0c,03,00 hdr 
80
(II) PCI: 02:02:1: chip 1106,3038 card 0925,1234 rev 50 class 0c,03,00 hdr 
80
(II) PCI: 02:02:2: chip 1106,3104 card 0925,1234 rev 51 class 0c,03,20 hdr 
80
(II) PCI: 02:08:0: chip 14e4,4212 card 1028,0002 rev 02 class 07,03,00 hdr 
00
(II) PCI: 02:0c:0: chip 8086,1229 card 1028,0145 rev 10 class 02,00,00 hdr 
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfc00 - 0xfdff (0x200) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf000 - 0xf7ff (0x800) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is 
cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0xe000 - 0xe0ff (0x100) IX[B]
	[1] -1	0	0xe400 - 0xe4ff (0x100) IX[B]
	[2] -1	0	0xe800 - 0xe8ff (0x100) IX[B]
	[3] -1	0	0xec00 - 0xecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xfe10 - 0xfe2f (0x20) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN 

Re: [XFree86] x setup problems

2003-07-02 Thread Mark Vojkovich
  You're using the wrong driver.  In the /etc/X11/XF86Config,
in the Section Device, replace Driver vga with Driver nv.

Mark.

On Wed, 2 Jul 2003, Jon Gonzalez wrote:

 (--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 420] rev 163, Mem @ 
 0xfc00/24, 0xf400/26, 0xf3f8/19, BIOS @ 0x8000/17
   ...
 (II) VGA(0): initializing int10.
 (==) VGA(0): Write-combining range (0xa,0x2) was already clear
 (==) VGA(0): Write-combining range (0xc,0x4)
 (II) VGA(0): Primary V_BIOS segment is: 0xc000
 (==) VGA(0): Write-combining range (0x0,0x1000) was already clear
 (==) VGA(0): Write-combining range (0x0,0x1000) was already clear
 (EE) VGA(0): Driver can't support depth 24
 (II) UnloadModule: vga
 (II) UnloadModule: int10
 (II) Unloading /usr/X11R6/lib/modules/libint10.a
 (EE) Screen(s) found, but none have a usable configuration.
 
 Fatal server error:
 no screens found
 
 
 When reporting a problem related to a server crash, please send
 the full server output, not just the last messages.
 This can be found in the log file /var/log/XFree86.0.log.
 Please report problems to [EMAIL PROTECTED]
 
 I thought I was using the wrong driver for the video card. i have a 64MB 
 NVIDIA GeForce4 MX Graphics card with TV-Out.
 any help would be appreciated
 

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


[XFree86] Help needed with Maximum clients message

2003-07-02 Thread Tom Williams
Hi!  I'm running XFree86 4.3.0 on Slackware 9 w/ 2.4.21-ac4 kernel,
gcc-3.3, and glibc-2.3.2.  XFree86 runs fine at 1280x1024 resolution.
Recently, I've been running into problems starting X clients and I get
this message printed to stdout (when I run the client from a shell
window):

 Xlib: connection to :0.0 refused by server
Xlib: Maximum number of clients reached

Gtk-WARNING **: cannot open display: :0.0

I've got Netscape 4.77 mail reader, Mozilla 1.4 w/ 10 browser tabs open
and two Eterms open.  I'm running WindowMaker 0.80.1.

Any ideas?  I couldn't find any discussion of this in the mailing list
archives.

Thanks!

Peace...

Tom

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


[XFree86] erro message wth intel ca810 onboard video

2003-07-02 Thread Adam Chandler
thank you

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-13.9 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 
(Red Hat Linux 3.2.2-5)) #1 Mon May 12 10:55:37 EDT 2003 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Wed Jul  2 17:28:18 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Videocard0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device DevInputMice
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(++) 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
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8003080c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 8086,1a30 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 05 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1462,3981 rev 05 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1462,3981 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1462,3981 rev 05 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1462,3981 rev 05 class 0c,03,00 hdr 00
(II) PCI: 03:00:0: chip 1039,6326 card 1569,6326 rev 0b class 03,00,00 hdr 00
(II) PCI: 03:01:0: chip 1317,0985 card 1317,0574 rev 11 class 02,00,00 hdr 00
(II) PCI: 03:02:0: chip 100b,0020 card 1385,f331 rev 00 class 02,00,00 hdr 00
(II) PCI: 03:04:0: chip 1813,4000 card , rev 02 class 07,80,00 hdr 00
(II) PCI: 03:09:0: chip 13f6,0111 card 1462,3980 rev 10 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,2), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xdfc0 - 0xdfdf (0x20) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xde80 - 0xde9f (0x20) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 3 I/O range:
[0] -1  0   0x9000 - 0x90ff (0x100) IX[B]
[1] -1  0   0x9400 - 0x94ff (0x100) IX[B]
[2] -1  0   0x9800 - 0x98ff (0x100) IX[B]
[3] -1  0   0x9c00 - 0x9cff (0x100) IX[B]
[4] -1  0   0xa000 - 0xa0ff (0x100) IX[B]
[5] -1  0   0xa400 - 0xa4ff (0x100) IX[B]
[6] -1  0   0xa800 - 0xa8ff (0x100) IX[B]
[7] -1  0   0xac00 - 0xacff (0x100) IX[B]
[8] -1  0   0xb000 - 0xb0ff (0x100) IX[B]
[9] -1  0   0xb400 - 0xb4ff (0x100) IX[B]
[10] -1 0   

[XFree86] Diamod Stealth II S220 doesn't works

2003-07-02 Thread Golvelius
Hello, i hava the video card cited in the subject, but it doesn't works. I try with the
verite driver.
Using the Knoppix Linux, it recognizes my card, try to use the verite driver, and fail.

The solution was using the vesa driver, but that makes my pc slower :(
I'm using the 4.01 xfree release.

Do you know about this problem ? Is it fixed in a newer release ?

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


Re: [XFree86] Help needed with Maximum clients message

2003-07-02 Thread Mark Vojkovich
   You've got alot of X clients.  I've got an app at:

http://www.xfree86.org/~mvojkovi/restest.c

  that you can run to print out how many clients there are and
what resources they are using.  BE CAREFUL, you want to run
the app like restest  outfile because normally it dumps
to stdout which can cause a deadlock if stdout happens to
be an xterm. 

   It sounds like maybe you've got alot of defunct apps
laying around, or maybe a client is just leaking display
connections.


Mark.

On Wed, 2 Jul 2003, Tom Williams wrote:

 Hi!  I'm running XFree86 4.3.0 on Slackware 9 w/ 2.4.21-ac4 kernel,
 gcc-3.3, and glibc-2.3.2.  XFree86 runs fine at 1280x1024 resolution.
 Recently, I've been running into problems starting X clients and I get
 this message printed to stdout (when I run the client from a shell
 window):
 
  Xlib: connection to :0.0 refused by server
 Xlib: Maximum number of clients reached
 
 Gtk-WARNING **: cannot open display: :0.0
 
 I've got Netscape 4.77 mail reader, Mozilla 1.4 w/ 10 browser tabs open
 and two Eterms open.  I'm running WindowMaker 0.80.1.
 
 Any ideas?  I couldn't find any discussion of this in the mailing list
 archives.
 
 Thanks!
 
 Peace...
 
 Tom
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 

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


Re: [XFree86] Help needed with Maximum clients message

2003-07-02 Thread Tom Williams
Mark Vojkovich wrote:

You've got alot of X clients.  I've got an app at:

 http://www.xfree86.org/~mvojkovi/restest.c

   that you can run to print out how many clients there are and
 what resources they are using.  BE CAREFUL, you want to run
 the app like restest  outfile because normally it dumps
 to stdout which can cause a deadlock if stdout happens to
 be an xterm.

It sounds like maybe you've got alot of defunct apps
 laying around, or maybe a client is just leaking display
 connections.

 Mark.


Thanks... I just ran it and it listed 17 X clients.  How many clients is
too many?

Peace...

Tom

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


[XFree86] one question????

2003-07-02 Thread Ricardo Cullas


I have a PC with:

uP AMD ATHLON XP-1800
MB ASUS A7N266-VM, S462 SND VIDEO GEFORCE2
DDR 256 PC-2100 /GN

I installed REDHAT 9, but I don´t can see graphical environment.

I send a file \XFree86.0.log\ Thank

Atte.

Ricardo Cullas Caro
Bachiller en Ing. Electrónica
Sección Electricidad y Electrónica
© Pontificia Universidad Católica del Perú
[EMAIL PROTECTED]
[EMAIL PROTECTED]
telf: (511)2638683 - (511)97298161

___
Si desea recibir, semanalmente, el Boletín Electrónico de la PUCP, ingrese a:
http://agora.pucp.edu.pe/InsBoletin/


XFree86.0.log
Description: Binary data


Re: [XFree86] Help needed with Maximum clients message

2003-07-02 Thread Damian Gatabria
El mié, 02 de 07 de 2003 a las 23:39, Tom Williams escribió:
 Mark Vojkovich wrote:
 
 You've got alot of X clients.  I've got an app at:
 
  http://www.xfree86.org/~mvojkovi/restest.c
 
that you can run to print out how many clients there are and
  what resources they are using.  BE CAREFUL, you want to run
  the app like restest  outfile because normally it dumps
  to stdout which can cause a deadlock if stdout happens to
  be an xterm.
 
 It sounds like maybe you've got alot of defunct apps
  laying around, or maybe a client is just leaking display
  connections.
 
  Mark.
 
 
 Thanks... I just ran it and it listed 17 X clients.  How many clients is
 too many?
 
 Peace...
 
 Tom
 

...two? :oP

Damian


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


[XFree86] To Erik Hock...Thanks! Re: ? = What system set-up configuration should i use for OS X 10.2.6

2003-07-02 Thread Brian Egeness
Hi Erik,

Thanks for the fast reply! To clear it up a bit...I've been a programmer for 6+ years with a BSc (Honours) Computer Sciences. I've torn every mac I've owned completely apart and rebuilt it. Everything from soldering in a socket so I could swap out bus crystals more efficiently (benchmark testing max bus speeds beyond the now shattered 50 mHz wall of my networked PowerMacs in my recording studio: feasibility of g4 upgrades) to writing new ati driver source for NetBSD MacPPC 1.5.2 back in 2k1 [the Open Firmware client interface was deleting the stock ati driver from the original device tree thinking it was from a different OS before bringing it into the mac os name registry)  blah blah blah! :) It was a real chore with no macsbug and me not real familiar with BSD...much guess work (Hence the 4 weeks)]. I take the time to learn what I do and to do it well the first time. I don't dig dbugn and back trackn. Books are indeed a good idea but I know what's under my hood. It's finding a new engine to tinker with that I seek, mastah! Unix Buddha Training 101!  BG>

You misunderstood when I spoke of a lack of top-down logic flowchart-like documentation. Fink is a breeze to install, which I mentioned, and the documentation for it...perfect! Kudos to the author! I probably shouldn't have posted here but the fink community seemed very helpful as well. Salute~ Anyway, it was the lack of docs with a list of specific packages to complete one basic working xfree86 client-server system on a 10.2.6 box that I was talking about. Ideally, I was hoping to find a beginner's bundle package governed by user OS and work environment preference. But lack of docs compounded by the fact that an Xserver, essential to the build, is nowhere to be found for download confused me and opened up version compatibility questions and more questions until my brain hurt. Have a look-see:

User's Guide - 3 Installing Packages

		3.1 Getting X11 Sorted Out

xfree86-base: This package is the real thing. It 			installs the whole load of XFree86 as a Fink package. For maximum flexibility, this package 			does not contain the actual XDarwin server. To get 			that, you can install the xfree86-server or the 			xfree86-rootless package. Or you can install it 			manually, for example using an XDarwin test 			release from the XonX project or one of the rootless servers circulating the net.

This is what put the wrench in it for me. Trying to figure out...XDarwin? or xfree86-server? Hmmm...what's the right choice here. Maybe I should go rootless after all? Am I going to d/l one of these to find that it has issues under Darwin 6.6 arch.? This paragraph implied to me that the xfree86-server IS available by calling fink install xfree86-server. But it's not available from the command line install call or by a query to fink list or manual d/l for that matter. At least give a direct link or 2 to a d/l that works. If it's at the cvs repository then that's another can of worms for me specifically that I don't wanna get into. Suffice to say, incompatible scripting with my isp's framework i think...Virgin Island sys admins...oowee!.  But after reading the docs, it mentions that it is desirable to use fink install for or compatibility issues may arise. Let's face it. Some parts of the documentation lack target value for the new user. The User's Guide even calls the same Xserver by 2 different names (XDarwin and xfree86-server) in one paragraph. That's confusing for the new user who doesn't know the difference? Granted, no one gets paid to do this but if I advertise Fish...I'm gonna call it Fish and I'm gonna give em Fish! hehe... 

I live on a 3x5 mile island with no broadband available yet so a friend burning a disk is not an option (good idea though). I just wanted a working environment to start learning how to port to and try out some new audio source in the BSD environment. Well...it's not my server so I shut up now. Oh...my comment about geek speak and intellectual flexing...I've done it (shame on me)...I see it all the time (shame on them)... I just needed a simple solution which sometimes doesn't exist. hehe You have no idea how many times I've heard the It's easy if you take the time to RTFM lecture just by asking for clarity on one occasion on NetBSD forums. Even YOU couldn't resist hitting me with the easy  lecture! Can you see how frustrating this all is for any new user? OK...I've beat this horse dead. :) I'll be contributing here as soon as I get comfortable in my knowledge...guaranteed (prolly mostly audio editors and plug-ins...that's my heaven! Glad to be here! Its all...water under the bridge now anyway. I found what I was looking for at xfree86.org after starting fresh this morning. So, thanks for putting light to a few items for me! With your help and a fresh pot of coffee it came together. I got a working xfree86 set-up that sees all my audio cards. I'm set...You rock...and I'm out! Thanks for taking the time! I really do 

[XFree86] Upgrade to XFree86 4.1.0 hang the system

2003-07-02 Thread Yujie Liang
Hi, all

I have a Red Hat 7.2 system (Kernel kernel-2.4.18-18.7.x) with integrated Savage4 
graphic chipset and Diamond View 1772e monitor. It worked fine in GUI. 

I upgrade XFree86 to version 4.1.0 from Redhat up2date. After I reboot, it worked fine 
in the text mode. When I run startx the monitor became black, keyboard was locked, 
system froze and I have to hard-reset it.

I tried Xconfigurator. After I chose all options, the system tried to test the GUI 
setting. The system froze again and could not return to text mode after 5 minutes. It 
had to be hard-reset.

Here are the Config and log files. Could some one help please?

Thank you,

Yujie


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


XF86Config-4
Description: XF86Config-4


XF86Config
Description: XF86Config


Re: [XFree86] Help needed with Maximum clients message

2003-07-02 Thread Mark Vojkovich
On Wed, 2 Jul 2003, Tom Williams wrote:

 Mark Vojkovich wrote:
 
 You've got alot of X clients.  I've got an app at:
 
  http://www.xfree86.org/~mvojkovi/restest.c
 
that you can run to print out how many clients there are and
  what resources they are using.  BE CAREFUL, you want to run
  the app like restest  outfile because normally it dumps
  to stdout which can cause a deadlock if stdout happens to
  be an xterm.
 
 It sounds like maybe you've got alot of defunct apps
  laying around, or maybe a client is just leaking display
  connections.
 
 
 
 Thanks... I just ran it and it listed 17 X clients.  How many clients is
 too many?
 

   I believe the max is 256.  Something is wrong if you are getting
that message and only have 17 clients.


Mark.


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


Re: [XFree86] one question????

2003-07-02 Thread Mark Vojkovich
   Your X-server has not been configured.  Run XFree86 -configure
to generate a /etc/X11/XF86Config file.

Mark.

On Wed, 2 Jul 2003, Ricardo Cullas wrote:

 
 
 I have a PC with:
 
 uP AMD ATHLON XP-1800
 MB ASUS A7N266-VM, S462 SND VIDEO GEFORCE2
 DDR 256 PC-2100 /GN
 
 I installed REDHAT 9, but I don´t can see graphical environment.
 
 I send a file \XFree86.0.log\ Thank
 
 Atte.
 
 Ricardo Cullas Caro
 Bachiller en Ing. Electrónica
 Sección Electricidad y Electrónica
 © Pontificia Universidad Católica del Perú
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 telf: (511)2638683 - (511)97298161
 
 ___
 Si desea recibir, semanalmente, el Boletín Electrónico de la PUCP, ingrese a:
 http://agora.pucp.edu.pe/InsBoletin/
 


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