Re: Unichrome Pro

2005-05-05 Thread Luc Verhaegen
On Wed, May 04, 2005 at 03:30:51PM -0700, [EMAIL PROTECTED] wrote:
 I am returning to FreeBsd after an absense of years nd find myself trying
 to remember how to ride this bike with all its new bells  whistles.
 
 I have an Abit AV-20 M/B that has an integrated Unichrome Pro Graphics
 with 2D/3D video controller. I am trying to install XFree onto FreeBSD 5.3
 and am having trouble getting X11R6.4.5. to work. It seems I need a driver
 and noticed that in a discussion on the topic:
  FreeBSD 5.3 NVIDIA-1.0.7174 GLX extension problem
 Twas said by Randy Dawson:
 I wondered if there is a similar driver for the Unichrome. Also some more
 detailed instructions for the sequence of commands needed to successfully
 add new drivers and carry out the sysinstall would be much appreciated.
 
 Thanks
 David
 
Abit VA-20 uses a VIA KM400, which makes it a plain unichrome.
http://www.abit-usa.com/products/mb/products.php?categories=1model=226
The via driver should suffice.

Luc Verhaegen.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: Fatal Error --? Video driver?

2005-05-05 Thread Luc Verhaegen
On Wed, May 04, 2005 at 02:50:00PM -0700, [EMAIL PROTECTED] wrote:
 For some reason this did not get posted
 
 http://cvsweb.xfree86.org/cvsweb/xc/programs/Xserver/hw/xfree86/drivers/via/
 The files in there have xf-4_5 tags... And what's there should be
 capable of running an X natively on a standard KM400 board.

 Thanks Luc -- but forgive me - my board is a VA-20 -- do you happen to
 know: (a) which one of the files I need AND
 (b) what do I have to do to get X11R6 to use it?
 
 Thanks again
 
 David
Put Driver via in your Device Section.

Luc Verhaegen.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: Fatal Error --? Video driver?

2005-05-05 Thread nospamme_vizion
 On Tue, May 03, 2005 at 05:18:28PM -0700, Tim Roberts wrote:
 [EMAIL PROTECTED] wrote:

 devel@XFree86.Org
 Hi I am trying to get XFree running on this configuration butno success
 so
 far. It looks likevsomething to do with the on board video
 
 The motherboard is ABIT VA-20 (www.abit.com)
 Integrated on board Unichrome Pro Graphics with 2D/3D/video controller
 64 Meg of DDR ram allocated for video
 Total ram 1G
 
 

 The VIA Unichrome chip does not have a driver built-in to XFree86.  VIA
 distributes one, but I don't know whether it plays with XFree86 4.5.0.
 Google for xfree86 unichrome for lots of hints.

 You should be able to run the vesafb driver.  You won't get
 acceleration, but it should work.

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

 http://cvsweb.xfree86.org/cvsweb/xc/programs/Xserver/hw/xfree86/drivers/via/
 The files in there have xf-4_5 tags... And what's there should be
 capable of running an X natively on a standard KM400 board.

 Luc Verhaegen.
Thanks Luc -- but forgive me - my board is a VA-20 -- do you happen to know:
(a) which one of the files I need AND
(b) what do I have to do to get X11R6 to use it?

Thanks again

David
NOTE
Remove from my Reply-to - all before [vizion at ixpres.com] if
emailing me

David Southwell  Ham call sign M0TAU

40 yrs
navigating and
computing in
blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V
Taurus. Currently in San Diego, CA. sailing May bound for Europe via
Panama Canal.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


xon.sh

2005-05-05 Thread Mike Urban
I do not know the proper 'channel' for this sort of feedback, but we
have for some time been using the following enhancement for 'xon' that
others might find useful.  We do not run remsh/rcmd/rsh servers on our
systems.  So we add a new flag so we can say   
 xon target -remote ssh command 
to go through SSH instead.  Note that because of the way xon is used,
no SSH session is left behind, and the DISPLAY is the X server rather
than being tunneled through SSH.  Whether this is a bug or a feature is
a matter of taste.

Here is a diff -c listing from the version in my Panther desktop, which
is apparently 1.7:


 -debug  enable error messages from remote execution
  echo -name name  set alternate application name and window title
  echo -nols   do not pass -ls option to remote xterm
- echo -remote cmd use cmd for connection instead of rsh
  echo -screen screen  change remote screen number to specified screen
  echo -user user  run remote command as the specified user
  exit 1
--- 17,22 
***
*** 134,147 
shift
redirect=
;;
-   -remote)
-   shift
-   if [ $rsh != sh ]; then
-   rsh=$1
-   rcmd=$rsh $target -n
-   fi
-   shift;;
- 
-screen)
shift
  
