CVS Update: xc (branch: trunk)

2004-03-18 Thread Torrey T. Lyons
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/03/18 18:05:29

Log message:
  Work around bug in Mac OS X 10.1's AppKit that causes rootless XDarwin to
  lock up when creating windows.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/darwin/quartz/cr/:
Imakefile crFrame.m 
  
  Revision  ChangesPath
  3.3185+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.3   +5 -1  xc/programs/Xserver/hw/darwin/quartz/cr/Imakefile
  1.9   +22 -1 xc/programs/Xserver/hw/darwin/quartz/cr/crFrame.m

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


Re: make install and nfs

2004-03-18 Thread Lee Olsen




David Dawes wrote:

  On Wed, Mar 17, 2004 at 06:55:21PM -0800, Lee Olsen wrote:
  
  
Hello all;

I now have a handle on what is going on and why, and some proposed 
chasnges to fix it.
Here's a simplification of the install dependency chain from 
xc/lib/font/Makefile:

install:: lib$(LIBNAME).a

lib$(LIBNAME).a : $(SUBDIRS)

$(SUBDIRS) : FRC
   @echo "making all in $(CURRENT_DIR)/[EMAIL PROTECTED]"
   @$(MAKE) -C $@ $(MFLAGS) $(PARALLELMFLAGS) 
CDEBUGFLAGS="$(CDEBUGFLAGS)" LDSTRIPFLAGS="$(LDSTRIPFLAGS)" all

FRC :

Since FRC never exists, it gets remade, forcing $(SUBDIRS) to be remade, 
echoing
"making all in ..." and doing just that. To stop the rebuilding during 
an install, the
dependency chains must be separated. Removing all dependencies on 
install:: targets
does exactly that.

  
  
What is the rebuilding in $(SUBDIRS) causing to get rebuilt?  I see get
rebuilt is the symlinks to xc/exports for the font modules.  That can
be fixed by moving where the link creation is done, so that it isn't a
separate all:: target of its own.  (I'm testing a patch that does this
now.)

  

On a fat client, one that has compilers and development headers and
libraries,
it's the link creations for libraries (100+) and drivers (30+) and the
build.new stuff (1).
On a thin client, one without development tools, it's `Cannot find a
rule to
build /usr/include/stdio.h' and similar failures during the dependency
checks.
The only way I see to stop these is for `make install' to not do
dependency checks.
If I'm blind and there are other choices, that's ok too.

The links get rebuild in an `all' step after the target they point to
is created, so
I didn't consider that to be the problem. Only replacing them if they
change
might be nice.

Enjoy
Lee




Rendition driver bug

2004-03-18 Thread Lee Olsen
Hello all;

The rendition driver probe routine is freeing usedChips in the wrong place.
It's allocated inside an if xf86GetPciVideoInfo and freed outside the block,
so systems without a pci bus free an uninitialized pointer. Here's a diff of
the proposed chasnge.
Enjoy
Lee
*** rendition.cThu Mar 18 14:03:27 2004
--- rendition.c.origSat Jan 10 20:03:16 2004
***
*** 354,361 
 foundScreen=TRUE;
 }
 }
- xfree(usedChips);
 }
 return foundScreen;
 }
--- 354,361 
 foundScreen=TRUE;
 }
 }
 }
+ xfree(usedChips);
 return foundScreen;
 }


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


[I18n] madame

2004-03-18 Thread Murray Carson
Save-up to 60% on Extended Warranty Coverage for your Vehichle 

Fair prices and prompt, toll-free claims service. 

* 24-Hour Roadside Assistance 
* Car Rental Benefits 
* Trip Interruption Benefits 
* Extended Towing Benefits 

http://autowarranty4quotes.com/?partid=n279


Did you Know? 

Most dealerships purchase their extended warranties from 
third party sources. 

By going directly to one of those sources, you can save 
yourself hundreds of dollars for the same of even better 
extended warranty coverage. 

Car troubles never happen when it's convenient for you! 

Protect your vehicle and yourself from large, budget 
busting repair bills with a quality Extended Warranty 
for your Car, Truck, Van or S.U.V. 

http://autowarranty4quotes.com/?partid=n279



































