Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-14 Thread Matthieu Herrb
On Tuesday, Aug 5, 2003, at 08:58 Europe/Paris, Aidan Kehoe wrote:

 Ar an 4ú lá de mí 8, scríobh George Georgalis :

It works great, even if I kill X it comes back up, but it still 
listens
on 6000.  I find this odd, maybe I need to invoke it with Xfree86, 
not X?
Hmm, that shouldn't make a difference. I've got -nolisten tcp 
working on
this machine with the 4.3.99.5 snapshot; it's getting called as

More recent snapshots have the IPv6 integrated, and on IPv6 capable 
systems, the
handling of -nolisten has changed (and will probably change again 
before the next release). You should use '-nolisten inet4 -nolisten 
inet6' with the -current code to disable tcp sockets on both IPv4 and 
IPv6 addresses.
A better solution that will make '-nolisten tcp' do that again is in 
the works.

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


Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-05 Thread George Georgalis
On Sun, Aug 03, 2003 at 03:15:38PM +0100, Aidan Kehoe wrote:
 Ar an 1? l? de m? 8, scr?obh George Georgalis :

  How do I disable tcp/6000 connections?

No-one else seems to have mentioned this, so I'll address it; pass the
server the options -nolisten tcp on the command line. 

thanks. hummm but it doesn't seem to work

This is how I'm invoking X, it's a djb daemontools (tcpserver) run script.

#!/bin/sh
exec 21
exec envuidgid user /usr/bin/X11/X  -ac -nosilk -br -allowMouseOpenFail \
-nolisten tcp 


It works great, even if I kill X it comes back up, but it still listens
on 6000.  I find this odd, maybe I need to invoke it with Xfree86, not X?



On Fri, Aug 01, 2003 at 12:38:37PM -0700, Tim Roberts wrote:
(WW) via(0): Failed to set up write-combining range (0xd800,0x200)

It's not a big deal; write-combining is a performance optimization available
on Pentium-II and beyond.  It's possible the MTRR has already been set up; what
do you get if you cat /proc/mtrr?

On Fri, Aug 01, 2003 at 12:49:05PM -0700, Alex Deucher wrote:
 
 
 Also whatever this means, I have the feeling it's a big deal
 regarding
 the cle266, is this something I need to fix in BIOS?
 
 (WW) via(0): Failed to set up write-combining range
 (0xd800,0x200)
 
Does your kernel have support for MTRRs compiled in?

The kernel did have mtrr enabled, but cat proc/mtrr did not provide
all the nice info like in the docs.

I think it is incomplete development of the via source... I'm really
glad I got a buildable snapshot of xc! For my project the load has gone
from 90-115% to 50-85% so it's clear the cle266 is being utilized :-}

// George


-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027IXOYE
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george 

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


Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-01 Thread Tim Roberts
On Fri, 1 Aug 2003 14:41:59 -0400, George Georgalis wrote:

I'd like to rebuild XFree86 static (for running speed) and exclude a lot
of binaries, like xterm (to reduce overall size), but these options have
evaded me, even in xc/config/cf This build is for an embedded system and
no regular user interface will be needed.

In virtually every case, dynamic modules are only loaded once at server start 
time.  Static linking will not gain you any run-time performance.

For a server-only system, all you need to do is avoid copying the tool binaries 
to your target system.  Whether they are built or not is irrelevant.

Also whatever this means, I have the feeling it's a big deal regarding
the cle266, is this something I need to fix in BIOS?

(WW) via(0): Failed to set up write-combining range (0xd800,0x200)

It's not a big deal; write-combining is a performance optimization available 
on Pentium-II and beyond.  It's possible the MTRR has already been set up; what 
do you get if you cat /proc/mtrr?

--
- Tim Roberts, [EMAIL PROTECTED]
  Providenza  Boekelheide, Inc.


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


final issues... xfree86 for the VIA Apollo CLE266

2003-08-01 Thread George Georgalis
On Tue, Jul 29, 2003 at 09:37:06PM -0400, George Georgalis wrote:

I heard (second hand from via) that xfree86 2.3.99 has drivers
for the CLE266 ( http://www.via.com.tw/en/apollo/cle266.jsp on a
http://www.viavpsd.com/product/epia_m_spec.jsp?motherboardId=81 )

I got the cvs source this morning and it built without errors on my fast
box.  It's been compiling (for a while now) on the hardware I plan to
run it from.  I assume all will be okay.


Everything built and ran fine! Thanks everyone at xfree and via!!


I have a couple minors I want to work out...

How do I disable tcp/6000 connections?

I'd like to rebuild XFree86 static (for running speed) and exclude a lot
of binaries, like xterm (to reduce overall size), but these options have
evaded me, even in xc/config/cf This build is for an embedded system and
no regular user interface will be needed.


When I restart X, I get the error:
(EE) Failed to load module via (once-only module, 256)
I don't know if that's slowing things down at all, but how would I only
load it once?


Also whatever this means, I have the feeling it's a big deal regarding
the cle266, is this something I need to fix in BIOS?

(WW) via(0): Failed to set up write-combining range (0xd800,0x200)

Thanks all, for your help!

// George



-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027IXOYE
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george 

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


Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-01 Thread Alex Deucher
 
 
 Also whatever this means, I have the feeling it's a big deal
 regarding
 the cle266, is this something I need to fix in BIOS?
 
 (WW) via(0): Failed to set up write-combining range
 (0xd800,0x200)
 
 Thanks all, for your help!
 

Does your kernel have support for MTRRs compiled in?

Alex

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-01 Thread David Dawes
On Fri, Aug 01, 2003 at 02:41:59PM -0400, George Georgalis wrote:

When I restart X, I get the error:
(EE) Failed to load module via (once-only module, 256)

Are you referencing the via module in the Module section of your
XF86Config file?  If so, that's the cause of this error.  It can
be fixed by removing the offending reference.

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


Re: final issues... xfree86 for the VIA Apollo CLE266

2003-08-01 Thread George Georgalis
On Fri, Aug 01, 2003 at 10:54:01PM -0400, David Dawes wrote:
On Fri, Aug 01, 2003 at 02:41:59PM -0400, George Georgalis wrote:

When I restart X, I get the error:
(EE) Failed to load module via (once-only module, 256)

Are you referencing the via module in the Module section of your
XF86Config file?  If so, that's the cause of this error.  It can
be fixed by removing the offending reference.

huh? does this mean it loads automagically? I searched for the directory
containing what looked like modules, regexed the names and put them all
in my XF86Config. :) most of them _are_ commented out but via is one
that I do load.  Which directories contain modules that should be loaded
from the config?

BTW - thanks to the other posters on this thread -- look like good tips,
will report back when I get everything rebuilt.

// George


-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027IXOYE
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george 

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