--- 133,138 

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: Fatal Error --? Video driver?

2005-05-05 Thread Alex Deucher
On 5/4/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  On Tue, May 03, 2005 at 05:18:28PM -0700, Tim Roberts wrote:
  [EMAIL PROTECTED] wrote:
 
  devel@XFree86.Org
  Hi I am trying to get XFree running on this configuration butno success
  so
  far. It looks likevsomething to do with the on board video
  
  The motherboard is ABIT VA-20 (www.abit.com)
  Integrated on board Unichrome Pro Graphics with 2D/3D/video controller
  64 Meg of DDR ram allocated for video
  Total ram 1G
  
  
 
  The VIA Unichrome chip does not have a driver built-in to XFree86.  VIA
  distributes one, but I don't know whether it plays with XFree86 4.5.0.
  Google for xfree86 unichrome for lots of hints.
 
  You should be able to run the vesafb driver.  You won't get
  acceleration, but it should work.
 
  --
  Tim Roberts, [EMAIL PROTECTED]
  Providenza  Boekelheide, Inc.
 
  http://cvsweb.xfree86.org/cvsweb/xc/programs/Xserver/hw/xfree86/drivers/via/
  The files in there have xf-4_5 tags... And what's there should be
  capable of running an X natively on a standard KM400 board.
 
  Luc Verhaegen.
 Thanks Luc -- but forgive me - my board is a VA-20 -- do you happen to know:
 (a) which one of the files I need AND
 (b) what do I have to do to get X11R6 to use it?
 

you need to use the via driver that's available in xfree86.

Alex

 Thanks again
 
 David
 NOTE
 Remove from my Reply-to - all before [vizion at ixpres.com] if
 emailing me
 
 David Southwell  Ham call sign M0TAU
 
 40 yrs
 navigating and
 computing in
 blue waters.
 English Owner  Captain of British Registered 60' bluewater Ketch S/V
 Taurus. Currently in San Diego, CA. sailing May bound for Europe via
 Panama Canal.
 ___
 Devel mailing list
 Devel@XFree86.Org
 http://XFree86.Org/mailman/listinfo/devel


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


[XFree86] (Re: HELLO)

2005-05-05 Thread happy
$B$4CmJ8$$j$,$H$$4$6$$$^$9!#8e$[$I3NG'%a!%k$rAwIU$5$;[EMAIL 
PROTECTED]+F01~Ez$G$9$+$iJV?.$O$7$J$$$G$/[EMAIL PROTECTED](B
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] We can give you retaail errection mads excision

2005-05-05 Thread Sidney Finch
This is one of our newest sites, thus we'd like to
inform you about this one. It is made especially for
the sonsumer, with nice GUI and negotiabble menu. 
The site is all about you, with cheep and bast errection mediccattions
you can see on the market. Just name the mediccattion - 
and we have it.
you won't stop screewing after you use it, for sure :)

Come to see by yourself:
http://harvey.cassisnmjma.com/?A9CnC5AckEHogAArigging

en recherche d emploi dans le secteur de r d chercheur ingenieur de la 
recherche post doc dans des laboratoires pharmaceutiques ou des entreprises de 
la biotechnologie.
you see this is why liberals are not in control here they can t even put 
together a decent.
experiences of student teaching getting a teaching job first year teaching and 
on keeping updated and energized are posted on the alumni discussion page.
you can claim that it s a lesbian love song songs have different meanings for 
each individual what have you got to back up your other claim though?
the ugandan army says the rebels attack the camps to divert its attention away 
from hunting the insurgents down in the bush.
blogs that wouldn t link me if their lives depended on it that s okay i m gonna 
link them anyway.
hai nino welkom veel plezier op deze aardbol en je eerste verjaardagskado zal 
wel een kart zijn feliciteer je ouders van ons met jouw geboorte.
any month would be ok with us as long as we have enough warning and can make 
arrangements looking forward to seeing everyone again and a good time norma 
veach laughlin.
wow its been really to long since i said something decent again like what 
my fave hangout friendship mej.
hey frenzy! just wanted to drop in and see what s on your mind always 
interesting topics!
intaglio carving into large pieces of starfire glass the carvings are lit 
through the edge of the glass using led s and florescent lights.
there s a weird moment during the debate one of many when george bush says quot 
let me finish quot but wasn t being interrrupted.
lady of the lake she whispers softly to the mists on the lake i shall return 
complex bouquet of flowers underlined by woods musk s and mists of a serene 
lake.



[XFree86] startx failure