If you feel that you are receiving this email in 
error or would like to modify your future preferences, 
please visit: 

http://autowarranty4quotes.com/st.html 

declassify
insult caste claremont derby picayune continental corrosion bimini eyelash twelfth 
bombproof kern striptease vogue fictive shifty guiding stung blatant aztec wyandotte 
shiv clarence approach declaratory turpitude 



Re: [XFree86] Asus Pundit (sis 651) : High CPU usage in xv ?

2004-03-18 Thread Robert Rozman
Hi,

I'm still fighting with high cpu usage in xv extension whem playing media
files (xine, mplayer, vlc) under Suse 9.0 , xfree 4.3.0-29 and sis 651 with
latest sis drivers.

All log outputs seems fine, just xvtest is at low 200 FPS and cpu is hig
(30-50%) when playing video that does rescaling.

Are there any utities to check what is going on in xv extension (xine-check
reports all fine) ?
What should I try to find solution ?

I'm attaching xvinfo (all other relevant logs are attached to my previous
posts) if anything suspicious is in there ?

PS.: system performance was OKsome time ago, then did some upgrades and now
it won't perform as needed - so I guess there is someking of settings
problem...

I kindly ask for any advice, help, cause this is too hard for me as newbie.

Thanks for any help in advance,

regards,

Robert.

- Original Message - 
From: Robert Rozman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 16, 2004 10:39 AM
Subject: Re: [XFree86] Asus Pundit (sis 651) : High CPU usage for X in
mplayer - are these values sane ?


 Hi,

 I've tried reduceing memory to 32M in bios.

 That particular warning goes away, but high cpu problem persists.

 Short answers:
   cat /proc/mtrr 
   reg00: base=0x (   0MB), size= 512MB: write-back, count=1
   reg01: base=0x1c00 ( 448MB), size=  64MB: uncachable, count=1
   reg02: base=0xdc00 (3520MB), size=  64MB: write-combining, count=1
   reg03: base=0xe800 (3712MB), size=  32MB: write-combining, count=1
   reg04: base=0xe140 (3604MB), size=   4MB: write-combining, count=1
 
  Is that from before or after starting X?
 
 After starting X.

  Do you have a console framebuffer driver running?
 

 Probably is running from bootsplash feature integrated in Suse 9.0

