via driver and mtrr problem

2003-08-01 Thread Barbini Uberto
I'm running XFree 4.3.99.8 with kernel 2.6.0.test2 on a via M1
motherboard.
I loaded the modules for mtrr, i2c and agpgart for via.

Into XF86Config I choose via driver 
When I start X there's always this warning:

(WW) via(0): Failed to set up write-combining range (0x
I tried with
less /proc/mtrr 
and it gives back correct values, at least they seem reasonable but I can
write them down.
Anyway X seems to run fine, so what problems may I expect to encounter?

Another question, to see video and emulators (no 3d games) what's the better
combination on my board of these options? 

agpgart
glx
dbe
dri
omit xfree86-dga


Thanks

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


Re: XFree86 over Firewire !

2003-08-01 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 31 Jul 2003 08:07 am, Dwipal Desai wrote:
 One possible way is to use IP over Firewire, and use XFree86 over that,
 but the IP1394 is not very stable at present. Also, the benchmarks of
 that are very low. I want to use X directly over firewire so that stream
 of around 300 MB/s can be obtained.
Wouldn't you be better spending your time making IP over IEEE1394 work 
instead? Seems that the work you'd need to do to make X work over raw 
IEEE1394 would be at least as great as the IP work.

Brad
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/KkfzW6pHgIdAuOMRAtZiAKCONh3IPlzWfNCiJAga0GP1Qtni8wCfb45y
HEEVGcupXHKQDT4fUz+x9YQ=
=hJez
-END PGP SIGNATURE-

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


RE: via driver and mtrr problem

2003-08-01 Thread Alexander Stohr
 I'm running XFree 4.3.99.8 with kernel 2.6.0.test2 on a via M1
 motherboard.
 I loaded the modules for mtrr, i2c and agpgart for via.
 
 Into XF86Config I choose via driver 
 When I start X there's always this warning:
 
 (WW) via(0): Failed to set up write-combining range (0x
 I tried with
 less /proc/mtrr 
 and it gives back correct values, at least they seem 
 reasonable but I can
 write them down.
 Anyway X seems to run fine, so what problems may I expect to 
 encounter?

i cant say what direct reaction your software setup will
perform on mtrr setup failurs. mtrrs are programmed to
achive specific cache flushing behaviour and increased
performance, especially as framebuffer writes and maybe
for AGP mapped memory access as well. if mtrr fails,
the performance might be sub optimal or you might spot
(in worst case) hangs due to inadequate cache flushing.

for tracking that down you might need to understand
your chipset and the respective mtrr allocation code
in the linux kernel. i dont want to say that code is
bogus, but i have seen that it does react somewhat
non logical in a few cases, so there might be a need
for deeper inspection at some point in time.

-Alex.

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


Re: Rewrite of the NV driver

2003-08-01 Thread chomats
Does the driver nv surpport the nvidia GeForce 4 MX 440 ?
With the driver nv, the video (example ogle) doesn't work with this carte.
Steph.
Thanks.

  In CVS I have just checked in something I've been working on 
for a few weeks.  It is a substantial rewrite of the nv driver,
the main changes being removal of Riva128 into a separate module 
and a complete rewrite of the graphics acceleration for TNT and 
GeForce chips.  Aspects of the driver operation that do not have
anything to do with acceleration have not changed.  Summary:

1) Riva128 support is moved out of the nv driver and into a separate
  riva128 module, which is essentially the old nv driver stripped 
  down to support only the Riva128.  Riva128 support has not changed
  from the previous driver and you still specify driver nv for it.
  The new nv driver will load the riva128 module for the legacy
  support when it needs to.  So it is essentially two drivers: one for
  Riva128 and a rewritten one for newer chips, but you get either by 
  specifying the nv driver.

2) I've moved from using MMIO to program the graphics engine over to
  video ram command buffers.  This makes programming of the engine
  more efficient.
3) The driver supports a hardware planemask now.

4) I've added support for scaled blits and they are being exposed as
  a new Xv adaptor which exports YUV formats and an 8:8:8:8 XRGB format.
5) GeForce products now support virtual desktops up to 4080x4096  
  (was 2048x2048).

6) Updated many timing parameters for GeForce3, GeForce4 Ti and 
  GeForceFX chips, so those should have better performance now.

Testers appreciated.  It works on all the cards I've tested on, but
you know how these things go...  Something is bound to have broken
somewhere.
			Mark.

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



--

Stéphane Chomat
06-03-99-94-78
04-76-86-13-70
http://www-adele.imag.fr/~chomats http://www-adele.imag.fr/%7Echomats
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: CVS Update: xc (branch: trunk)

2003-08-01 Thread David Dawes
On Thu, Jul 31, 2003 at 08:21:39PM +0200, Alexander Pohoyda wrote:
David Dawes [EMAIL PROTECTED] writes:

 On Thu, Jul 31, 2003 at 07:15:43AM +0200, Alexander Pohoyda wrote:
 I believe that this is a correct way to develop geometries for
 related keyboards and I think that it is logical to combine them into
 one file.
 
 OK, so if I understand you correctly, we can re-add the old 'hp' file,
 and add the omnibook descriptions to it.  New descriptions for other
 vendor keyboards can be added to existing files rather than creating
 new directories.