2005-05-05 Thread Praveen.A
hi,
I am new to linux  using Redhat 9 ( kernel-2.4.20-8). Inorder to
get graphics mode when I type startx I got this error message which I am
attaching here with. Please help me to get out of this prob.

Regards 
Praveen




XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] 
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
 
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc
version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
2003 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu May  5 16:24:59 2005
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Default Layout
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Videocard0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device DevInputMice
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(++) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000f800, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card , rev 01 class 06,00,00 hdr
00
(II) PCI: 00:02:0: chip 8086,2562 card 1014,0267 rev 01 class 03,00,00 hdr
00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1014,0267 rev 01 class 0c,03,00 hdr
80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1014,0267 rev 01 class 0c,03,00 hdr
00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1014,0267 rev 01 class 0c,03,00 hdr
00
(II) PCI: 00:1d:7: chip 8086,24cd card 1014,0267 rev 01 class 0c,03,20 hdr
00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 06,04,00 hdr
01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 06,01,00 hdr
80
(II) PCI: 00:1f:1: chip 8086,24cb card 1014,0267 rev 01 class 01,01,8a hdr
00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1014,0267 rev 01 class 0c,05,00 hdr
00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1014,0267 rev 01 class 04,01,00 hdr
00
(II) PCI: 02:08:0: chip 8086,1039 card 1014,0267 rev 81 class 02,00,00 hdr
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is
cleared)
(II) Bus 2 I/O range:
[0] -1  0   0x2000 - 0x20ff (0x100) IX[B]
[1] -1  0   0x2400 - 0x24ff (0x100) IX[B]
[2] -1  0   0x2800 - 0x28ff (0x100) IX[B]
[3] -1  0   0x2c00 - 0x2cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1  0   0xc010 - 0xc01f (0x10) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corp. 82845G/GL [Brookdale-G] Chipset Integrated
Graphics Device rev 1, Mem @ 0x8800/27, 0x8000/19
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0xffe0 - 0x (0x20) MX[B](B)
[1] -1  0   0x0010 - 0x3fff (0x3ff0) 

[XFree86] 4.5 for darwin 7.x

2005-05-05 Thread Igor
Hello to all 
I can't find ftp.xfree86.org/pub/XFree86/4.5.0/binaries a binaries for
darwin 7.x. Is it mean that support of this version is stopped?

Igor S

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] spermatazoa flavour improvement

2005-05-05 Thread Rosalinda Kennedy
spermatazoa flavour improvement
http://elongates.net/spur/?897

go here for removal
http://elongates.net/rm.php?897
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Urgent ! Need a Help

2005-05-05 Thread kv kv
hello
1. i am getting the following error when i tried to restart my linux server
couldnt init font path element unix/:7100 removing from the 
list.
fatal server error : could not open default font 'fixed'.

2. i am enclosing the log file please go thru it and let me know the problem 
as soon as possible, it
  is urgent,

  else i will loose my job.
try to send me mail as soon as possible...
regards
kv
_
Daily personalized predictions. http://www.astroyogi.com/newmsn/mypage Get 
them in your mailbox.


1.log
Description: Binary data


[XFree86] forgot to mention in my previous mail...

2005-05-05 Thread kv kv
hai
i forgot to mention in the previous mail i am using 2.4.20-8 os kernel
and i am using red hat linux 9 os.
pls let me know how to solve this dispaly problem i am not getting the GUI 
display...

regards,
kv
_
NRIs, Choose the best solution. 
http://creative.mediaturf.net/creatives/citibankrca/rca_msntagofline.htm 
With Citibank Rupee Checking Account!


1.log
Description: Binary data


RE: [XFree86] Urgent ! Need a Help

2005-05-05 Thread Ayotunde Itayemi
Hi KV,

edit /etc/X11/XF86Config (may be XF86config-in or something similar)
look for a line containing 7100 and comment it out (put a # at the
beginning of
the line, safe the file)
Try to start X again.

Let me know if it works. Regards.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of kv kv
Sent: Thursday, May 05, 2005 5:08 PM
To: XFree86@XFree86.org
Subject: [XFree86] Urgent ! Need a Help

hello

1. i am getting the following error when i tried to restart my linux
server

 couldnt init font path element unix/:7100 removing from
the list.
 fatal server error : could not open default font
'fixed'.

2. i am enclosing the log file please go thru it and let me know the
problem as soon as possible, it
   is urgent,

   else i will loose my job.

try to send me mail as soon as possible...

regards

kv

_
Daily personalized predictions. http://www.astroyogi.com/newmsn/mypage
Get them in your mailbox.

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Fonts displayed as squares, ATI driver doesnt work in 4.3 for Rage M P/M