(WW) SIS(0): Failed to set up write-combining range
  (0xe800,0x400)
 
  The reason for your problem is that, for some reason, MTRR setup fails,
  although it obviously is supported by your kernel. At the moment I
  cannot think of a reason for this.
 
  Does this warning message go away if you change the amount of video RAM
  to, say, 32MB in the BIOS setup?

 Yes, it goes away.

 
  (BTW: Why do you set forcecrt1 to false when it appears that you
  neither have a TV, LCD or secondary VGA connected?)
 There is note in example-config that one can override automatic detection
 with this one. I've commented it our, but no difference.

 I'm attaching new Xfree.log in case it helps.

 Thanks in advance for all help,

 Robert.


 - Original Message - 
 From: Thomas Winischhofer [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, March 15, 2004 1:12 AM
 Subject: Re: [XFree86] Asus Pundit (sis 651) : High CPU usage for X in
 mplayer - are these values sane ?


  Robert Rozman wrote:
   Hi,
  
   I'm sending files requested to give proper help. Like I said it seems
 like
   Xv is not working (I get lower cpu if I set -vo x11 in mplayer).  I
 suspect
   that software scaling is going on, but don't know what to do to
correct
 this
   ( I get CPU for X 40-50% and for mplayer or mythtv frontend about
20%).
 I
   have Asus pundit, with P4 2.4 G.
  
   I'll appreciate any help, since this is the only major problem left...
  
   I have:
  
   uname -a - Linux pundit 2.4.21-144-default #1 Fri Nov 14 00:01:36 UTC
 2003
   i686 i686 i386 GNU/Linux
  
   cat /proc/mtrr 
   reg00: base=0x (   0MB), size= 512MB: write-back, count=1
   reg01: base=0x1c00 ( 448MB), size=  64MB: uncachable, count=1
   reg02: base=0xdc00 (3520MB), size=  64MB: write-combining, count=1
   reg03: base=0xe800 (3712MB), size=  32MB: write-combining, count=1
   reg04: base=0xe140 (3604MB), size=   4MB: write-combining, count=1
 
  Is that from before or after starting X?
 
  Do you have a console framebuffer driver running?
 
(WW) SIS(0): Failed to set up write-combining range
  (0xe800,0x400)
 
  The reason for your problem is that, for some reason, MTRR setup fails,
  although it obviously is supported by your kernel. At the moment I
  cannot think of a reason for this.
 
  Does this warning message go away if you change the amount of video RAM
  to, say, 32MB in the BIOS setup?
 
  (BTW: Why do you set forcecrt1 to false when it appears that you
  neither have a TV, LCD or secondary VGA connected?)
 
  Thomas
 
  -- 
  Thomas Winischhofer
  Vienna/Austria
  thomas AT winischhofer DOT net  http://www.winischhofer.net/
  twini AT xfree86 DOT org
  ___
  XFree86 mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/xfree86

X-Video Extension version 2.2
screen #0
  Adaptor #0: SIS 300/315/330 series Video Overlay
number of ports: 1
port base: 56
operations supported: PutImage 
supported visuals:
  depth 24, visualID 0x22
  depth 24, visualID 0x23
  depth 24, visualID 0x24
  depth 24, visualID 0x25
number of attributes: 62
  XV_COLORKEY 

[XFree86] Problem in startx in Linux

2004-03-18 Thread Narendra samal
Hi,

startx command gives the following error:
No devices detected.
Fatal server error:
no screens found.

Please find the lof file attached for your reference.

Thanks and Regards
Samal

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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


Re: [XFree86] a Xfree86 bug

2004-03-18 Thread Edouard Debry
I turned off AGP and there is no more problem (at least for now),
but is it definitely impossible to use AGP ? what is wrong with AGP ?


On Tue, Mar 16, 2004 at 10:19:26AM -0800, Mark Vojkovich wrote:
 On Tue, 16 Mar 2004, Edouard Debry wrote:
 
   On Mon, 15 Mar 2004, Edouard Debry wrote:
   
   
  I think that's unlikely.  My guess would be that it's a problem
   with the AGP drivers.
   
   
 Mark.
   
   ___
   XFree86 mailing list
   [EMAIL PROTECTED]
   http://XFree86.Org/mailman/listinfo/xfree86
  
  I had already noticed nvidia module had difficulties with agpgart GPL
  module, nvidia warning saying that nvidia was not able to handle agpgart
  
  that is why i tried the own AGP module of nvidia, all seemed to work
  well until it freezes completely, this pb does not appear in text mode
  
  do you think the pb comes from nvidia, or kernel 2.6.4 agpgart, or
  Xfree86 ( 4.3 version ) ?
  
  that is to note my Xfree86 4.3 binaries were originaly built with
  a 2.4.22 kernel, whereas I no run the 2.6.4 , do you think this could
  create some instabilities ?
 
 No, it's unlikely to be an XFree86 problem.  You should
 try turning off AGP (Option NVAGP 0 in the Section Device
 of the XF86Config file).
 
 
   Mark.
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

-- 
*-*
|  Edouard DEBRY  |
| Ph-D student at E.N.P.C - C.E.R.E.A   http://www.enpc.fr/cerea/ |
| |
| 21 Rue Nobel, Cité DescartesTEL  : 33 1 64 15 21 52 |
| 77455 CHAMPS SUR MARNE  MAIL : [EMAIL PROTECTED]  |
| |
| Thesis subject: MODELING OF AN ATMOSPHERIC AEROSOL DISTRIBUTION |
*-*
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Asus Pundit (sis 651) : High CPU usage in xv ?

2004-03-18 Thread Thomas Winischhofer
Robert Rozman wrote:
Hi,

I'm still fighting with high cpu usage in xv extension whem playing media
files (xine, mplayer, vlc) under Suse 9.0 , xfree 4.3.0-29 and sis 651 with
latest sis drivers.
All log outputs seems fine, just xvtest is at low 200 FPS and cpu is hig
(30-50%) when playing video that does rescaling.
Are there any utities to check what is going on in xv extension (xine-check
reports all fine) ?
What should I try to find solution ?
I'm attaching xvinfo (all other relevant logs are attached to my previous
posts) if anything suspicious is in there ?
The XV extension is ok. The problem is that the memcpy() inside takes 
ages on your machine. Since MTRR finally seems to work I suspect you are 
a victim of the O_SYNC bug (please search the xdevel archives if you 
want more information).