If you decide to go this way, please let me know and I will be happy
to prepare new diffs.

I am going to do it this way.  New diffs will be welcome -- thanks.

This strategy will require some re-arrangements: instead of accessing
a `hp/omnibook(us)', we'll need to do `hp(omnibook.us)' or whatever.

Actually, we are trying to fit company/family/model/variant into
2-level structure file/section.

If the existing 3-level structure is OK for company/family/model/variant,
then a 2-level structure should be OK if family/model are combined into
a single parameter.

Currently the 'xfree86' rules file selects a geometry based solely on
a 'model' name, so a single parameter is converted into a geometry
description name.  It's conceivable that 'layout' be added as an
additional parameter to automatically select us vs intl variants.

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


Rotated Displays

2003-08-01 Thread Tim Roberts
I've had a client ask me about changing the Savage driver to support 
acceleration while the screen is rotated.  (Today, I just let ShadowFB handle 
rotation.)

I presume there are other drivers that support acceleration while rotated.  How 
much work was it?  Can I still fall back to simulations, or do I need to 
implement EVERYTHING in the driver?

I'm looking for a ballpark figure to start me off.

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


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


Re: Rotated Displays

2003-08-01 Thread Alex Deucher
Does savage HW even support acceleration with rotation?

--- Tim Roberts [EMAIL PROTECTED] wrote:
 I've had a client ask me about changing the Savage driver to support 
 acceleration while the screen is rotated.  (Today, I just let
 ShadowFB handle 
 rotation.)
 
 I presume there are other drivers that support acceleration while
 rotated.  How 
 much work was it?  Can I still fall back to simulations, or do I need
 to 
 implement EVERYTHING in the driver?
 
 I'm looking for a ballpark figure to start me off.
 


__
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


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: Rotated Displays

2003-08-01 Thread Tim Roberts
On Fri, 1 Aug 2003 12:58:06 -0700 (PDT), Alex Deucher wrote:

Does savage HW even support acceleration with rotation?

The Savage hardware wouldn't know about it.  That's the point here: I would 
have to modify the driver to rotate all the coordinates.  For lines and 
rectangles, it's easy.  For bitmaps and text, it's hard; that's why I'd like to 
fall back to ShadowFB for part of it, since it already knows how to do this.


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


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


Re: Rewrite of the NV driver

2003-08-01 Thread Mark Vojkovich
On Fri, 1 Aug 2003, chomats wrote:

 Does the driver nv surpport the nvidia GeForce 4 MX 440 ?

  The XFree86 4.3.0 driver supports all current NVIDIA cards,
and some that haven't been released yet.  The modifications
I mentioned in the post you are replying to don't have anything
to do with board support.  Board support is unchanged.

Mark.

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


Re: Radeon 9000 If (RV250), Mac G4 (Wintunnel) problems with XFree86

2003-08-01 Thread Simon Urbanek
On Saturday, July 26, 2003, at 01:08 PM, Michel Dänzer wrote:

On Tue, 2003-07-15 at 16:29, Benjamin Herrenschmidt wrote:
When did you try exactly ? I've seen more fixes for TMDS getting
in the CVS recently. I'm not sure what's up here, definitely not
something the doc explains. I suspect it's the path of pixel
data from the framebuffer to the TMDS transmitter that has an
endian problem, I fail to see why SURFACE_CNTL thing would fail,
or maybe it's a problem related to surface translation getting in
our way ?
I suspected that as well. If current CVS still doesn't work (works
perfectly here with an external CRT on an M9 in a TiBook IV), please 
try
this patch and post the RADEONInitCommonRegisters output.
Thanks for the info. I was out of town so I couldn't test it until now.

I built X from the current CVS just a few hours ago with the following 
results:

1) If I enable FBDev, then I get a nice picture on the TMDS screen, 
correct colors and nice 24 bit color depth. I also get a white screen 
on the ADC (VGA) screen. (After booting Ben's .21 kernel with radeon fb 
drivers you get white ADC screen and console DVI screen. When starting 
X the white screen goes black and then back to white; I'm running the 
radeonfb on boot at 8 bpp). The funny thing is that the mouse is 
correctly displayed on the corresponding screen (i.e. I can move the 
mouse from one screen to the other). But the ADC screen is otherwise 
totally white. It is evident that some weird overplotting is taking 
place since the DVI screen has some painting problems (it looks like 
the driver thinks that it paints in the ADC fb but in fact it's still 
on the DVI screen).
The nice thing here is that you can get back to the console without 
problems, but still the second screen is unusable.