2005-05-05 Thread Marc Aurele La France
On Wed, 4 May 2005, Benedek Frank wrote:
In my Sony Vaio Laptop (PCG-C1VRX/K) I have an ATI Rage Mobility Mach64 P/M
chipset. This chipset while works in the Xfree86 4.3 version when displaying
640x480, but not when using with 1024x480 for 16 or 24bit. With 8 bit it
works. What I get in 16 and 24 bits is a Grayish screen filling up the whole
LCD.

I found googling around pn a Japanese site, that somebody has the same
problem, but being a Japanese site, the translation wasnt so clear, so I
didnt understand what happened, just that 4.5 works fine with the chip. I
upgraded to 4.5, and Voila, the 1024x480 works like a charm in 16 and 24 bit
as well. However, now KDM and KDE doesnt show a single letter or digit, just
squares everywhere instead of writing. I installed twice, first telling it
not to overwrite the fontconfig, but that caused square fonts, so I installed
secondly, telling to update the fonts config, and still the same problem. I
am not an expert, so I dont know where to go , what to do.

My distribution is Debian Sarge with 2.6.11 kernel. I have some Japanese fonts
installed ttf-sazanami-mincho and gothic, I installed while using Xfree4.3
with 640x480 and they worked fine.
Does xterm display properly?  If so, you likely clobbered your font path when 
upgrading.

Marc.
+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Problems with i810.o / version mismatch

2005-05-05 Thread C.J. O'Kelly




Hello,
I'm repeatedly having problems with what seems to be the version of my
i810.o kernel module. The error that comes back to me states that I'm
using 1.1.0, and that version 1.2.0 should be sufficient. However, I
can't find this 1.2.0 version anywhere, and I'm wondering whether or
not it even exists. I've tried using the previous XF86Config files from
previous installations originating on this particular machine that have
seemingly worked fine, but I still come to the same problem.

Could it be the stated problem, or do I have other issues to deal with?

My version of XF is 4.5.0, glibc20 version, and my distribution is
Debian 3.0. I have attached my log file. Thanks,
C.J.




XFree86 Version 4.5.0
Release Date: 16 March 2005
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.0.36 i686 [ELF] 
Current Operating System: Linux box6 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 
2002 i686
Build Date: 16 March 2005
Changelog Date: 16 March 2005
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Command line: X :0
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (EE) error, (WW) warning,
(II) informational, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu May  5 11:40:19 2005
(==) Using config file: /etc/X11/XF86Config-4.
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.3
XFree86 Video Driver: 0.8
XFree86 XInput driver : 0.5
XFree86 Server Extension : 0.3
XFree86 Font Renderer : 0.5
(II) Loader running on linux
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled.
(WW) Duplicate core pointer devices.  Removing core pointer attribute from USB 
Mouse.
(==) ServerLayout XFree86 Configured
(==) |--Screen Screen0 (0) (0, 0)
(**) |  |--Device Card0
(**) |  |--Monitor Monitor0 (0)
(**) |--Input Device Keyboard0
(**) |--Input Device PS/2 Mouse
(**) |--Input Device USB Mouse
(WW) The directory /usr/X11R6/lib/X11/fonts/PEX does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/ttf/western does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/ttf/decoratives does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/truetype/openoffice does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/defoma/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/defoma/TrueType does not exist.
Entry deleted from font path.
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail true
(II) Checking for unused ServerFlags options:
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.5.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.8
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.5.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Bitmap
(--) using VT number 7