Either update to the newest version of the SuSE packages or to 4.4

Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net *** http://www.winischhofer.net
twini AT xfree86 DOT org
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] is this where i go for upgrades on my drivers

2004-03-18 Thread Jacqueline Pedersen



i have elitegroup k7som 1.6 gig processor and i 
would like to update my drivers can u help


[EMAIL PROTECTED]



Re: [XFree86] Error

2004-03-18 Thread Pieter Hulshoff
On Thursday 18 March 2004 14:25, Tom  Sam wrote:
  Kindly varify the error log attached with this mail and inform me what
 went wrong.

Dear Tom,

Kindly search this mailinglist for the last mentioned problem in your logfile:
Fatal server error:
could not open default font 'fixed'

This problem has been covered at least 5 times in the past 2 weeks.

Regards,

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


[XFree86] SOS from eParliament.org

2004-03-18 Thread Dr. Sichendra Bista
Dear Friends,

Greetings from eParliament.org!

I encountered a serious problem with the graphical mode as below. I am
trying  to  migrate  to  Linux  (third  time,  but landed with similar
hassles and gave up).

There  is  a  problem  with  my linux machine. This afternoon and this
evening,  there  were  power failures twice. And my machine accidently
got  halted each time. And when I rebooted the machine after two hours
i.e.  when  the power resumed, there was as problem with the graphical
user  login.  The  machine gets booted upto the login page and when it
tries to run the XWindows for login, it just flickers and when I enter
several  times,  the  command  line login appears and I could login in
text mode. But not in graphical mode?!

I  have  also  run XConfigurator twice and the parameters are correct.
And it displays a graphical mode for the resolution it has been set to
and   asks  whether  I want to use the graphical mode for login when I
reboot  the  machine,  and  when  I  clicked  on  yes and rebooted the
machine, the problem persists.

While  rebooting, it says that some xfs or something killing failed in
red. Mine is RH7.3. I shall be obliged if you could help. Thank you!

Best regards,
Dr. Sichendra Bista, Chief Architect and Founding Secretary-General
eParliament.org: The Pioneering OPERATIONAL Model of Webocracy
Address for correspondence: GPO Box 10422, Kathmandu, Nepal
Tel: +977 (1) 478 1160/478 2321Web: http://www.eParliament.org
Fax: +977 (1) 478 2321 Email: [EMAIL PROTECTED]

  Peace  |  Justice  |  Human Rights  |  Democracy  |  Development


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


Re: [XFree86] SOS from eParliament.org

2004-03-18 Thread Pieter Hulshoff
On Thursday 18 March 2004 17:15, Dr. Sichendra Bista wrote:
 While  rebooting, it says that some xfs or something killing failed in
 red. Mine is RH7.3. I shall be obliged if you could help. Thank you!

xfs is the X font server, and without it X will not run. Try to restart it 
manually (on your system probably by using /etc/rc.d/init.d/xfs restart) to 
try and find out why it doesn't work properly.

Regards,

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


Re: [XFree86] how to tell which linux process a window belongs to? (window ID = process ID)

2004-03-18 Thread Mark Vojkovich
On Wed, 17 Mar 2004, dave giffin wrote:

 I'm writing a window manager to experiment with
 different ways of organizing programs that users use. 
 
 One of the things I'm trying requires that I know
 which windows belong to which linux process. 

   There is no way to do that.  The X-server knows
only that a window belongs to a client.  That client
is nothing more than some anonymous entity on the
other end of a socket.  Remember, X is network
transparent.  The other end of that socket may be
on another machine.


Mark.

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


[XFree86] Red Hat v9.0

2004-03-18 Thread Russell Steward








To Whom It May Concern:



I installed RH v9 on my Dell 8000 Inspiron laptop, but when I
attempt to login, I get a no screens found error. I cant launch X
Windows, and it tires to automatically fix it, but to no avail. I get virtual
height (0) is too small for the hardware (min 128)  (EE) Screen(s) found,
but none have a usable configuration. Please advise as to what I need to do to
correct this. Thanks.



Russ





Russell J. Steward

Andersen  Company, LLC

1330 Avenue of the Americas

36th Floor

New York, NY 10019

(212) 842-1602 (T)

(212) 842-1602 (F)

[EMAIL PROTECTED]










Re: [XFree86] Problem in startx in Linux

2004-03-18 Thread Mark Vojkovich
   I believe you have selected the wrong driver.  You appear
to have an ATI card in your system, yet XFree86 appears to be
configured for Intel integrated graphics.


Mark.

On Thu, 18 Mar 2004, Narendra samal wrote:

 Hi,
 
 startx command gives the following error:
 No devices detected.
 Fatal server error:
 no screens found.
 
 Please find the lof file attached for your reference.
 
 Thanks and Regards
 Samal
 
 __
 Do you Yahoo!?
 Yahoo! Mail - More reliable, more storage, less spam
 http://mail.yahoo.com

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


RE: [XFree86] how to tell which linux process a window belongs to? (window ID = process ID)

2004-03-18 Thread Edward Ned Harvey
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Mark Vojkovich
 Sent: Thursday, March 18, 2004 1:57 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [XFree86] how to tell which linux process a 
 window belongs to? (window ID = process ID)
 
 
 On Wed, 17 Mar 2004, dave giffin wrote:
 
  I'm writing a window manager to experiment with
  different ways of organizing programs that users use.
  
  One of the things I'm trying requires that I know
  which windows belong to which linux process.
 
There is no way to do that.  The X-server knows
 only that a window belongs to a client.  That client
 is nothing more than some anonymous entity on the
 other end of a socket.  Remember, X is network
 transparent.  The other end of that socket may be
 on another machine.

Of course there *is* no way to do that.  

If somebody's working on it, hopefully there *will be* a way to do that.