2) If I disable FBDev, then the results are exactly same as the version 
of X I used when first reporting this problem: signal is only on the 
DVI screen (ADC is blanked), the colors are broken in that weird manner 
(half-split color bits). Getting back to the console is impossible 
since both screens get blanked once you try that.

I used your patch, but the info doesn't seem very helpful (btw the 
behavior was the same with/without the patch). I have attached logs 
from both runs.

I'm still very thankful for any help!

Ben, can we have the second framebuffer in the kernel *wink*? Your 
driver still seem to be only working one ;). It's just missing the 
second fb device :P

Cheers,
Simon


X-FbDevOff.log
Description: Binary data


X-FbDevOn.log
Description: Binary data


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: Rotated Displays

2003-08-01 Thread The Rasterman
On Fri, 01 Aug 2003 13:41:45 -0700 "Tim Roberts" [EMAIL PROTECTED] babbled:
(B
(B On Fri, 1 Aug 2003 12:58:06 -0700 (PDT), Alex Deucher wrote:
(B 
(B Does savage HW even support acceleration with rotation?
(B 
(B The Savage hardware wouldn't know about it.  That's the point here: I would 
(B have to modify the driver to rotate all the coordinates.  For lines and 
(B rectangles, it's easy.  For bitmaps and text, it's hard; that's why I'd like
(B to fall back to ShadowFB for part of it, since it already knows how to do
(B this.
(B
(Bwell you could just do EVERYTHING in rotated space. ie rotate coords for
(Bprimitives (lines, polys, arcs, rects etc.) and for bitmaps keep them in the fb
(Bor pixmap memeory in rotated form, rather than normal. the only conversion here
(Bis done at XPut/GetImage (XShmPut/Get Image. Shared pixmaps would need to be
(Bdisabled to treated specially) ? (xvideo could do it too... to a certain
(Bextent... you'd need to keep Y, U and V pixels at the same res unless the hw
(Bsupports vertically different resolutions ... you get the idea)
(B
(Byou'd also need to rotate coords of clip rects etc... but it'd be possible to do
(Bwith full acceleration on all drivers this way (agin - with the exception of
(Bxvideo etc.)
(B 
(B 
(B --
(B - Tim Roberts, [EMAIL PROTECTED]
(B   Providenza  Boekelheide, Inc.
(B 
(B 
(B ___
(B Devel mailing list
(B [EMAIL PROTECTED]
(B http://XFree86.Org/mailman/listinfo/devel
(B
(B
(B-- 
(B--- Codito, ergo sum - "I code, therefore I am" 
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://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


Chips and Technologies

2003-08-01 Thread Nitin Mahajan
Title: Message



Hello 
!
Can any one please 
tell me what the file ddc.c,dga.c and Bank.c are there(CT 69030 
driver)
Thanx in advance 

regards,

Nitin Mahajan

mail:[EMAIL PROTECTED]
Ph:51101667. Mobile : 
9886099925
==
The Lord gave us two ends -- one to 
sit on and the other to think with. Success depends on which one we use the 
most.



[Fonts] Ilginizi çekebilecek 3 teklifimiz var !!!

2003-08-01 Thread Saglikli Yasam
1 - Yiyerek-ierek, yorulmadan, terlemeden ve ila kullanmadan kilolarinizi 
asagiya veya yukariya kontrol edebilirsiniz.

  www.saglikliyasam.info/Kilo_Kontrol_Urunleri.html

2 - Haftalarla lebileceginiz kadar kisa bir srede, kirisikliklardan kurtulmus,
daha gen ve siki bir cilde kavusabilirsiniz. Dnyada pek ok dl kazanmis
inanilmaz bir rn simdi elinizin altinda

  www.saglikliyasam.info/Dis_Beslenme_Urunleri.html

3 - Amalariniza, hayallerinize ve tutkulariniza kavusmaniz artik imkansiz
degil. Uluslararasi bir kurulusta part-time, full-time veya istediginiz kadar
alisarak ek bir gelir ya da inanamayacaginiz yeni bir yasam elde edebilirsiniz.

  www.saglikliyasam.info/Distributorluk.html




---
Mail listemizden ikmak iin ltfen REMOVE subject'li bir mail'i
[EMAIL PROTECTED] adresine gnderiniz.
---













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


[Fonts] Get 20-80% discounts on your inkjet supplies

2003-08-01 Thread inkha
56% off any printer supplies!

Please come see our stores,
feel what
others already have, the best ink
cartridges
at an amazining price.

We can offer all
models including,
Lexmark, Canon HP, and Epson

   http://qpr1nttoday.com/neb.html


If you want to prevent sending of  emails, http://thesaaav1ngsdepot.com/s20.html



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


[I18n] crash in _XimThaiCloseIM

2003-08-01 Thread Jungshik Shin
Hi,

I'm wondering  if anyone has an idea of a possible cause of
crash in _XimThaiCloseIM() apparently triggered by Flash plugin
for Mozilla (Konqueror also has a similar problem). Flash plugin
can work around this, but the crash is occuring in _XimThaiCloseIM()
so that there appears to be a missing null check or sth. in the
function. I haven't yet managed to compile 4.3 (or CVS snapshot)
with debug turned on. In the meantime, if anyone has a hunch,
I'd like to know. I also filed a bug on this issue. It's

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

Related Mozilla bugs are listed at

http://bugzilla.mozilla.org/show_bug.cgi?id=211213

Thanks,

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


[XFree86] quick q

2003-08-01 Thread bjab
hey its me again.. did you see this site?

its a godsend, I have saved a fortune

With the money you save, put it towards a new car!

http://btrack.iwon.com/r.pl?redir=http://[EMAIL 
PROTECTED]/viewso65/index.asp?RefID=198478
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] quick q

2003-08-01 Thread bjab
hey its me again.. did you see this site?

its a godsend, I have saved a fortune

With the money you save, put it towards a new car!

http://btrack.iwon.com/r.pl?redir=http://[EMAIL 
PROTECTED]/viewso65/index.asp?RefID=198478
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] MOUSE PROBLEM

2003-08-01 Thread Berge, Harry ten
Hi,

We have a situation where the mouse pointer freezes in the middle of the
screen and is completely dead. You have to restart the X server to fix
this. I'm suspicious about one of our applications, but could this be
the case? Is it possible for an application to disable the mouse pointer
completely?

Tips are reeally appreciated!

 Met vriendelijke groet / Mit freundlichen Grüßen / Kind Regards,
 
H.J. ten Berge
Test Engineer

HITT Traffic
Oude Apeldoornseweg 41-45
P.O. Box 717
NL-7300 AS, APELDOORN
The Netherlands
Telephone   +31-55-543 26 34
Fax +31-55-543 25 53  
E-mail  mailto:[EMAIL PROTECTED]
Internethttp://www.hitt-traffic.nl



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


Re: [XFree86] Fixed Frequency

2003-08-01 Thread Eric Deveaud
On Thu, 31 Jul 2003, Yann E. MORIN wrote:

 On Thursday 31 July 2003 20:09, you (Mark Vojkovich) wrote :

 Hmm... Or you could make a 'smart' cable that combines the sync. and green
 signals into a sync-on-green one and feed this into the monitor. Look at
 this site for explanations (in french, contact me privately if you can't
 understand Moliere's tongue!) :

in this case check the shakespeare  version ;-))
URL:http://laurent.granjon.free.fr/electronique/sgi2pc_gb.htm

Eric

-- 
Un detail, je suis sur Unix... Redemarrer un systeme Unix fait
generalement apparaitre dans mon bureau entre 1 et 3 ingenieurs
systeme a l'humeur agressive voire violente.
-+- VS in Guide du linuxien pervers - De l'art de faire apparaître des IS


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


[XFree86] XFree86 -configure error (reposted)

2003-08-01 Thread dimenticami
XFree86 -configure error

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 30 15:21:59 2003
List of video drivers:
atimisc
radeon
r128
mga
glint
nv
tga
s3
s3virge
sis
rendition
neomagic
i740
tdfx
savage
cirrus
vmware
tseng
trident
chips
apm
glide
fbdev
i128
nsc
ati
i810
ark
cyrix
siliconmotion
vesa
vga
dummy
v4l
(EE) Glide driver:

Could not load the shared library file for Glide: libglide2x.so!

You need to have Glide installed to run the glide driver for XFree86.
Also, you need to tell XFree86 where the libglide2x.so file is placed
by making a soft link in the /usr/X11R6/lib/modules directory that points
to the libglide2x.so file. For example (if your libglide2x.so file is in
/usr/lib):

  # ln -s /usr/lib/libglide2x.so /usr/X11R6/lib/modules


(EE) Failed to load module glide (a required submodule could not be
loaded, 2)
(++) Using config file: /root/XF86Config.new


XFree86 detected your mouse at device /dev/mouse.
Please check your config if the mouse is still not
operational, as by default XFree86 tries to autodetect
the protocol.

Your XF86Config file is /root/XF86Config.new

To test the server, run 'XFree86 -xf86config /root/XF86Config.new'

_

1 log says:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20 i686 [ELF]

but i got Linux redhat 2.4.18-3-i686
Why ? Wrong version?
___

2 i installed 4.3-ix86-glibc22
cause if i run rpm to check library i have:
glibc-common-2.2.5-34
glibc-2.2.5-34

but running sh Xinstall.sh (every version 4.2 4.0 and other) i have:

Checking which OS you're running...
uname reports 'Linux' version '2.4.18-3', architecture 'i686'.
Object format is 'ELF'.Xinstall.sh: strings: command not found

No Linux/ix86 binaries for this libc version

Now Xserver starts (you says by my posted logs) not starts kde i can solve
or there are no versions for my redhat 2.4.18-3-i686 ??
_

Thank you again
Phil


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


[XFree86] Virtual Height (help for the helpless)

2003-08-01 Thread myspambox
I'm very new to Linux. I have been using Knoppix from CD for a while now, 
but have yet to get any Linux to install properly to a hard drive. I'm trying
to get an old P166 working with Linux so I can better learn it, with the 
intention of eventually switching my main system over to it.

I'm currently trying to get Red Hat 9.0 running on the system (having
failed with both Mandrake and Debain). The Red Hat install seemed to go 
OK, but on the first boot, I was informed that the Xfree86 system could not 
be started. I was referred to xfree86.org, which I searched but could not 
find information about my particular affliction. That has lead me to this list.

I'm being told that I have an error
(EE) VGA(0) Virtual height is too small for the hardware (min 1)
I know this hardware can run X, since it runs OK under Knoppix, but 
I'm at a loss to understand why Red Hat (which ran the graphic installer 
just fine) can't seem to start X. And I'm just too green to pick my way 
through Linux and find the likely extremely simple (once you know the
answer) myself. Please help.

About the only other thing I can think to pass along is that it's an old S3 
based PCI video card, and Red Hat suggested running it at 800x600, which 
I went along with (The Viewsonic monitor would support 1024x768 or better, 
but I don't believe the card can do good color at that resolution). Red Hat 
does use the 27 February 2003 release, which I understand is the current 
release. Not having the ability to boot the Linux system fully into a GUI I'm 
not even in a good position to send any log files (and I doubt if the network 
is working yet anyway), but I'll try to look up anything and report back if 
anyone tells me what to look for and where.

Or any other suggestions on how to get any good viable Linux up on 
this system would be welcome.


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


Re: [XFree86] Fixed Frequency

2003-08-01 Thread Måns Rullgård
Nico Schottelius [EMAIL PROTECTED] writes:

  Howto add a fixed frequency monitor to a Linux system and running
  Xfree on it?
  What options do I need to pass ? hrefresh/vrefresh/resolution?
 
 In the Monitor section, add
 HorizSync foo
 VertRefresh bar
 Replace foo and bar with whatever frequencies your monitor can
 handle.  Multiple frequencies are allowed.

 is the horizontal frequency not depending on the
 vertical frequency and the resolution?

Only to some extent.  The time from the last displayed pixel on a
scanline to the horizontal sync can vary.

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


[XFree86] Help me!

2003-08-01 Thread magrostigma



When I write in the console "startx" I have this 
problem:


Fatal server error:
no screen found 

XIO: fatal IO error 104 (connection reset by peer) 
ox X server ":0.0" after 0 request (0 known processed) with 0 event 
remaining


Please help me!!!


[XFree86] strange xfree crash

2003-08-01 Thread Tim
I have never had a problem with xfree before, but this has happened 3 
times now. Any suggestions? I think Mozilla had something to do with it, 
but I can't be sure.



XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
Build Date: 12 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: Fri Aug  1 06:05:51 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout layout1
(**) |--Screen screen1 (0)
(**) |   |--Monitor monitor1
(**) |   |--Device device1
(**) |--Input Device Keyboard1
(WW) Option XkbCompat requires an string value
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(WW) Option XkbOptions requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse1
(**) FontPath set to unix/:-1
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail
Using vt 7
(--) using VT number 7
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 02 class 06,00,00 
hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 02 class 06,04,00 
hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00 
hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 
hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00 
hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card , rev 02 class 06,80,00 
hdr 00
(II) PCI: 00:12:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 
hdr 80
(II) PCI: 00:12:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 
hdr 80
(II) PCI: 00:14:0: chip 11ad,0002 card 1385,f004 rev 21 class 02,00,00 
hdr 00
(II) PCI: 01:00:0: chip 10de,0150 card 1102,1047 rev a3 class 03,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,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -100x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -100x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0088 (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -100xd000 - 0xdfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -100xfca0 - 0xfeaf (0x210) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -100xcc80 - 0xdc8f (0x1010) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV15 [GeForce2 GTS/Pro] rev 163, 
Mem @ 0xfd00/24, 0xd000/27, BIOS @ 0xfeaf/16
(II) Addressable bus resource ranges are
   [0] -100x - 0x (0x0) MX[B]
   [1] -100x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
   [0] -100xffe0 - 0x (0x20) MX[B](B)
   [1] -100x0010 - 0x3fff (0x3ff0) MX[B]E(B)
   [2] -100x000f - 0x000f (0x1) MX[B]
   [3] -100x000c - 0x000e (0x3) MX[B]
   [4] -100x - 0x0009 (0xa) MX[B]
   [5] -100x - 0x (0x1) IX[B]
   [6] -100x - 0x00ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe000 from 0xefff to 
0xdfff
(II) Active PCI resource ranges:
   [0] -100xfebfff00 - 0xfebf (0x100) MX[B]
   [1] -100xe000 - 0xdfff (0x0) MX[B]O
   [2] -100xfeaf - 

[XFree86] Re: XFree86 -- confirmation of subscription -- request 747364

2003-08-01 Thread oriiiginal
 XFree86 -- confirmation of subscription -- request 747364
 
 We have received a request from 212.183.116.5 for subscription of your
 email address, [EMAIL PROTECTED], to the [EMAIL PROTECTED]
 mailing list.  To confirm the request, please send a message to
 [EMAIL PROTECTED], and either:
 
 - maintain the subject line as is (the reply's additional Re: is
 ok),
 
 - or include the following line - and only the following line - in the
 message body: 
 
 confirm 747364
 
 (Simply sending a 'reply' to this message should work from most email
 interfaces, since that usually leaves the subject line in the right
 form.)
 
 If you do not wish to subscribe to this list, please simply disregard
 this message.  Send questions to [EMAIL PROTECTED]
 

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post

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


[XFree86] confirm 747364

2003-08-01 Thread oriiiginal
-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post

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


[XFree86] multiple mice - wheel

2003-08-01 Thread Yann E. MORIN
Hi!

I have a touchpad built in into my laptop, with only left/right buttons.
I also have a USB mouse with wheel, wich is 3 buttons, plus wheel up/down.

I want to use the USB mouse wheel, but xev does not see any event when I
move the wheel (yes I'm in xev window! ;-)).

$ X -version
This is a pre-release version of XFree86, and is not supported in any
[--snip--]
XFree86 Version 4.3.99.9
Release Date: 25 July 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-ac4 i686 [ELF]
Build Date: 26 July 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present


Any idea?

Regards,
Yann.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN |  ___   |
| --== °_° ==-- °---.:  X  AGAINST  |  \e/  There is no  |
| web: ymorin.free.fr | [EMAIL PROTECTED] 1845 | / \ HTML MAIL|   v   conspiracy.  
|
°-°°--°°
 \__ np: Serge Gainsbourg - Ne dis rien __/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] multiple mice - wheel

2003-08-01 Thread Alan Shoemaker
Yann E. MORIN wrote:
 Hi!

 I have a touchpad built in into my laptop, with only
 left/right buttons. I also have a USB mouse with wheel,
 wich is 3 buttons, plus wheel up/down.

 I want to use the USB mouse wheel, but xev does not see any
 event when I move the wheel (yes I'm in xev window! ;-)).

 $ X -version
 This is a pre-release version of XFree86, and is not
 supported in any [--snip--]
 XFree86 Version 4.3.99.9
 Release Date: 25 July 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.21-ac4 i686 [ELF]
 Build Date: 26 July 2003
 Before reporting problems, check
 http://www.XFree86.Org/ to make sure that you have the
 latest version. Module Loader present


 Any idea?

 Regards,
 Yann.

http://www.linuxvoodoo.com/howto/HOWTO/XFree86-Second-Mouse/intro.html
http://www.linuxvoodoo.com/howto/HOWTO/XFree86-Second-Mouse/xfree4.html
http://www.collaborium.org/onsite/venezuela/docs/linux/Linux_Mini-HOWTOS/HTML/XFree86-Second-Mouse.html
http://linuxselfhelp.com/HOWTO/mini/XFree86-Second-Mouse/
http://www.linux.org/docs/ldp/howto/mini/XFree86-Second-Mouse/
http://www.linuxdocs.org/HOWTOs/mini/XFree86-Second-Mouse/

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


Re: [XFree86] multiple mice - wheel

2003-08-01 Thread Yann E. MORIN
On Friday 01 August 2003 18:28, you (Alan Shoemaker) wrote :
  Yann E. MORIN wrote:
   I have a touchpad built in into my laptop, with only
   left/right buttons. I also have a USB mouse with wheel,
   wich is 3 buttons, plus wheel up/down.
   I want to use the USB mouse wheel, but xev does not see any
   event when I move the wheel (yes I'm in xev window! ;-)).
  http://www.linuxvoodoo.com/howto/HOWTO/XFree86-Second-Mouse/intro.html
  http://www.linuxvoodoo.com/howto/HOWTO/XFree86-Second-Mouse/xfree4.html
  http://www.collaborium.org/onsite/venezuela/docs/linux/Linux_Mini-HOWTOS/H
 TML/XFree86-Second-Mouse.html
  http://linuxselfhelp.com/HOWTO/mini/XFree86-Second-Mouse/
  http://www.linux.org/docs/ldp/howto/mini/XFree86-Second-Mouse/
  http://www.linuxdocs.org/HOWTOs/mini/XFree86-Second-Mouse/

Great! Such a fool I didn't even check the (mini-)HOWTO!

Thanks, it works OK now. Just changing protocol from auto to IMPS/2 made it OK.

Regards,
Yann.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN |  ___   |
| --== °_° ==-- °---.:  X  AGAINST  |  \e/  There is no  |
| web: ymorin.free.fr | [EMAIL PROTECTED] 1845 | / \ HTML MAIL|   v   conspiracy.  
|
°-°°--°°
 \__ np:  [Stopped] __/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] No Screen Found

2003-08-01 Thread Manoj Kumar Neelapareddy
Hi,

I jus Installed Redhat Linux 8 on my system. every
thing went normal while installing linux. after the
installation the system restarted. i configured it to
boot with Xwindow. but it showing some errors and
returning to command prompt.

the error is  No Screen Found

my Video Card is S3 Trio 64 V2 and memory on card is 1
Mb. i configured the same while installation.

my Monitor is Studio works.

can u plz help in this problem. 
i am pretty much new to linux . can u plz sugest me a
detailed solution.

thanx
Manoj


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


[XFree86] No Screen Found

2003-08-01 Thread Manoj Kumar Neelapareddy
Hi,

I jus Installed Redhat Linux 8 on my system. every
thing went normal while installing linux. after the
installation the system restarted. i configured it to
boot with Xwindow. but it showing some errors and
returning to command prompt.

the error is  No Screen Found

my Video Card is S3 Trio 64 V2 and memory on card is 1
Mb. i configured the same while installation.

my Monitor is Studio works.

can u plz help in this problem. 
i am pretty much new to linux . can u plz sugest me a
detailed solution.

thanx

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


Re: [XFree86] strange xfree crash

2003-08-01 Thread Sycholic
Insteresting,, either I just dont see it but I dont see any fonts being
loaded for X11.  Would be a reason why you are getting error like that.  I
see the lib's for the fonts being loaded but not the fonts themselves
- Original Message -
From: Tim [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 01, 2003 7:37 AM
Subject: [XFree86] strange xfree crash


 I have never had a problem with xfree before, but this has happened 3
 times now. Any suggestions? I think Mozilla had something to do with it,
 but I can't be sure.



 XFree86 Version 4.3.0
 Release Date: 27 February 2003
 X Protocol Version 11, Revision 0, Release 6.6
 Build Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
 Build Date: 12 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: Fri Aug  1 06:05:51 2003
 (==) Using config file: /etc/X11/XF86Config-4
 (==) ServerLayout layout1
 (**) |--Screen screen1 (0)
 (**) |   |--Monitor monitor1
 (**) |   |--Device device1
 (**) |--Input Device Keyboard1
 (WW) Option XkbCompat requires an string value
 (**) Option XkbModel pc105
 (**) XKB: model: pc105
 (**) Option XkbLayout us
 (**) XKB: layout: us
 (WW) Option XkbOptions requires an string value
 (==) Keyboard: CustomKeycode disabled
 (**) |--Input Device Mouse1
 (**) FontPath set to unix/:-1
 (==) RgbPath set to /usr/X11R6/lib/X11/rgb
 (==) ModulePath set to /usr/X11R6/lib/modules
 (**) Option AllowMouseOpenFail
 Using vt 7
 (--) using VT number 7

 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
 (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 = 0x, mode1Res1 = 0x8000
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 8086,7190 card , rev 02 class 06,00,00
 hdr 00
 (II) PCI: 00:01:0: chip 8086,7191 card , rev 02 class 06,04,00
 hdr 01
 (II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00
 hdr 80
 (II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80
 hdr 00
 (II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00
 hdr 00
 (II) PCI: 00:07:3: chip 8086,7113 card , rev 02 class 06,80,00
 hdr 00
 (II) PCI: 00:12:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00
 hdr 80
 (II) PCI: 00:12:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00
 hdr 80
 (II) PCI: 00:14:0: chip 11ad,0002 card 1385,f004 rev 21 class 02,00,00
 hdr 00
 (II) PCI: 01:00:0: chip 10de,0150 card 1102,1047 rev a3 class 03,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,1), BCTRL: 0x0008 (VGA_EN is set)
 (II) Bus 0 I/O range:
 [0] -100x - 0x (0x1) IX[B]
 (II) Bus 0 non-prefetchable memory range:
 [0] -100x - 0x (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
 [0] -100x - 0x (0x0) MX[B]
 (II) PCI-to-PCI bridge:
 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0088 (VGA_EN is set)
 (II) Bus 1 I/O range:
 [0] -100xd000 - 0xdfff (0x1000) IX[B]
 (II) Bus 1 non-prefetchable memory range:
 [0] -100xfca0 - 0xfeaf (0x210) MX[B]
 (II) Bus 1 prefetchable memory range:
 [0] -100xcc80 - 0xdc8f (0x1010) MX[B]
 (II) PCI-to-ISA bridge:
 (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
 (--) PCI:*(1:0:0) nVidia Corporation NV15 [GeForce2 GTS/Pro] rev 163,
 Mem @ 0xfd00/24, 0xd000/27, BIOS @ 0xfeaf/16
 (II) Addressable bus resource ranges are
 [0] -100x - 0x (0x0) MX[B]
 [1] -100x - 0x (0x1) IX[B]
 (II) OS-reported resource ranges:
 [0] -100xffe0 - 0x (0x20) MX[B](B)
 [1] -100x0010 - 0x3fff (0x3ff0) MX[B]E(B)
 [2] -100x000f - 0x000f (0x1) 

Re: [XFree86] confirm 747364

2003-08-01 Thread Sycholic
Ah just send a email with only 'Re: [XFree86] confirm 747364' in the
subject with a blank message body to subscribe.
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 01, 2003 9:59 AM
Subject: [XFree86] confirm 747364


 --
 COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
 --
 1. GMX TopMail - Platz 1 und Testsieger!
 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8.
e-Post

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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.505 / Virus Database: 302 - Release Date: 7/30/03

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


Re: [XFree86] X Does Not Continue To Load

2003-08-01 Thread Sycholic
Did you check your .Xinit file and /usr/X11R6/lib/X11/etc to make sure you
have the rc.* files setup?
Try running /stand/sysinstall again then go into post configure and then
configure X desktop menu and try reinstalling again. but dont do a
XF86Config again just the reinstall of the desktop/window manager
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 8:23 PM
Subject: [XFree86] X Does Not Continue To Load


 I am having trouble with getting XFREE86 to run on FreeBSD 5.1.
 The X will start up and seem to operate with no errors that I can detect
but
 never actually loads the desktop.

 I have gone over the log file and cannot determine an error.
 I also cannot see in any log files an actual problem.

 I do have to break out of X because nothing ever loads.
 It looks like it is detecting the card correctly and loading the correct
 drivers.

 Below is my log file and config file.

 I am using a SIS 315 AGP video card.

 Thanks for any help.
 Sam


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.505 / Virus Database: 302 - Release Date: 7/30/03


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


Re: [XFree86] Help me!

2003-08-01 Thread Sycholic



try running /usr/X11R6/bin/XF86Config again, looks 
like you dont have a legal screen mode defined (atleast thats what I allways get 
when I dont have any valid scan modes)

  - Original Message - 
  From: 
  magrostigma 
  To: [EMAIL PROTECTED] 
  Sent: Friday, August 01, 2003 5:43 
  AM
  Subject: [XFree86] Help me!
  
  When I write in the console "startx" I have this 
  problem:
  
  
  Fatal server error:
  no screen found 
  
  XIO: fatal IO error 104 (connection reset by 
  peer) ox X server ":0.0" after 0 request (0 known processed) with 0 event 
  remaining
  
  
  Please help me!!!
  
  ---Outgoing mail is certified Virus 
  Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.505 
  / Virus Database: 302 - Release Date: 
7/30/03


[XFree86] 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 

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


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


Re: [XFree86] Help me!

2003-08-01 Thread Mark Vojkovich
  You need to post your /var/log/XFree86.0.log file.  The error
below in itself is not useful.


Mark.

On Fri, 1 Aug 2003, magrostigma wrote:

 When I write in the console startx I have this problem:
 
 
 Fatal server error:
 no screen found 
 
 XIO: fatal IO error 104 (connection reset by peer) ox X server :0.0 after 0 
 request (0 known processed) with 0 event remaining
 
 
 Please help me!!!

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


[XFree86] SetUp Problem

2003-08-01 Thread Peter Harrington



I have an old (1996) Micron monitor that I am trying to use 
with a Dell 2350 PC running Red Hat Linux 8.0. The PC video card uses an 
Intel 82845G graphics chip. In the Red Hat configuration, I accepted the 
default for the monitor:
 Horizontal 31.5 - 48.5 
KHz
 
Vertical 50-70 Hz
 800x600  16 bit 
color
The windows in Linux display correctly for the top4" and 
the bottom.From 4" to 5.2" itshows part of a line repeated 
several times, on top of itself; unintelligible. If I move the cursor to 
the garbled portion, any live buttons display OK.
Micron (now MPC) does not have any info on this display (model 
#15FGx, part #MNN001004).
The display works OK with WinXP home. WinXP uses 
800x600, 32 bit color, 75 Hz refresh; don't know what frequencies.
I have tried different resolutions and refresh rates. These 
changes are either negligible or distort the display even worse.

How can I get this monitor to work with Linux?



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


[XFree86] Cannot Start X Server...Help?

2003-08-01 Thread Justin Arkin
Title: Message



I am running a P3 
with an Nvidia card, everything was running good for about a weekand the 
GUI locked up - I had to reboot the machine, and now I can't get X to 
start,and I don't know how to read the 
dumpfile...HELP!

The machine runs 
samba, netatalk, apache, and shoutcast...they all work fine from the command 
prompt but I'm no linux guru and I would really like to avoid having to 
reinstall the whole OS againto just to get X going...I attatched the 
dump file that gets generated when I run startx...any advice would be much 
appreciated!

Thanks

Justin


--"Are 
you still wasting your time with spam?...There is a 
solution!"Protected by GIANT Company's Spam InspectorThe most 
powerful anti-spam software available.http://www.giantcompany.com



Xfree86.0.log
Description: Binary data