(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,7124 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 107b,9041 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2415 card 107b,9041 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:0b:0: chip 11c1,048c card 11c1,044c rev 03 class 07,80,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:

[XFree86] Problems with i810.o / version mismatch

2005-05-05 Thread C.J. O'Kelly




Hi,
I'm repeatedly having problems with what seems to be the version of my
i810.o kernel module. The error states that my present version of the
module, 1.1.0, is insufficient, and version 1.2.0 should do. However, I
can't seem to find this 1.2.0 version anywhere, and I'm doubting if it
even exists.

Is my problem the error stated, or do I have other issues to deal with?
And if it is, does anyone have any clue where I can find this 1.2.0
version?

My version of XF is 4.5.0/glbc20, (trying) to run on Debian Linux 3.0.
I tried using previous config files originated on this computer that
have worked before, but I still run into the same problem. I have
attached my log file.

Thanks,
C.J.




XFree86 Version 4.5.0
Release Date: 16 March 2005
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.0.36 i686 [ELF] 
Current Operating System: Linux box6 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 
2002 i686
Build Date: 16 March 2005
Changelog Date: 16 March 2005
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Command line: X :0
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (EE) error, (WW) warning,
(II) informational, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Thu May  5 11:40:19 2005
(==) Using config file: /etc/X11/XF86Config-4.
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.3
XFree86 Video Driver: 0.8
XFree86 XInput driver : 0.5
XFree86 Server Extension : 0.3
XFree86 Font Renderer : 0.5
(II) Loader running on linux
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled.
(WW) Duplicate core pointer devices.  Removing core pointer attribute from USB 
Mouse.
(==) ServerLayout XFree86 Configured
(==) |--Screen Screen0 (0) (0, 0)
(**) |  |--Device Card0
(**) |  |--Monitor Monitor0 (0)
(**) |--Input Device Keyboard0
(**) |--Input Device PS/2 Mouse
(**) |--Input Device USB Mouse
(WW) The directory /usr/X11R6/lib/X11/fonts/PEX does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/ttf/western does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/ttf/decoratives does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/truetype/openoffice does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/defoma/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/defoma/TrueType does not exist.
Entry deleted from font path.
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail true
(II) Checking for unused ServerFlags options:
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.5.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.8
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.5.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Bitmap
(--) using VT number 7

(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,7124 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 107b,9041 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2415 card 107b,9041 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:0b:0: chip 11c1,048c card 11c1,044c rev 03 class 07,80,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:
   

Re: [XFree86] 4.5 for darwin 7.x

2005-05-05 Thread David Dawes
On Thu, May 05, 2005 at 03:29:15PM +0400, Igor wrote:
Hello to all 
I can't find ftp.xfree86.org/pub/XFree86/4.5.0/binaries a binaries for
darwin 7.x. Is it mean that support of this version is stopped?

I don't have access to a Darwin 7.x platform in order to build the
binaries.  That's the only reason that they are not on the ftp site.
XFree86 4.5.0 should still build and run on that platform.

David
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Fonts displayed as squares, ATI driver doesnt work in 4.3 for Rage M P/M

2005-05-05 Thread Benedek Frank
Hi

I fixed the problem, but it wasnt very simple. What I had to do, is realize, 
that in the font folders every fonts.scale file was empty. I had to copy 
the fonts.dir file over the fonts.scale and it was a half solution already. 
After that I had to remove a few lines from the /etc/fonts/fonts.conf file. 
Now all it says is this

!-- Font directory list configured on Wed Mar 16 18:25:30 EST 2005 --

dir/usr/X11R6/lib/X11/fonts/dir

This is of course only the top part of the file, but I had to remove some 
folders from here to make it work. Now, the squares are gone. I found the 
solutions on a very good website, here

http://ed.asisaid.com/fontfight.html

Thanks

Ben


On Friday 06 May 2005 01:43, Marc Aurele La France wrote:
 On Wed, 4 May 2005, Benedek Frank wrote:
  In my Sony Vaio Laptop (PCG-C1VRX/K) I have an ATI Rage Mobility Mach64
  P/M chipset. This chipset while works in the Xfree86 4.3 version when
  displaying 640x480, but not when using with 1024x480 for 16 or 24bit.
  With 8 bit it works. What I get in 16 and 24 bits is a Grayish screen
  filling up the whole LCD.
 
  I found googling around pn a Japanese site, that somebody has the same
  problem, but being a Japanese site, the translation wasnt so clear, so I
  didnt understand what happened, just that 4.5 works fine with the chip. I
  upgraded to 4.5, and Voila, the 1024x480 works like a charm in 16 and 24
  bit as well. However, now KDM and KDE doesnt show a single letter or
  digit, just squares everywhere instead of writing. I installed twice,
  first telling it not to overwrite the fontconfig, but that caused square
  fonts, so I installed secondly, telling to update the fonts config, and
  still the same problem. I am not an expert, so I dont know where to go ,
  what to do.
 
  My distribution is Debian Sarge with 2.6.11 kernel. I have some Japanese
  fonts installed ttf-sazanami-mincho and gothic, I installed while using
  Xfree4.3 with 640x480 and they worked fine.

 Does xterm display properly?  If so, you likely clobbered your font path
 when upgrading.

 Marc.

 +--+---+

 |  Marc Aurele La France   |  work:   1-780-492-9310   |
 |  Computing and Network Services  |  fax:1-780-492-1729   |
 |  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
 |  University of Alberta   +---+
 |  Edmonton, Alberta   |   |
 |  T6G 2H1 | Standard disclaimers apply|
 |  CANADA  |   |

 +--+---+
 XFree86 developer and VP.  ATI driver and X server internals.
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86