For example, (this would be a bad solution, but it's not impossible) if
you can run a netstat on the box that owns the process, you can find out
what process is talking on that specific socket.  Therefore you can
associate Window ID == Socket == pid.  (Again, that's a poor
solution, but it's not impossible.)

Then there's the issue of ten xterm's that all look identicle to each
other.  It would be nice if there's a way to tell PID #1234 to blink its
window color or something like that.  Surely there's no support right
now, but that only means there's an opportunity for anyone who wants to
pursue it.

Nothing is impossible.

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


Re: [XFree86] a Xfree86 bug

2004-03-18 Thread Mark Vojkovich
On Thu, 18 Mar 2004, Edouard Debry wrote:

 I turned off AGP and there is no more problem (at least for now),
 but is it definitely impossible to use AGP ? what is wrong with AGP ?


  There's either a bug in the AGP suport for that chipset in either
AGPGART or NVGART depending on which you are using.  Or it could
be a 2.6 specific bug in NVIDIA's drivers with respect to AGP.


Mark.

 
 
 On Tue, Mar 16, 2004 at 10:19:26AM -0800, Mark Vojkovich wrote:
  On Tue, 16 Mar 2004, Edouard Debry wrote:
  
On Mon, 15 Mar 2004, Edouard Debry wrote:


   I think that's unlikely.  My guess would be that it's a problem
with the AGP drivers.


Mark.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
   
   I had already noticed nvidia module had difficulties with agpgart GPL
   module, nvidia warning saying that nvidia was not able to handle agpgart
   
   that is why i tried the own AGP module of nvidia, all seemed to work
   well until it freezes completely, this pb does not appear in text mode
   
   do you think the pb comes from nvidia, or kernel 2.6.4 agpgart, or
   Xfree86 ( 4.3 version ) ?
   
   that is to note my Xfree86 4.3 binaries were originaly built with
   a 2.4.22 kernel, whereas I no run the 2.6.4 , do you think this could
   create some instabilities ?
  
  No, it's unlikely to be an XFree86 problem.  You should
  try turning off AGP (Option NVAGP 0 in the Section Device
  of the XF86Config file).
  
  
  Mark.
  
  
  ___
  XFree86 mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/xfree86
 
 -- 
 *-*
 |  Edouard DEBRY  |
 | Ph-D student at E.N.P.C - C.E.R.E.A   http://www.enpc.fr/cerea/ |
 | |
 | 21 Rue Nobel, Cité DescartesTEL  : 33 1 64 15 21 52 |
 | 77455 CHAMPS SUR MARNE  MAIL : [EMAIL PROTECTED]  |
 | |
 | Thesis subject: MODELING OF AN ATMOSPHERIC AEROSOL DISTRIBUTION |
 *-*
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 


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


Re: [XFree86] Red Hat v9.0

2004-03-18 Thread john camp
i was getting a fatal error due to the inability of the boot loader to find 
xfs. i read a post on the internet that recommended 'commenting out' a 
particular line  UNIX/:(something) and i did that and things are working 
o.k.  at least i can run gnome.

however, my hotmail fonts are all messed up.

can someone tell me how to restore the xfs functionality. i can't even find 
such a file on my system.




From: Mark Vojkovich [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Russell Steward [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [XFree86] Red Hat v9.0
Date: Thu, 18 Mar 2004 11:20:24 -0800 (PST)
   You should post your /var/log/XFree86.0.log file to the
[EMAIL PROTECTED] list.
			Mark.

On Thu, 18 Mar 2004, Russell Steward wrote:

 To Whom It May Concern:



 I installed RH v9 on my Dell 8000 Inspiron laptop, but when I attempt to
 login, I get a no screens found error.  I can't launch X Windows, and it
 tires to automatically fix it, but to no avail.  I get virtual height 
(0) is
 too small for the hardware (min 128) - (EE) Screen(s) found, but none 
have a
 usable configuration.  Please advise as to what I need to do to correct
 this.  Thanks.



 Russ



 

 Russell J. Steward

 Andersen  Company, LLC

 1330 Avenue of the Americas

 36th Floor

 New York, NY  10019

 (212) 842-1602 (T)

 (212) 842-1602 (F)

 [EMAIL PROTECTED]





___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
_
Get reliable access on MSN 9 Dial-up. 3 months for the price of 1! 
(Limited-time offer) http://click.atdmt.com/AVE/go/onm00200361ave/direct/01/

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


[XFree86] problems with ati all in wonder 7500!

2004-03-18 Thread victor aguado
hi!, i have a video card ati all in wonder 7500! and y try intalling my red 
hat 9 but when rebooting after my intallation put this message in the log.

I need help for install my video card. As I can do it?

thanks.

_
MSN. Más Útil Cada Día  http://www.msn.es/intmap/


XFree86.0.log
Description: Binary data


[XFree86] (no subject)

2004-03-18 Thread andrei
Hi there,

Could you please help with my two problems.

Hardware: Dell 1100 laptop, 256 Mb memory, A23 BIOS, Intel 845G videocard
Operating system: RedHat 9

1. I loaded XFree8 4.4, but still having video problems. X-windows does work
1024x768x8,
but refuses to work 1024x768x24

2. I had small screen during start-up of the system and modified
/boot/grub/grub.conf
to add vga=773 at the kernel line. Now after exiting from X-windows,
fonts
become extremely fuzzy (were normal before starting X-windows), so I can
barely read
commands. Fonts were OK before adding vga=773 comment


Please find attached files.

   My best regards, Andrei


XF86Config
Description: Binary data


XFree86.0.log
Description: Binary data


grub.conf
Description: Binary data


Re: [XFree86] Red Hat v9.0

2004-03-18 Thread Pieter Hulshoff
On Thursday 18 March 2004 19:58, Russell Steward wrote:
 I installed RH v9 on my Dell 8000 Inspiron laptop, but when I attempt to
 login, I get a no screens found error.  I can't launch X Windows, and it
 tires to automatically fix it, but to no avail.  I get virtual height (0)
 is too small for the hardware (min 128) - (EE) Screen(s) found, but none
 have a usable configuration.  Please advise as to what I need to do to
 correct this.  Thanks.

Please send us the entire logfile, and perhaps the config file as well. We'll 
see if we can find the problem.

Regards,

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


[XFree86] Pipe Error

2004-03-18 Thread Psycho



I'm using XFree86 Version 4.3.0, on Linux Kernel 
2.4.20
Conectiva Linux 9.0.

The Video Card is a Sis 315E (32mb VGA - 
PINE)

When i run "startx", i get the following 
error.

xterm: fatal IO error 32 (broken pipe) or 
KillClient on X server ":0.0"
xinit: conection to X server lost

In att, i send the log createt by 
Xfree86.

Thanks a Lot!

Thiago




XFree86.0.log
Description: Binary data


[XFree86] What are you up to?

2004-03-18 Thread Donnelly

Dear Xfree86 (Thu, 18 Mar 2004 18:41:01 -0600)








[XFree86] Dell Inspiron 1100 video problems

2004-03-18 Thread andrei

- Original Message - 
From: andrei [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 3:56 PM


 Hi there,

 Could you please help with my two problems.

 Hardware: Dell 1100 laptop, 256 Mb memory, A23 BIOS, Intel 845G videocard
Operating system: RedHat 9

 1. I loaded XFree8 4.4, but still having video problems. X-windows does
work
   1024x768x8, but refuses to work 1024x768x24

 2. I had small screen during start-up of the system and modified
/boot/grub/grub.conf   to add vga=773 at the kernel line.
Now after exiting from X-windows, fonts become extremely fuzzy
(were normal before starting X-windows), so I can barely read
commands. Fonts were OK before adding vga=773 comment

Please find attached files.

 My best regards, Andrei


XF86Config.dat
Description: Binary data


XFree86.0.log
Description: Binary data


grub.conf
Description: Binary data


[XFree86] 9

2004-03-18 Thread Jasmine
How CAN You RECEIVE 2000 - 5000 -
10,000 CASH within Your FIRST WEEK???
And . . . . . Delivered Right To Your Doorstep??
 
This is the most important and detailed informationyou will
ever receive to accomplish just that and much much more . . . . 
 
Follow this link to receive complete information:
Link www.marketgains.net/wealth/rotator/rotator.php
 
We Will Show You EXACTLY How To GENERATE
1000 - 2,000 CASH + Per Day With Our Very Simple
And Tremendously Successful CASHFLOW SYSTEM!
 
Rarely does an opportunity present itself with such a strong system!
Available worldwide, this completely proven program is for people
who need and want CASH Daily and . . . . . within 24-48 hours!
 
Click here now to receive complete information:
Link www.marketgains.net/wealth/rotator/rotator.php
 
This may will be the last ad you will ever have to answer - Do It Now . . . . .  . .


Serious Inquiries Only - Take Action Now!
Qualified individuals will receive a free lead generation program to get them off to a 
very fast start.





























































If you would like to be taken off this mailing list, 
www.financialbuilder.info/takeoff.html


4238B North Arlington Heights Rd., 
P.O. Box 190, 
Arlington Heights, IL 60004 

THIS IS A COMMERCIAL E-MAIL


[XFree86] Problems with ATI all in wonder 7500

2004-03-18 Thread victor aguado
I have a video card (ATI All-in-wonder 7500) and i do the installation of my 
RED HAT 9, but after this booting put this message (file LOG).

I dont know install my video card correctly. I need help!.

thanks

_
MSN. Más Útil Cada Día  http://www.msn.es/intmap/


XFree86.0.log
Description: Binary data


RE: [XFree86] Problems with ATI all in wonder 7500

2004-03-18 Thread victor aguado
I have a video card (ATI All-in-wonder 7500) and i do the installation of 
my RED HAT 9, but after this booting put this message (file LOG).

I dont know install my video card correctly. I need help!.

thanks
_
Charla con tus amigos en línea mediante MSN Messenger:  
http://messenger.microsoft.com/es


XFree86.0.log
Description: Binary data


[XFree86] deal

2004-03-18 Thread Nannie Rushing
Save-up to 60% on Extended Warranty Coverage for your Vehichle 

Fair prices and prompt, toll-free claims service. 

* 24-Hour Roadside Assistance 
* Car Rental Benefits 
* Trip Interruption Benefits 
* Extended Towing Benefits 

http://autowarranty4quotes.com/?partid=n279


Did you Know? 

Most dealerships purchase their extended warranties from 
third party sources. 

By going directly to one of those sources, you can save 
yourself hundreds of dollars for the same of even better 
extended warranty coverage. 

Car troubles never happen when it's convenient for you! 

Protect your vehicle and yourself from large, budget 
busting repair bills with a quality Extended Warranty 
for your Car, Truck, Van or S.U.V. 

http://autowarranty4quotes.com/?partid=n279



































If you feel that you are receiving this email in 
error or would like to modify your future preferences, 
please visit: 

http://autowarranty4quotes.com/st.html 

snip
cheney denotative batavia croupier cocoon compare tend byers bellman abstractor 
columbine gibberish aba 



Re: [XFree86] SOS from eParliament.org

2004-03-18 Thread Pieter Hulshoff
On Friday 19 March 2004 03:57, Dr. Sichendra Bista wrote:
 As   you   are  aware, the problem is with the graphical mode login.
 Fatal Server error:
 Could not open default font 'fixed'

As I wrote you earlier: this error means that xfs is not running properly. 
Because of this, X will not start. Your graphic mode problem is therefore 
related to the problems with xfs. Solve xfs, and your graphic mode problem 
should also be solved.

 Actually, the xfs server starts fine during booting, but when I try to
 restart  with  /etc.rc.d/init.d/xfs  restart command or service xfs
 restart, it says it fails and it seems impossible to kill.

 I  also  tried  by  deleting  the  xfs.pid from /var/run directory and
 rebooting and it has not worked too.

Well, you could run X without xfs (I do). If I'm not mistaken, you should 
remove/comment out a line involving unix/:7100 from your configuration 
file. If that doesn't help you might want to ask about your xfs problem on 
the xfree86 mailinglist. As I don't use xfs myself I don't know where to find 
the logs of xfs either, so I cannot help you find out why xfs will not run 
for you.

Regards,

Pieter Hulshoff

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


[XFree86] XF 4.4.0 and RH9.0

2004-03-18 Thread Arno Teigseth
Hi

I installed the 4.4.0 on a RH 9.0 server, and I did back up the /etc/X11 
dir first.
The X starts but the behaviour is strange. The user login screen shows up 
and after login I get to choose from a session list (only choice is 
Default). After this, some console log for server name shows up and 
that's all. On one of the ttys I see an error message saying something about

could not open socket for inet 6

or something. 3 error messages all having to do with inet 6.

1) Looking a little on the xf86 webpage makes me think this has got to do 
with ipv6. Correct?
2) Do these messages have to do with xf86-4?

3) What is the best way of changing back to the xf86 3.nnn server? Simply 
deleting /etc/X11 and copying back the backup? I did that but now the X 
server comes up with an eternally turning hourglass (Doesn't get to login 
even). Do I have to reboot the machine to runlevel 3 or is it OK to just 
init 3 before moving between servers? I did try XFree86 --configure, but 
I never get past login, and the error messages are as indicated above.

hope someone's got the same problem sometime...,

Always mount a scratch monkey
- Arno Teigseth -  

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


Re: [XFree86] Dell Inspiron 1100 video problems

2004-03-18 Thread Lieven Buts
On Friday 19 March 2004 01:44, andrei wrote:
  Hardware: Dell 1100 laptop, 256 Mb memory, A23 BIOS, Intel 845G videocard
 Operating system: RedHat 9

  1. I loaded XFree8 4.4, but still having video problems. X-windows does
work 1024x768x8, but refuses to work 1024x768x24

This page helped me with my Dell Inspiron 1100 (i845GL video):
http://nbpfaus.net/~pfau/inspiron.html
specifically the link to 
http://www.chzsoft.com.ar/855patch.html

  2. I had small screen during start-up of the system and modified
 /boot/grub/grub.conf   to add vga=773 at the kernel line.
 Now after exiting from X-windows, fonts become extremely fuzzy
 (were normal before starting X-windows), so I can barely read
 commands. Fonts were OK before adding vga=773 comment

Don't know about this. Could be a VGA or framebuffer issue.

-- 
Lieven Buts
Department of Ultrastructure
Vrije Universiteit Brussel
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86